Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 12-16-2010, 11:32 AM   #106
yifanlu
Kindle Dissector
yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.
 
Posts: 662
Karma: 475607
Join Date: Jul 2010
Device: Amazon Kindle 3
I don't know if this is posted yet, but in /opt/amazon/ebook/config/ServerConfig.conf, you see
Quote:
#
# sendLog
# Args: 0 (key) - Server data key
#
cmd.send.log=log
cmd.send.log.urlkey=url.cde
cmd.send.log.params=key
cmd.send.log.global.params=currentTransportMethod, currentCountry

#
# sendSyslog
# Args: 0 (key) - Server data key
#
cmd.send.syslog=MessageLogServlet
cmd.send.syslog.urlkey=url.det
cmd.send.syslog.params=key
cmd.send.syslog.global.params=currentTransportMeth od,currentCountry

#
# uploadLogs - uploads anonymous logs
# Args: 0 (key) - Log key
#
cmd.upload.logs=DETLogServlet
cmd.upload.logs.urlkey=url.det.unauth
cmd.upload.logs.params=key
cmd.upload.logs.global.params=currentTransportMeth od,currentCountry
Can't we just comment those out?
yifanlu is offline  
Old 12-17-2010, 03:20 AM   #107
Siliverst
Junior Member
Siliverst began at the beginning.
 
Posts: 3
Karma: 12
Join Date: Nov 2010
Device: Kindle3 WiFi
Quote:
Originally Posted by ebs View Post
As I described previously, "todo" server pushes download requests to Kindle, firmware update files are automatically downloaded to the user partition and later applied when Kindle goes to sleep.

If you want to disable automatic update "execution", change /usr/bin/process_update script:

Code:
--- process_update~orig 2009-07-25 22:08:55.000000000 -0700
+++ process_update      2009-07-25 22:41:11.000000000 -0700
@@ -39,9 +39,7 @@
                exit 0
        fi

-       # Start updatewait in background and exit
-       ${_UPDATE_WAIT} &
-       msg "Started ${_UPDATE_WAIT}" I
+       msg "Auto updates are disabled, exiting..." I
        exit 0
 fi
Note that manual updates are not disabled - you can still apply downloaded updates from UI.
Please, explain, the need to remove lines from a script marked with a minus sign?
Siliverst is offline  
Advert
Old 01-05-2011, 09:51 PM   #108
cleanwelllighted
Junior Member
cleanwelllighted began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: Kindle
Hello,

I'm new to the forums, so I'm not familiar with a lot of the information available here.

I am very interested in shutting off sending of most/all data to Amazon, but not at the expense of losing the functionality of the Kindle.

In other words, I want to keep automatic bookmarks on, logs of my highlights and comments, etc, and to use the built-in 3G wireless occasionally - but I don't want any of that info sent to Amazon, which I believe it has no right or need to have.

My question is, is the script at the beginning of this thread the way to acomplish this entirely, or is there anything else I should do?

I know there is another very popular thread that adresses "jailbreaking and accessing fonts/screensavers", but that just doesn't seem like what I'm after.

I might like to do that kind of thing, too, eventually (as well as add ePub functionality, which I have read is also a possibility), but my primary concern is stopping the phoning home with my private info.

I've searched the forums pretty carefully and this thread seems to be the closest thing to what I'm after. It does seem a bit complex, though. Is there an automated script that can perfom these changes, or maybe a zip file that could be overwritten? Or, if it's really not as hard as it seems, perhaps a there is a newbie walkthrough to perform this? I have no coding skills, and it seems like some might be needed.

Anyway, thanks for the attention and help, I feel very strongly about the right to privacy, and I don't want to sacrifice the funtionality of something I've paid for (the 3G connectability) at the expense of other functionality of the device (the automated settings, etc).

Thanks again for any help, better or more elaborate explanations, links, etc.
cleanwelllighted is offline  
Old 01-26-2011, 07:33 PM   #109
TheArtfulPenguin
Photographer and Geek
TheArtfulPenguin began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2011
Location: Earth
Device: Kindle DX
Pretend I don't know how to make sys changes to Kindle DX...how...

I do not like that Amazon is uploading any information. They should be downloading books when I want them but not snooping on me.

I see that there are ways to turn this off. You say just go in and edit XXXXX files. How do you get to the point of editing the files?

thanks.
TheArtfulPenguin is offline  
Old 01-26-2011, 11:51 PM   #110
babs_johnson
filthiest person alive!
babs_johnson began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2010
Location: Boise
Device: Prs-900
stupid John Connor reference.

Last edited by babs_johnson; 01-27-2011 at 12:54 AM. Reason: unnecessary
babs_johnson is offline  
Advert
Old 02-08-2011, 11:48 AM   #111
SunLight
Connoisseur
SunLight began at the beginning.
 
Posts: 99
Karma: 36
Join Date: Jun 2010
Device: none
Does this work on Kindle 3 3G? I do not want my Kindle to upgrade automatically to any new firmware.
SunLight is offline  
Old 02-10-2011, 06:50 PM   #112
wassname
Junior Member
wassname began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2011
Device: kindle keyboard wifi
The patch in the first post doesn't seem to work for the kindle wifi as the file is different and I can't find the lines of modify.

