12/18/2011, 07:49 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 50
Likes Received: 2
Thanks: 0
Thanked 3 Times in 3 Posts
|
A little information about what I'm trying to do.
I own a Palm Pixi Plus and I'm trying to get rid of some of the icons I don't use. I was able to use patches in PreWare to get rid of some. But there is others I want to get rid of. I found the .patch files here. Opened it in my text editor of choice, edited the file, and saved the file. Tried flashing it via WOSQI and I got an error. I'm sure what I did was correct. But take a look below and tell me if I did something wrong. Here is the original. Code:
Name: Hide AmazonMP3 Store App
Version: 1.4.1.1-3
Author: v3ritas
Description: This patch will hide the AmazonMP3 Store App.
--- .orig/usr/palm/applications/com.palm.app.amazonstore/appinfo.json
+++ /usr/palm/applications/com.palm.app.amazonstore/appinfo.json
@@ -4,6 +4,7 @@
"main": "index.html",
"id": "com.palm.app.amazonstore",
"icon": "icon.png",
- "splashicon": "icon-256x256.png"
+ "splashicon": "icon-256x256.png",
+ "visible": false,
}
Code:
Name: Hide YPMobile App
Version: 1.4.1.1-3
Author: mbudden
Description: This patch will hide the YPMobile App.
--- .orig/usr/palm/applications/com.yellowpages.ypmobile.preload/appinfo.json
+++ /usr/palm/applications/com.yellowpages.ypmobile.preload/appinfo.json
@@ -4,6 +4,7 @@
"main": "index.html",
"id": "com.yellowpages.ypmobile.preload",
"icon": "icon.png",
- "splashicon": "icon-256x256.png"
+ "splashicon": "icon-256x256.png",
+ "visible": false,
}
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



