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 03-24-2016, 06:14 PM   #1486
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
One thing folks seem to be neglecting when launching native mode apps (such as gmvid and myts) from KUAL, is to pause and resume the GUI framework, to prevent framebuffer contention from messing up the native mode output (accidentally drawing KUAL elements on top of the active native mode app video).

Here is a code snippet that did what all native mode apps need to do, extracted from my "rippleweave" script in my "eink algorithmic art" thread:
PHP Code:
lipc-set-prop com.lab126.powerd preventScreenSaver 1
killall 
-stop Xorg cvm # pause framework
eips --f

# insert native mode app launch here ...

killall -cont cvm Xorg # resume framework
lipc-set-prop com.lab126.powerd preventScreenSaver 0 
This stuff should probably be inserted into the script that launches native mode apps in the KUAL extensions folders. I plan to do this for myts and gmvid and some of my demos ASAP...

I hope these commands still work on newer kindle firmware. I have no kindles newer that a K5 (Touch) since I lost my PW on a trip, nor can I afford any new kindles at this time. However, I have plenty of "debricked" K3g (K3 with 3G) demo devices, which I could trade for newer kindles to support my renewed interest in kindle development.

EDIT: Hmm... Not working on my K3. Investigation in progress...

Last edited by geekmaster; 03-24-2016 at 06:35 PM.
geekmaster is offline   Reply With Quote
Old 03-24-2016, 09:05 PM   #1487
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
Is there no x11 on a K3?
knc1 is offline   Reply With Quote
Old 03-25-2016, 05:40 AM   #1488
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Nope .
NiLuJe is offline   Reply With Quote
Old 03-25-2016, 07:39 AM   #1489
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
I have it working. Pausing xorg on a k3 kicks a harmless error message, but is needed on newer kindles. I have a new gmvid kual extension, with multiple videos. It plays nice with kual -- no framebuffer contention. I will post it when I finish adding sound to gmvid (almost done, but toolchain issues at the moment). I am using A_LAW compression, after doing dynamic range compression to my audio track in audacity. The audio sounds great for what it is (as interpreted by my aging ears). I can only test audio on DX/DXG/K3/K5. Do any newer kindles have audio?

Still thinking of doing PWM audio on the accessory port (metal tabs to power booklight) on some models (such as K4), if it can be toggled fast enough.

I also have a gmdemo extension with multiple of my native mode graphics (and sound) demos, also with no framebuffer contention (pausing the framework as shown in a previous post above).

Last edited by geekmaster; 03-25-2016 at 08:03 AM.
geekmaster is offline   Reply With Quote
Old 03-25-2016, 07:48 AM   #1490
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
Is there no x11 on a K3?
Quote:
Originally Posted by NiLuJe View Post
Nope .
Or Yep! As in "Yes, there is no x11!".


Last edited by geekmaster; 03-25-2016 at 08:10 AM.
geekmaster is offline   Reply With Quote
Old 03-25-2016, 08:53 AM   #1491
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
The K5 is the most recent model with audio i/o support.

Although not all of the audio i/o code is gone, almost as if they are afeard of what would break if they took it all out.
Or maybe they just lost track of what all they put into the early devices.

IIRC, I **think** the most recent (and most expensive) KV model has a 'vibrator' in it to emulate tactile feedback for their virtual buttons.

If you PWM to that device - a person might be able to press the Kindle against their head and 'feel' the music.
People with a cochlear implant might find that interesting.
knc1 is offline   Reply With Quote
Old 03-29-2016, 10:06 AM   #1492
u831912
Junior Member
u831912 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2016
Location: Germany
Device: Kindle PW3 (G090G1)
Hi,
I'm an absolute Newby in this forum.
Just got my new PW3 (G090G1****, FW5.6.5) jailbroken with the method of kaznelson:

>>>>>>>>>>>>>>>>>>>
If all contents of a folder "jb" from archive "jb.zip" copy in Kindle-root, and then to enter in an address line of browser this local address - jailbreak worked without problems:
file:///mnt/us/index.html

