Hirdetés

Új hozzászólás Aktív témák

  • bb71

    őstag

    Encrypt törlése MIUI ROM esetén - ha még nem volt:

    Data partition is encrypted
    I found that the data partition is encrypted when coming from Miui ROM to RR. Fingerprint is not working with encrypted data partition.
    Data is encrypted if TWRP asks for unlock code.

    These steps decrypts it and preserves data.
    Code:
    - Boot into TWRP
    - Backup /data to "internal sd" (or to "ext sd card") with TWRP
    - On PC: adb pull /data/media/0
    - Wipe -> Format /data in TWRP
    - Reboot to TWRP again
    - On PC: adb push . /data/media/0
    - On PC: adb shell chown -R media_rw.media_rw /data/media/0
    - Reboot to TWRP again
    - Restore the previous backup with TWRP
    - On PC: adb shell rm /data/system/locksettings* /data/system/*.key
    - On PC: adb shell rm -r /data/dalvik*
    - Reboot

    Nem próbáltam!

    [ Szerkesztve ]

Új hozzászólás Aktív témák