While working on my custom firmware, I spotted many new interesting things in the SpringBoard application that have yet to have been discovered, or at least reported to the public. Today I will show you one of them that will come to great use for most of you.
1. Open up /private/var/root/Library/Preferences/com.apple.springboard.plist
1b. Use
this to convert the file to XML if is appearing as jibberish to you
2. Find the string "<key>SBDoubleTapURL</key>"
3. Below it, there it should say " <string>doubletap://com.apple.
(name of whatever you have set)</string>"
3b. Change it to whatever you want it to redirect to when you double tap the home button. For example, I wanted it to go to the camera, so I replaced it with " <string>doubletap://com.apple.mobileslideshow-Camera</string>"
After you have changed the file, re-upload it to your iPhone, then reboot it. Or, if you have Summerboard installed, then open SMBPrefs.app and tap "Restart SpringBoard" at the bottom. Then you are done!
If anyone can, please point me in the direction of anywhere that has the source for MakeItMine.app, so I can make an application to change this with ease. Thank you.