I have an HTC Incredible, rooted to MIUI, and am frozen on the white Incredible boot screen. I need to grab a few pictures off the phone before I do a new install. Is it possible to access the phone memory from ClockworkMod recovery? I tried to mount the '/emmc' from the recovery prompt, but nothing shows up on the PC. How can I access the photos?
|
Your pictures should be stored on your SD card, so just take it out and get the pictures with a PC. |
|||||
|
|
I don't know if it's the same on your phone, but on my Blade I can just mount /sdcard (or maybe /emmc in your case) and then "mount USB storage" in the Mount and Storage Menu. |
|||
|
|
|
/emmc is basically ok and accessible if you can 'mount' it. You already have a working CWM installed which comes with adb enabled. This gives you some options. Boot to CWM recovery and mount your partition in the 'mounts and storage' section. It's now accessible internally and you can use the adb tool (ADB stands for 'Android debug bridge', it's usually used to develop and debug things) to pull data off the device:
PS: I prefer the command line adb tool (2nd solution). I have little experience with the gui tools. But generally they should work as well. Here's how I usually do it (using only the commandline): |
||||
|
|
pull) – Matthew Read♦ Jan 9 '12 at 0:29