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-16-2012, 09:02 AM   #406
jacobmars
Junior Member
jacobmars began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2012
Device: kindle DXG
Question double shift

Quote:
Originally Posted by aliabbasjp View Post
try increasing the values(ms) in launchpad.ini :
HotInterval = 700
Everytime I have to struggle for entering PDFviewer, even I changed interval=700, can I change the shift+P+D to something else, such as shift+shift+E (enter)? I think double shift is easier to operate.
jacobmars is offline   Reply With Quote
Old 05-16-2012, 03:53 PM   #407
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
You can try to press + until satisfied for certain pdf, then look at the .lua file generated belong that pdf. There should be a gamma value in that file, then you can use it as default value in global config file.

This is pure speculation, I didn't try it because I don't want to. But it is simple enough to try.

Update: Upon further reading, maybe there is no global config for this yet (although there is gamma settings in some lua file).

But you really should have a better attitude when you are asking a favor.

Quote:
Originally Posted by aliabbasjp View Post
Sorry for the terse reply . But you should understand that i dont bother about the technical details of how gamma works. I only wanted a solution to darken my text by default.


Last edited by dracodoc; 05-16-2012 at 04:03 PM.
dracodoc is offline   Reply With Quote
Advert
Old 05-16-2012, 04:00 PM   #408
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
Did you change both values? This is the value I used.
HotInterval = 1500
InterKeyDelay = 700

Quote:
Originally Posted by jacobmars View Post
Everytime I have to struggle for entering PDFviewer, even I changed interval=700, can I change the shift+P+D to something else, such as shift+shift+E (enter)? I think double shift is easier to operate.
dracodoc is offline   Reply With Quote
Old 05-16-2012, 04:28 PM   #409
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by aliabbasjp View Post
The one which i quoted says much more:
  • An Intelligent fool (geeks??) makes simple things complex.
  • A genius makes complex things simple and does NOT TRY to complicate simple things.

This reply feels insulting to me. I hope that was not the intention here.

Last edited by geekmaster; 05-18-2012 at 08:25 PM.
geekmaster is offline   Reply With Quote
Old 05-18-2012, 08:23 PM   #410
swrd
Junior Member
swrd began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2012
Device: kinde DXG
Quote:
Originally Posted by NuPogodi View Post
My unofficial patch to kindlepdfviewer-bb5c54d (April, v2). Successfully tested on K3, may not work on DX (because of the function to read the current battery level or of any other reason).

.
well,one Trojan (HEUR/Malware.QVM11.Gen)was detectd in the zip files.

Last edited by swrd; 05-18-2012 at 08:25 PM.
swrd is offline   Reply With Quote
Advert
Old 05-18-2012, 08:26 PM   #411
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by swrd View Post
well,one Trojan (HEUR/Malware.QVM11.Gen)was detectd in the zip files.
What anti-malware program? Are you sure it wasn't just a common false-positive? I scanned it with MBAM and again with AVG. No problems either time. Try scanning it with a different tool.

Last edited by geekmaster; 05-18-2012 at 08:54 PM.
geekmaster is offline   Reply With Quote
Old 05-19-2012, 03:57 AM   #412
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
It would be a bit complicated to hide malware in the binaries when you could just put quite "regular" malware implementations right into the binaries :-P That said, I never came across such a thing here in this board. But I'm very, very surprised that a Windows AV tool's heuristics trigger on a ZIP containing only Lua files and an ARM (!) ELF (!) executable. As for analysis: geekmaster has said it all.
hawhill is offline   Reply With Quote
Old 05-19-2012, 06:09 AM   #413
NuPogodi
Connoisseur
NuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the end
 
Posts: 58
Karma: 31942
Join Date: Feb 2012
Device: Kindle 3, Tolino Shine, Kobo Glo
Quote:
Originally Posted by hawhill View Post
But I'm very, very surprised that a Windows AV tool's heuristics trigger on a ZIP containing only Lua files and an ARM (!) ELF (!) executable. As for analysis: geekmaster has said it all.
1. Actually, there were mostly lua-sources, png-icons and one ttf-font. No executables...

2. I still experience serious misunderstanding how to work with Github. Each quite simple operation requires so much efforts which are enough to rewrite 5-6KB of code. So, for testing purposes I give a link for more fresh update (19.05.2012) (not zip, but 7z).

3. What 's new?
Some cosmetics:
- long lines (filenames in 'Document Info') are now splitted in more human-readable way (by spaces, dots, slashes or some other characters - see screenshot)
- the selection of fonts in filemanager (key 'F' or 'Aa') looks now more user-friendly
- fixed too long strings in most menues (TOC, Bookmarks, Fonts...) and in the popup with the reading progress (called by key 'Menu')


A couple of bug fixes and new features:
- the position inside the cr-documents (epub, mobi...) now remain nearly the same after rescaling the document (i.e. changing the font face, size, boldface and interline distance)
- when you open TOC-menu or Fonts Menu, it highlights the current item (i.e. current chapter and current fontface).
- i've a bit changed the way to read the battery level values, it might now work even without Amazon Kindle framework.

PS I apologize, but Github is the real pain in my ass!
NuPogodi is offline   Reply With Quote
Old 05-19-2012, 07:21 AM   #414
dpavlin
Connoisseur
dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.
 
dpavlin's Avatar
 
