Quote:
Originally Posted by DNSB
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