[Q] Trying to restore recovery/OS but can't put any files on it!

Search This thread

RCizzle65

Senior Member
Sep 22, 2012
57
0
I have an LG G2 D800 with Cyanogenmod on it right now, and Clockwork Mod for my recovery. When booting into CWM, it gives me these errors:

E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log

Also, when in the OS (in Cyanodenmod), when I plug it in, it won't let me drag any files onto it. The Google Play Store keeps on crashing too. What I want to do is just flash a new recovery, then wipe away CM and start it again. It's kind of hard right now though because I have no idea how I can get the files on my phone to do this, any help will be appreciated.
 

vrythree

Member
Nov 27, 2012
28
2
Bali
www.balicontour.com

RCizzle65

Senior Member
Sep 22, 2012
57
0
hi,
Recovery:
http://xdaforums.com/showthread.php?t=2449670
OR
You can try to download goomanager :http://goo.im/devs/s0updev/goomanager with your phone's browser
File transfer:
ADB sideload http://xdaforums.com/showthread.php?t=2559200
OR u can try the Wireless storage option on your phone if cm have it ....:http://forums.androidcentral.com/lg-g2/317028-wireless-storage-lg-g2.html
good luck

Trying to download anything through my browser just makes the browser crash, I'll try the first method though, thanks
 
Last edited:

RCizzle65

Senior Member
Sep 22, 2012
57
0
hi,
Recovery:
http://xdaforums.com/showthread.php?t=2449670
OR
You can try to download goomanager :http://goo.im/devs/s0updev/goomanager with your phone's browser
File transfer:
ADB sideload http://xdaforums.com/showthread.php?t=2559200
OR u can try the Wireless storage option on your phone if cm have it ....:http://forums.androidcentral.com/lg-g2/317028-wireless-storage-lg-g2.html
good luck

I keep getting this error: http://i.imgur.com/h2SnlNn.png
 

x10tom

Member
Jan 20, 2011
13
7
did u tryied to open cmd with administrator's rights?
did u tryied option 2?:

adb push openrecovery-twrp-2.6.3.2-g2vzw.img /data/local/tmp/openrecovery-twrp-2.6.3.2-g2vzw.img

adb shell
(IF YOU DONT SEE A # prompt, type su to get it.)
cd /data/local/tmp

dd if=/data/local/tmp/openrecovery-twrp-2.6.3.2-g2vzw.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

exit

adb reboot recovery
 
  • Like
Reactions: RCizzle65

RCizzle65

Senior Member
Sep 22, 2012
57
0
did u tryied to open cmd with administrator's rights?
did u tryied option 2?:

adb push openrecovery-twrp-2.6.3.2-g2vzw.img /data/local/tmp/openrecovery-twrp-2.6.3.2-g2vzw.img

adb shell
(IF YOU DONT SEE A # prompt, type su to get it.)
cd /data/local/tmp

dd if=/data/local/tmp/openrecovery-twrp-2.6.3.2-g2vzw.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

exit

adb reboot recovery

Yeah I tried both methods. Does this have anything to do with it? When I type in 'adb devices', I see my phone, but when I'm in adb shell, when I type in 'adb devices', it doesn't find anything.
EDIT: I found out I was able to install goomanager onto my phone, looks like I'll try that method instead
EDIT again: Looks like goomanager can't find the recovery to install on my phone, and I've tried installing both flashify and rashr, but it won't let me, ugh this is such a pain, I thought I was close
 
Last edited:

x10tom

Member
Jan 20, 2011
13
7
Is your "usb debuging" on?under developpement setting?
i found an automated script for adb http://xdaforums.com/showthread.php?t=2472223
Adb should work
If not ,and if any apk can flash your recovery, u have to back to full stock
http://xdaforums.com/showthread.php?t=2432476.
Then re root,reflash recovery etc....
How did u flash your strange recovery?do same but with twrp.img or a philz_touch.img
Look for thread about both, there is some 'how to install'.
I hope to be clear my language isnt english.
 
Last edited:
  • Like
Reactions: RCizzle65

RCizzle65

Senior Member
Sep 22, 2012
57
0
Is your "usb debuging" on?under developpement setting?
i found an automated script for adb http://xdaforums.com/showthread.php?t=2472223
Adb should work
If not ,and if any apk can flash your recovery, u have to back to full stock
http://xdaforums.com/showthread.php?t=2432476.
Then re root,reflash recovery etc....
How did u flash your strange recovery?do same but with twrp.img or a philz_touch.img
Look for thread about both, there is some 'how to install'.
I hope to be clear my language isnt english.

Thank you so much, the BAT file worked! But now I still have the same problems I was having with CWM, as in that my cache won't wipe, and my USB won't mount either.
EDIT: Nvm, wiping the cache in TWRP fixed it, I think I can figure out what to do from here on out, THANK YOU SO MUCH THOUGH
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    did u tryied to open cmd with administrator's rights?
    did u tryied option 2?:

    adb push openrecovery-twrp-2.6.3.2-g2vzw.img /data/local/tmp/openrecovery-twrp-2.6.3.2-g2vzw.img

    adb shell
    (IF YOU DONT SEE A # prompt, type su to get it.)
    cd /data/local/tmp

    dd if=/data/local/tmp/openrecovery-twrp-2.6.3.2-g2vzw.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery

    exit

    adb reboot recovery
    1
    Is your "usb debuging" on?under developpement setting?
    i found an automated script for adb http://xdaforums.com/showthread.php?t=2472223
    Adb should work
    If not ,and if any apk can flash your recovery, u have to back to full stock
    http://xdaforums.com/showthread.php?t=2432476.
    Then re root,reflash recovery etc....
    How did u flash your strange recovery?do same but with twrp.img or a philz_touch.img
    Look for thread about both, there is some 'how to install'.
    I hope to be clear my language isnt english.