XiaomiWiki_RU/wiki/Flash_TWRP_and_custom_ROMs.md

96 lines
4.8 KiB
Markdown
Raw Permalink Normal View History

2019-04-19 21:46:22 +02:00
[Index page](../)
2018-11-21 18:22:28 +01:00
## Flash TWRP & custom ROMs
TWRP is a custom recovery that replaces MiRecovery / the splash screen for the Mi PC Suite. A custom recovery mode gives the user more options to manage the device's system, more options to flash ROMs, wipe, or back up. A custom recovery, such as TWRP, is needed to flash ROMs, kernels, etc. or root.
### Use TWRP without flashing it
2019-03-01 04:11:36 +01:00
**Requirements:** [unlocked bootloader](Unlock_the_bootloader.md)
2018-11-21 18:22:28 +01:00
1. Download and if needed, unzip the image file of the recovery that you want to flash. If a custom ROM requires a specific build of TWRP to be flashed, that is noted by the developer on XDA.
Devices are referred to by their codenames, if you don't know the codename of the device, see [this](https://i.imgur.com/iZoFg2t.png).
2018-11-21 18:22:28 +01:00
[Official TWRP builds](https://twrp.me/Devices/)
[Unofficial TWRP builds](https://www.androidfilehost.com/?w=files&flid=50678)
2019-03-01 04:11:36 +01:00
2. Download and launch the Xiaomi ADB/Fastboot Tools from [here](Tools_for_Xiaomi_devices.md).
2018-11-21 18:22:28 +01:00
2019-10-24 02:04:08 +02:00
3. Connect the device in Fastboot mode. See the instructions [here](https://szaki.github.io/XiaomiADBFastbootTools/).
2018-11-21 18:22:28 +01:00
4. On the Fastboot tab, in the Flasher module browse for your recovery image, select the recovery partition and click Boot into image.
**If TWRP comes up in Chinese**, change the language by tapping the button on the right.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen. If that doesn't work, format data in the Wipe menu, then reboot to TWRP.
5. When asked in TWRP, swipe to allow modifications and proceed with what you want to do in TWRP.
### Flash TWRP
2019-03-01 04:11:36 +01:00
**Requirements:** [unlocked bootloader](Unlock_the_bootloader.md)
2018-11-21 18:22:28 +01:00
**Note:** These instructions don't apply to Android One devices.
1. Download and if needed, unzip the image file of the recovery that you want to flash. If a custom ROM requires a specific build of TWRP to be flashed, that is noted by the developer on XDA.
Devices are referred to by their codenames, if you don't know the codename of the device, see [this](https://i.imgur.com/iZoFg2t.png).
2018-11-21 18:22:28 +01:00
[Official TWRP builds](https://twrp.me/Devices/)
[Unofficial TWRP builds](https://www.androidfilehost.com/?w=files&flid=50678)
2019-03-01 04:11:36 +01:00
2. Download and launch the Xiaomi ADB/Fastboot Tools from [here](Tools_for_Xiaomi_devices.md).
2018-11-21 18:22:28 +01:00
2019-10-24 02:04:08 +02:00
3. Connect the device in Fastboot mode. See the instructions [here](https://szaki.github.io/XiaomiADBFastbootTools/).
2018-11-21 18:22:28 +01:00
2019-01-22 00:28:38 +01:00
4. On the Fastboot tab, in the Flasher module, check the autoboot option, then browse for your recovery image, select the recovery partition and click Flash image.
2018-11-21 18:22:28 +01:00
**Note:** If anti-rollback protection is enabled on the device, you have to disable the anti-rollback safeguard before flashing.
**If TWRP comes up in Chinese**, change the language by tapping the button on the right.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen. If that doesn't work, format data in the Wipe menu, then reboot to TWRP.
5. When asked in TWRP, swipe to allow modifications and proceed with what you want to do in TWRP.
2019-01-22 00:28:38 +01:00
**Warning:** To use official MIUI with TWRP flashed, you have to disable dm-verity by flashing Magisk or Lazyflasher. Dm-verity causes MIUI to clear TWRP on boot and may also bootloop the device.
2018-11-21 18:22:28 +01:00
### Clean install in TWRP
1. Enter TWRP.
**If the device asks for decryption password**, ignore it, go to the Wipe menu, format data then reboot to TWRP.
**Note:** TWRP is MTP enabled so if you connect the device to a PC, the internal and external storages become accessible.
2. Connect the device to your PC and transfer everything you want to flash to the device's internal or external storage.
3. Go to Wipe > Advanced Wipe and wipe **Cache**, **Dalvik Cache** and **System**.
4. Afterwards, go to the Install menu, browse for the things you transferred to the device and flash them. Recommended order:
1. Flash the ROM.
2. Flash OpenGApps (optional).
3. Wipe **Data** in the Wipe menu.
4. Flash everything else (optional).
5. Wipe **Internal Storage** in the Wipe menu.
5. Once you're done with everything, reboot to the system.
### Update in TWRP
1. Enter TWRP.
**If the device asks for decryption password**, input the PIN/password you use on your lock screen. If that doesn't work, format data in the Wipe menu, then reboot to TWRP.
**Note:** TWRP is MTP enabled so if you connect the device to a PC, the internal and external storages become accessible.
2. Connect the device to your PC and transfer everything you want to flash to the device's internal or external storage.
3. Go to the Install menu, browse for the things you transferred to the device and flash them.
2019-09-11 00:52:21 +02:00
4. Once you're done flashing, wipe **Cache** and **Dalvik Cache**, then reboot to the system.