jeudi 29 janvier 2015

[Q] How to pull boot.img, recovery.img and other stuff from an Android device... topic






Hey guys... I did a system dump of my HCL Me Connect V3 a while ago, and I posted it on XDA.
Today I tried to pull the .img files from my device...
I have installed Android SDK and platform-tools.
The device is rooted, and I have installed the proper drivers and enabled USB Debugging...
I use these commands:

Code:


cd C:\Android\platform-tools\
adb devices
adb shell
su


The device is detected successfully, and root access is granted successfully.
and this is where the problem occurs...
Normally I'd just enter

Code:


cat /proc/mtd

and the boot.img, recovery.img and other stuff should be displayed, but that's not the case...
Instead of proper results, I get
dev: size erazesise name
and that's it as seen in this image:


Since

Code:


cat /proc/mtd

does not work I tried with this one:

Code:


cat /proc/emmc

and now I get totally different results, as shown in the image below:

I really don't know what to do. I desperately need the recovery.img and boot.img...
The device has MT8317 chip if it's of any help... Please help...






Aucun commentaire:

Enregistrer un commentaire