No idme in TWRP 2.2.0
For some reason, TeamWin appears to have dropped the idme binary from the TWRP 2.2.0 boot image. If adb returns an error that idme cannot be found when setting the bootmode through adb while booted into this recovery, you can use pokey9000's bootmode binaries as a workaround.
Instead of...
adb shell idme bootmode 4000
use...
adb shell nbmode
Instead of...
adb shell idme bootmode 4002
use...
adb shell fbmode
Instead of...
adb shell idme bootmode 5001
use...
adb shell rcmode
I no longer have a Kindle Fire, so I can't test any of this, but it should work just fine.
Someone should ask Dees_Troy to get idme back into the next build, so this doesn't cause problems for users. It's bound to trip them up when using the various guides and it will probably break parts of KFU as well.
|