To enable the Battery Percentage option in the General/Usage menu, do the following:
Modify /var/Stash/Aplications.pwn/Preferences.app/General.plist in the third section that talks about "UsageController":
From:
To:
Depending on your device modify either the N45AP.plist (1st generation iPod touch) or N72AP.plist (2nd generation iPod touch) in the folder /System/Library/CoreServices/SpringBoard.app to add to the capabilities section:
Respring and go turn on the option. Then you have percentage next to your battery icon.
Modify /var/Stash/Aplications.pwn/Preferences.app/General.plist in the third section that talks about "UsageController":
From:
Code:
<array>
<string>unified-ipod</string>
</array>
Code:
<array>
<dict>
<key>unified-ipod</key>
<false/>
</dict>
</array>
Code:
<key>gas-gauge-battery</key>
<true/>