I use an application called "Stickam", which is a real-time recording / video and download via 3G. The application is perfect for my purpose, except for the lack of an LED flashlight (flashlight). I have a setting that allows me to switch to the torch through the settings and leave it on while I use other applications (i.e. Safari, Appstore), but when I start Stickam broadcasting, the torch turns off.
I use a file browser on an iPhone with basic text editing and the ability to manipulate files to examine the structure of iOS files and applications. I donβt want to edit Stickam, I just redefine it by pasting into Stickam var/mobile/Applications/FA037A73-C483-43D6-8AE8-7E69CD57EBDD/Library/Preferences/.GlobalPreferences.plist , a link to the location of the burner and trigger. Similar to:
<dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>alternateColors</key> <true/> <key>defaults</key> <string>com.ravirajm.torch</string> <key>key</key> <string>torchenabled</string> <key>label</key> <string>Enable Torch</string> <key>PostNotification</key> <string>com.ravirajm.torch/prefs</string> </dict>
This doesn't seem to work. What are your ideas on how to do this?
source share