User Tools

Site Tools


android_-_os:cyanogenmod

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
android_-_os:cyanogenmod [2016/05/05 20:02]
tkilla [Howto unbrick]
android_-_os:cyanogenmod [2018/06/02 16:47] (current)
tkilla [Howto unbrick]
Line 48: Line 48:
     * recovery: vol+ home power     * recovery: vol+ home power
     * download mode for ODIN: vol- home power     * download mode for ODIN: vol- home power
-    * fastload adb - adb is ALWAYS ON in recovery!!+    * **fastload adb - adb is ALWAYS ON in recovery!!**
  
   * Broken encryption   * Broken encryption
Line 54: Line 54:
     * after upgrade or system failure, you may get stuck in a bootloop     * after upgrade or system failure, you may get stuck in a bootloop
       * if wiping doesn't help, you need to reset the passwort by deleting /data partiton and reformatting it:       * if wiping doesn't help, you need to reset the passwort by deleting /data partiton and reformatting it:
-        * https://gist.github.com/L-P/7285035 +        * Follow this guide: https://gist.github.com/L-P/7285035 
-        * in recovery, connect adb:  adb shell; mount # to find data parti;umount /data; umount /sdcard; mkfs -t ext4 /dev/xxxx +        * If data is mounted in recovery, connect adb:   
-  +          * adb shell;  
 +          * mount # to find data parti; 
 +          * umount /data;  
 +          * umount /sdcard;  
 +          * mkfs -t ext4 /dev/xxxx 
 + 
 +==== Remove password ==== 
 + 
 +  * TWRP recovery with adb is totally insecure - i dont say more.. 
android_-_os/cyanogenmod.1462471336.txt.gz · Last modified: 2016/05/05 20:02 by tkilla