| 
			
			 | 
		#1 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 645 
				Karma: 1888888 
				Join Date: Jun 2009 
				
				
				
				Device: prs-505, Kindle Keyboard 3g, PW3 
				
				
				 | 
	
	
	
		
		
			
			 
				
				People who have updated software, and now KUAL gives blank screen.
			 
			
			
			Hello all. 
		
	
		
		
			I am looking for a test subject. If you have updated your kindle, and re-isntalled KUAL Booklet, but you are just getting a blank screen, I would like you to try this and report back. put this jar file on the root of your USB drive. make a file named 'RUNME.sh' on the root of your USB drive with this contents ( name needs that capitalization ) -- Make sure there are no windows newlines in the file either Code: 
	#!/bin/sh # mount system mntroot rw # remove bad kualbooklet jar rm "/opt/amazon/ebook/booklet/KUALBooklet.jar" # install my test jar cp "/mnt/us/KUALBooklet.jar" "/opt/amazon/ebook/booklet/KUALBooklet.jar" mntroot ro then search for ';log runme' then restart your kindle, and then try to open KUAL Booklet. ( If you have usbnet installed, instead of restarting kindle, you can kill 'cvm' to reload java classes ) Last edited by coplate; 02-13-2018 at 12:32 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 16 
				Karma: 10 
				Join Date: Feb 2018 
				
				
				
				Device: KOA2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			It perfectly works on 5.9.4 with KOA2. Thanks @coplate
		 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Last edited by jimxin; 02-13-2018 at 07:48 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 645 
				Karma: 1888888 
				Join Date: Jun 2009 
				
				
				
				Device: prs-505, Kindle Keyboard 3g, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			That's good news. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I am using PW3 with 5.9.4 - G090G1 What model do you use? I think kual on all version of the oasis 2017 ( KOA2 ) have this blank screen. Does anyone who knc1 helped jailbreak have the time to test this jar?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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 ... = = = = = (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 04:45 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 23 
				Karma: 28488 
				Join Date: Jul 2017 
				
				
				
				Device: Kindle Oasis Wifi+3g 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Ho ho!!! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Work fine for me... just more long for start but now it's ok!!! Thanks !!! My version: Oasis Wifi v5.9.4  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 399 
				Karma: 123456 
				Join Date: Feb 2009 
				Location: Central US 
				
				
				Device: k1 - KAO2, IPads 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Works for me on KOA2 but 5.9.2.0.1, haven't upgraded to 5.9.4, so not sure if this is useful.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 23 
				Karma: 28488 
				Join Date: Jul 2017 
				
				
				
				Device: Kindle Oasis Wifi+3g 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Oasis v1 Regards ...i have try to start epub directly without start KoReader... but not... I must use the way: Kual+KoReader... Maybe on next update? Last edited by THE DBX; 02-13-2018 at 06:12 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 16 
				Karma: 10 
				Join Date: Feb 2018 
				
				
				
				Device: KOA2 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 645 
				Karma: 1888888 
				Join Date: Jun 2009 
				
				
				
				Device: prs-505, Kindle Keyboard 3g, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 This fix is just for KAUL Booklet version. The people in the KOReader subforom here may be able to help with the opening epubs directly, I cant really remember how that worked "KPVBooklet?" but this wont help If you send any of them over to this thread, these are the changes I made to work with this new obfuscation method. https://github.com/coplate/KUAL_Book...4e225f028e0e3c I dont think it will work for KPVBooklet anymore, because the function that takes the name of the book you opened is changed and we cannot call it reliably anymore. Last edited by coplate; 02-14-2018 at 12:58 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,190 
				Karma: 3592925 
				Join Date: Sep 2014 
				Location: Ukraine 
				
				
				Device: Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Will you update your installer?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#12 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 645 
				Karma: 1888888 
				Join Date: Jun 2009 
				
				
				
				Device: prs-505, Kindle Keyboard 3g, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I really did not spend much time on this, and I dont know how many devices it will work on, and how many it won't work on.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#13 | ||
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Quote: 
	
 But nothing has been repackaged for the KOA2 (yet). * Work is taking an extra long time because of the combination of two factors: 1) The KOA2 is very expensive 2) There is no way to recover from a programming error that we know of yet. well, three factors: 3) Amazon is reluctant to replace for free bricked KOA2 devices more that one or two dozen times for the same developer. ![]() = = = = (*) Read to the very bottom of the KOA2 jail break directions, there find a link to a script that can do the repackaging (in coplate's non-model locked format). The script contains a table that the person doing the packaging has to populate (edit) with the specific package details - examples included. Last edited by knc1; 02-14-2018 at 09:17 AM.  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Reports on both Oasis models (KOA, KOA2) and the PW3. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Still need reports from KT2, KT3, PW2 and Voyage users. Of special interest are those devices that are running 5.9.2(.0.1) or 5.9.4  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#15 | 
| 
			
			
			
			 Junior Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 8 
				Karma: 4738 
				Join Date: Jan 2018 
				
				
				
				Device: Kindle Basic 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [KUAL]Kindle reflective screen loader | icantbebothered | Kindle Developer's Corner | 26 | 10-27-2013 10:08 AM | 
| Kindle 4 NT - Updated Screen-saver code, updated hack | bmsleight | Amazon Kindle | 2 | 10-07-2012 04:57 PM | 
| Is the software updated needed? | JVM | Kobo Reader | 1 | 03-31-2011 10:26 AM |