OS: Android - Flash TWRP pakai fastboot

From OnnoWiki
Revision as of 05:47, 26 January 2016 by Onnowpurbo (talk | contribs) (New page: Sumber: https://longren.io/flash-twrp-img-file-from-ubuntu-using-fastboot/ Install adb & fastboot sudo apt-get install android-tools-adb android-tools-fastboot ==Untuk Nexus 4== Down...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sumber: https://longren.io/flash-twrp-img-file-from-ubuntu-using-fastboot/

Install adb & fastboot

sudo apt-get install android-tools-adb android-tools-fastboot


Untuk Nexus 4

Download

http://techerrata.com/browse/twrp2/mako

Set device agar masuk ke mode fastboot, cek

fastboot devices

Lakukan

fastboot flash recovery openrecovery-twrp-2.7.0.0-mako.img


Untuk IVO V5

Download

http://www.mediafire.com/download/hfgx7uhj3gjscdz/IVO+V5+Recovery+Flash+Tool.zip

Unzip

unzip IVO\ V5\ Recovery\ Flash\ Tool.zip

Pastikan IVO

  • Sudah di aktifkan mode developer
  • SUdah di aktifkan USB debug (di mode developer)

Jalankan

cd IVO\ V5\ Recovery\ Flash\ Tool
adb reboot-bootloader
fastboot flash recovery TWRP_RECOVERY
fastboot reboot
ping 127.0.0.1 -n 20.5 >null
adb reboot recovery





Referensi