tips:android:adb

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
tips:android:adb [2016/11/11 11:41] – [boot custom recovery] scipiotips:android:adb [2018/05/23 18:28] (current) – [unbrick with FASTBOOT update] scipio
Line 66: Line 66:
 adb reboot recovery adb reboot recovery
 </code> </code>
 +
 +====== check lock ======
 +
 +in fastboot mode (Volume - and power)
 +<code bash>
 +fastboot oem device-info
 +</code>
 +
 +unlock
 +<code bash>
 +fastboot oem unlock-go
 +</code>
 +
  
 ====== unbrick with FASTBOOT update ====== ====== unbrick with FASTBOOT update ======
 +
 +Enable OEM unlock and USB debugging in developer options (tap 7 times on miui version in info phone)
  
 Download fastboot image from  http://en.miui.com/a-234.html Download fastboot image from  http://en.miui.com/a-234.html
Line 75: Line 90:
 chmod +x flash_all* chmod +x flash_all*
  
 +sudo adb reboot edl
 +# or sudo fastboot oem edl
 sudo fastboot devices sudo fastboot devices
 ./flash_all_except_data_storage.sh ./flash_all_except_data_storage.sh
 </code> </code>
  • tips/android/adb.1478860903.txt.gz
  • Last modified: 2016/11/11 11:41
  • by scipio