Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 04-26-2025, 02:52 PM   #16
priccis
Junior Member
priccis began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Mar 2014
Device: KPW1, KDX, KDXG
Quote:
Originally Posted by Dmitry-V View Post
Hello! I have a kindle Paperwhite 2, firmware 5.4.3.2. Nothing is working right now, a message appears ""The permission to open this item have expired" and, it seems, it can be cured by changing the date to an earlier one. ...
I believe you can set time using `;st` in the search bar

Code:
;st - alias of ;setTime (format: yyyy-mm-dd HH:MM – e.g.: ;st 2012-07-22 17:59)
(source)
priccis is offline   Reply With Quote
Old 04-26-2025, 06:56 PM   #17
Dmitry-V
Junior Member
Dmitry-V began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2025
Device: Kindle Paperwite
Quote:
Originally Posted by priccis View Post
I believe you can set time using `;st` in the search bar

Code:
;st - alias of ;setTime (format: yyyy-mm-dd HH:MM – e.g.: ;st 2012-07-22 17:59)
(source)
Thank you, my friend! It seems to have helped!
Dmitry-V is offline   Reply With Quote
Old 09-27-2025, 09:18 AM   #18
priccis
Junior Member
priccis began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Mar 2014
Device: KPW1, KDX, KDXG
Just a bit of an update, mainly for self reference.

My DX's battery ran completely out and the date reverted back to the 70's (cheched it with ;date). And I got the certificate expiration message.
For some reason ;st didn't work and I had to use setdate_kindle_k2_dx.zip to bring it back to this decade.
priccis is offline   Reply With Quote
Old 09-27-2025, 01:23 PM   #19
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 15,076
Karma: 111120239
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
No, ;st doesn't work. You do have use a cell signal, or jail break and then a number of ways exist.

The 3G is gone here, but the 2G/GSM/EDGE still works for the Kindle DXG.

EDIT.
maybe ;st worked on earlier FW. Amazon don't want you to manually set the date.
Quoth is offline   Reply With Quote
Old 09-27-2025, 03:12 PM   #20
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,874
Karma: 150249631
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by priccis View Post
Just a bit of an update, mainly for self reference.

My DX's battery ran completely out and the date reverted back to the 70's (cheched it with ;date). And I got the certificate expiration message.
For some reason ;st didn't work and I had to use setdate_kindle_k2_dx.zip to bring it back to this decade.
Here is how to change the battery.

https://www.ifixit.com/Guide/Amazon+...lacement/73101

The next step is to find a battery.
JSWolf is offline   Reply With Quote
Old Yesterday, 01:56 PM   #21
vendo232
Enthusiast
vendo232 doesn't littervendo232 doesn't litter
 
Posts: 37
Karma: 100
Join Date: Jul 2024
Device: Kindle Scribe
here is a sript for Kindle DX ( and other non WIFI Kindles I think ) that executes setdate on boot and sets date to Jan 1 2025 ( date which works woth KUAL 2.7.35 and MKK from 2014 )

use usbNetwork and Telnet to 192.168.2.2

Code:
mntroot rw; 

cat > /mnt/us/extensions/set_date/set_date.sh << 'EOF'
#!/bin/sh
# Set date to January 1, 2025 12:00:00
date -s "010112002025"
EOF

chmod +x /mnt/us/extensions/set_date/set_date.sh; 
mkdir -p /mnt/us/launchpad; 
cat > /mnt/us/launchpad/set_date.ini << 'EOF'
[Actions]
B = !sh /mnt/us/extensions/set_date/set_date.sh
EOF

mntroot ro; 
reboot
Attached Files
File Type: zip mod-duo-rndis.zip (5.9 KB, 2 views)
File Type: zip kindle-mkk-20141129-r18833.zip (294.6 KB, 1 views)
File Type: zip KUAL-v2.7.35-g2d06358-20250103.zip (216.0 KB, 1 views)

Last edited by vendo232; Yesterday at 02:02 PM.
vendo232 is offline   Reply With Quote
Old Yesterday, 04:00 PM   #22
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 15,076
Karma: 111120239
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
My DXG is still working on EDGE yesterday, though 3G is gone. Fetched ebook from Amazon.

I got other JB stuff to work, but not USBNetwork.
Quoth is offline   Reply With Quote
Old Yesterday, 05:05 PM   #23
vendo232
Enthusiast
vendo232 doesn't littervendo232 doesn't litter
 
Posts: 37
Karma: 100
Join Date: Jul 2024
Device: Kindle Scribe
Quote:
Originally Posted by Quoth View Post
My DXG is still working on EDGE yesterday, though 3G is gone. Fetched ebook from Amazon.

I got other JB stuff to work, but not USBNetwork.
cool in which country you are, can you specify what operator it is?
vendo232 is offline   Reply With Quote
Old Yesterday, 06:52 PM   #24
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 15,076
Karma: 111120239
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by vendo232 View Post
cool in which country you are, can you specify what operator it is?
I don't know who Amazon contracted to. Amazing they haven't cancelled.

The electricity Smart meters don't have 4 G, nor the alarms. So which ever Irish operators have the 2G/GSM/EDGE, they can't be turning it off. Though 3G was faster, it was less reliable. It used 5 MHz channels. The GSM (and EDGE) 2G uses 0.2 MHz channels and has no cell breathing. The 3G was poor because it was based on USA CDMA 2G, which was the most common in USA and seriously inferior to GSM, though it used 1 MHz channels.

Three was maybe once the only operator without GSM, but they were unfortunately allowed to buy O2. Three outsource everything. They are a marketing company owned in Hong Kong.

Anyway, it's pointless. The DXG should never have been made or sold. I feel Amazon scammed me. It was only a screen upgrade of the DX. So though released the same time as the Gen 3 Keyboard, it's grossly inferior. The K1, K2 & DX family all obsolete SW at launch. Fortunately the Gen3 etc had later back port of AZW3.

The DXG is junk compared to slightly younger K3.
Quoth is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle color 2025 mt.msla Amazon Kindle 15 03-08-2024 07:16 PM
Anyone has DXG can help me run dmesg? I suspect my 2nd hand DXG has no 3G module e-ghost Kindle Developer's Corner 11 12-18-2015 12:04 AM
Troubleshooting Can I safely charge my Kindle 3 or Kindle DXG with my smartphone wall adapter? jocampo Amazon Kindle 22 05-16-2015 09:36 AM
Kindle dxg 98 vs dxg 95 hakim Amazon Kindle 3 11-11-2014 06:43 PM
rumors, is it true that kindle 3 read pdf passwords files but kindle DXg can not? KRorschachZ Amazon Kindle 4 11-06-2010 05:35 PM


All times are GMT -4. The time now is 05:58 AM.


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