View Single Post
Old 02-26-2016, 09:57 PM   #32
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 looked at the files and the primary reason seems to be just to update the CA Certificate called gutenberg. There is a message sent to a server to check if the new cert is working here:

Code:
"GET /gutenberg-status/status.txt?query=$UPDATE_STATUS HTTP/1.1\r\nHost: \r\n\r\n" | nc gutenbergupdate-monitor.kindle-batt.com 80 | grep SUCCESS
EDIT: Maybe this script just reports the installation status without checking the cert?
EDIT2: Removed code not used by my kindle to send a message over the internet.

Last edited by donB006; 02-29-2016 at 11:06 AM. Reason: trim extra code
donB006 is offline   Reply With Quote