View Single Post
Old 02-29-2016, 11:13 AM   #7
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 cts View Post
Is there a place I can download only this emergency update from?
I haven't found the critical update available for a manual update at this time. Maybe Amazon will provide that in the future.

I was lucky to snag the update in my DXG except that is not the same as for the K3G. I first had to undo my update blocker and then reboot when the update appeared within seconds of enabling the wireless.

EDIT: I don't actually use an update blocker. I stop logging to /var/log/messages by editing the /etc/syslog-ng/syslog-ng.conf and that also stops Amazon from sending the updates. The relevant part of my syslog-ng.conf looks like this:

log { source(src); filter(f_notice); destination(messages); };

EDIT2: You might need to clear the /var/log/messages first because the old messages persist until they finally get rotated away and the messages size drops to zero.

echo > /var/log/messages

Last edited by donB006; 02-29-2016 at 11:37 AM.
donB006 is offline   Reply With Quote