|  11-11-2013, 02:38 PM | #91 | |
| Groupie            Posts: 164 Karma: 164969 Join Date: Dec 2011 Device: Palm IIIx, (iPhone|Kindle) Touch | Quote: 
  As you are starting KOreader with a shell script, you could check if KOreader exists, if it does start it else check if HackedUpReader exists and start it. Code: #!/bin/sh if [ -f /mnt/us/koreader/koreader.sh ]; then sleep 12 /mnt/us/koreader/koreader.sh /mnt/us/documents # wait the script to finish, i.e. until koreader closes wait # sleep a while until chrome bar is displayed again sleep 4 /mnt/us/extensions/kindlemenu/bin/sh/batterylevel.sh /mnt/us/extensions/kindlemenu/bin/shortcut.sh elif [ -f /mnt/us/hackedupreader/bin/cr3 ]; then /mnt/us/hackedupreader/bin/cr3 fi | |
|   |   | 
|  11-11-2013, 02:38 PM | #92 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | |
|   |   | 
|  11-11-2013, 03:08 PM | #93 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | |
|   |   | 
|  11-12-2013, 08:08 AM | #94 | 
| Enthusiast            Posts: 43 Karma: 29634 Join Date: Jun 2012 Location: Poland, Poznań Device: Amazon Kindle Paperwhite 2 | |
|   |   | 
|  11-12-2013, 10:18 AM | #95 | |
| Enthusiast            Posts: 25 Karma: 59442 Join Date: Nov 2013 Device: Kindle Paperwhite 3G | Nook Glowworm | Quote: 
 I have the Kindle Menu and it is beautiful! The top-bar shortcut doesn't seem to work - I presume this is a short cut on the top bar to take us to the Kindle Menu? Is there something I am doing wrong, or haven't yet done, to get this top bar shortcut? | |
|   |   | 
|  11-12-2013, 10:41 AM | #96 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			You must slide your finger down from the very top bar... is the same behaviour of android status menu! Remember to Enable the shortcut before trying | 
|   |   | 
|  11-12-2013, 11:13 AM | #97 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 | |
|   |   | 
|  11-12-2013, 11:29 AM | #98 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			Ah, so nice. Much better than 18 months ago, when this was almost exclusively a "how-to de-brick my Kindle" forum. | 
|   |   | 
|  11-12-2013, 12:03 PM | #99 | 
| Wizard            Posts: 1,669 Karma: 2300001 Join Date: Mar 2011 Location: Türkiye Device: Kindle 5.3.7 | |
|   |   | 
|  11-12-2013, 05:41 PM | #100 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Great images Twobob, thank you! Ps the last one should represent a up down arrow maybe    | 
|   |   | 
|  11-12-2013, 06:03 PM | #101 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
				
				0.8 VERSION RELEASED!
			 
			
			Many new features in the 0.8 version! I've made and bundled also a new app, KindleNote (I'll post it also seperatly later), and some new tools... enjoy! Supported gestures: - Swipe-right: bigger fonts - Swipe-left: smaller fonts - Double tap: default fonts (the code is rude, I'll make it prettier when I've time xD) I'd like also to make possible to choose between standard keyboard and matchboard one, but I don't know how to invoke matchbox for a custom dialog... Also the ability of select test in custom dialogs is giving me big troubles, seems it has been disable from Amazon but don't know at which level... P.S. Screenshot of Kindle Notes running on KT are welcome! Last edited by Aeris; 11-12-2013 at 06:28 PM. | 
|   |   | 
|  11-12-2013, 08:10 PM | #102 | |
| Enthusiast            Posts: 25 Karma: 59442 Join Date: Nov 2013 Device: Kindle Paperwhite 3G | Nook Glowworm | Quote: | |
|   |   | 
|  11-12-2013, 08:14 PM | #103 | 
| Enthusiast            Posts: 25 Karma: 59442 Join Date: Nov 2013 Device: Kindle Paperwhite 3G | Nook Glowworm | |
|   |   | 
|  11-12-2013, 10:58 PM | #104 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 Graphic updated as penance. feel free to rip for your documentation... perhaps a ? button and an eips -g help.png would be useful... Just a thought... | |
|   |   | 
|  11-13-2013, 02:06 AM | #105 | |
| but forgot what it's like            Posts: 741 Karma: 2345678 Join Date: Dec 2011 Location: north (by northwest) Device: Kindle Touch | Quote: 
 EDIT: oh, didn't notice you've read code. I didn't  So I might be wrong, sorry. | |
|   |   | 
|  | 
| Tags | 
| launcher add-ons | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle Touch 5.3.2 - almost Paperwhite! | Vroo | Amazon Kindle | 23 | 01-21-2013 12:34 PM | 
| here's how to compile a gtk native app for the kindle touch | chris_c | Kindle Developer's Corner | 9 | 12-21-2012 12:01 AM | 
| Kindle Touch sudoku with menu | blackkbot | Kindle Developer's Corner | 6 | 05-31-2012 05:58 PM | 
| Troubleshooting kindle touch menu button not response | zenmindlei | Amazon Kindle | 4 | 03-26-2012 09:28 PM |