View Single Post
Old 02-17-2025, 03:24 AM   #15
crashoveride
Junior Member
crashoveride began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2025
Device: Kindle Scribe
Similar situation with Kindle Scribe

I am unable to go past the screen where Kindle signs you in and tries to download the update but it's disabled from RenameOTABin Script when we jailbroke our kindle.

So trying to somehow get access to these system files and restore them to old state.

#!/bin/sh

mntroot rw
cd /usr/bin
mv otaupd.bck otaupd
mv otav3.bck otav3
mntroot ro
reboot

This is all they have inside the restore.sh script but how can I execute it on startup?
crashoveride is offline   Reply With Quote