Quote:
Originally Posted by rootrmt
hello
do you know how mod the plist ? i need run mcleaner ( a program) on double tapp , i have 2.2 firm.
THANKS !!!
|
You can modify /var/mobile/Library/Preferences/com.apple.springboard.plist. Look for the part where it says <key>SBDoubleTapURL</key>. Right under that, you must enter the
identifier of the application you want to start, like this:
<string>doubletap://identifier</string>
You can find the identifier in the application's folder in the file Info.plist. It looks like com.apple.mobilephone (the reverse of an internet domain name).
It may be necessary to turn the phone completely off and on again after the change.
For editing plist files, see my signature.