iMac:Downloads $ ssh root@10.70.149.138
root@10.70.149.138's password:
Administratorde-iPad:~ root# cycript -p SpringBoard
cy# var alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Cycript" delegate:nil cancelButtonTitle:@"cancel" otherButtonTitles:nil]
#"<UIAlertView: 0x18cc3450; frame = (0 0; 0 0); layer = <CALayer: 0x1881d0b0>>"
cy# [alert show]
cy# var shot = [SBScreenShotter sharedInstance]
#"<SBScreenShotter: 0x18cf4d10>"
cy# [shot saveScreenshot:YES]
cy# ?exit
Administratorde-iPad:~ root#
root@10.70.149.138's password:
Administratorde-iPad:~ root# cycript -p SpringBoard
cy# var alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Cycript" delegate:nil cancelButtonTitle:@"cancel" otherButtonTitles:nil]
#"<UIAlertView: 0x18cc3450; frame = (0 0; 0 0); layer = <CALayer: 0x1881d0b0>>"
cy# [alert show]
cy# var shot = [SBScreenShotter sharedInstance]
#"<SBScreenShotter: 0x18cf4d10>"
cy# [shot saveScreenshot:YES]
cy# ?exit
Administratorde-iPad:~ root#