| iPhone/iPod 2.0/2.0.1/2.0.2 audio volume tweaks |
|
| Written by Yusar | |
| Wednesday, 10 September 2008 11:31 | |
|
After upgrading firmware to 2.0/2.0.1/2.0.2 and using it for a while, i found that some of apps that using audio output does not affected if we decrease/increase audio volume using music player volume slider. So, i began jailbreak my device and googling for audio tweaks. Then i found Volume Booster for 2.0.1 and install it. But i think its only boost volume output for music player a bit, but not global, so other apps still not having effect. Then i found this file (com.apple.celestial.plist) on my iPod Touch. Its in binary but if you want to know whats in it you can use some property list editor apps found out there, or simply use this http://140.124.181.188/~khchung/cgi-bin/plutil.cgi It contains XML like this, <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>volumeLimits</key> <dict> <key>AllRoutes</key> <real>1</real> </dict> <key>volumeMultiplier</key> <dict> <key>global</key> <real>1.032174825668335</real> </dict> <key>volumes</key> <dict> <key>AllRoutes</key> <dict> <key>Audio/Video</key> <real>0.53217476606369019</real> </dict> </dict> </dict> </plist>
To reset it, use Settings -> Music -> Volume Limit (slide it to whatever fits you) Hope helps... |
|
| Last Updated ( Wednesday, 10 September 2008 12:30 ) |