|  08-06-2012, 04:55 AM | #466 | |
| Addict            Posts: 396 Karma: 33660 Join Date: Jul 2011 Device: Kindle 3, Kindle 4, Kindle PW, Nexus7 3G | Quote: 
 | |
|   |   | 
|  08-06-2012, 05:02 AM | #467 | 
| (offline)            Posts: 2,907 Karma: 6736094 Join Date: Dec 2011 Device: K3, K4, K5, KPW, KPW2 | 
			
			I repeat: I don't own a K4, so I have no idea   The first thing would be to port the JBPatch core to the K4. Then you could decompile the Home Booklet and check whether it looks anything like the one of the K5 (in particular, if you find the strings "LIST_VIEW_MODE" and/or "COVER_VIEW_MODE") in there, it's probably possible. But it still wouldn't be a piece of cake, because you'd have to do all the reverse engineering work again (well, if you're lucky, you might be able to benefit from some of the stuff I did for the K5). Remembering from back when I got a K4 image for testing, the K5 and K4 jars are radically different (probably an entirely different code base), so the chances to actually find substantial (code) similarities between these framework is minimal. | 
|   |   | 
|  08-06-2012, 06:23 AM | #468 | 
| Tech Geek Forever            Posts: 230 Karma: 568824 Join Date: Jun 2012 Location: USA Device: Kindle Touch hacked | 
			
			Does anyone know why amazon book covers look bigger than calibre generated book covers?
		 | 
|   |   | 
|  08-06-2012, 06:30 AM | #469 | |
| Definitely not King Kong            Posts: 126 Karma: 59238 Join Date: Jul 2012 Location: United States Device: Kindle Touch | Quote: 
  Just messing with you  . But your computer most likely does have a higher resolution and because of that (depending on your monitor size) the images will look smaller. Right?   | |
|   |   | 
|  08-06-2012, 06:42 AM | #470 | 
| Tech Geek Forever            Posts: 230 Karma: 568824 Join Date: Jun 2012 Location: USA Device: Kindle Touch hacked | 
			
			i dont think i undestood you completely but i am saying they look bigger on my kindle.
		 | 
|   |   | 
|  08-06-2012, 06:49 AM | #471 | |
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | Quote: 
 http://manual.calibre-ebook.com/conversion.html Amazon may use different rules when converting ebooks, giving a different cover image size. | |
|   |   | 
|  08-06-2012, 07:15 AM | #472 | |
| Member            Posts: 19 Karma: 14064 Join Date: Jul 2012 Device: Kindle Touch | Quote: 
   | |
|   |   | 
|  08-06-2012, 07:23 AM | #473 | |
| (offline)            Posts: 2,907 Karma: 6736094 Join Date: Dec 2011 Device: K3, K4, K5, KPW, KPW2 | Quote: 
 I don't know why that is, but immediately trying it in onCreate() seems to fail most of the time. And of course, be sure to follow the syslog and /mnt/us/developer/AppName/work/crash.log. Last edited by ixtab; 08-06-2012 at 07:27 AM. | |
|   |   | 
|  08-06-2012, 07:26 AM | #474 | 
| Tech Geek Forever            Posts: 230 Karma: 568824 Join Date: Jun 2012 Location: USA Device: Kindle Touch hacked | 
			
			@so is there a way to change the calibre-generated covers so that they are equal in size to that of amazon book covers?
		 | 
|   |   | 
|  08-06-2012, 08:02 AM | #475 | |
| Member            Posts: 19 Karma: 14064 Join Date: Jul 2012 Device: Kindle Touch | Quote: 
  ). Adding "Thread.sleep(1000);" around it changes nothing. It doesn't crash, and I'm not sure what to look for in messages. They are pretty verbose with ;debugOn. Is it too much to ask for sample app, that works for you? | |
|   |   | 
|  08-06-2012, 08:04 AM | #476 | |
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | Quote: 
 Go back and read the calibre web page at the link provided in my previous post. Pay attention to the fact that calibre can insert an cover image of your choice into the ebook. You can resize an image before giving it to calibre. | |
|   |   | 
|  08-06-2012, 08:08 AM | #477 | 
| Tech Geek Forever            Posts: 230 Karma: 568824 Join Date: Jun 2012 Location: USA Device: Kindle Touch hacked | 
			
			i read your link.i should resize the cover to 600*800 right
		 | 
|   |   | 
|  08-06-2012, 08:12 AM | #478 | |
| (offline)            Posts: 2,907 Karma: 6736094 Join Date: Dec 2011 Device: K3, K4, K5, KPW, KPW2 | Quote: 
 That's a pretty minimal application with only two classes. | |
|   |   | 
|  08-06-2012, 12:01 PM | #479 | 
| plus ça change            Posts: 101 Karma: 32134 Join Date: Dec 2009 Location: France Device: Kindle PW2, Voyage | 
				
				Possible idea for patch
			 
			
			After upgrading from a Kindle Keyboard to a Kindle Touch in March, I have to admit there's one feature I do miss -- the progress bar at the bottom of the screen showing where you are at all times in a book. If the TOC was formatted correctly, the chapters would also appear on the bar as nodes, which I found useful, too. The Touch does show a progress bar, but only for periodicals, as far as I know. IMHO, it would be great to be able to have this old functionality back, at least for those who miss it.  I'm a complete and utter noob when it comes to Java (but am planning to have a look at your tutorial, ixtab!  ). Anyway, just thought I'd put the idea out there.   | 
|   |   | 
|  08-06-2012, 12:25 PM | #480 | 
| BLAM!            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 | 
			
			@veezh/ixtab: FWIW, there was a reader setting to enable/disable the progress bar in FW 3/[4?]. I don't remember if it was properly hooked to anything, but it existed   . Last edited by NiLuJe; 08-06-2012 at 01:53 PM. | 
|   |   |