Posts: 61
Karma: 116628
Join Date: May 2011
Location: Zagreb, Croatia
Device: Kindle K3G and DXG
Quote:
Originally Posted by NuPogodi View Post
PS I apologize, but Github is the real pain in my ass!
Thanks for your effort, I pulled your changes in https://github.com/hwhw/kindlepdfviewer/pull/170/files

Could you take a look if I missed something? I hope you can continue to make smaller changes and commit them to github at the same time, since huge patches like this one are... huge :-)

Are you using SDL emulation for development? I noticed that your battery fixes doesn't work under it, so you are probably taking harder route of developing on device itself. While it's very valuable to test reader on device, while working with git it's much easier to do changes on laptop and test it right away.
dpavlin is offline   Reply With Quote
Old 05-19-2012, 07:59 AM   #415
NuPogodi
Connoisseur
NuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the end
 
Posts: 58
Karma: 31942
Join Date: Feb 2012
Device: Kindle 3, Tolino Shine, Kobo Glo
Quote:
Originally Posted by dpavlin View Post
Thanks for your effort, I pulled your changes in https://github.com/hwhw/kindlepdfviewer/pull/170/files
Could you take a look if I missed something?
Thanks a lot, you've made my day .
Imho, it seems that nothing is forgotten, but the final answer may give only those who tried to apply this patch over the pure last kpdf-version.

Quote:
Originally Posted by dpavlin View Post
Are you using SDL emulation for development? I noticed that your battery fixes doesn't work under it, so you are probably taking harder route of developing on device itself.
That's true, no emulation. I'm just modifying the code and then testing whether it works on my K3 (or not). Probably, not the fastest way, but it is quite reliable.
NuPogodi is offline   Reply With Quote
Old 05-19-2012, 01:54 PM   #416
aliabbasjp
Enthusiast
aliabbasjp began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Apr 2012
Device: Kindle DX Graphite
Thumbs up

Kudos to NuPogodi and the developer of this software, i only use this new kpdfviewer!. I would like my kdxg to boot only into kpdfviewr is tht possible?

some bugs:
pdf highlighting is very sluggish , Isnt it possible to make the cursor more responsive?

I tend to press the home button by mistake and it exits kpdfvier is there a way to lock my kindle to kpdfviwr?
aliabbasjp is offline   Reply With Quote
Old 05-19-2012, 04:25 PM   #417
reprep
Addict
reprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animalsreprep is kind to children and small, furry animals
 
Posts: 202
Karma: 6720
Join Date: May 2011
Device: amazon kindle DXG
NuPogodi's version is great. It is nearly a total replacement for kindle OS. Thanks a lot.

I have been reading some .mobis and for some pages, lines are half-cut at the end (or sometimes beginning) of screen. Though the cut line at the end is repeated at the next page, it is still not a nice view.

Is there a chance to specify border widths for all 4 sides (up,down,left,right) or an automatic arrangement which doesn't let cut lines on the screen?

EDIT:Also i noticed in EPUB files some turkish characters are not displayed well. "?" is displayed instead of these characters. MOBIs converted from those EPUB files display fine though.

I didn't encounter this problem in coolreader which shares the same engine i guess.

Last edited by reprep; 05-19-2012 at 04:36 PM.
reprep is offline   Reply With Quote
Old 05-19-2012, 04:41 PM   #418
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,727
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
I'd like to test the software. Is it possible to create a build that can be simply unzipped (like Coolreader/fbKindle) and started with Launchpad?
Doitsu is offline   Reply With Quote
Old 05-19-2012, 05:00 PM   #419
NuPogodi
Connoisseur
NuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the endNuPogodi knows the complete value of PI to the end
 
Posts: 58
Karma: 31942
Join Date: Feb 2012
Device: Kindle 3, Tolino Shine, Kobo Glo
Quote:
Originally Posted by reprep View Post
Also i noticed in EPUB files some turkish characters are not displayed well. "?" is displayed instead of these characters...
...and changing the font via 'Fonts Menu' does not help? I've experienced similar problem with cyrillic glyphs. I suspect that (in absense of the epub-embedded fonts) the crengine uses default font which probably has no support for unicode glyphs. I've solve this task by direct defining the fontface in ./data/epub.css - say, i've just wrote the crengine has to use Droid Sans. You may try already edited version of epub.css or, alternatively, edit it by yourself.
NuPogodi is offline   Reply With Quote
Old 05-19-2012, 05:11 PM   #420
ondasalfa
Member
ondasalfa can extract oil from cheeseondasalfa can extract oil from cheeseondasalfa can extract oil from cheeseondasalfa can extract oil from cheeseondasalfa can extract oil from cheeseondasalfa can extract oil from cheeseondasalfa can extract oil from cheeseondasalfa can extract oil from cheese
 
Posts: 20
Karma: 1000
Join Date: Jun 2011
Device: kindle dx
I hope this patch works in my Kindle DX (G), thanks for your effort......
ondasalfa is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) hawhill Kindle Developer's Corner 1289 04-07-2025 10:18 AM
Librerator - multi-format e-reader, fork of KPV Kai771 Kindle Developer's Corner 433 05-25-2024 03:34 AM
Yet another PDF viewer (muPDF based) melihron PocketBook 66 09-02-2014 03:03 AM
Text-based PDF to Mobi, etc./Kindle 3 kidblue Calibre 41 07-20-2012 03:19 PM
muPDF on Kindle DX!! DairyKnight Kindle Developer's Corner 8 03-21-2010 03:39 AM


All times are GMT -4. The time now is 02:50 PM.


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