Clockworkmod recovery - LG Optimus 4X HD

Hi all, can I please get some help putting cwm on my phone. I whenever I try to reboot to recovery after installing it from ROM manager I get a scary error message saying it can't find a boot IMG when in the clockwork mod folder I can find the IMG easily I really nead help. For some reason whenever I try to install twrp through the apk it bootloops and I had to get it repaired to get it working again any help will be appreciated
Sent from my LG-P880 using xda app-developers app

Look at this index, how to unlock, root and install ROM.
Search and don't hurry.

I'm already rooted do I maybe need to unlock the boot loader?
Sent from my LG-P880 using xda app-developers app

Really? God damn it. If you'd bother to search you'd find the requirement of a custom recovery is a unlocked bootloader! Is it really that hard to figure it out?
Sent from my 4X HD via XDA Premium

Related

[Q] Need help psfMOD

Anybody know how I could install this on my droid.if you kniw how can you please give me a guide on how to do so.thanks in advance
http://psfmod.klutsh.com/sholes.php
Put on sdcard and flash it? It's just a recovery image. Should be some guides that tell you how to flash a recovery if you don't know how.
Sent from my Droid using XDA App
Can you give me some links on how to flash a recovery image
What exactly is this recovery image. I've never heard of it before. Is it like Clockwork and SPR?
Sent from my Droid using XDA App

Broken LockScreen (JB)

Hi XDA im new there i was looking for this issue everywhere but doesnt seems like its somewhere
when i installed Jelly bean i had fully working device but i pressed lock button and there it started when i want to unlock it i have screen like this
dl.dropbox.com/u/55724162/DSC_0885(.DOT)JPG
I used 3 versions of CM 10 JB
Still same issues and my Recovery is CWM 6.0.0.8
Thx in advance
Cant use link but i think its important to see it so please be nice
What specific tab do you have?
Edit and what rom
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
I have P7310
Tested these jelly beans:
cm-10-20121111-UNOFFICIAL-p5wifi
cm-10-20121025-UNOFFICIAL-p5wifi
cm-10.1-20121222-UNOFFICIAL-p5wifi
and in everyone i got this issue right after first attempt to unlock from sleep mode (via lockscreen)
same AOSP_14-01-2013_Beta-14 P5wifi
Well your picture doesn't look good, can't do much on it can you? Does it only do it on the cm10 roms? I'm not sure what to tell you but I'd try fixing permissions in your recovery.
What recovery are you using and how did you flash it. Factory reset, wipes, etc
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Bassicaly i did all wipes then instaled rom then Gapps and then rebooted
Like i said my recovery is this Clockwork_Recovery_6.0.0.8_GT-P7310_alternate
And if you flash the stock rom it doesn't do it. You might try that to rule out hardware issues
Edit: found someone else who had a similar problem. There is an issue with the boot loader. If you odin the stock rom and then flash the cm rom. That fixed it. You'll of course, have to reinstall your recovery and root.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Just tried one stock rom and it says
Finding update
Opening
Installing
Inslalation aborted
// I got that its ok to moment when i push lock/unlock button . When i had it on Charger i saw the battery ok but after i pressed lock it goes scattered/distorded like i show u picture. I really dunno what this is but im going via backup back to my gingerbread *SADNESS*
Where did you get the stock rom? Go to sammobile.com for it. You have to register, but it's free you'll download a zip file. Use 7-zip to extract the .tar.md5 file from it. Use that in Odin, PDA.
Sent from my SAMSUNG-SGH-I957 using xda app-developers app

Help!! can't boot phone

