Rooting Motorola Moto G4 I have a Motorola Moto G4 that I would like to root.Quick summary of specs:
- Developer options are enabled
- OEM unlocking = enabled
- USB debugging enabled
- Android version: 7.0
- computer os: windows 10
- adb installed
adb devices: device shows upadb reboot bootloaderworks
- fastboot installed
- device shows up in
fastboot devices
- device shows up in
Problem: after I go to the bootloader screen and I try fastboot oem get_unlock_data the output is:
... INFOUnlock data:
INFOUnlock data unavailable
INFOFailed
OKAY [ 0.101s]
finished. total time: 0.101s
Tried it also from a linux virtual machine. Same result, no code.
Nothing is added to my path. All commands are run in the installed directories of the programs.
How can I fix this?