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 08-16-2015, 01:48 PM   #31
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by idoit View Post
But according to Yifan, it's easy to revert back to v2.5.8 if one doesn't like 3.2.1, I believe he mentioned! ?
That assumes you updated successfully and just didn't like the new firmware.

If you fail to update, because you mix and match libraries and break dependency chains for important components, and end up messing it up so bad you cannot get in via USBNetwork, you have no way of performing the downgrade.
eschwartz is offline   Reply With Quote
Old 08-16-2015, 03:38 PM   #32
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Quote:
Originally Posted by eschwartz View Post
That assumes you updated successfully and just didn't like the new firmware.

If you fail to update, because you mix and match libraries and break dependency chains for important components, and end up messing it up so bad you cannot get in via USBNetwork, you have no way of performing the downgrade.
So I guess for now, I'll stay in the safe zone of v2.5.8. This thing is super snappy, love it. On a side note, every now and then, I use drop_cache to clear RAM. Do you think it's a good practice?

Right now, I am trying to make sense of how to minimally just get webkit updates and its related stuff without jumping all onto v3.*, headfirst! or may headlast
thatworkshop is offline   Reply With Quote
Advert
Old 08-16-2015, 03:50 PM   #33
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
There is no reason to drop the cache, see: http://www.linuxatemyram.com

The only reason that functionality exists is for debugging purposes, when one expects to need a lot of RAM really fast, and cannot wait for the kernel to automatically drop unused caches as and when needed.


