Posts: 7
Threads: 0
Joined: 2014-10-24
Points:
57
Reputation: +6
Not a problem at all, looking forward to being able to have my phone rooted.
Thanks for your help
Cleopatra likes this post
Posts: 2,018
Threads: 65
Joined: 2014-12-30
Points:
36,718
Reputation: +1631
@theincognito :
I have tried to unpack the recovery.img
You are right ... the folder is empty.
Try to backup your recovery.img into your microSD.
Follow these steps :
1) Connect your phone to your pc with USB cable.
2) Open cmd (command prompt) in Windows.
3) Type "adb devices" (without quotes) and press enter.
If you see alphanumeric string everything is ok.
4) Type "adb shell" (without quotes) and press enter.
5) Type "su" (without quotes) and press enter.
6) Type the next string (without quotes) and press enter :
"dd if=/dev/block/platform/mtk-msdc.0/by-name/recovery of=/storage/sdcard1/recovery.img bs=4096"
7) Be patient ... and you will find the recovery.img inside your microSD.
Regards