(adsbygoogle = window.adsbygoogle || []).push({});
I'm sick and tired of apple leaving out old iDevices because they are 2nd Generation and not 3rd Generation so my friends over at iPod Touch Fans Have discovered how to enable things only available to 3rd Generation iTouch users. ibizaGTi from iPod Touch Fans tutorial was a little sketchy and off so I will try to explain better.
I TAKE NO CREDIT FOR THIS DISCOVERY I'M JUST WRITING A TUTORIAL.
First I Don't Know If It Will Work But You Can Try Replacing You're Files With Mine. Mine Has all Features Enabled. Here Is The Link:
You must login or register to view this content.
You must login or register to view this content.
Requirements
-iPod Touch MB Model 8,16,32 GB iPod Touch MC Model 8GB
-iDevice Browser (iFile,WinSCP,iFunBox)
You're device must be jailbroken with any method (
You must login or register to view this content.,
You must login or register to view this content.,
You must login or register to view this content.)
Tutorial
1.Connect you're device to the PC and open you're iDevice browser.
2. Navigate to
\System\Library\CoreService\SpringBoard.app and locate a file named
N72AP.plist. Open it.
It should look like this because it is encrypted:
You must login or register to view this content.
You must login or register to view this content.
3.Copy
N72AP.plist to you're desktop.
4. Go to
You must login or register to view this content.
5. Convert the N72AP.plist and download the file it gives you.
6. Rename XML.plist to N72AP.plist.
7. Replace
N72AP.plist in \System\Library\CoreService\SpringBoard.app
8. When you replace it will be unencrypted and will look like this:
You must login or register to view this content.
You must login or register to view this content.
Multitasking
1. Open N72AP.plist
2. Locate
<key>wifi</key>
<true/>
in N72AP.plist and under it add
<key>multitasking</key>
<true/>
For multitasking.
It Should Look Like This
You must login or register to view this content.
You must login or register to view this content.
Wallpapers
1. For Wallpapers, just add the following line to
N72AP.plist under the
multitasking line:
<key>homescreen-wallpaper</key>
<true/>
Note:Wallpapers slow down the device alot so just delete the following from
\System\Library\CoreService\SpringBoard.app:
WallpaperGradientLandscapeBottomT.png
WallpaperGradientLandscapeTopT.png
WallpaperGradientPortraitBottomT.png
WallpaperGradientPortraitTopT.png
WallpaperIconDockShadow.png
WallpaperIconDockShadowT.png
WallpaperIconShadow.png
WallpaperIconShadowT.png
The Final N72AP.plist should look like this:
You must login or register to view this content.
Battery Percetage
For the battery percentage you must edit some files.
1.Locate General.plist in
/Applications/Preferences.app/and copy it to you're desktop.
2.Convert it with the same site and replace the original in the device.
3. Look for
<string>USAGE</string>
<key>requiredCapabilities</key>
<array>
<string>cellular-data</string>
</array>
and replace it with
<string>USAGE</string>
<key>requiredCapabilities</key>
<array>
<dict>
<key>unified-ipod</key>
<false/>
</dict>
</array>
</dict>
4. Go to
N72AP.plist and under
<key>homescreen-wallpaper</key>
<true/>
add
<key>gas-gauge-battery</key>
<true/>
It should look like this if you enabled all the features:
You must login or register to view this content.You must login or register to view this content.
If you have any questions please leave a reply.
Please Rep.