|  10-10-2012, 02:09 PM | #781 | 
| Enthusiast            Posts: 36 Karma: 41848 Join Date: Mar 2011 Device: iRex | 
			
			Kindle 3 wifi. Tried with and without download accelerator. The zip file itself uncompresses without any error messages with two different unpacking programs. File link is the one on the first page of this thread: https://www.mobileread.com/forums/sho...d.php?t=175512 Direct download link: https://www.mobileread.com/forums/att...2&d=1349614242 Last edited by arikfunke; 10-10-2012 at 03:25 PM. | 
|   |   | 
|  10-10-2012, 02:18 PM | #782 | 
| Enthusiast            Posts: 36 Karma: 41848 Join Date: Mar 2011 Device: iRex | 
			
			deleted duplicate post
		 | 
|   |   | 
|  10-10-2012, 02:25 PM | #783 | |
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | Quote: 
 Perhaps it is getting corrupted while copying it to your kindle. Try a different microUSB cable. Check the md5sum before and after copying to the kindle. | |
|   |   | 
|  10-10-2012, 02:50 PM | #784 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 It also un-zip's fine here. Do as GM recommends, checksum it at its source (your pc) and after transfer to its destination (your Kindle). checksums must match. | |
|   |   | 
|  10-10-2012, 03:36 PM | #785 | 
| Enthusiast            Posts: 36 Karma: 41848 Join Date: Mar 2011 Device: iRex | 
			
			I amended the links as requested. The md5 checksums match on the PC and the kindle. The checksum my "update_jbpatch_2.4.1_install.bin" is: 609b969e9d915325e06e9f893c2f77a2 Is U002 in fact a checksum problem or could it be something else? Just to check: JBPatch should install on Kindle 3 wifi with FW 3.4, right? | 
|   |   | 
|  10-10-2012, 03:43 PM | #786 | 
| Official Lurker            Posts: 1,050 Karma: 7096675 Join Date: Apr 2012 Device: Kindle 3.4 | 
			
			JBPatch is only for K5, sorry...
		 | 
|   |   | 
|  10-10-2012, 03:57 PM | #787 | 
| Junior Member  Posts: 5 Karma: 10 Join Date: May 2012 Device: kindle touch | 
			
			Hi can I ask you about the margins?  There is plenty of unused space when reading pdf. On the right ssde is slider for pages(it hides after some time) but there is still page count on the bottom. Is it possible to use whole display for displaying text? Look at your second picture there you can see, that you use just aroung 85 % of width of your display... | 
|   |   | 
|  10-10-2012, 08:27 PM | #788 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr            Posts: 6,586 Karma: 6299993 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 | |
|   |   | 
|  10-10-2012, 08:38 PM | #789 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr            Posts: 6,586 Karma: 6299993 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 | Quote: 
 I get the strong sense the answer is going to be "No". Just to double check I adjusted my margin minium setting (to no effect on pdf) in JBPatch (pictured), so "No". HTH, porting another viewer could be an option. Last edited by twobob; 10-10-2012 at 08:41 PM. Reason: test | |
|   |   | 
|  10-11-2012, 08:17 AM | #790 | 
| Enthusiast            Posts: 36 Karma: 41848 Join Date: Mar 2011 Device: iRex | 
				
				Compiling for Kindle 3
			 
			
			I am working on compiling JBPatch for kindle 3. Apart from some minor syntax changes everything was looking quite good. Now however I have stumbled on a more substantial problem. Kindle 3 uses Java 1.3 which does not have the class "java.util.LinkedHashMap" which is used in configurableSettings.java. Unfortunately my java skills are insufficient to rewrite this modules. Can anybody help with this to help extend JBPatch to Kindle 3? | 
|   |   | 
|  10-11-2012, 08:24 AM | #791 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 If so, borrow it (with note of its OpenSource license). | |
|   |   | 
|  10-11-2012, 08:30 AM | #792 | 
| Enthusiast            Posts: 36 Karma: 41848 Join Date: Mar 2011 Device: iRex | |
|   |   | 
|  10-11-2012, 08:53 AM | #793 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 http://gcc.gnu.org/java/ Is there another compiler and Java library set in use in the open source Linux world? (Well, yes, the OpenJDK project: http://openjdk.java.net/ but that is probably a second-choice set of sources.) Last edited by knc1; 10-11-2012 at 08:56 AM. | |
|   |   | 
|  10-11-2012, 08:57 AM | #794 | 
| Enthusiast            Posts: 36 Karma: 41848 Join Date: Mar 2011 Device: iRex | 
			
			Thanks. Copying the source for LinkedHashMap from gcj results in the error message that generics are not supported in java 1.3. I tried removing all "<K,V>" from the file but am now stuck with: .\java\util\LinkedHashMap.java:135: error: cannot find symbol class LinkedHashEntry extends HashEntry ^ symbol: class HashEntry location: class LinkedHashMap | 
|   |   | 
|  10-11-2012, 08:58 AM | #795 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			This is for a K3? Try using version 1.4 rather than 1.3 | 
|   |   |