Islamabad
Hi all,
found out how to root this device!
Here the steps:
fastboot oem unlock fastboot -i 0x2970 oem unlock-go fastboot oem unlock-go
fastboot boot <name_of_recovery>.img
fastboot flash recovery <name_of_recovery>.img
fastboot flash splash splash.img fastboot flash modem NON-HLOS.bin fastboot flash aboot emmc_appsboot.mbn fastboot flash hyp hyp.mbn fastboot flash rpm rpm.mbn fastboot flash sbl1 sbl1.mbn fastboot flash tz tz.mbn fastboot flash boot boot.img fastboot flash cache cache.img fastboot flash recovery recovery.img fastboot flash userdata userdata.img fastboot flash system system.img

Hi,
I'm struggling with rooting.

Cambridge
Hi all,
found out how to root this device!
Here the steps:
fastboot oem unlock success fastboot -i 0x2970 oem unlock-go <waiting for device> fastboot oem unlock-go success
fastboot boot <name_of_recovery>.img
fastboot flash recovery <name_of_recovery>.img
I had a few problems doing this from Ubuntu 15.10.
1. ADB did not see the device although it worked fine on my Nexus 4 showing that adb/fastboot were configured correctly. I had to go to /home/.android and create the document 'adb_usb.ini' (right click, new document) which contains the text '0x2970'.
Once this was done I had to run the following commands
adb kill-server
adb start-server
This allowed ADB to see the device but it said that it was offline.
2. I had to create the file /etc/udev/rules.d/51-android.rules (type into terminal 'sudo nano /etc/udev/rules.d/51-android.rules') and paste in the following line, save it (ctrl+x, y, enter).
SUBSYSTEM=="usb", ATTR{idVendor}=="2970", ATTR{idProduct}=="2282", MODE="0666"
sudo service udev restart
After this ADB and fastboot recognized the device and allowed me to follow the directions posted above or on the cyanogenmod wiki.
Hope that is of some use to someone!!!
|
|