Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-05-2013, 06:25 PM   #1
weatherje
Member
weatherje began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jan 2013
Device: Kindle Touch
Symbolic Links via Books

Hello,
is it possible to create symbolic links via books? Creating a book file, that opens a GUI Launcher application? That would be very nice, it would be much faster opening an extension like this.
How can I start the music player of the Kindle via a menu.json in GUI Launcher? Whats the app name?
Thanks
weatherje is offline   Reply With Quote
Old 01-06-2013, 04:34 AM   #2
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
A) Fat doesn't use links
B) The books aren't "executed", rather opened by the reader

Solution: Use some version on the "xtermrunner" kindlet.
aditya3098 is offline   Reply With Quote
Advert
Old 01-06-2013, 04:40 AM   #3
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
I could not find the thread, but...
For launching xterm:
Extract the attached zip, and copy the xtermrunner.azw2 file to the documents folder.
Put the "runner" folder in the root of the usb drive.

For anything else, you need to modify the sources...
Attached Files
File Type: zip xtermrunner.zip (19.7 KB, 141 views)
aditya3098 is offline   Reply With Quote
Old 01-06-2013, 07:04 AM   #4
weatherje
Member
weatherje began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jan 2013
Device: Kindle Touch
Thanks already.

It is not possible to create a launcher for other GUI Launcher extensions? Like the Xterm Launcher one for Calculator, ...? Or a Collection with Icons to launch extensions?

How can I start the kindle built-in music player via GUI Launcher? Is there a possibility like the ones for browser and draw tool? Or is there a better music player than the built-in?
weatherje is offline   Reply With Quote
Old 01-06-2013, 07:16 AM   #5
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
xterm runner note

@aditya3098 : In the zip posted above -
/src/ixtab/jailbreak
contains only the *.class files - the *.java files are missing (as is the manifest).

/src/xtermrunner
That one is complete, both *.class and *.java and a correct manifest.

Hmm...
Maybe ixtab could tell us where to find the sources, just so these files can be kept together as a set.
knc1 is offline   Reply With Quote
Advert
Old 01-06-2013, 10:03 AM   #6
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by knc1 View Post
Maybe ixtab could tell us where to find the sources, just so these files can be kept together as a set.
Posts 4 and 6 in this thread. But you don't really need the sources to create such a launcher .azw2, because you only need to *use* the .jar, not modify it.
ixtab is offline   Reply With Quote
Old 01-06-2013, 12:53 PM   #7
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Just wanted to be sure that they didn't get lost anywhere.
Not that I wanted to change them, just: "for the record" as we say here.
knc1 is offline   Reply With Quote
Old 01-07-2013, 08:59 AM   #8
weatherje
Member
weatherje began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jan 2013
Device: Kindle Touch
Quote:
Originally Posted by ixtab View Post
But you don't really need the sources to create such a launcher .azw2, because you only need to *use* the .jar, not modify it.
How do I create a launcher .azw2? Could you explain it?
weatherje is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating symbolic links Backi Calibre 8 12-11-2020 06:27 PM
[Help] How to make a symbolic link? iQQ Amazon Kindle 4 09-12-2014 12:31 PM
Links from books Purestone Kobo Tablets 2 02-23-2012 04:15 PM
Links between books? martinhinsch Amazon Kindle 11 11-23-2010 12:48 PM
mobi book with links to other books for Kindle2 bxrLvr Kindle Formats 12 11-24-2009 10:40 AM


All times are GMT -4. The time now is 01:15 AM.


MobileRead.com is a privately owned, operated and funded community.