webOS Nation Forums >  webOS apps and software >  webOS apps > tags for launcher
tags for launcher

  Reply
 
LinkBack Thread Tools Display Modes
Old 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
Default tags for launcher

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!
ChuckInReno is offline   Reply With Quote
Old 04/08/2011, 07:30 PM   #2 (permalink)
Member
 
GMTesta's Avatar
 
Join Date: Feb 2010
Posts: 190
Likes Received: 1
Thanks: 6
Thanked 24 Times in 13 Posts
Default

Those keywords are set in the app.json for each app. You can't modify them but the developer can.

Email them maybe and ask?
GMTesta is offline   Reply With Quote
Old 04/08/2011, 08:25 PM   #3 (permalink)
Member
 
Psychonaut's Avatar
 
Join Date: May 2010
Location: Colorado
Posts: 635
Likes Received: 15
Thanks: 213
Thanked 142 Times in 109 Posts
Default

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" ],
So that the entire thing looks something like this:

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"
}
Then do a luna restart and you should be good to go.

Remember with code that spacing and punctuation and all that jazz is very important.
Psychonaut is offline   Reply With Quote
Reply

 

Tags
launcher

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0