Rooting One Plus One
- Install TWRP recovery steps
- Install Lineage OS 14.1 based on Android 7 and GApps using the “Install” option on TWRP via sd card. Link to the guide.
A few lessons learnt along the way
- Ensure the USB wire being used can also transfer data
- Useful commands:
1
2
3
4
5
6adb devices -l
fastboot devices
fastboot oem unlock
fastboot flash recovery /path/on/laptop/recovery.img
adb push /path/on/laptop/supersu-v2.82.zip /sdcard/
adb devices -l
Rooting One Plus One