Whereas some sections of the British press took a measure of glee over Tim Paine and Australia’s pre-Ashes predicament, there have been others who noticed the sexting scandal as a probably galvanising power for the hosts.
Paine stood down from the Check captaincy on Friday, admitting to sending lewd messages to a Cricket Tasmania worker in 2017, earlier than he was made Australian captain.
Cricket Australia dominated he had not damaged the code of conduct after they came upon in 2018, however accepted his resignation on Friday.
His tearful resignation – the second such instance after Steve Smith’s blubbering departure – leaves Pat Cummins on the point of turning into Australia’s forty seventh Check captain. The English didn’t miss Paine of their response, with many noting his blunt evaluation that the seies would go forward with or with out Joe Root, when the England captain was mentioned to be wavering.
The UK media was break up over the ramifications for his or her touring group, with Nick Hoult in The Telegraph saying that when the English laughter subsides, Australia will likely be a stronger group.

(Picture by Ryan Pierse/Getty Pictures)
“Information of Paine’s resignation shocked England at their coaching base in Queensland; and shocked Australia, the place the Check captain is revered to such an extent he’s prefixed with a quantity, like Presidents of the US (of which there have been the very same quantity). Paine was No 46, a peaceful father determine within the fashion of Joe Biden,” wrote Hoult.
“Pat Cummins will virtually actually be No 47 and has the seems to be, picture and fashionable outlook on local weather change and sustainability that may make him a political powerbroker’s dream.
“The very fact he’s the world’s finest quick bowler helps too. Whereas England will likely be delighted to see their opponents in turmoil so near the primary Check there’s additionally a warning. Paine’s resignation and the promotion of Cummins makes them stronger.
“Even earlier than Paine’s resignation there have been flashing pink lights that the Ashes was having its galvanising impact on Australian cricket.
“The World Cup win within the UAE was a surprising efficiency for a bunch of gamers so lately disillusioned and fed up with the top coach, Justin Langer.
“Worryingly for England, Langer appeared to have listened and tempered his controlling facet.”
Cummins would wish to interrupt a quick bowling glass ceiling – the final paceman trusted with the p[osition was Ray Lindwall for one match in 1956.

(Photo by Ryan Pierse/Getty Images)
“There are always concerns over injuries with fast bowlers but Cummins is a magnificent athlete and rarely misses games now,” wrote Hoult.
He said Cummmins will be strongest in his early days as leader, “when he will be allowed to stamp his mark on the job. He will set the tone with the ball and as the leading fast bowler will personally take on the responsibility of targeting Joe Root, and taking down the England captain, which is always No 1 on the list of priorities and a fine way to establish his credentials.
“Before today England would have looked at Paine and seen an Australian captain they could dominate for once. Not now. Cummins can intimidate with the ball and will have a group of players buying into a siege mentality following Paine’s resignation. They will be ready to follow him. ”
However, Scyld Berry, also writing in the Telegraph, felt this could be a “grave and destabilising moment” for the Ashes hosts.
“It is ironic too. Paine was always seen as the safe pair of hands in every sense. Not only a sound wicketkeeper and batsman, but composed and sensible, and therefore the right man to take over from Steve Smith, when he too resigned tearfully, after Sandpaper-gate,” Berry wrote.
Former England captain Michael Atherton, writing in the The Times, wrote: “Cummins’s rise to high office looks like coming sooner than imagined (but) his appointment is not without risk.
“The last time an out-and-out fast bowler captained Australia in Test cricket? Go back more than six decades to Ray Lindwall in 1956. Cummins is sharp and intelligent, but fast bowling is ferociously hard work without the additional strain of captaincy.
“Only 42 days separate the opening day at the Gabba to the end of the series, wherever that may take place: six weeks, five Tests and an incredible physical challenge.
“While Cummins seems now to have got over the injuries that dogged him as a young man, he said recently said that he did not expect Australia’s feared pace attack — Cummins himself, Josh Hazlewood and Mitchell Starc — to play in all those five Tests. What then is Australia’s plan B if rest, rotation or injury strikes? England will view any potential upheaval to their advantage.”
Paul Newman, writing in the Daily Mail, focussed on Cricket Australia’s ongoing cultural issues. Paine was, in the wake of Sandpapergate, appointed to the panel charged with a cultural review in the sport.
“It has taken a lot for English cricket’s race crisis to be knocked off the top of the game’s news agenda this week, at least temporarily. But somehow the Aussies managed it on Friday with the sight of yet another disgraced captain resigning in tears,” Newman wrote.
“He was not good enough when Australia appointed him for wont of credible alternatives when accusations of cheating were hanging over Australia more than three years ago and he certainly isn’t good enough now.
“For Cricket Australia stand accused of a cover up that, with echoes of the revelations that have rocked English cricket this week, suggest deeply ingrained cultural problems at the heart of another of cricket’s biggest and most powerful nations.”
Paine, wrote Newman, was “never actually was what Australia thought he would be. Instead of being the safe pair of gloved hands on the tiller they desperately needed, he became a figure of fun who did not contribute much at all as a batsman, keeper or indeed captain.”
For all England’s concern over whether the news will make Australia weaker or stronger, there were a few parting shots as well for a man the English never warmed to.
“With the sweetest of ironies, Paine’s last real gaffe came when he showed a complete lack of empathy to a fellow professional at a time when England were understandably concerned about Australia’s Draconian Covid regulations by saying ‘The first Test will start at Brisbane on December 8 whether Joe Root is there or not,’” wrote Newman.
“The England captain will be at the Gabba, don’t worry about that Tim, but surely you won’t be now. For almost the most laughable part of Friday’s all too familiar emotional staged apology was the bit about Paine still being available for selection for the Ashes. That is, if he can recover from a swollen disc. Truly, you could not make it up.”
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false;
for(var x = 0; x < permissions.size; x++) {
if(permissions[x].permission === 'electronic mail' && permissions[x].standing === 'granted') {
emailPermissionGranted = true;
}
}
if(emailPermissionGranted) {
statusChangeCallback(response);
} else {
doc.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.take away('u-d-none');
doc.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.take away('u-d-none');
doc.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none');
doc.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none');
}
});
});
}
window.fbAsyncInit = operate() {
FB.init({
appId : 392528701662435,
cookie : true,
xfbml : true,
model : 'v3.3'
});
FB.AppEvents.logPageView();
FB.Occasion.subscribe('auth.login', operate(response) {
var permissions = null;
FB.api('/me/permissions', {
access_token: response.authResponse.accessToken,
}, operate(response2) {
if(response2.knowledge) {
permissions = response2.knowledge;
} else {
permissions = [];
}
var emailPermissionGranted = false;
for(var x = 0; x < permissions.size; x++) {
if(permissions[x].permission === 'electronic mail' && permissions[x].standing === 'granted') {
emailPermissionGranted = true;
}
}
if(emailPermissionGranted) {
statusChangeCallback(response);
} else {
doc.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.take away('u-d-none');
doc.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.take away('u-d-none');
doc.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none');
doc.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none');
}
});
});
};
(operate(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://join.fb.internet/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(doc, 'script', 'facebook-jssdk'));
Source link