Created
February 25, 2018 04:37
-
-
Save moisesnarvaez/729a5fa3e0caf0f50bf3341bc56300ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pre-requisites: | |
- adb | |
- fastboot | |
1. Install Custom Recovery Image | |
- Download "TWRP Recovery", once downloaded, rename the file to "recovery.img" | |
- Run in Console: | |
adb devices | |
adb reboot bootloader | |
fastboot devices | |
fastboot oem unlock-go | |
fastboot flash recovery recovery.img | |
fastboot oem reboot-recovery | |
2. Root Cellphone (SuperU) | |
- Start the in recovery mode (By pressing the 3 buttons) | |
- Install SuperSU-v2.82-201705271822.zip | |
3. Continue Here: https://www.youtube.com/watch?v=5k9edvHABu0 | |
NOTE: If after install Lineage you received: "encryption unsuccessful", Run -> fastboot format userdata |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment