I have unlocked the bootloader and enabled USB debugging. I can launch TWRP over fastboot and use the interface.
To root the phone, I tried the following:
- Push the TWRP zip onto the device
adb push ~/Downloads/SuperSU-v2.82-201705271822.zip /tmp
- In the TWRP interface do: Install -> Add Zip ->
/tmp/SuperSU-v2.82-201705271822.zip
> Swipe to continue - Process finishes and Phone reboots
- Open Root Checker Basic
"Sorry! Root access in not properly installed on this device. "
My goal is to be able to run su
in adb shell
.
What have I done wrong here?