EDGE 3.0: sparita opzione per batteria numerica

Quando ho messo il 3.0 c’era, ora è sparita, pure reinstallandolo… :confused1:
Ho trovato queste info però mi pare assurdo, prima c’era…

[I]As i said above , you will do this manually, so prepare yourself for some SSH-ing. Before you do anything, make sure you backup this file : /var/mobile/Library/Preferences/com.apple.springboard.plist

Next step is get the command line and run the following command : plutil -c xml1 /var/mobile/Library/Preferences/com.apple.springboard.plist

Browse to /var/mobile/Library/Preferences/ and copy somewhere on your computer om.apple.springboard.plist Now you need to edit this file.Open it and search for:

<key>SBReorderCount</key>
<integer>2</integer>

Right under those lines you need to enter :

<key>SBShowBatteryLevel</key>
<true/>

Save the file and copy it back to /var/mobile/Library/Preferences/ replacing the existing (original) file.

Now in the command line type : killall SpringBoard and voila. Numeric Battery available under iPhone OS 3.0[/I]