By kill, you are temporarily moving the mobilewatchdog out of startup folder. Letting Springboard start up properly. Then moving mobilewatchdog back to the startup folder, else your phone will reboot every 10 minutes... Not a nice thing...
Quote:
as originally posted here :
mv /System/Library/SystemConfiguration/mobilewatchdog.bundle/ /
reboot
After a few seconds the device will start to reboot, and after approximately 3-6 minutes (depending on how many apps you have installed) you will reach the lock screen as normal, when that happens we now have to re-enable the watchdog timer, and reboot again, so again log in with ssh, and type:
mv /mobilewatchdog.bundle /System/Library/SystemConfiguration/
reboot
|