View Single Post
Old 02-13-2018, 03:28 PM   #4
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
And for those who like to type (do not enter any line starting with: -- , those are for your reading pleasure):
Code:
-- What's on the other end?

myself:Downloads> ssh kpw 'cat /etc/prettyversion.txt'
Kindle 5.9.2 (~~otaVersion~~)

-- Put a copy on USB storage

myself:Downloads> scp KUALBooklet.jar kpw:/mnt/us
KUALBooklet.jar                               100%   64KB   4.3MB/s   00:00    

-- And on the remote device:

myself:Downloads> ssh kpw

-- USB storage root:

[root@kindle root]# cd /mnt/us

-- Make system root writeable

[root@kindle us]# mntroot rw
system: I mntroot:def:Making root filesystem writeable

-- Copy from USB storage to its place in the system:

[root@kindle us]# cp KUALBooklet.jar /opt/amazon/ebook/booklet

-- Re-protect the system root

[root@kindle us]# mntroot ro
system: I mntroot:def:Making root filesystem read-only

-- Cause the Java VM to restart (its cvm here, not jvm)

[root@kindle us]# killall 'cvm'

-- Watch tree grow new leaves ...
And the booklet version now works on a PW3-4GB, fw-5.9.2

= = = = =

(the document KUAL image is still stuck on the screen, but I am working on that problem also - hfpop's is gone, we know it can be done, I only have to make something for everyone else to use).

= = = =

Testing on a KOA2?
Not mine, it is still at step #5
http://knetconnect.com/koa2/KOA2_Jailbreak.xhtml
so it can be the test bed for the new software being written for step #6

Last edited by knc1; 02-13-2018 at 03:45 PM.
knc1 is offline   Reply With Quote