|  01-25-2013, 08:50 AM | #151 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | |
|   |   | 
|  01-25-2013, 11:04 AM | #152 | 
| Connoisseur            Posts: 63 Karma: 22712 Join Date: Jan 2013 Device: PW2 | 
			
			Hey guys.. I'm on FW 5.3.2, I do have Jailbreak and the Kindlet Jailbreak.. I Put KindleLauncher-2.0.azw2 in documents folder and run it on my KT, with no problems.. But none of the listed extentions work.. when i press them, launcher just turns off.. Am I missing something? English is not my native language + I'm the new Kindle user and I might missunderstood something on the description.. | 
|   |   | 
|  01-25-2013, 11:33 AM | #153 | |
| ( ͡° ͜ʖ ͡°){ʇ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: 
 will look at this very soon now. | |
|   |   | 
|  01-25-2013, 11:45 AM | #154 | 
| Connoisseur            Posts: 63 Karma: 22712 Join Date: Jan 2013 Device: PW2 | |
|   |   | 
|  01-25-2013, 11:52 AM | #155 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			I can confirm that Komic v2.1 doesn't work on 5.3.2 firmware. This is not related to the unified launcher (it works really fine on 5.1.2 firmware with the same launcher)! | 
|   |   | 
|  01-25-2013, 12:23 PM | #156 | 
| ( ͡° ͜ʖ ͡°){ʇ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 | |
|   |   | 
|  01-25-2013, 12:27 PM | #157 | 
| Connoisseur            Posts: 63 Karma: 22712 Join Date: Jan 2013 Device: PW2 | |
|   |   | 
|  01-25-2013, 01:49 PM | #158 | 
| THE NOOB            Posts: 708 Karma: 1545649 Join Date: Jan 2012 Location: Italy Device: Kindle Touch 5.3.2 | 
			
			Thanks a lot for v0.3! Just a small thing: with the new parsing engine, extensions with more than one entry are scattered all over the list based on the first letter of the name. This can be avoided adding the name of the extension before the name of the script. I.E: Komic run Komic Komic Decompress CBZs and CBRs Komic rename files etc... | 
|   |   | 
|  01-25-2013, 02:44 PM | #159 | |
| Groupie            Posts: 165 Karma: 593460 Join Date: Oct 2012 Device: K5 B011 5.3.2.1 | Quote: 
   | |
|   |   | 
|  01-26-2013, 09:16 AM | #160 | 
| ( ͡° ͜ʖ ͡°){ʇ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 | 
			
			[root@kindle root]# ./parse.sh  ./parse.sh: line 67: syntax error: Bad substitution on a kindle 3. Can we make this compliant on all devices? | 
|   |   | 
|  01-26-2013, 09:21 AM | #161 | ||
| ( ͡° ͜ʖ ͡°){ʇ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 | 
			
			[root@kindle root]# busybox sh ./parse.sh  Quote: 
 but it would be nice to not have to bundle that just for the sh support. if you REALLY felt it was worth it... possibly we should just go ahead and include BASH compiled for all kindles but I would prefer a native solution as this feels like overkill.  the current error is: Quote: 
 Happy to test. the sh version on the older busybox is documented on the thread i linked. much obliged. since [root@kindle root]# busybox sh ./parse.sh does no harm on devices that Dont have a multiple busybox installation and it Does allow for multiple busyboxes to bypass to horrid command line grabbing I may just shove that command in by default for now. Last edited by twobob; 01-26-2013 at 11:10 AM. | ||
|   |   | 
|  01-26-2013, 10:32 AM | #162 | 
| Wizard            Posts: 4,764 Karma: 246906703 Join Date: Dec 2011 Location: USA Device: Oasis 3, Oasis 2, PW3, PW1, KT | 
			
			@twobob: It might not like the [[ ]], that is something out of bash, barebone ash does not do that. You'd have to look at the busybox documentation to see which shell is implemented. Or you could try splitting the one liner up to expand to get rid of the inside of [[ ... ]]. Last edited by DuckieTigger; 01-26-2013 at 10:36 AM. | 
|   |   | 
|  01-26-2013, 11:12 AM | #163 | |||
| ( ͡° ͜ʖ ͡°){ʇ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 | 
			
			http://landley.net/mantis/mantis-2924.html Quote: 
 so Quote: 
 EDIT: Quote: 
 Last edited by twobob; 01-26-2013 at 11:29 AM. | |||
|   |   | 
|  01-26-2013, 11:36 AM | #164 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			Or compare it using a case statement with a \"*  case? Might work. Might not. | 
|   |   | 
|  01-26-2013, 12:41 PM | #165 | |
| Groupie            Posts: 165 Karma: 593460 Join Date: Oct 2012 Device: K5 B011 5.3.2.1 | Quote: 
 Is there any way my KT could run the K3 busybox binary, if you  found a way to rip it from a K3? I don't have a K3 to test this script on. | |
|   |   | 
|  | 
| Tags | 
| kindle touch, kindle touch hacks, kindlet, kual, launcher, launcher add-ons, paperwhite, sqlite, unified | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Launcher icon for KUAL? | Aeris | Kindle Developer's Corner | 32 | 04-01-2021 07:57 PM | 
| kite: kindle 3 application launcher | fbdev | Kindle Developer's Corner | 86 | 10-18-2017 10:19 AM | 
| [KUAL]Kindle reflective screen loader | icantbebothered | Kindle Developer's Corner | 26 | 10-27-2013 09:08 AM | 
| Kual shortcut for hidden image viewer (Kindle Touch & PW) | Aeris | Kindle Developer's Corner | 0 | 10-12-2013 05:09 AM | 
| application launcher for kindle 3 (kite) | fbdev | Kindle Developer's Corner | 21 | 05-04-2012 06:02 PM |