View Single Post
Old 01-14-2025, 09:00 PM   #318
Limao
Member
Limao began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jan 2025
Device: kpw6
Quote:
Originally Posted by DNSB View Post
I opened a SSH session and ran the rename.sh script. The two files could not be found so nothing was done and then my session was dumped when my Kindle restarted. after the restart, the otaupd.bck and otav3.bck files were still sitting there. The error message was something like:
Code:
mv: can't rename 'otaupd': No such file or directory
mv: can't rename 'otav3': No such file or directory
.
Code:
#!/bin/sh
mntroot rw
cd /usr/bin
mv otaupd otaupd.bck
mv otav3 otav3.bck
mntroot ro
reboot
/usr/bin/otav3
/usr/bin/otaupd
Can you give me the original contents or original files of these two files? I seem to have changed these two problems. Thank you very much
Limao is offline   Reply With Quote