Skip to content

Instantly share code, notes, and snippets.

@moisesnarvaez
Created February 25, 2018 04:37
Show Gist options
  • Save moisesnarvaez/729a5fa3e0caf0f50bf3341bc56300ab to your computer and use it in GitHub Desktop.
Save moisesnarvaez/729a5fa3e0caf0f50bf3341bc56300ab to your computer and use it in GitHub Desktop.
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