View Single Post
Old 01-15-2025, 04:54 AM   #1
Limao
Member
Limao began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jan 2025
Device: kpw6
kpw6 5.17.1.0.4 Lost OTA binaries

Recently I've tried disabling ota updates.
The whole process was successful through renaming ota binary files

#!/bin/sh
mntroot rw
rm /mnt/us/update*.bin
cd /usr/bin
mv otaupd otaupd.bck
mv otav3 otav3.bck

echo "#!/bin/sh" > /usr/bin/otav3
echo "/bin/true" >> /usr/bin/otav3
echo "#!/bin/sh" > /usr/bin/otaupd
echo "/bin/true" >> /usr/bin/otaupd
chmod 755 /usr/bin/otav3 /usr/bin/otaupd

mntroot ro
reboot

Run the above code I don't know what went wrong
Unfortunately, I have no other access to these two essential files that I have only one kindle.
Can somebody send me the original ota binaries?I would appreciate it very much if you can help me.

OTA files:
otav3 at /usr/bin/otav3
otaupd at /usr/bin/otaupd

kpw6 5.17.1.0.4 thanks!!!
Limao is offline   Reply With Quote