04/08/2011, 05:28 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Sep 2005
Posts: 21
Likes Received: 0
Thanks: 6
Thanked 0 Times in 0 Posts
|
WebOS 1.4.5
You know how you can type the first few letters of your favorite apps, and the launcher quickly finds the application you're looking for? Example: type "m a", and launcher suggests "Google Maps". Is it possible to add my own tags to an application? I've got a few applications whose name I just keep forgetting (zcorder and ClassicNote) that I really want to call by typing "record" or "memo". Any suggestions are most welcome! |
04/08/2011, 08:25 PM
|
#3 (permalink) |
|
Member
![]() ![]() Join Date: May 2010
Location: Colorado
Posts: 635
Likes Received: 15
Thanks: 213
Thanked 142 Times in 109 Posts
|
Actually you can edit them. Battleships now comes up if I just type "internet"
Basically, you need to download Internalz Pro from Preware if you haven't already. Use it to navigate to /media/cryptofs/apps/usr/palm/applications and from there it's up to you to find the particular app's folder. Usually they begin with the developer name. After you find the app's folder you're looking for scroll down and find the app.json file. You'll need to add a line of code like this: Code:
"keywords" : [ "Browser", "Blazer", "Internet" ], Code:
{
"id": "com.xxxxxxx.xxxxxxx",
"version": "x.x.x",
"vendor": "xxxxxxxx",
"type": "web",
"main": "index.html",
"title": "xxxxxxxx",
"keywords" : [ "Browser", "Blazer", "Internet" ],
"icon": "xxxxxxx.png"
}
Remember with code that spacing and punctuation and all that jazz is very important. |
![]() |
|
| Tags |
| launcher |
| Thread Tools | |
| Display Modes | |
|
|



