-
09-26-2010, 12:35 AM #1
Another help with plist mod... (sorry!)
Hi,
Please know that this is not a double post... I have a completely different question and help I would like.
Long story short, I replaced my N82AP.plist with the one from here: ModMyi Forums - Downloads - N82AP
The problem is, before doing this, when I opened N82AP.plist in WinSCP, I used to get a neat readable texts like this:

But, after I replaced it with the one from the link above, I get this instead:
I would like to get back the readable form, but I have no idea how. Can someone please help? Thank you.bplist00Ò8capabilitiesYiconStateß
!"#$%&'()*+,-./01234567]accelerometer_applicationInstallationUarmv6Yblueto oth_delay-sleep-for-headset-click[device-nameSgps_homescreen-wallpaper_international-settings_location-services^marketing-nameZmicrophoneSmmsmultitaskingZopengles-1Ypeer-peer_proximity-sensor]ringer-switchSsms_stand-alone-contactsstill-cameraYtelephony_telephony-maximum-generationunified-ipod^volume-buttonsTwifi ViPhone YiPhone 3G Ò9:;@YbuttonBarYiconLists¤<=>?_com.apple.mobilepho ne_com.apple.mobilemail_com.apple.mobilesafari_ com.apple.mobileipod-MediaPlayer¢AV*BCDEFGHIJKSTU_com.apple.MobileSMS_c om.apple.mobilecal_ com.apple.mobileslideshow-Photos_ com.apple.mobileslideshow-Camera_com.apple.youtube_com.apple.stocks^com.appl e.Maps_com.apple.weather_com.apple.mobilenotesÒL:M N_defaultDisplayNameYUtilities¡O£PQR_com.apple.mob iletimer_com.apple.calculator_com.apple.VoiceMemos _com.apple.MobileStore_com.apple.AppStore_com.appl e.Preferences¡W_com.apple.MobileAddressBook
-
09-26-2010, 05:06 PM #2iPhone? More like MyPhone
- Join Date
- Sep 2010
- Location
- 127.0.0.1
- Posts
- 137
- Thanks
- 29
- Thanked 22 Times in 16 Posts
You will have to convert the binary to xml (plain text). There are a few apps to do that with, I use iFile, just open the plist and save it back.
EDIT: Here's the converted text:
Code:<?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>capabilities</key> <dict> <key>accelerometer</key> <true/> <key>applicationInstallation</key> <true/> <key>armv6</key> <true/> <key>auto-focus-camera</key> <true/> <key>bluetooth</key> <true/> <key>delay-sleep-for-headset-click</key> <false/> <key>device-name</key> <string>iPhone</string> <key>gas-gauge-battery</key> <true/> <key>gps</key> <true/> <key>homescreen-wallpaper</key> <true/> <key>international-settings</key> <true/> <key>location-services</key> <true/> <key>marketing-name</key> <string>iPhone 3G</string> <key>microphone</key> <true/> <key>mms</key> <true/> <key>multitasking</key> <true/> <key>opengles-1</key> <true/> <key>peer-peer</key> <true/> <key>proximity-sensor</key> <true/> <key>ringer-switch</key> <true/> <key>sms</key> <true/> <key>stand-alone-contacts</key> <true/> <key>still-camera</key> <true/> <key>telephony</key> <true/> <key>telephony-maximum-generation</key> <integer>3</integer> <key>unified-ipod</key> <true/> <key>volume-buttons</key> <true/> <key>wifi</key> <true/> </dict> <key>iconState</key> <dict> <key>buttonBar</key> <array> <string>com.apple.mobilephone</string> <string>com.apple.mobilemail</string> <string>com.apple.mobilesafari</string> <string>com.apple.mobileipod-MediaPlayer</string> </array> <key>iconLists</key> <array> <array> <string>com.apple.MobileSMS</string> <string>com.apple.mobilecal</string> <string>com.apple.mobileslideshow-Photos</string> <string>com.apple.mobileslideshow-Camera</string> <string>com.apple.youtube</string> <string>com.apple.stocks</string> <string>com.apple.Maps</string> <string>com.apple.weather</string> <string>com.apple.mobilenotes</string> <dict> <key>defaultDisplayName</key> <string>Utilities</string> <key>iconLists</key> <array> <array> <string>com.apple.mobiletimer</string> <string>com.apple.calculator</string> <string>com.apple.VoiceMemos</string> </array> </array> </dict> <string>com.apple.MobileStore</string> <string>com.apple.AppStore</string> <string>com.apple.Preferences</string> </array> <array> <string>com.apple.MobileAddressBook</string> </array> </array> </dict> </dict> </plist>Last edited by 5h4d0w; 09-26-2010 at 05:25 PM.
-
09-26-2010, 09:38 PM #3
If you are use windows pc, you can try to use iSpirit to edit it.
iSpirit, manage iPhone apps, themes and files.



LinkBack URL
About LinkBacks
Reply With Quote