Tested in PW3 G090 with stock firmware 5.6.5, aeroplane-mode "on".
<<<<<<<<<<<<<<<<

Jailbreak worked fine, PW3 said jailbreak successful in the top line.

Did a complete restart after all finished.

Then I put KUAL-KDK-2.0.azw2 into documents folder and tryed to start it.
I found the Kindle Launcher Icon on start screen and tryed to start KUAL.

I got a message:
"This Device has not been authorized by the developer of this content as a test-kindle. Please contact developer."

Hope you can help me going on.
u831912 is offline   Reply With Quote
Old 03-29-2016, 10:10 AM   #1493
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
After using Branch Delay's jailbreak you need to install the hotfix which contains the jailbreak bridge in addition to the MKK (kindlet developer keys).
eschwartz is offline   Reply With Quote
Old 03-29-2016, 10:12 AM   #1494
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
Quote:
Originally Posted by eschwartz View Post
After using Branch Delay's jailbreak you need to install the hotfix which contains the jailbreak bridge in addition to the MKK (kindlet developer keys).
For details, such as the link(s) read the first post of:
https://www.mobileread.com/forums/sho...d.php?t=265675
It has been edited to be a bit more clear.
knc1 is offline   Reply With Quote
Old 03-29-2016, 11:59 AM   #1495
u831912
Junior Member
u831912 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2016
Location: Germany
Device: Kindle PW3 (G090G1)
Thanks a lot,

my mistake.
Thought i had to install KUAL and MRPI before installing the hotfix.
It's working perfectly now.
Just installed Python and Screensavers hack and it works fine.

Going to read a bit more in the forum to find more interesting things.

Thanks to all people working on these hacks.
u831912 is offline   Reply With Quote
Old 04-03-2016, 12:18 AM   #1496
KevinJ
Junior Member
KevinJ began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2016
Device: Kindle 2
Another noob here.....

Trying to use KUAL on on Kindle 2 (k2i). It is jailbroken as shown here: https://wiki.mobileread.com/wiki/Kind...26_4.x_Kindles.

I have KUAL loaded but when I run KUAL I get "The application is not signed by a registered developer."

What am I missing or what did I do wrong?

Thanks.

Last edited by KevinJ; 04-03-2016 at 12:22 AM.
KevinJ is offline   Reply With Quote
Old 04-03-2016, 12:25 AM   #1497
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Did you install the MKK?

Quote:
Originally Posted by First Post View Post
In addition, you may need to install MKK: if your device runs on FW 5.x, and you're using the K5 JB >= 1.11.N, you don't need to do anything, MKK is bundled with your JB. If you're using an older device, you will need to install MKK yourself .
eschwartz is offline   Reply With Quote
Old 04-03-2016, 09:46 AM   #1498
KevinJ
Junior Member
KevinJ began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2016
Device: Kindle 2
Quote:
Originally Posted by eschwartz View Post
Did you install the MKK?
That was it. Thanks.
KevinJ is offline   Reply With Quote
Old 04-04-2016, 01:50 PM   #1499
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by KevinJ View Post
Quote:
Originally Posted by eschwartz View Post
Did you install the MKK?
That was it. Thanks.
Remember to install the "backdoor lock" KUAL extension, and to lock the backdoor, or amazon will remove MKK when you disable airplane mode (leaving a "not a test kindle" book on your device, and making KUAL fail again).
geekmaster is offline   Reply With Quote
Old 04-04-2016, 02:25 PM   #1500
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@geekmaster: That should only happen when changing the registration status of the device (and maybe tinklering w/ the key db manually, but if you're doing that, I assume you know what you're doing), not a simple networking toggle :?.
NiLuJe is offline   Reply With Quote
Reply

Tags
kindle touch, kindle touch hacks, kindlet, kual, launcher, launcher add-ons, paperwhite, sqlite, unified


Forum Jump

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


All times are GMT -4. The time now is 05:33 AM.


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