Products and Things > Computers and Tablets > [Root] Stuck in TRWP when rebooting
[Root] Stuck in TRWP when rebooting
If you have rooted and installed TWRP, but every time you reboot, you end up in TWRP, you can follow the instructions below:
with ADB
Test connectionC:\path_to_kindlefire_utility\tools>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
6AB2002600000001 device
Then do:
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
6AB2002600000001 device
adb shell su -c "idme bootmode 4000"
adb reboot
adb reboot
With FASTBOOT
You can test it with:fastboot -i 0x1949 getvar product
it should return "kindle"
< waiting for device >
If it stays on < waiting for device > then Fastboot is currently not availble (the KF is not in Fastboot mode)
Stop it with ^C
Returns kindle
if it returns "kindle" then do the following commands:fastboot -i 0x1949 oem idme bootmode 4000
fastboot reboot
fastboot reboot


