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 02-23-2016, 09:04 PM   #226
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 donB006 View Post
I looked at the /usr/java/lib/security directory inside my K3G immediately after updating to 3.4.2 a few months ago and found this:

Code:
drwxr-xr-x 2 root root  1024 Jun  1  2012 .
drwxr-xr-x 7 root root  1024 Jun  1  2012 ..
-rw-r--r-- 1 1004 5000 48913 Oct  7 09:47 cacerts
-rwxr-xr-x 1 root root   250 Dec 27  2010 java_permissive.policy
-rwxr-xr-x 1 root root  3968 Dec 27  2010 java.policy
-rw-r--r-- 1 root root  8097 Jun  1  2012 java.security
-rwxr-xr-x 1 root root  2915 Jun  1  2012 local_policy.jar
-rwxr-xr-x 1 root root  2433 Jun  1  2012 US_export_policy.jar
The cacerts file seems newer than the rest and might have the certs from the critical update. The DXG stock at 2.5.8 looks like this:

Code:
drwxr-xr-x 2 root root  1024 Jan 13  2011 .
drwxr-xr-x 7 root root  1024 Jan 13  2011 ..
-rwxr-xr-x 1 root root 48913 Jan 13  2011 cacerts
-rwxr-xr-x 1 root root  3238 Jan 13  2011 java.policy
-rw-r--r-- 1 root root  7276 Jan 13  2011 java.security
-rwxr-xr-x 1 root root  2921 Jan 13  2011 local_policy.jar
-rwxr-xr-x 1 root root  2440 Jan 13  2011 US_export_policy.jar
The cacerts file is the same size for 2.5.8 and 3.4.2 at 48913 bytes except with different dates are probably not really the same.

I suppose I can try to transfer the new cacerts from K3G 3.4.2 to my DXG 3.1 and see what happens. Maybe I can figure this out.
the client certificates are plain text files, look at them in an editor.
knc1 is offline   Reply With Quote
Old 02-24-2016, 01:08 PM   #227
donB006
Connoisseur
donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.
 
Posts: 86
Karma: 186294
Join Date: Jun 2011
Device: Kindle k3G 3.4.2; DXG 2.5.8; DXG 3.1; Iriver Story HD
OK knc1. I just found there is also a file /etc/ssl/ca-certificates.crt dated the same as the /usr/java/lib/security/cacerts file. Next I plan to transfer the ca-certificates.crt to my DXG and check the 3G connectivity. After lunch of course.
donB006 is offline   Reply With Quote
Old 02-24-2016, 01:26 PM   #228
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 donB006 View Post
OK knc1. I just found there is also a file /etc/ssl/ca-certificates.crt dated the same as the /usr/java/lib/security/cacerts file. Next I plan to transfer the ca-certificates.crt to my DXG and check the 3G connectivity. After lunch of course.
there is a required patch(es) to the client applications also -
they have to request TLS-1.x rather than SSL-v2/v3/whatever.
knc1 is offline   Reply With Quote
Old 02-24-2016, 07:47 PM   #229
donB006
Connoisseur
donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.
 
Posts: 86
Karma: 186294
Join Date: Jun 2011
Device: Kindle k3G 3.4.2; DXG 2.5.8; DXG 3.1; Iriver Story HD
I installed the file /etc/ssl/certs/ca-certificates.crt dated 7 Oct 2015 from K3G 3.4.2 into the DXG with 3.1 along with the corresponding /usr/java/lib/security/cacerts file and still cannot connect to the Amazon store. There are still a few sites I can reach presumably with older more permissive protocols.

I doubt the Amazon critical update needed for the server changes due in March will include anything more than the Amazon store. I don't expect Amazon to enable full TLS for the 2.5.8 OS like they have for the 3.4.2 OS.

I should move my comments to the thread about the DXG 2.5.8 browser instead of clogging up this thread. The DXG with 3.4.2 is still a problem if the only way to get the critical updates is by OTA from Amazon. I am unsure if the March changes will affect only the Amazon Store or all of the internet browsing using the Amazon proxy. Hopefully there will be a way to manually update the older kindles in the future instead of just by over the air methods.
donB006 is offline   Reply With Quote
Old 02-24-2016, 08:28 PM   #230
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 donB006 View Post
- - - -
I don't expect Amazon to enable full TLS for the 2.5.8 OS like they have for the 3.4.2 OS.
- - - -
? ? ? ?
Please explain why.
knc1 is offline   Reply With Quote
Old 02-24-2016, 10:41 PM   #231
donB006
Connoisseur
donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.
 
Posts: 86
Karma: 186294
Join Date: Jun 2011
Device: Kindle k3G 3.4.2; DXG 2.5.8; DXG 3.1; Iriver Story HD
I don't really know what Amazon has planned. My K3G only had the two files modified last October except the 3.4.2 already had TLS enabled so the needed changes could be minor in that case. I am not even sure the October update is the same as the critical fixes needed before Amazon breaks things in March.

Maybe there are more changes planned including TLS for the older kindles including the DXG except I am doubtful.
https://www.mobileread.com/forums/sho...&postcount=349
donB006 is offline   Reply With Quote
Old 02-26-2016, 07:54 PM   #232
donB006
Connoisseur
donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.
 