Hello,
I just got my One today, and I've been trying to root it and stuff. I unlocked the bootloader successfully, then tried flashing the custom recoveries. For some reason only cwm (regular) worked; the other ones (cwm touch and TWRP) flashed successfully, but when I tried going into recovery, the phone would be on the "booting into recovery screen", then just turn off.
Anyways, I just continued with cwm regular, but it kept saying "can't mount /cache/recovery/command, log, last_log,..." basically lots of that stuff on the bottom. I ignored that. Then, I put superuser.zip into the SD card, but clockworkmod could not find the sd card stuff.
Finally, in CWM, I formattted /system, /sdcard, /external_sd, /data and /data/media. Then the phone would ONLY boot straight into the bootloader (even if I did NOT hold down), could not even open recovery. So I flashed the same cwm recovery again.
Now I can only go into bootloader and recovery. Sorry for the long post, and thanks for any help in advance.
I'm just guessing but I think it's because you formatted everything and never flashed a rom. So there's just nothing on your phone, it can only boot into the bootloader because everything else was formatted.
Sent from my HTCONE using xda app-developers app
theman97 said:
I'm just guessing but I think it's because you formatted everything and never flashed a rom. So there's just nothing on your phone, it can only boot into the bootloader because everything else was formatted.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
That sounds reasonable. Does anyone know how to "put" something on the phone? even just stock stuff, so I can boot?
Relock your bootloader then use an RUU. Then unlock and try again.
http://forum.xda-developers.com/showthread.php?t=2253182
Sent from my HTCONE using xda app-developers app
twilightnx said:
That sounds reasonable. Does anyone know how to "put" something on the phone? even just stock stuff, so I can boot?
Click to expand...
Click to collapse
Adb push a rom onto the phone. Google adb if you don't know how to use it.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Don't RUU use this tool makes it easy
http://forum.xda-developers.com/showthread.php?p=40341536
Also download a Rom you want and just click on sideload Rom, you may also have to click install HTC drivers first too.
Sent from my HTCONE using xda app-developers app
theman97 said:
Relock your bootloader then use an RUU. Then unlock and try again.
http://forum.xda-developers.com/showthread.php?t=2253182
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Thank you! My problem's been solved.
Can a mod lock this thread?
twilightnx said:
Thank you! My problem's been solved.
Can a mod lock this thread?
Click to expand...
Click to collapse
The thread will eventually drift away. Next time, post in the Q&A forum. More importantly, don't rely on a toolkit to save you. Sometimes, they don't work. The actual fix to this problem is fairly trivial (and to poster above, doesn't necessarily involve ADB either). If were trying to simply push stock software back on, it's three (well, in your case two) fastboot commands:
fastboot flash boot <path-to-boot.img>
flash system <path-to-system.img>
After unzipping a factory .tar. It's worth learning how to do in case this happens again.

How can I unroot my phone?

I followed the tutorial on this link
http://forum.xda-developers.com/showthread.php?t=2396248
now for some reason I would like to unroot my device yet nothing seems to be able to unroot it
Also, now when I try to enter recovery mode, the phone wiljust keep on restart but never getting to the recovery screen
How can this be fixed?
Thanks
wasd0109 said:
I followed the tutorial on this link
http://forum.xda-developers.com/showthread.php?t=2396248
now for some reason I would like to unroot my device yet nothing seems to be able to unroot it
Also, now when I try to enter recovery mode, the phone wiljust keep on restart but never getting to the recovery screen
How can this be fixed?
Thanks
Click to expand...
Click to collapse
hi,,just try installing the recovery again..and clear cache...
then try getting into recovery..
(im guessing you have unlocked the bootloader to do all this..)
you can try nandroid restore with no root while quitting recovery.
or you can flash the maximus rom ...
im using the maximus rom...it works flawlessly ..thanks to maximus developer!!:good::good:
So this fix the infinite loop problem?
And other question now is how to unroot my phone
Thanks
Sent from my HTC Butterfly s using xda app-developers app
The problem was fixed
Thank for your help
Sent from my HTC Butterfly s using xda app-developers app
wasd0109 said:
I followed the tutorial on this link
http://forum.xda-developers.com/showthread.php?t=2396248
now for some reason I would like to unroot my device yet nothing seems to be able to unroot it
Also, now when I try to enter recovery mode, the phone wiljust keep on restart but never getting to the recovery screen
How can this be fixed?
Thanks
Click to expand...
Click to collapse
If you want to unroot your phone just uninstall superuser from superuser app
Sent from my HTC One X+ using xda premium

[Q] Can't install CWM

Hello everyone,
i want to install a custom Rom, unlocked the Bootloader and tried to install CWM by using LeBobo's Recovery Flasher v1.4. I get a success-message in the command prompt, but it seems that CWM isn't installed. When i reboot into Recovery i get a broken Android Symbol.
I have attached two Pictures, perhaps you know what to do now?!
Thank you very much!
Getting the broken Andriod symbol is normal.
You need to press Vol+ and Vol- together to get into the menu.
I have found that you need to press and release them both together about 4 times to get in. But I'm only on the stock recovery so CWM may be a little different.
Hope you find a way in!!
Regards
Hill-Climber
Ok, now i'm in... But not CWM. Android System Recovery <3e>... Seems that CWM hasn't been installed
I have also tried and failed with the Lebobo method.
I have not had this confirmed and cannot find the answer but suspect you have to unlock the bootloader before you can install CWM or any otehr custom recovery. Hopefully someone will answer this soon.
Is your bootloader unlocked?
derimp said:
Ok, now i'm in... But not CWM. Android System Recovery ... Seems that CWM hasn't been installed
Click to expand...
Click to collapse
I guess that you're not bootloader unlocked but if you are, you can try another tutorial at development thread.
Sent from my XT890 using XDA Premium 4 mobile app
Hashmutz said:
I guess that you're not bootloader unlocked but if you are, you can try another tutorial at development thread.
Sent from my XT890 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
My bootloader is unlocked (i see the Text Screen when booting)... I will try another method this evening...

Categories

Resources