Difference between revisions of "Cydia Substrate"

From The iPhone Wiki
Jump to: navigation, search
(added link to Filippo Biga's tutorial)
(expanding on safe mode and removed initial heading)
Line 1: Line 1:
== Basic Info ==
 
 
Mobile Substrate is [[saurik]]'s extension for [[SpringBoard]] that allows 3rd party SpringBoard addons to run. Examples include the Five Icon Dock and [[WinterBoard]].
 
Mobile Substrate is [[saurik]]'s extension for [[SpringBoard]] that allows 3rd party SpringBoard addons to run. Examples include the Five Icon Dock and [[WinterBoard]].
   
 
== And with all this extra code... ==
 
== And with all this extra code... ==
As always, even with [[iPhone]]s, [[iPod touch]]s, and the [[iPad]], extra code means crashing and Mobile Substrate can solve this too. Should the SpringBoard crash for any reason (which is quite common once let loose on [[Cydia Application|Cydia]] as there are a large number of SpringBoard extensions) Mobile Substrate will temporarily put the SpringBoard into Safe Mode with SpringBoard extensions disabled, so you can troubleshoot the problem.
+
As always, even with [[iPhone]]s, [[iPod touch]]es, and [[iPad]]s, extra code means crashing and Mobile Substrate can solve this too. Should the SpringBoard crash for any reason (which is quite common once let loose on [[Cydia Application|Cydia]] as there are a large number of SpringBoard extensions) Mobile Substrate will temporarily put the SpringBoard into Safe Mode with SpringBoard extensions disabled, so you can troubleshoot the problem.
   
If one is trying to troubleshoot a problem that isn't causing Springboard crashes but is suspected of being caused by a Mobile Substrate-using extension, Safe Mode can manually be entered using the SBSettings application available in Cydia by hitting its "Power" button and choosing the "Safe Mode" option.
+
If one is trying to troubleshoot a problem that isn't causing Springboard crashes but is suspected of being caused by a Mobile Substrate-using extension, Safe Mode can manually be entered using the SBSettings application available in Cydia by hitting its "Power" button and choosing the "Safe Mode" option.
   
if you find that your device wont boot you can use this safety feature from a ramdisk or ssh by typing
+
If you find that your device won't boot, you can force Mobile Substrate to not run by holding down the volume up key while the Apple boot logo is visible. This requires version 0.9.3997 or newer. Devices without a capable version can be forced into Safe Mode from a ramdisk or ssh by typing:
   
 
touch [[:/var/mobile/Library/Preferences/com.saurik.mobilesubstrate.dat]]
 
touch [[:/var/mobile/Library/Preferences/com.saurik.mobilesubstrate.dat]]

Revision as of 16:44, 26 May 2012

Mobile Substrate is saurik's extension for SpringBoard that allows 3rd party SpringBoard addons to run. Examples include the Five Icon Dock and WinterBoard.

And with all this extra code...

As always, even with iPhones, iPod touches, and iPads, extra code means crashing and Mobile Substrate can solve this too. Should the SpringBoard crash for any reason (which is quite common once let loose on Cydia as there are a large number of SpringBoard extensions) Mobile Substrate will temporarily put the SpringBoard into Safe Mode with SpringBoard extensions disabled, so you can troubleshoot the problem.

If one is trying to troubleshoot a problem that isn't causing Springboard crashes but is suspected of being caused by a Mobile Substrate-using extension, Safe Mode can manually be entered using the SBSettings application available in Cydia by hitting its "Power" button and choosing the "Safe Mode" option.

If you find that your device won't boot, you can force Mobile Substrate to not run by holding down the volume up key while the Apple boot logo is visible. This requires version 0.9.3997 or newer. Devices without a capable version can be forced into Safe Mode from a ramdisk or ssh by typing:

touch /var/mobile/Library/Preferences/com.saurik.mobilesubstrate.dat

More Info