Quote:
Originally Posted by aditya3098
https://www.mobileread.com/forums/sho...d.php?t=161263. Also, I didn't use the application registry and the java extension IS by yifanlu(if you look at the imports like com.yifanlu.*). Will try to contact ixtab. These java extensions are used for more complex tasks, like parsing a directory for avi files, and then adding a menu item for each one. I mostly use the json ones too
|
Here is
ixtab's launcher menu that ONLY works on v5.1.0:
https://www.mobileread.com/forums/sho....php?p=2075539
I installed it on my K5 after upgrading to 5.1.0. His download has a README that includes this:
-----
If you make a JSON menu extension, you can see the example extension's menu options or read this: http://yifanlu.github.com/KindleLaun...u(java.io.File)
If you make a Java menu extension, import the Kindle's JARs along with KindleLauncher.jar into your Java IDE and create a class that implements the com.yifanlu.Kindle.Menuable interface.
More information: http://yifanlu.github.com/KindleLaun.../Menuable.html
-----
I only used JSON menu extensions myself. Did you follow his instructions for the Java menu extension?