Posts: 86
Karma: 186294
Join Date: Jun 2011
Device: Kindle k3G 3.4.2; DXG 2.5.8; DXG 3.1; Iriver Story HD
I have the critical update for the 2.5.8 DXG except this might not work for a DXG at 3.4.2. I don't know if this is enough to allow full internet access like the 3.4.2 of this thread. I doubt this update is enough and the 3+ series browser is way better than the 2.5.8 browser. I expect somebody would need to grab the 3.4.2 critical update to fix the changes expected in March 2016. For the changes limited to 2.5.8 see here:
https://www.mobileread.com/forums/sho...5&postcount=30
donB006 is offline   Reply With Quote
Old 02-26-2016, 08:47 PM   #233
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 added some notes to the post linked to above (in another forum).
knc1 is offline   Reply With Quote
Old 02-27-2016, 01:32 AM   #234
e-ghost
Member
e-ghost began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Nov 2015
Device: Kindle DXF
Because of the Amazon's notification, I falled back to 2.5.8 (555370010) and then select "sync content" through wireless to trigger the update. But after few days of overnight waiting, the version number still the same. Haven't seen any download update (storage usage no change) and it hasn't performed any reboot at all. But at least I still can access Amazon Store....

So basically I don't know did Amazon actually did anything at all.

Last edited by e-ghost; 02-27-2016 at 01:34 AM.
e-ghost is offline   Reply With Quote
Old 02-27-2016, 11:10 AM   #235
donB006
Connoisseur
donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.donB006 can program the VCR without an owner's manual.
 
Posts: 86
Karma: 186294
Join Date: Jun 2011
Device: Kindle k3G 3.4.2; DXG 2.5.8; DXG 3.1; Iriver Story HD
Quote:
Originally Posted by e-ghost View Post
So basically I don't know did Amazon actually did anything at all.
My 2.5.8 version stayed the same after the update at 555370010. Check the /usr/java/lib/security/cacerts file to see if the date has been changed:

Code:
drwxr-xr-x    2 root     root         1024 Jan 13  2011 .
drwxr-xr-x    7 root     root         1024 Jan 13  2011 ..
-rwxr-xr-x    1 root     root         2440 Jan 13  2011 US_export_policy.jar
-rwxr-xr-x    1 root     root        48913 Feb 27 06:53 cacerts
-rwxr-xr-x    1 root     root         3238 Jan 13  2011 java.policy
-rw-r--r--    1 root     root         7276 Jan 13  2011 java.security
-rwxr-xr-x    1 root     root         2921 Jan 13  2011 local_policy.jar
donB006 is offline   Reply With Quote
Old 03-09-2016, 10:37 AM   #236
plaisthos
Junior Member
plaisthos began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Oct 2010
Device: Kindle DXG
I upgraded my Kindle DXG according to this guide to 3.4.2 and it seem that my login to amazon isn't working anymore.

When I entered my username/password and press submit I see the spinning circle a few seconds in upper left corner and then it does not nothing, not closing the login screen or anything else.

Did anyone else have similar experience or any idea how I could fix that?
plaisthos is offline   Reply With Quote
Old 03-10-2016, 12:38 AM   #237
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
Where did you put the login credentials? To the settings "window"?

I suggest you have a look to logs (/var/log/messages) to see what's happening (mine KDX' battery is empty right now, can't say for myself).
newman is offline   Reply With Quote
Old 03-13-2016, 10:50 PM   #238
hlh
Junior Member
hlh began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2014
Device: dxg
Quote:
Originally Posted by plaisthos View Post
I upgraded my Kindle DXG according to this guide to 3.4.2 and it seem that my login to amazon isn't working anymore.

When I entered my username/password and press submit I see the spinning circle a few seconds in upper left corner and then it does not nothing, not closing the login screen or anything else.

Did anyone else have similar experience or any idea how I could fix that?
the same to me. so i am back to 3.2.1 and login in that ver, then upgrade to 3.4.2
hlh is offline   Reply With Quote
Old 04-03-2016, 02:11 AM   #239
beniminhugh
Junior Member
beniminhugh began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2016
Device: Kindle DXG
Quote:
Originally Posted by e-ghost View Post
Because of the Amazon's notification, I falled back to 2.5.8 (555370010) and then select "sync content" through wireless to trigger the update. But after few days of overnight waiting, the version number still the same. Haven't seen any download update (storage usage no change) and it hasn't performed any reboot at all. But at least I still can access Amazon Store....

So basically I don't know did Amazon actually did anything at all.
I came across the same problem! How do you fall back the version to 2.5.8. After i copy official 2.5.8 to device. The update is not highlighted.
beniminhugh is offline   Reply With Quote
Old 04-07-2016, 05:40 AM   #240
xtech
Zealot
xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.xtech ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 500010
Join Date: Apr 2016
Device: Kobo Aura One, Sony DPT-RP1, Ipad Pro
Hi!

I use DXG with 3.2.1 version. Did not have the latest kindle update. If I wish now to change the sim card, will the settings in the files for DXG 3.2.1 be exactly the same as for DXG 2.5.8? There are topics about changing sims, but here we deal with the non-original version.

Do not want to turn my kindle into a brick.

Last edited by xtech; 04-07-2016 at 05:44 AM.
xtech 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 03:37 AM.


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