install_custom_roms_on_xiaomi_mi5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
install_custom_roms_on_xiaomi_mi5 [25.03.2018 13:01] – [Unlock the Bootloader] Pascal Suterinstall_custom_roms_on_xiaomi_mi5 [21.06.2018 10:49] – [Install TWRP] Pascal Suter
Line 22: Line 22:
 Once you have unlocked your phone, you can probably delete the account if you want to, but make sure you log out from the account on your phone prior to deleting it. Here's the [[https://account.xiaomi.com/pass/del|delete link]] Once you have unlocked your phone, you can probably delete the account if you want to, but make sure you log out from the account on your phone prior to deleting it. Here's the [[https://account.xiaomi.com/pass/del|delete link]]
  
 +===== Install TWRP =====
 +download the latest android [[https://developer.android.com/studio/index.html#linux-bundle-size|Platform Tools]] or install them i.e. under ubuntu with ''sudo apt install android-sdk-platform-tools''. also get thelatest TWRP image from the [[https://dl.twrp.me/gemini/|official download page]]
  
 +now reboot your phone and hold the ''volume down'' key until you see the fastboot screen. then connect it to your computer and check if you can see your phone via fastboot: 
 +  fastboot devices
 +run these commands to install and boot TWRP: 
 +<code>
 +fastboot flash recovery Downloads/twrp-3.2.1-1-gemini.img
 +fastboot boot Downloads/twrp-3.2.1-1-gemini.img
 +</code>
  • install_custom_roms_on_xiaomi_mi5.txt
  • Last modified: 21.06.2018 20:03
  • by Pascal Suter