(In fact, it is usually bad since caching files helps speed up things that aren't in use but might be soon.)

Last edited by eschwartz; 08-16-2015 at 04:04 PM.
eschwartz is offline   Reply With Quote
Old 08-16-2015, 04:44 PM   #34
newman
homo viator
newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.
 
newman's Avatar
 
Posts: 78
Karma: 252594
Join Date: May 2010
Device: Kindle DXi with 3.4.2 firmware, Kobo Glo HD
Quote:
Originally Posted by knc1 View Post
That is a requirement for using any site where security is a concern.
The 2.5.8 browser only does SSL3 - which is no longer used by any site built in the 21st century.
(Like your bank, etc.)

- - - -

There might be a lot more reasons, but I don't know them.
The above is what kicked off the update to the HowTo.
From what I remember 2.5.8 browser did not support SSL/TLS just plain HTTP because it did not have gnutls. SSL got enabled I think in 3.x, and TLS on 3.4.1. But might be wrong on that, it's a long time ago.

Quote:
Originally Posted by knc1 View Post
To 3.4.2 not 3.2.1, 3.4.2 is the earliest, not even 3.4.1 provides the required protocols and encryption suites.
Speaking of from what I saw in GPL sources I believe 3.4.1 is the first where TLS got enabled (and SSL disabled) but skipped it in favor of 3.4.2.
newman is offline   Reply With Quote
Old 08-16-2015, 05:28 PM   #35
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
From other thread, I quote from you:

Quote:
Originally Posted by newman
They disabled SSL 3.0 but enabled TLS 1.0 and TLS 1.1 in priority list therefore I believe TLS 1.0 and TLS 1.1 were present in the library but effectively disabled by !VERS-TLS1.1:!VERS-TLS1.0 in the past. I am not sure about TLS 1.2, it may not be compiled in at all. WRT gnutls_priority_set_direct() content, it's the same from 3.0.1 to 3.4. (Thou, I still have no direct proof TLS works since no one with a K3 with 3.4.1+ verified that..)
Hmmm... ?!
thatworkshop is offline   Reply With Quote
Advert
Old 08-16-2015, 06:53 PM   #36
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 829
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by idoit View Post
From other thread, I quote from you:



Hmmm... ?!
I can confirm TLS 1.1 works on my K3W with 3.4.2, but according to howsmyssl.com it flunks the test as there are known vulnerable cipher suites enabled in it. I get the same report on my KT2 with 5.6.5, so it seems to be a common problem in the kindle firmware. See my thread on this elsewhere in the forum.

I have attempted to report this to lab126 via Facebook, but have received no response as yet.

Dave
dhdurgee is offline   Reply With Quote
Old 08-17-2015, 03:05 AM   #37
newman
homo viator
newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.
 
newman's Avatar
 
Posts: 78
Karma: 252594
Join Date: May 2010
Device: Kindle DXi with 3.4.2 firmware, Kobo Glo HD
Quote:
Originally Posted by idoit View Post
From other thread, I quote from you:



Hmmm... ?!
That' was my guess before I upgraded to 3.4.2. Feel free to consider the older thread obsolete, now we know 3.4.2 has TLS 1.{0,1} enabled and SSL 3 disabled.
newman is offline   Reply With Quote
Old 08-17-2015, 08:20 AM   #38
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
Quote:
Originally Posted by dhdurgee View Post
- - - -
I have attempted to report this to lab126 via Facebook, but have received no response as yet.

Dave
Lab126 isn't very social, its more like a business.

Try making the report to C.S. through your Kindle's account on Amazon.
knc1 is offline   Reply With Quote
Old 08-17-2015, 11:24 AM   #39
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 829
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by newman View Post
That' was my guess before I upgraded to 3.4.2. Feel free to consider the older thread obsolete, now we know 3.4.2 has TLS 1.{0,1} enabled and SSL 3 disabled.
I am replying to your PM here, as there appears to be no way to attach a file to a PM. Moderators, feel free to relocate this post elsewhere if appropriate.

Dave
Attached Files
File Type: zip fb-modes.zip (330 Bytes, 339 views)
dhdurgee is offline   Reply With Quote
Old 08-17-2015, 11:29 AM   #40
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 829
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by knc1 View Post
Lab126 isn't very social, its more like a business.

Try making the report to C.S. through your Kindle's account on Amazon.
I thought it made more sense to contact Lab126 direct, but their web page did not include any email contact or forms for support issues. I did see their FB account and figured at least someone at Lab126 would look at it.

I was assuming that the C.S. people would be more oriented to hardware issues and whose only response was to offer to sell a new kindle at a "reduced" price for any real problem. I will see about sending them an email as well in hopes that someone can route it to Lab126.

Of course if someone here has an actual contact at Lab126 that would be an even more appropriate channel to notify them of the problem.

Dave
dhdurgee is offline   Reply With Quote
Old 08-17-2015, 01:47 PM   #41
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
I just checked on my Amazon Kindle account -
Sorry, I did not take notes - I probably should have.

Eventually you can hit an account page that has a large "Contact Us" button in the left margin -
When you click that, after a few questions, you have the choice of e-mail, phone, or chat.

I think that is the contact path you want, one of those.
I would choose "e-mail" myself, so there is a written record.
knc1 is offline   Reply With Quote
Old 08-17-2015, 03:39 PM   #42
newman
homo viator
newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.
 
newman's Avatar
 
Posts: 78
Karma: 252594
Join Date: May 2010
Device: Kindle DXi with 3.4.2 firmware, Kobo Glo HD
Quote:
Originally Posted by dhdurgee View Post
I am replying to your PM here, as there appears to be no way to attach a file to a PM. Moderators, feel free to relocate this post elsewhere if appropriate.

Dave
Thank you!

--

For those interested, the original K3 file (/etc/fb.modes) includes FrameBuffer modes 600x800 and 800x600 (and two other smaller resolutions which I doubt are ever used). Which makes sense since K3 has a resolution of 600x800 px.

But my 3.2.1 on DX also had 824x1200 modes, which also makes sense because that's the DX'es display resolution. But since 3.x FW is not intended for DX I believe it had been added by YifanLu.

So, we have to be careful with future updates of that file by future FW updates so the 824x1200 and the 1200x824 resolutions won't disappear. And it also means that future FW upgrades (modifying /etc/fb.modes, or not) always have to be to some degree manual because appropriate line with MD5 hash in "rootfs_md5_list" file from "rootfs_md5_list.tar.gz" has to be modified to fit the reality of DX (this may not be the case of 3.x FW on K2 since it has the same resolution as K3 has).
newman is offline   Reply With Quote
Old 08-17-2015, 05:24 PM   #43
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Nice find...

Quote:
Originally Posted by newman View Post
So, we have to be careful with future updates of that file by future FW updates so...
Do you guess KK will receive updates in future? I guess so.
And then we'll update DX accordingly.
thatworkshop is offline   Reply With Quote
Old 08-17-2015, 07:05 PM   #44
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
It seems strange that they did an update of the K4 before the K5 (original Kindle Touch).

My only guess is the K4 was sold for almost two years - there might be a lot more of them still in-use.

But any how - - -
I expect the K5 to get an update next.

The 5.6.x firmware already supports the IR touch scanner (KT-2) and the older SoC (PW-1).
Ref: https://www.mobileread.com/forums/sho...d.php?t=262279

Which I will amend once the 5.6.5 update releases seem to settle out.
knc1 is offline   Reply With Quote
Old 08-17-2015, 07:48 PM   #45
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Depends what they updated, doesn't it?

I haven't heard of any new features, so I am guessing it was miscellaneous bugfixes (updated libs, cross off SSL3 and support TLS). The KT probably already has many of those by default.
Except for the Downgrade Attack "bug", and I am not looking forward to having that "fixed".

Last edited by eschwartz; 08-17-2015 at 07:51 PM.
eschwartz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle DXG - firmware 3.3 resolution? SoNic67 Kindle Developer's Corner 9 12-23-2015 09:50 AM
Firmware Update Can't update my Kindle DXG to 2.5.8 pavlingm Amazon Kindle 1 02-18-2014 03:25 PM
Firmware Update Kindle DXg firmware 3.x aliabbasjp Amazon Kindle 3 04-09-2012 02:02 PM
is it possible to update the available RAM on the Kindle-DXG? max99 Amazon Kindle 2 09-01-2011 11:59 AM
Firmware Update DXG Firmware update? polbit Amazon Kindle 5 08-26-2010 06:45 PM


All times are GMT -4. The time now is 06:32 PM.


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