Hello fellow iphone friends. Thanks to this greate community, I have a full functioning unlocked iphone v1.1.2 thank you so much.
Now, I read few other posts where people "accidentally" hid installer and customize icons. I have no dock or any other apps to fix it, but i have ssh. I read that u can edit M68AP.plist file to add the installer icon? well I got the file from my iphone and I really have no idea how to add the icon. Can someone please write me the code to add the installer.app? Thanks in advance.
yes it installer.app is installed and hidden and I have also checked the plist file and this is the only part that has the word "installer" in it
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apptapp.Installer</string>
and yes i have installer.app in my applications folder. I just need help editing the plist file so i can get the installer icon back. thanks again
You should see a section like this:
<key>special</key>
<array>
<dict>
<key>displayIdentifier</key>
<string>com.apple.springboard</string>
</dict>
<dict>
<key>displayIdentifier</key>
<string>com.apptapp.Installer</string>
</dict>
...
You need to remove everything from <dict> to </dict> (including those lines - four lines total) that contain apptapp.Installer.
The special section is what hides apps, and each entry identifies an app to hide.