View Single Post
Old 12-19-2020, 03:55 PM   #4
bmsleight
Member
bmsleight will become famous soon enoughbmsleight will become famous soon enoughbmsleight will become famous soon enoughbmsleight will become famous soon enoughbmsleight will become famous soon enoughbmsleight will become famous soon enough
 
Posts: 24
Karma: 540
Join Date: Aug 2010
Device: Kindle 3
HI

Quote:
The definition of insanity is doing the same thing over and over again and expecting a different result.
Another Kindle PW1. The good news is the I have the Coward's Rescue Pack.

Code that caused trouble:-
Code:
		cp /mnt/us/usbnet/etc/authorized_keys /tmp/authorized_keys
		cat /tmp/sshid >> /tmp/authorized_keys
		# Remove any blank lines 
		grep -v -e '^$' /tmp/authorized_keys > /mnt/us/usbnet/etc/authorized_keys
		sleep 2
		reboot
The ssh update worked, I was able to login. But it continually rebooted. Until I get the your kindle needs repair screen.

The kindle was on a wifi network that does nto have access to the internet (touch /mnt/us/WIFI_NO_NET_PROBE)

I have the USB Networking log.
https://pastebin.pl/view/4618e68d


With the diagnostics mode available, via Coward's Rescue Pack - is there a way to restore ?
I tried USB networking

Code:
$ ssh root@192.168.15.244
ssh: connect to host 192.168.15.244 port 22: Connection refused
$ telnet 192.168.15.244
Trying 192.168.15.244...
telnet: Unable to connect to remote host: Connection refused
# nmap -sS 192.168.15.244
Starting Nmap 7.80 ( https://nmap.org ) at 2020-12-19 20:54 GMT
Nmap scan report for 192.168.15.244
Host is up (0.0024s latency).
All 1000 scanned ports on 192.168.15.244 are closed
MAC Address: EE:59:00:00:00:15 (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 5.89 seconds
# nmap -Pn 192.168.15.244
Starting Nmap 7.80 ( https://nmap.org ) at 2020-12-19 20:54 GMT
Nmap scan report for 192.168.15.244
Host is up (0.0024s latency).
All 1000 scanned ports on 192.168.15.244 are closed
MAC Address: EE:59:00:00:00:15 (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 5.88 seconds

Do I put https://s3.amazonaws.com/G7G_Firmwar...ndle_5.3.3.bin as update.bin in root of a mounted kinlde ?
[https://gist.github.com/ramast/58633...ecc96965d48ed]


Or

Do /DO_FACTORY_RESTORE in mount ?

Worried I can not do
Code:
 echo 0 > /var/local/upstart/lab126_gui.restarts
[https://www.mobileread.com/forums/sh....php?t=264752]

Any help would be great.

Lockdown fun!. Both locked out of Kindle and Locked in at home!

Regards,
Brendan
bmsleight is offline   Reply With Quote