[Q] ClockworkModRecovery (Only wants to wipe data) [SOLVED - Read / Scroll Down]

Loopy Frog

Member
Oct 2, 2011
49
7
0
Hobart
Ok, so i have a fresh new stock of 21e flashed onto my phone. Rooted with no errors, and I have Clockwork ROM Manager installed.

If I use the app to boot into recovery my phone just automatically Wipes all data then loads back up as if a fresh install was done, so I thought I would check the problem out myself (Power and vol.down), and the only options I have in the Clockwork Boot Menu are as follows:

Android system recovery <3e>

Confirm wipe of all user data?
THIS CAN NOT BE UNDONE.

No
No
No
No
No
No
No
Yes -- delete all user data
No
No
No
If I go back one page the only options I have are as follows:

Android system recovery <3e>

Android system recovery utility

reboot system now
wipe data/factory reset
wipe cache partition
wipe cache partition and package recovery
wipe nv dynamic partition
I can not go back any further, they are my only options in boot recovery of which I find extremely odd. (Until this is sorted I can not install a new ROM/Kernel and fix my network)

Any help would be much appreciated.

Kind Regards.
 
Last edited:
  • Like
Reactions: hajdao

Kaleptik

Inactive Recognized Developer
Jun 3, 2009
3,801
1,229
0
27
www.acidhazardrom.com
Ok, so i have a fresh new stock of 21e flashed onto my phone. Rooted with no errors, and I have Clockwork ROM Manager installed.

If I use the app to boot into recovery my phone just automatically Wipes all data then loads back up as if a fresh install was done, so I thought I would check the problem out myself, and the only options I have in the Clockwork Boot Menu are as follows:



If I go back one page the only options I have are as follows:


I can not go back any further, they are my only options in boot recovery of which I find extremely odd. (Until this is sorted I can not install a new ROM/Kernel and fix my network)

Any help would be much appreciated.

Kind Regards.
That's not ClockworkMod.
That's the stock Android recovery.
 

Loopy Frog

Member
Oct 2, 2011
49
7
0
Hobart
ah lol (embarrassing)

Thanks though... ok so it seems that my problem is that the copious amount of things that I try to install clockwork boot, it just wont happen. Any ideas?


Regards
 
Last edited:

Kaleptik

Inactive Recognized Developer
Jun 3, 2009
3,801
1,229
0
27
www.acidhazardrom.com
ah lol (embarrassing)

Thanks though... ok so it seems that my problem is that the copious amount of things that I try to install clockwork boot, it just wont happen. Any ideas?

I am just about to see if I can do something with the LGDP2 V36 UMTS.

Regards
You can flash ClockworkMod Recovery with this.

[GUIDES/TOOLS]Making Developing/Flashing/Returning to Stock Easier


1. Recovery Manager

This is a flashing tool that will let you install:
  • Stock Recovery
  • ClockworkMod Recovery
  • Touch ClockworkMod Recovery

Requirement:
  • You'll need to have the LG Thrill / Optimus 3D
  • You'll need to be rooted.
  • Superuser and SU have to be updated to the latest app and binary

    • Update Superuser in the market
    • Open Superuser app and go to the options
    • Scroll to the bottom and click "Su binary"

DOWNLOAD LINK: Recovery Manager - 18 MB

How To Use:
  • Extract the files with WinRar or 7zip
  • Launch "Recovery Manager.bat"
  • Make sure your phone is in "USB Debugging Mode" and is plugged in
  • Choose your option
  • Wait for the screen to refresh
  • Boot into recovery to verify it was flashed successfully
 

Loopy Frog

Member
Oct 2, 2011
49
7
0
Hobart
No Luck :-(

Did your guide word for word, all went successfully.

However.... I can use root applications on the device etc...
Though it appears I can no longer get the clockwork boot anymore? :confused:
 

Loopy Frog

Member
Oct 2, 2011
49
7
0
Hobart
Try: 3d+volume down+power button
hold til 3 sec after seeing the logo.
Nope doesn't work. >_<

You can also use the ROM Manager app to boot into recovery.
Yeah that's what I was using when it used to work, however now when I do it, It just "deletes all user data". Obviously because it is not having any response from the Clockwork recovery boot, and goes straight into:

Android system recovery <3e>

Confirm wipe of all user data?
THIS CAN NOT BE UNDONE.

No
No
No
No
No
No
No
Yes -- delete all user data
No
No
No
I just don't understand why My boot wont change from android to the clockwork boot. >_<
 
Last edited:

pandaball

Inactive Recognized Developer
Oct 18, 2011
2,391
1,738
113
Is it being flashed properly?

Try doing the flashing manually. Download the recovery image from www.clockworkmod.com/rommanager (choose touch for P920, nothing else), then open adb in cmd and type the following commands with phone plugged in:

adb push <image name>.img /data/local/tmp
adb shell su -c "dd if=/data/local/tmp/<image name>.img of=/dev/block/mmcblk0p6 bs=4096"
adb shell "rm /data/local/tmp/<image name>.img"

Replace <image name> with the filename of the img. If everything checks out, you should be able to boot into CWM. If you get errors, post them here :)

