View Single Post
Old 08-24-2012, 09:47 AM   #114
ergoproxy
Junior Member
ergoproxy began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2012
Device: K4NT & KT
Quote:
Originally Posted by Titano View Post
Yes! Here you go. Just don't delete Collections Manager, place it in a collection then hide it with collection manager. It won't hide without being in a collection.
Thanks too, Titano. Although I did not hide the CM, but rather put it in a Kindle Tools collection along with JBPatch. Still it is useful for me to access it via Launcher rather than scrolling to it in the main menu. Im no coder but I will look at how you made that extension and try to create one for adding JBPatch to Launcher as well. Hopefully wont break something

Edit :

I think that should do the start up for the JBPatch
Code:
{
	"items": [
		{"name": "JBPatch", "priority": 10, "action": "/usr/bin/lipc-set-prop", "params": "com.lab126.appmgrd start app://com.lab126.booklet.kindlet/mnt/us/documents/jbpatch.azw2"}
	]
}
Is this okay for the actual Launcher menu option :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<extension>
	<information>
		<name>JBPatch</name>
		<version>1.0</version>
		<author>ixtab</author>
		<id>collections</id>
	</information>
	<menus>
		<menu type="json" dynamic="true">menu.json</menu>
	</menus>
</extension>
I'm not sure of the "<id>collections</id>" but suppose can leave it as it is. Thanks and sorry to bother you all

Last edited by ergoproxy; 08-24-2012 at 10:07 AM.
ergoproxy is offline   Reply With Quote