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 05-08-2020, 05:50 PM   #796
arooni
Addict
arooni began at the beginning.
 
Posts: 315
Karma: 26
Join Date: Jul 2012
Device: Kindle Paperwhite 4 (2018)
was trying to install your awk tool since i'm packing my kindle full of extensions.

when i load kual i don't see the option to install it. finally i ssh'd into the bin directory and just ran your install script but it didnt seem to populate a binary version of awk

Code:
No error in /tmp/kual.log but in in /tmp/kual.cache i do see mention of it:
ecrs
1:ff00ff00ff000b
Sort menu ABC
/var/tmp;[ -r '/mnt/us/extensions/KUAL.cfg' ] || echo "#
 /mnt/us/extensions/KUAL.cfg - created on `date`" >'/mnt
/us/extensions/KUAL.cfg';s=$(awk 'BEGIN{nf=1} /^\s*KUAL_
sort_mode=/{sub(/=.*/,"=\"ABC\"");nf=0} {print} END{if(n
f) print "KUAL_sort_mode=\"ABC\""}' '/mnt/us/extensions/
KUAL.cfg') && [ 0 != ${#s} ] && echo "$s" >'/mnt/us/exte
nsions/KUAL.cfg'
3
1:ff00ff00ff020b
× Quit
/var/tmp;:
4
cd
1:ff00ff00ff030b
* Install gawk binary *
/mnt/us/extensions/gawk;./bin/gawk-install.sh
4
s


/mnt/us/extensions/gawk
[root@kindle gawk]# ls -l
total 32
drwxrwxrwx    2 root     root          8192 May  8 16:26 bin
-rwxrwxrwx    1 root     root           253 May 29  2018 config.xml
drwxrwxrwx    2 root     root          8192 May  8 16:26 data
-rwxrwxrwx    1 root     root           459 May 29  2018 menu.json
[root@kindle gawk]#


### same for battery status too btw
[root@kindle BatteryStatus]# pwd
/mnt/us/extensions/BatteryStatus
[root@kindle BatteryStatus]# ls -l
total 24
drwxrwxrwx    2 root     root          8192 May  8 16:32 bin
-rwxrwxrwx    1 root     root           272 May 29  2018 config.xml
-rwxrwxrwx    1 root     root           751 May 29  2018 menu.json
[root@kindle BatteryStatus]#
neither seems to be appearing. is there a way to get KUAL to re-search the extensions directory somehow?

Last edited by arooni; 05-08-2020 at 05:53 PM.
arooni is offline   Reply With Quote
Old 05-08-2020, 05:59 PM   #797
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
It only appears in the actual KUAL submenu if it's not already installed.

Check the version tag in KUAL's footer, the final letter after the comma is all about this: a for busybox, g for gawk.
NiLuJe is offline   Reply With Quote
Old 05-08-2020, 06:28 PM   #798
arooni
Addict
arooni began at the beginning.
 
Posts: 315
Karma: 26
Join Date: Jul 2012
Device: Kindle Paperwhite 4 (2018)
Quote:
Originally Posted by NiLuJe View Post
It only appears in the actual KUAL submenu if it's not already installed.

Check the version tag in KUAL's footer, the final letter after the comma is all about this: a for busybox, g for gawk.
"(20191030,a)"

so seems like its not using gnu's gawk yet. Would love any advice to get this installed.

here is what my extensions directory looks like:

Code:
[root@kindle extensions]# ls
BatteryStatus  README.md      gawk           linkfonts      sox
ChangeLog.txt  VERSION        helper_OLD     linkfonts-ovr  syncthing
KUAL.cfg       eboard         koreader       linkss         usbnet
MRInstaller    extensions     leafpad        skipstone      vlasovsoft
[root@kindle extensions]# cd gawk
[root@kindle gawk]# ls
bin         config.xml  data        menu.json
[root@kindle gawk]# pwd
/mnt/us/extensions/gawk
[root@kindle gawk]# ls -l
total 32
drwxrwxrwx    2 root     root          8192 May 12 14:17 bin
-rwxrwxrwx    1 root     root           253 May 29  2018 config.xml
drwxrwxrwx    2 root     root          8192 May 12 14:17 data
-rwxrwxrwx    1 root     root           459 May 29  2018 menu.json
[root@kindle gawk]# ls -l data/
total 1136
-rwxrwxrwx    1 root     root           235 May 29  2018 CREDITS
-rwxrwxrwx    1 root     root        396823 May  1 18:54 gawk-K3.tar.gz
-rwxrwxrwx    1 root     root        369316 May  1 18:54 gawk-K5.tar.gz
-rwxrwxrwx    1 root     root        375299 May  1 18:54 gawk-PW2.tar.gz
[root@kindle gawk]# ls -ls bin
total 8
     8 -rwxrwxrwx    1 root     root          6548 Jul 30  2019 gawk-install.sh
[root@kindle gawk]#
EDIT: I got this working; just ssh'd in and from the correct directory (which is not ./bin BTW lol) I manually ran the script and it works great. KUAL menu not appearing? Not stopping me

