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 03-29-2017, 06:04 AM   #16
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
1) Do not ssh in over Wifi, ssh in over USB - there is no time out.
You will see a sleep screen after a period of inactivity, but the Kindle never goes to sleep while on external power because there is a 'lock' set in the kernel to prevent it.

2) Do not use ;ds (or the script that it calls) - that does not mean: "Disable Screensaver", although you will find that claim made both here and in the firmware comments.

3) Those are OpenGL 'screensavers' running on X11, they came as part of the Debian distribution you installed.
For undisturbed tinkering, disable them.

4) No they did not ship with the Amazon firmware, you installed them.

5) Install the exact same release of Debian (for the appropriate cpu) on your desktop - that will give you a way to discover/resolve questions and behaviors like this example that may show up.
knc1 is offline   Reply With Quote
Old 04-03-2017, 12:21 PM   #17
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 475
Karma: 445678
Join Date: Feb 2010
Device: Too many..
Tch.. and I was thinking we had a paranormal phenomenon on the kindle, which knc1 (= Mulder?) would investigate!
nasser is offline   Reply With Quote
Advert
Old 04-09-2017, 02:24 PM   #18
NullNix
Guru
NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.
 
Posts: 929
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
Quote:
Originally Posted by knc1 View Post
Since the movement that prevents the non-metastable device from producing a latent (burned in) image is computed - -
You have just tossed away the battery run time of the Kindle, since to support the movement, the cpu (and other hardware) has to run.
Yabbut not quite. The major power drain in this case won't be the CPU -- it'll be the e-ink screen update. The e-ink update is by far the most power-hungry thing the Kindle ever has to do: it even exceeds the power requirements of flash writes and full-speed CPU usage. We're not talking a few transistors flipping here: we're talking electric fields powerful enough to drag things around that are big enough to see!

You can actually detect this in a quiet enough room on some devices (it's louder on ones with less battery in the way of, uh, whatever is causing the noise, probably something vibrating under the field variation as the current level changes, so it's probably easiest to discern on an Oasis, though I did this on my PW1 to avoid jailbreaking my Oasis): hack up something to flip the screen just from black to white, with almost no CPU activity needed, and it'll make a quite discernible noise while that's going on. (It makes the noise when you flip pages normally, too, but that does involve noticeable CPU usage, so you can't rule either possibility out with an unhacked Kindle.)

I am not geekmaster so I cannot tell what the actual current draws are when this is going on, but the datasheets are fairly clear. e-ink displays are power-hungry beasts when they change state.
NullNix is offline   Reply With Quote
Old 04-09-2017, 09:56 PM   #19
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
Still, the Kindle is not sleeping and only sleeping gives the long time between recharges.
Your did read the "(and other hardware)" in the snippet you quoted, didn't you?
knc1 is offline   Reply With Quote
Old 04-12-2017, 11:50 AM   #20
NullNix
Guru
NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.NullNix ought to be getting tired of karma fortunes by now.
 
Posts: 929
Karma: 15576314
Join Date: Jan 2013
Location: Ely, Cambridgeshire, UK
Device: Kindle Oasis 3, Kindle Oasis 1
Quote:
Originally Posted by knc1 View Post
Still, the Kindle is not sleeping and only sleeping gives the long time between recharges.
Your did read the "(and other hardware)" in the snippet you quoted, didn't you?
Er. I missed that. I guess my eye skipped over the brackets. :/
NullNix is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
So my PW2 did a strange thing... Forbid Amazon Kindle 14 10-22-2013 07:28 AM
A Strange Thing ... carpetmojo General Discussions 2 08-21-2011 04:05 AM
IQ Another strange iq memory thing musicman2523 PocketBook 7 07-18-2011 09:22 AM
Strange thing with Kindle using Calibre Server and Godaddy Domain TonytheBookworm Calibre 0 12-17-2010 10:10 PM
Strange thing in metadata unvisigoth Calibre 2 09-11-2010 02:09 PM


All times are GMT -4. The time now is 03:36 AM.


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