my phone started in clockworld mod recovery icant open my phone !
when restart system now on opening clockworld mod recovery
please help me !
Try whipping data and cache and doing a factory reset. Hope this helps
Sent from my SCH-I535 using xda premium
im try the KDZ Flasher with new rom not working
im try wipe and factory reset not working
my phone now in clockworld mod
icant boot to my phone
Help please
Reflash the original recovery image for the phone then if that works reflash clockwork mod
Sent from my SCH-I535 using xda premium
thanks
please help me im using LG L3 and after i tap the software updates...then it keeps on rebooting in ClockWorkMod Recovery v5.8.4.5
Help
mr.amrooo said:
please help me im using LG L3 and after i tap the software updates...then it keeps on rebooting in ClockWorkMod Recovery v5.8.4.5
Click to expand...
Click to collapse
Help please
So, you are saying that your phone starts in Recovery mode every time you power it on? If it does that then you need to wipe data/factory, cache partition, dalvik cache and then go to Mounts and storage -> mount/system -> format/system and reinstall a new ROM, yours probably got corrupted.
Related
I just rooted my phone and found rom manager. i bought the premium version, and download IFO and flashed my phone with it, and now its stuck in a boot loop! i need help to get out of it...
Tried a full wipe? Try factory reset in recovery.
Sent from my GT-I9000 using xda premium
You need to wipe the dalvik cache and cache partition too, from recovery.
How do you get into recovery, I tried holding the power an up button when I boot up my phone, but it doesn't do anything...
Hi everyone !
As a new Android user, I'm in a need of help... My GS3 is running Omega 8.1 (not sure of the version...) and I've tried to install the battery fix thingie but now I an't start the device anymore.. It's stuck on a screen and I can't do anything about it. Tried CWM recovery mode to restore a back up I've done before but it says it can't mount /sdcard or something like that...
Is my phone bricked ? Is there a way to rollback what I've done and save my datas ?
Thanks for your help.
Here's a screen of what I have when I start the phone :
Boot into cwm, wipe data/factory reset, wipe cache, then advanced, wipe dalvik, then try restoring
Sent from my GT-I9300 using xda premium
speedyjay said:
Boot into cwm, wipe data/factory reset, wipe cache, then advanced, wipe dalvik, then try restoring
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Thank you very much, it worked !!
I'd really appreciate some help guys, I've searched everywhere but can't seem to find answers.
I had Cyanogen Mod 9 rooted on my phone, however, I decided to install Omega instead, I installed it but I can't get on it! Everytime I install zip and reboot, it goes back to CWM Recovery!
The procedure was:
-deleted all files in internal SD
-Reboot into CWM Recovery
-Wipe data,cache,dalvik
-install zip from sd card
and now im stuck
Please help, and apologies if any noob mistakes were made
Cupuffy said:
I'd really appreciate some help guys, I've searched everywhere but can't seem to find answers.
I had Cyanogen Mod 9 rooted on my phone, however, I decided to install Omega instead, I installed it but I can't get on it! Everytime I install zip and reboot, it goes back to CWM Recovery!
The procedure was:
-deleted all files in internal SD
-Reboot into CWM Recovery
-Wipe data,cache,dalvik
-install zip from sd card
and now im stuck
Please help, and apologies if any noob mistakes were made
Click to expand...
Click to collapse
You'll lose all your data but do a factory reset and wipe your system in addition to what you've already done and re flash the rom. FYI always have a nandroid backup around before flashing. It's time consuming but saves you a lot of grief in the long run
Sent from my GT-I9300 using xda app-developers app
demondor said:
You'll lose all your data but do a factory reset and wipe your system in addition to what you've already done and re flash the rom. FYI always have a nandroid backup around before flashing. It's time consuming but saves you a lot of grief in the long run
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
How do I do a factory reset? My phone is on loop and boots up only into CWM Recovery, should i re download stock firmware and odin it into my phone? thank you so much for helping out
I don't have much on my phone so i didnt back up =[ what a mistake
Cupuffy said:
How do I do a factory reset? My phone is on loop and boots up only into CWM Recovery, should i re download stock firmware and odin it into my phone? thank you so much for helping out
I don't have much on my phone so i didnt back up =[ what a mistake
Click to expand...
Click to collapse
Factory reset(wipe) is an option in cwm(3rd from above) wipe and reflash the rom and let it boot,this can take 10min
1st check md5 .. it will show u wether its bad download or nt ... and then do this
go into cwm and to wipe data\factory reset wipe cache wipe dalvik and insll rom ..
omega 10 is up so better try omega 10 as its new rom :
hisee said:
1st check md5 .. it will show u wether its bad download or nt ... and then do this
go into cwm and to wipe data\factory reset wipe cache wipe dalvik and insll rom ..
omega 10 is up so better try omega 10 as its new rom :
Click to expand...
Click to collapse
I don't know how to check md5, but I already did the wipes and resintall several times, it still loops back into Recovery mode everytime
Cupuffy said:
How do I do a factory reset? My phone is on loop and boots up only into CWM Recovery, should i re download stock firmware and odin it into my phone? thank you so much for helping out
I don't have much on my phone so i didnt back up =[ what a mistake
Click to expand...
Click to collapse
Factory reset is on the main Cwm screen. You can wipe system through the 'mounts and storage' option
Sent from my GT-I9300 using xda app-developers app
demondor said:
Factory reset is on the main Cwm screen. You can wipe system through the 'mounts and storage' option
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Thanks, I've tried it just now and its still not working...
As said above, maybe the download is damaged, redownload and flash.. Good luck..
Huupie said:
As said above, maybe the download is damaged, redownload and flash.. Good luck..
Click to expand...
Click to collapse
How would put it into my internal SD if I can't transfer the file because I can only boot into Recovery or Download mode? Do I just Odin it straight in via the PDA option?
If you connect your phone with the PC while in recovery you should be able to use adb commands
Put the rom file into the adb folder than try
Code:
adb devices
now you should see any cryptic combination of letters and numbers in the next row
(if you see a empty row... that wouldn't be nice^^)
then do:
Code:
adb push yourromfile.zip /sdcard/yourromfile.zip
than try flashing again the new file
dont forget to do a full wipe, cache wipe, dalvik wipe, the common procedure^^
PS:
If you don't know about adb, it is installed with the android sdk, but you can download it seperately
place the ADB folder somewhere on you system hd, maybe directly to C:\
the open cmd and type
cd C:\ADB\
now you're able to use the above commands
You can put it on an external sd and flash it from there...
Verstuurd van mijn GT-I9300 met Tapatalk
Thank you, all of you... I will try this tomorrow and tell you guys how it goes!
Thank you so much EVERYONE, It all worked out, seems like the original file was corrupted, now running omega 10 smoothly!!!!!!!
Hey guys, I'm really desperate and I think I just screwd my S2; so a little help would be really really nice !
I have a S2 which was previously on a "Resurrection-remix_ics" Version 2.4.1! I updated the version to Resurrection remix 3.0.2 but I forgot to "factory reset" the phone before going to recovery mode and updating the version...
Now the phone won't load, It gets stuck on the loading screen...
If you have any Idea what I could do to fix it, please notify me! Is it possible to put the previous version in the SD card, and just downgrade the version...?
Lisarm said:
Hey guys, I'm really desperate and I think I just screwd my S2; so a little help would be really really nice !
I have a S2 which was previously on a "Resurrection-remix_ics" Version 2.4.1! I updated the version to Resurrection remix 3.0.2 but I forgot to "factory reset" the phone before going to recovery mode and updating the version...
Now the phone won't load, It gets stuck on the loading screen...
If you have any Idea what I could do to fix it, please notify me! Is it possible to put the previous version in the SD card, and just downgrade the version...?
Click to expand...
Click to collapse
Can you still enter the recovery mode? (Hold volume up, home and power key)
sam5757 said:
Can you still enter the recovery mode? (Hold volume up, home and power key)
Click to expand...
Click to collapse
Yes, I still can do that!
Btw, before flashing the rom, I did DO the following in the recovery mode:
wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
If u can enter the recovery just flash the older version
Sent from my GT-I9100G using xda premium
elias17 said:
If u can enter the recovery just flash the older version
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
what he said =p
Do a factory reset... All done
Sent from my GT-I9100 using Tapatalk 2
rjsmer said:
Do a factory reset... All done
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I can't do a factory reset dude... I get stuck at the loading screen, as I mentioned before !
Is there a way to do a factory reset in Recovery Mode?
i guess that wipe data/factory reset is listed in recovery mode,or am i mistaken ?
and u say u can get into recovery so just choose wipe data/factory reset and it's over then flash ur older version
please help me i am beginner in android ..i has sony xperia sola GB FW .184. i installed this ROM forum.xda-developers.com/showthread.php?t=1951750&page=4 via CWM and installation process tell me its finished successfully when install finished...sony logo appear and i entered in restart loop for six times and nothing appaer...i restore my system back via CWM...
what can i do to start this ROM successfully ?
Wipe data and dalvik cache..
If this info helped you pls click the thanks button..
Sent from my LT26i
Yes wipe data and cache. If it doesn't work, wipe data and cache first in CWM, then install the rom again.
I had the same problem too and i already solved it, the problem is your .184 kernel was not replaced. try flashing this boot img using fastboot http://forum.xda-developers.com/attachment.php?attachmentid=1417173&d=1350753673
Hit thanks if it works
marcangeloboniel said:
I had the same problem too and i already solved it, the problem is your .184 kernel was not replaced. try flashing this boot img using fastboot http://forum.xda-developers.com/attachment.php?attachmentid=1417173&d=1350753673
Hit thanks if it works
Click to expand...
Click to collapse
Big Thanks