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
Last revisionBoth sides next revision
install_custom_roms_on_xiaomi_mi5 [25.03.2018 13:09] – [Unlock the Bootloader] Pascal Suterinstall_custom_roms_on_xiaomi_mi5 [21.06.2018 10:49] – [Install TWRP] Pascal Suter
Line 23: Line 23:
  
 ===== Install TWRP ===== ===== Install TWRP =====
-download the latest android [[https://developer.android.com/studio/index.html#linux-bundle-size|Platform Tools]]. also get thelatest TWRP image from the [[https://dl.twrp.me/gemini/|official download page]]+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