For those who want to know how to access and modify the file, you need to jailbreak your kindle, then enable USBnetworking. This thread explains how to jailbreak. And a filed is attached to that thread which allows you to enable USBnetworking. This post has instruction for USBnetworking for the kindle 3.
wassname is offline  
Old 02-11-2011, 10:56 AM   #113
statethatiamin
Avid Reader
statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.statethatiamin is not intimidated by interfenestral monkeys.
 
statethatiamin's Avatar
 
Posts: 27
Karma: 26644
Join Date: Jan 2011
Location: Bronx, NY
Device: Kindle 3
IMHO I don't really mind the info that's sent to Amazon. I'm far too uninteresting to warrant being "spied" upon. They probably just use the information to generate statistics based on location, what people are reading most, etc... most likely, to improve consumer experience. I'm happy to supply Amazon with that.

That being said, I completely understand that some people wouldn't want that information to be sent.
statethatiamin is offline  
Old 02-16-2011, 05:45 PM   #114
the-equinoxe
Hardware Tweaker
the-equinoxe began at the beginning.
 
the-equinoxe's Avatar
 
Posts: 43
Karma: 28
Join Date: Oct 2010
Device: K3-Wifi
The easiest way to disable sending the files is:
comment out the line
"/var/log/messages 256"
in the file etc/tinyrot-files.conf

the tinyrot configuration is invoked by:
/usr/bin/showlog

The tinyrot.conf ask tinyrot-files.conf which files to be send by showlog,with our new confiruration: nothing
the-equinoxe is offline  
Old 02-16-2011, 07:08 PM   #115
theblop
Junior Member
theblop began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2010
Device: kindle 3
Quote:
Originally Posted by the-equinoxe View Post
The easiest way to disable sending the files is:
comment out the line
"/var/log/messages 256"
in the file etc/tinyrot-files.conf
That would disable the rotation of /var/log/messages which is not a good idea...

To disable showlog, on my Kindle 3.0.3 I replaced:

OUTFILE=/dev/stdout
with:
OUTFILE=/dev/null
(around line 156)

and:
OUTFILE="$1"
with:
OUTFILE=/dev/null
(around line 178)

Disabling the whole script with a call to "exit" near the top would achieve the same effect.
theblop is offline  
Old 02-17-2011, 02:01 AM   #116
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Quote:
Originally Posted by theblop View Post
That would disable the rotation of /var/log/messages which is not a good idea...
Exactly, running out of space on system partition could brick your Kindle.
dsmid is offline  
Old 02-17-2011, 02:48 AM   #117
the-equinoxe
Hardware Tweaker
the-equinoxe began at the beginning.
 
the-equinoxe's Avatar
 
Posts: 43
Karma: 28
Join Date: Oct 2010
Device: K3-Wifi
Quote:
Originally Posted by theblop View Post
That would disable the rotation of /var/log/messages which is not a good idea...

To disable showlog, on my Kindle 3.0.3 I replaced:

OUTFILE=/dev/stdout
with:
OUTFILE=/dev/null
(around line 156)

and:
OUTFILE="$1"
with:
OUTFILE=/dev/null
(around line 178)

Disabling the whole script with a call to "exit" near the top would achieve the same effect.
OK, thanks for the advise.
I'll be messing around with the showlog file and check if the var/log/message file doesn't grow out of proportions

Last edited by the-equinoxe; 02-17-2011 at 04:44 AM.
the-equinoxe is offline  
Old 02-21-2011, 10:10 PM   #118
ezy_ryder88
Junior Member
ezy_ryder88 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2010
Device: Kindle
How specific is the location data that gets sent to Amazon? I have a Wireless Kindle 3 and I'm wondering if I should keep the wireless off.
ezy_ryder88 is offline  
Old 02-22-2011, 12:44 AM   #119
kranu
I <3 my Kindle
kranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensionskranu can understand the language of future parallel dimensions
 
Posts: 528
Karma: 51332
Join Date: Nov 2010
Location: United States
Device: Kindle 3G + WiFi
Quote:
Originally Posted by ezy_ryder88 View Post
How specific is the location data that gets sent to Amazon? I have a Wireless Kindle 3 and I'm wondering if I should keep the wireless off.
It gets the latitude and longitude coordinates as close as it can. It's not 100% accurate though, because the Kindle doesn't have GPS. A good example is going to Google maps and clicking the Find my Location button.
kranu is offline  
Old 02-22-2011, 12:49 AM   #120
yifanlu
Kindle Dissector
yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.
 
Posts: 662
Karma: 475607
Join Date: Jul 2010
Device: Amazon Kindle 3
Quote:
Originally Posted by kranu View Post
It gets the latitude and longitude coordinates as close as it can. It's not 100% accurate though, because the Kindle doesn't have GPS. A good example is going to Google maps and clicking the Find my Location button.
I'm not sure about the Kindle 3, but I know kindle 2 has gps.
yifanlu is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hacks Kindle DX - Any way to disable screensaver? schulzmc Amazon Kindle 165 01-23-2014 02:37 AM
How do I disable iPhoto from opening up? thadiyan Amazon Kindle 3 09-12-2010 07:12 PM
How to disable the accelerometer ? askyn PocketBook 4 05-23-2010 12:38 PM
Disable Synchronization help please charlesp Sony Reader 2 01-10-2009 01:18 PM
I don't understand the screensaver (+ how do I disable it?). GatorDeb Amazon Kindle 8 10-02-2008 07:05 PM


All times are GMT -4. The time now is 08:43 AM.


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