11-13-2013, 07:01 AM | #106 | |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Quote:
P.S. the shortcut should work ONLY if you click on the status bar then leave it, as far as I know... maybe this does happen also when sliding orizzontally because you leave the area unknowingly After some careful tests it seems to work also while sliding orizzontally... weird Last edited by Aeris; 11-13-2013 at 07:32 AM. |
|
11-13-2013, 12:10 PM | #107 |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Version 1.0 released. Even if there is still a KindleNotes bug to fix for Touches
|
Advert | |
|
11-20-2013, 07:13 PM | #108 |
Junior Member
Posts: 5
Karma: 11252
Join Date: Oct 2013
Device: Kindle Paperwhite
|
Thank you so much for your wonderful work,
two issues here: 1- My paperwhite status bar keeps its value for example "Wireless is now OFF" when Kindle Menu exits. Need to revert its value to the dafault one for example "Basem's Kindle" after Kindle Menu exits. 2- what is the easiest way to change whiteboard font thinkness and to close it. |
11-21-2013, 08:50 AM | #109 | |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Quote:
1) I'm aware about the status bar problem; currently, it can't be fixed directly (I can't restore the previous content of the title bar), but I was already thinking to switch to another kind of notification to avoid the use of the status bar Maybe it will be in the next Kindle Menu release 2) What do you mean with font thickness? Whiteboard is a simple drawing app... if you mean line thickness, it can't be done in whiteboard, but you could consider to use Rgbpaint instead. For exiting the app, simply press the power button! Last edited by Aeris; 11-21-2013 at 08:56 AM. |
|
11-22-2013, 07:59 PM | #110 |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Kindle Menu updated to v 1.1
With the new release (v 1.1), you get a new notification method + an easy way to add custom shortcuts.
|
Advert | |
|
11-23-2013, 09:11 AM | #111 |
Evangelist
Posts: 456
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
|
I love the new custom shortcuts. Very well implemented.
Now a HUGE idea - automatically parse all the menu.json files Lots of work, as you can see by looking at KUALs updates and functions. Again, very impressed so far. Thank you. |
11-23-2013, 09:51 AM | #112 | ||
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
v. 1.2 released
Some bugs fixed with the latest release. Please update.
v 1.2 Changelogs: Quote:
Quote:
|
||
11-23-2013, 11:02 AM | #113 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Not going to be easy for one person to duplicate its functions. - - - - Hmm... Although the K5 devices ship with a Lua / JSON parser installed. A "functional equivalent" might be possible for a single person. Last edited by knc1; 11-23-2013 at 11:04 AM. |
|
11-24-2013, 12:00 PM | #114 |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Maybe I don't even a command line JSON parser. I just found that JSON is already supported out-of-the box from javascript language, and Kindle seem to support JSON.parse command too, in js. It seems I'll be finally able to parse json files, when I've some spare time
Last edited by Aeris; 11-24-2013 at 12:15 PM. |
11-24-2013, 01:20 PM | #115 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
But your menu is K5-only - So it may be possible, but be warned, it will probably be a big job. |
|
11-24-2013, 02:34 PM | #116 |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
By now, I've been able to parse the first level
I'll continue tomorrow. P.S. as usual, it shows up instantly |
11-24-2013, 06:35 PM | #117 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299991
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
|
Whilst I totally support this - and think it is awesome - the whole point of KUAL was the "unified" bit, I.E, works on all devices.
But amazing work Aeris Very smart. |
11-24-2013, 07:36 PM | #118 |
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
|
11-25-2013, 09:39 AM | #119 | |
Developer's Corner Mascot
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
|
Ok guys, job finished. Javascript launcher done and working, in only 8kb of space (standalone) Kindle Menu updated, screenshot below.
Everything seems to work well, execept... a really few scripts! In particular, I found that these three scripts doesn't work properly: - runit, from luakit package. (or, better, it starts but the executable fails. No problems with Midori instead) - Toggle OFF on wakeup - Pwchess Sorry but I give up with this problem for now, I spent a lot of time with it and still cannot figure out why in the world these things, if launched from nativeBridge instead of KUAL, don't work. The javascript command I use is the following: Quote:
Last edited by Aeris; 11-25-2013 at 11:43 AM. |
|
11-25-2013, 12:25 PM | #120 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299991
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
|
LINT=`lipc-get-prop com.lab126.powerd flIntensity`
That's a non absolute path. did you try changing directory to the right one and/or setting the paths For example if KUAL would normally run from a certain directory perhaps cd to that and then invoke the .sh scripts. also perhaps set the PATH to be export PATH=/usr/bin:/bin:$PATH to cover you for non "explicitly absolute" invocations like the one above. Just a guess The chess one appears to be a gtk wrapper around another binary gnuchess. Again could be path related. Just a guess. That one I think I would also include the path the the binaries themselves in that PATH export (/mnt/us/extensions/pwchess or w/e) - just in case it was invoked like "gnuchess" rather than an absolute path. Hope it helps. |
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 01: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 01:01 AM |
Kindle Touch sudoku with menu | blackkbot | Kindle Developer's Corner | 6 | 05-31-2012 06:58 PM |
Troubleshooting kindle touch menu button not response | zenmindlei | Amazon Kindle | 4 | 03-26-2012 10:28 PM |