TWRP is a recovery mode boot loader. This mode is used to create backup copies of your device or restore from a backup.
All operations you perform at your own risk! The author is not responsible for the equipment damaged by this procedure!Initial data:
- the device must be fully charged and be rooted
- installed Android SDK
- the program fastboot (
fastboot.exe )
- adb skills
Download the TWRP
twrp-blaze-2.0.0RC0.img downloader to the same folder as the adb utility (in the platform-tools folder of the Android SDK).
')
We connect the device to the computer.
At the command prompt, type the following commands:
adb shell idme bootmode 4002 exit fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img
On the computer screen, you will see
<waiting for device> . If Fire itself did not restart, turn it off by long pressing the power button and then turn it back on. You should see the TWRP screensaver on the Fire screen, and then the installation procedure. If Fire stopped at the Amazon Fire logo, then you can stop fastboot and give the command
fastboot -i 0x1949 boot twrp-blaze-2.0.0RC0.img again.
After installing TWRP, type the following commands:
adb shell idme bootmode 4000 reboot
The device will reboot and you will see the yellow triangle recovery bootloader instead of the inscription Amazon Fire. To boot into recovery mode, continue to hold the power button. For a normal download, just wait.
After downloading, your computer may say that the device is unknown. Then download this
android_winusb.inf driver, put it in the
\ Android \ extras \ google \ usb_driver \ folder and reinstall the Fire driver pointing this folder to it.