Last edited by arooni; 05-13-2020 at 03:53 PM.
arooni is offline   Reply With Quote
Old 05-16-2020, 01:47 AM   #799
hius07
Wizard
hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.
 
Posts: 1,183
Karma: 3592925
Join Date: Sep 2014
Location: Ukraine
Device: Kindle
PW4 5.12.5 the latest hotfix cannot be installed as update with Error 007.
In the log:
200515:180622 system: E bundlefuncs:verify_bundle:invalid bundle signature
hius07 is offline   Reply With Quote
Old 05-16-2020, 07:30 AM   #800
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
@hius07:

It's likely that something is aggressively deleting the PRE_GM flag on 5.12.5. I have no idea what, or when, that happens, but from the quick glance I gave at the FW, it's not any of the upstart jobs, so, no idea, really.

TL;DR: It's over, stop updating.
NiLuJe is offline   Reply With Quote
Old 05-17-2020, 04:27 AM   #801
Abish4i
The Escapist
Abish4i began at the beginning.
 
Abish4i's Avatar
 
Posts: 36
Karma: 10
Join Date: May 2020
Location: Jhansi,India
Device: PW4 (10th Gen), Android, Zorin(linux)
Is there anyone else having Hotfix Error with 5.12.5

Cuz I haven't updated to lastest firmware...
Abish4i is offline   Reply With Quote
Old 05-17-2020, 11:13 AM   #802
Uphantom89
Enthusiast
Uphantom89 began at the beginning.
 
Posts: 33
Karma: 10
Join Date: Nov 2018
Device: Kobo Touch
Yes, i have 007 error , follow NiLuJe comments in this thread, I did try emergency.sh and luckily i got my jb back.
To be safe, I downgraded my PW4 to 5.10.1.3 and have no intention to upgrade to any higher firmware
Uphantom89 is offline   Reply With Quote
Old 05-17-2020, 11:37 AM   #803
hius07
Wizard
hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.
 
Posts: 1,183
Karma: 3592925
Join Date: Sep 2014
Location: Ukraine
Device: Kindle
On 5.12.5 the bridge can be installed via mrpi.
hius07 is offline   Reply With Quote
Old 05-18-2020, 03:35 PM   #804
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,953
Karma: 27060153
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
I have a Kindle Touch running 5.3.7.3 serial number B011 14xx xxxx xxxx, have run jailbreak and rescue pack so far.

Trying to install Python, copied Update_python_0.15.N_install_touch_pw.bin over, but Kindle rejects it: no Update in Settings, and when connect on USB, the .bin file is gone, and I don't seen any evidence Python got installed.

Am I missing something (this is my first JB 'project' so it is quite possible).

Thanks.
tomsem is offline   Reply With Quote
Old 05-18-2020, 03:42 PM   #805
hius07
Wizard
hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.
 
Posts: 1,183
Karma: 3592925
Join Date: Sep 2014
Location: Ukraine
Device: Kindle
Use mrpi.
hius07 is offline   Reply With Quote
Old 05-18-2020, 04:50 PM   #806
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
Latest round of updates includes perf in USBNet (on PW2+, since it requires kernel & libc support that's not available earlier).

The bridge has been mildly tweaked. It may help with whatever's happening on FW 5.12.5. Or it may catastrophically fail. .
NiLuJe is offline   Reply With Quote
Old 05-18-2020, 06:00 PM   #807
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,953
Karma: 27060153
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by hius07 View Post
Use mrpi.
Thanks, I'm up and running now!
tomsem is offline   Reply With Quote
Old 05-18-2020, 11:02 PM   #808
arooni
Addict
arooni began at the beginning.
 
Posts: 315
Karma: 26
Join Date: Jul 2012
Device: Kindle Paperwhite 4 (2018)
If I normally read with koreader; is there any point to me installing the python package?
arooni is offline   Reply With Quote
Old 05-18-2020, 11:15 PM   #809
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
@arooni: Not if you have no actual need for Python.
NiLuJe is offline   Reply With Quote
Old 05-20-2020, 01:45 AM   #810
hius07
Wizard
hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.
 
Posts: 1,183
Karma: 3592925
Join Date: Sep 2014
Location: Ukraine
Device: Kindle
Quote:
Originally Posted by NiLuJe View Post
The bridge has been mildly tweaked. It may help with whatever's happening on FW 5.12.5. Or it may catastrophically fail. .
The same
200519:121921 system: E bundlefuncs:verify_bundle:invalid bundle signature:invalid bundle signature

Are you interested in more logs trying to install hotfix via UYK?
hius07 is offline   Reply With Quote
Reply

Tags
hacks, kindle, niluje


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I removed the hacks, installed 3.1, then new hacks, and now Kindle is dead cloudyvisions Amazon Kindle 55 11-29-2023 07:27 PM
Tools Snapshots of Coplate's packages coplate Kindle Developer's Corner 104 10-23-2022 11:41 PM
NiLuJe offline? picree Kindle Developer's Corner 1 09-28-2016 10:29 PM
Snapshots test in Live version Michele Clinco OpenInkpot 7 09-08-2009 02:42 PM


All times are GMT -4. The time now is 07:26 AM.


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