Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 08-17-2010, 11:38 PM   #1
meem
A Reader who can think..!
meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.
 
Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
Lightbulb How to Correct Date/Time of Kindle (without Wireless Access)

Kindle 2 (Serial no. prefix B002) and Kindle DX (Serial no. prefix B004) was become with (U.S. Wireless).
So, anyone live outside of US and he got one of them he must register by this wireless (called: Whispernet) to obtain some options like:
  • Adjust date and time.
  • Make book collection.
  • Get options of "Settings" section.
But outside of U.S. Whispernet is uncovered in other countries.

Well, The good news there is two ways to do offline registration:

1- Nifty way:
http://mobileread.com/forums/showthread.php?t=87686

2- Goodspeed way (Needs USBNetwork Hack):
http://mobileread.com/forums/showthread.php?t=87336

Now we have the same problem with date and time which strated from 1970 !

First step to correct it that installing the USBNetwork hack to get the shell access to Kindle OS which based on Linux.

After you get Telnet/SSH shell you can do the following steps:

Use the following syntax for date command:
Code:
date MMDDHHMMYYYY
Where MM=Month, DD=Day, HH=Hour, MM=Minute, and YY=Year.
[You can add .SS at last for seconds]

Example for date: 30-12-2011 - time: 5:15 PM ..
You must type it like this: 12 30 17 15 2010 (without spaces)
Code:
date 123017152010
To permanently store the system clock in the hardware clock just type the following command:
Code:
hwclock -w
or: hwclock --systohc

It sets the Hardware Clock to the current System Time.
PS. Hardware Clock is often called the Real Time Clock, RTC, or CMOS clock.

Here is the result by date command:
Code:
[root@kindle root]# date
Wed Nov 30 17:15 UTC 2011
Congratulations .. Your Kindle date and time has been adjasted to correct date and time.
  • To see the time (on top of screen) press "Menu" key in Home screen.
  • Type: @time in search box then hit "Enter" key or 5 ways controller to see full date and time.

- Another ways to set date and time from Linux command-line:
http://www.cyberciti.biz/faq/howto-s...ommand-prompt/

- More options for hwclock command:
http://linux.about.com/library/cmd/blcmdl8_hwclock.htm

Last edited by meem; 08-27-2010 at 09:31 AM.
meem is offline   Reply With Quote
Old 08-18-2010, 02:29 PM   #2
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012492
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
We should also be able to properly set the correct TZ since v2.5. I'm not on my main box, so I don't have the paths/cmds on hand, but the TZif files are somewhere in the java lib dirs, and the settings are stored somewhere in /var along other settings (ie. reginfo).
NiLuJe is offline   Reply With Quote
Advert
Old 08-19-2010, 11:16 PM   #3
meem
A Reader who can think..!
meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.
 
Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
Maybe, but I don't found it, and two simple commands (date & hwclock) should be easier.

By the way, did you tried this command before ?:
/usr/sbin/updatetime
meem is offline   Reply With Quote
Old 08-20-2010, 04:46 PM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012492
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Yes, we can use date, but it's not as 'clean' as properly setting the timezone, and it may go 'squish' anytime we switch whispernet on .

Don't know about updatetime.
NiLuJe is offline   Reply With Quote
Old 08-20-2010, 07:13 PM   #5
meem
A Reader who can think..!
meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.
 
Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
I think it's cleanest way :)
And if we can switch whispernet on it will be more simple way to correct date and time, but remember .. as the first line of the thread: it's about Kindle (B002 & B004) with U.S only wireless, and for other types in other places without wireless coverage.
So if wireless is working then all these steps are not needed.

Otherwise, NTP synchronization before or after manual date modification will not cause any problem as you use it on any PC with any OS.
meem is offline   Reply With Quote
Advert
Reply

Tags
date, kindle time, time, us wireless, whispernet


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Kindle DX time wo wireless BillBill Amazon Kindle 31 02-11-2020 03:28 AM
How can adjust the time/date in Kindle DX ? meem Amazon Kindle 5 08-04-2010 01:10 PM
Wireless access outside USA siggy Sony Reader 0 03-11-2010 12:42 PM
Lead time for Kindle book release ahead of print release date - experiences? Buran Amazon Kindle 6 05-04-2009 02:29 PM
WildCharge sets a date for Wireless Charging NatCh News 12 06-18-2007 09:22 AM


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


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