(I took the commands from The Dark Lestat's batch file, props go to him. I was too lazy to search for it :p Don't judge me, it's 12.30am here)
 
  • Like
Reactions: Kaleptik

Loopy Frog

Member
Oct 2, 2011
49
7
0
Hobart
Try doing the flashing manually. Download the recovery image from www.clockworkmod.com/rommanager (choose touch for P920, nothing else), then open adb in cmd and type the following commands with phone plugged in:

adb push <image name>.img /data/local/tmp
adb shell su -c "dd if=/data/local/tmp/<image name>.img of=/dev/block/mmcblk0p6 bs=4096"
adb shell "rm /data/local/tmp/<image name>.img"

Replace <image name> with the filename of the img. If everything checks out, you should be able to boot into CWM. If you get errors, post them here :)
Thanks Panda, I'll give it ago later when I have time, and let ya know how I go. :)
 

JastaPein

Senior Member
Mar 16, 2011
477
81
0
Philippines
Holy Sh*t .. .

dont use Rom Manager to boot into recovery.. there where so many bad reports about that app.. if you want to boot into recovery.. do this.. .

install Terminal Emulator..

type in ..
su (enter)
reboot recovery (enter)

your phone will boot into what recovery you have .. .

hope that helps!
 

Kaleptik

Inactive Recognized Developer
Jun 3, 2009
3,801
1,229
0
27
www.acidhazardrom.com
Holy Sh*t .. .

dont use Rom Manager to boot into recovery.. there where so many bad reports about that app.. if you want to boot into recovery.. do this.. .

install Terminal Emulator..

type in ..
su (enter)
reboot recovery (enter)

your phone will boot into what recovery you have .. .

hope that helps!
It's not using ROM Manager to BOOT into recovery.
It's using ROM Manager to install ClockworkMod that was the issue.
 

Loopy Frog

Member
Oct 2, 2011
49
7
0
Hobart
Holy Sh*t .. .

dont use Rom Manager to boot into recovery.. there where so many bad reports about that app.. if you want to boot into recovery.. do this.. .

install Terminal Emulator..

type in ..
su (enter)
reboot recovery (enter)

your phone will boot into what recovery you have .. .

hope that helps!
Thanks, either/or this doesn't matter at this stage, I need to able to boot into recover for this or even clockwork to do it anyway. I'll keep this in mind nonetheless. ;)

Is it being flashed properly?

Try doing the flashing manually. Download the recovery image from www.clockworkmod.com/rommanager (choose touch for P920, nothing else), then open adb in cmd and type the following commands with phone plugged in:

adb push <image name>.img /data/local/tmp
adb shell su -c "dd if=/data/local/tmp/<image name>.img of=/dev/block/mmcblk0p6 bs=4096"
adb shell "rm /data/local/tmp/<image name>.img"

Replace <image name> with the filename of the img. If everything checks out, you should be able to boot into CWM. If you get errors, post them here :)

(I took the commands from The Dark Lestat's batch file, props go to him. I was too lazy to search for it :p Don't judge me, it's 12.30am here)

All went well, expect for the last string, see below;
I renamed "recovery-clockwork-touch-5.8.1.5-p920" - "x"

C:\Users\Astro\ADB>adb push x.img /data/local/tmp
3204 KB/s (5995063 bytes in 1.827s)

C:\Users\Astro\ADB>adb shell su -c "dd if=/data/local/tmp/x.img of=/dev/block/mmcblk0p6 bs=4096"
1463+1 records in
1463+1 records out
5995063 bytes transferred in 0.992 secs (6043410 bytes/sec)

C:\Users\Astro\ADB>adb shell "rm/data/local/tmp/x.img"
rm failed for /data/local/tmp/x.img, No such file or directory
 
Last edited:
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone