Toggle slow animations on JailBroken iOS device
- Install
ps
to your device (find in cydia or runapt-get install ps
oraptitude install ps
) - Found SpringBoard's pid (connect to your device via SSH and type
ps -A
, then search for SpringBoard) - Connect to your device with Xcode and in menu "Debug" select "Attach to Process > By Process Identifier (PID)..."
- Input SpringBoard's PID and press "Connect"
- Pause Debugger and run following code in console.
p [(CALayer *)[[[[UIApplication sharedApplication] windows] objectAtIndex:0] layer] setSpeed:.1f]
Written by Никита Тимофеев
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ios
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#