[Q] need help g2 reboot - G2 and Desire Z General

my g2 with perm root will not boot into recovery with rom manager/ clockwork installed please help. trying to get cyanogen 6.
thanks in advance

How are u trying to boot into recovery the only way clockwork works is by selecting rom manager and selecting boot into recovery
Sent from my T-Mobile G2 using XDA App

yes i am using rom manager reeboot into recovery and all i get is a red triangle until i pull the battery

also how can i confirm that i have perm root?

Hit Vol Up and Power. This will continue the boot into recovery. If you have Clockwork you'll see it then, otherwise, you'll still see the stock recovery. If you see stock, reboot and reapply Clockwork recovery.
You can verify root if you boot without running visionary and then go into terminal and type su. If you get a # prompt, you have root.

This might sound stupid but select the install on the app menu and install it again. Mine did the same thing to me and I tried it again, 5 seconds later I saw the recovery mod screen.
Sent from my T-Mobile G2 using XDA App

Late reply but if you have yet to figure out, you have to click flash clockworkmod recovery! took me a few hours to figure out but it did the fix for me xD

Related

How to get to stock recovery menu if I have CLOCKWORK Recovery installed

how can I put my phone in stock recovery mode? I tried holding both volume keys down and power, it just powercycles. Even if let go on the second screen off. if I continue on holding - it just powercycles. If i hold vol down and power - it goes into download mode...
I have Clockwork installed. If I start recovery from ROM Manager it bypasses stock recovery straight to Cloclwork menu. I am trying to install battery percentage indicator, which I can only do thru stock recovery menu. How can I start stock rec mode?...
Also it says DO NOT INSTALL this lag fix http://forum.xda-developers.com/showthread.php?t=765820 using ROM MANAGER. So how can I install it then??
in clockwork recovery theres an option to boot into regular recovery. i believe its in advanced settings?
adb is your friend. seriously, how have people on this forum not figured this out yet? (I don't actually even know how to reboot into recovery with just the buttons off the top of my head)
either "adb reboot recovery" or download "Terminal Emulator" from the marketplace type "su" and then "reboot recovery"
bmvik said:
how can I put my phone in stock recovery mode? I tried holding both volume keys down and power, it just powercycles. Even if let go on the second screen off. if I continue on holding - it just powercycles. If i hold vol down and power - it goes into download mode...
I have Clockwork installed. If I start recovery from ROM Manager it bypasses stock recovery straight to Cloclwork menu. I am trying to install battery percentage indicator, which I can only do thru stock recovery menu. How can I start stock rec mode?...
Also it says DO NOT INSTALL this lag fix http://forum.xda-developers.com/showthread.php?t=765820 using ROM MANAGER. So how can I install it then??
Click to expand...
Click to collapse
delete "update.zip" on internal sdcard. make sure to reinstall clockwork recovery again using rom manager after u r done.
make sure whatever ur installing is rename to update.zip for stock recovery to work.
for lagfix use this http://forum.xda-developers.com/showthread.php?t=751864
unzip it. connect ur phone with usb debugging. click lagfixme wait for it to prompt for superuser then it will do the rest for you
Kaik541 said:
adb is your friend. seriously, how have people on this forum not figured this out yet? (I don't actually even know how to reboot into recovery with just the buttons off the top of my head)
Sorry, I'd like to learne to use adb, I am a noob.
either "adb reboot recovery" or download "Terminal Emulator" from the marketplace type "su" and then "reboot recovery"
Click to expand...
Click to collapse
I knew I could do it using terminal emulator but I need to learn commands
akachay said:
delete "update.zip" on internal sdcard. make sure to reinstall clockwork recovery again using rom manager after u r done.
make sure whatever ur installing is rename to update.zip for stock recovery to work.
for lagfix use this http://forum.xda-developers.com/showthread.php?t=751864
unzip it. connect ur phone with usb debugging. click lagfixme wait for it to prompt for superuser then it will do the rest for you
Click to expand...
Click to collapse
Should I delete it from my internal after I have the battery indicator installed, should I get rid of that update.zip? I did a backup using ROM Manager before adding the battery indicator. So I have my former ROM and Current ROM backed up.
OMG, I've been going crazy trying to get my phone into boot screen all night. Thanks for this!
Rhiannon224 said:
I knew I could do it using terminal emulator but I need to learn commands
Should I delete it from my internal after I have the battery indicator installed, should I get rid of that update.zip? I did a backup using ROM Manager before adding the battery indicator. So I have my former ROM and Current ROM backed up.
OMG, I've been going crazy trying to get my phone into boot screen all night. Thanks for this!
Click to expand...
Click to collapse
yea delete update.zip(battery indicator). open rom manager to install your clockwork recovery which will automatically put an update.zip(clockwork recovery) back on ur sd card. thus "update.zip" is just a rename for whatever program/file.
Also there is an app called quick boot in the market. Its free and will take you to stock reboot and recovery without going through the whole hold power
And vol up and down at same time. Is super easy to use. It have icon on my phone next to rom manager so one will be clockwork recov, and the othe stock.
Sent from my SAMSUNG-SGH-I897 using XDA App
Is there a way to make clockwork the default? I'm so used to using adb I do reboot recovery then go ARRRGH I wanted clockwork!
thanks guys!! I ended up using that app from the market. And renaming the battery zip file to update.zip
gunnyman said:
Is there a way to make clockwork the default? I'm so used to using adb I do reboot recovery then go ARRRGH I wanted clockwork!
Click to expand...
Click to collapse
reboot thru ROM manager, it will take you to Clockwork right away, right?
bmvik said:
reboot thru ROM manager, it will take you to Clockwork right away, right?
Click to expand...
Click to collapse
well yeah but I seem to be able to type ./adb reboot recovery faster
I have a kernel that replaces stock recovery with clockworkmod. I'm trying to work out whether I can actually distribute such a thing, and also how to incorporate downloading it into my kernel build script so that I don't need to include it with the sources.
Sent from my SAMSUNG-SGH-I897 using XDA App
Unhelpful said:
I have a kernel that replaces stock recovery with clockworkmod. I'm trying to work out whether I can actually distribute such a thing, and also how to incorporate downloading it into my kernel build script so that I don't need to include it with the sources.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
I'm pretty sure Koush said he wanted this from the start. The reason he changed the way clockwork recovery works for our phones was because recovery and the system are handled by the same part of system code, unlike with other phones.
He wanted to make it available to be incorporated into other kernels/ROMs instead of relying specifically on his kernel (which is why the roundabout happened from earlier where he offered the stock kernel to revert to)
It doesn't use a custom kernel, it's started from an update.zip normally.
Sent from my SAMSUNG-SGH-I897 using XDA App
Does our recovery system work the way it does because of lack of fastboot?
Another idea. is there something we can add to build.prop or perhaps init.rc so a command such as adb reboot clockwork would work? Just spitballing here.
Unhelpful said:
It doesn't use a custom kernel, it's started from an update.zip normally.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
Unless I'm mistaken, his original method did require a custom kernel or modified the stock kernel which is why he offered the stock kernel for people to reflash when he provided the final release.
Sent from my Samsung SGH-i897

[Q] Problems HTC MAgic 32b recovery mode

HTC Magic
SAPPHIRE PVT 32B
HBOOT-1-33.006
CPLD-10
RADIO-2.22.19.261
I have problems getting in to the recovery mode (pwr button + home) it just gives me de red vodafone screen and hangs.
I am trying to install a custom rom.
- rooted the device with universal androot. it says my device is rooted succesfully.
- i also installed rom manager and installed the default clockwork recovery.
But i cant reboot into flash recovery.
I also tried another thread with a custem flash recovery recovery-RA-sapphire-v1.7.0G.img. I followed it's instructions.
the instructions tells me on a terminal session or CMD prompt to install this custom ROM.
adb shell
su
(Now look at your device. If the superuser app is asking for permissions, then just push "allow" and make sure that the "remember" option is checked.)
cd /system/bin
ls
But i get no permission. I cant get root user when i type su.
so I must not have a rooted device or my permissions are incorrect on the sd-card.
Does anyone have an idea what i should do?
Did you reboot your phone after running Universal Androot?
Sent from my LG-P500 using Tapatalk
What happens if you switch off the phone and then press and hold home button while pressing the on/of button to switch on the phone.
If you are root and have installed the recovery properly, it should be shown within a few seconds after showing the red vodafon screen. From there you should be able to flash any custom rom. Meanwhile I flashed many recoveries and roms on both my tattoo and my magic 32b. Never had any problem execept those when forgetting to wipe.
And to be honest, I'm far away from beeing an expert!
I installed rom manager first and then universal androot.
also when i use adb from the android sdk i sometimes get the problem that i have no permission.
Could it be that the phone is'nt correctly rooted?
I tried all kinds of tools either on pc or mac. nithing really works
what would be the best way to root the HTC Magic correctly and what recovery image should i use. Also wich order.
I'm quite the noob when it comes to installing custom roms
Try "SuperOneClickv1.6.3-ShortFuse.zip" (available at xda).
This was very easy to use and worked like a charm.
I used it twice on my magic 32b, no problem!
I tried that also.
the rooting works. I tried an app to check if i have root access and it says I have root acces.
but when I use adb commands and su to root it will say no permission.
i think this is why installing the recovery in clockwork fails.
any suggestions?
I'll repeat myself. Have you rebooted the phone after running the root programs? Either one?
yes. I rebooted after each try but still I can't get into recovery mode. it just hangs.
also when i try to install a recovery image file i still get the no permissions errors.
the only recovery mode install that worked was the recovery from clockwork in ROM manager.
If ADB is working, goto shell (adb shell).
What do you see in prompt,
is it '$' or '#'?
If it's '$' try "su".
What is the output of "id"?
If you're root you should see something like "uid=0(root) gid=0(root)"
I See a $ and my id is shell instead of root.
if I type su it will give me a no permission error.
however I did download a terminal tool for android
from there I can su and it will make me root.
is there anyway i can use the terminal to install a recovery image so that if i boot my phone with home+power I will get into the recovery?
Try something like this:
http://forum.xda-developers.com/showpost.php?p=4056530&postcount=6
Replace the recovery image in the post by for example recovery-RA-sapphire-v1.7.0G.img.
I did it almost the same way.
I was also having a recovery problem (Tmobile) after trying to flash_image RA-1.7.0G into recovery in rooted 2.2.1 OTA (obviously not the way to go). I downloaded the Clockwork Rom Manager from the Market and it was able to flash both Clockwork or Amon RA recovery with no problem and then reboot it into recovery.
sickbox said:
I was also having a recovery problem (Tmobile) after trying to flash_image RA-1.7.0G into recovery in rooted 2.2.1 OTA (obviously not the way to go). I downloaded the Clockwork Rom Manager from the Market and it was able to flash both Clockwork or Amon RA recovery with no problem and then reboot it into recovery.
Click to expand...
Click to collapse
When you reboot and go into recovery, does it load amon_RA or clockworkmod?
I had problems with that from the 2.2.1 OTA.
I was rooted for a long time, and then had to try the t-mo 2.2.1 so I unrooted and ran that for a while after their ota update. It was sluggish and I didn't much like it so I thought I would try using z4root and superoneclick to root it and put setcpu and overclock it a bit to see if it improved. Z4root didn 't work and superoneclick appeared to work. If you went into terminal it would give you # and seem to be rooted. I could install and run set cpu and it would work. However no matter what recovery I tried to install, it would disappear and return to stock recovery upon reboot with the 2.2.1 OTA.
You could get rom manager to load, or seemingly so , clockworkmod recovery. You could also have rom manager load into clockworkmod from within rom manager. Buit as soon as you reboot, it goes back to the default stock recovery.
I eventually gave up with that and decided to reroot old school and rooted it manuallyl. I went back to the sappimg.nbh file, installing the old cyanogen 1.4 recovery, the 1.33.2005 SPL. I then put clockwork mod 2.5.0.7 recovery on and then the t-mo 2.22.23.02. I was running cm6.1 for a while and now Yoshi's ginger rom.
And so, after this wandering tale, lol, I am wondering if you had more success that I did with the 2.2.1 and getting a recovery to load.
cyberstoic said:
When you reboot and go into recovery, does it load amon_RA or clockworkmod?
I had problems with that from the 2.2.1 OTA.
I was rooted for a long time, and then had to try the t-mo 2.2.1 so I unrooted and ran that for a while after their ota update. It was sluggish and I didn't much like it so I thought I would try using z4root and superoneclick to root it and put setcpu and overclock it a bit to see if it improved. Z4root didn 't work and superoneclick appeared to work. If you went into terminal it would give you # and seem to be rooted. I could install and run set cpu and it would work. However no matter what recovery I tried to install, it would disappear and return to stock recovery upon reboot with the 2.2.1 OTA.
You could get rom manager to load, or seemingly so , clockworkmod recovery. You could also have rom manager load into clockworkmod from within rom manager. Buit as soon as you reboot, it goes back to the default stock recovery.
I eventually gave up with that and decided to reroot old school and rooted it manuallyl. I went back to the sappimg.nbh file, installing the old cyanogen 1.4 recovery, the 1.33.2005 SPL. I then put clockwork mod 2.5.0.7 recovery on and then the t-mo 2.22.23.02. I was running cm6.1 for a while and now Yoshi's ginger rom.
And so, after this wandering tale, lol, I am wondering if you had more success that I did with the 2.2.1 and getting a recovery to load.
Click to expand...
Click to collapse
You could have just got booted into recovery once, flashed the engineering SPL only (there's a ZIP you can flash from recovery to do this), which would only change the SPL, from recovery, then erase/reflash the recovery from fastboot, and finally change the SPL back.
DonJuan692006 said:
You could have just got booted into recovery once, flashed the engineering SPL only (there's a ZIP you can flash from recovery to do this), which would only change the SPL, from recovery, then erase/reflash the recovery from fastboot, and finally change the SPL back.
Click to expand...
Click to collapse
Thanks; that is very useful , and I didn't even think of that at the time. I think I was so frustrated that the recovery would not stay I just had a "I will make it work moment" and I knew what I was doing would work.
But thanks, I will definitely remember that if I have to do that again
Just here to help ;D
Sent from my LG-P500 using Tapatalk

Weird issue with NS4G

Hey there, i did the oem unlock and flashed clockwork recovery and super user. Everytime i reboot my phone the clockwork recovery is just gone., Im coming from an evo so im used to holding the volume down button down at boot with the power button..can i do that to get into clockwork on my Nexus S?
Thanks, alright now how do i boot into recovery without using rom manager? like on my evo i would hold volume button down and hold the power button.... doesnt seem to work on the NS4G
hold volume up while powering up. will take you to bootloader screen, then select recovery option.
Okay after installing clockwork recovery using rom manager when i go to the recovery in fast boot and select it i get the little triangle with ! in the middle of it and a little android\
Edit: It seems like each time i flash it, i can only go to it once, the next time I go to it i get the triangle with the ! in it.
this happened to me too. take out the battery to power off, then power back on and boot, then reflash clockwork via rom manager, make sure you go to all clockworkmod recoveries, make sure you flash version 3.1.0.0...then launch bootloader again.
took me flashing recovery via rom manager 2 or 3 times for it to stick.
p00kienrayray said:
this happened to me too. take out the battery to power off, then power back on and boot, then reflash clockwork via rom manager, make sure you go to all clockworkmod recoveries, make sure you flash version 3.1.0.0...then launch bootloader again.
took me flashing recovery via rom manager 2 or 3 times for it to stick.
Click to expand...
Click to collapse
Ive done it around 10 times now and its not sticking
Edit: Still nothing, im not sure why it isnt working...
question: did you try backing up via rom manager right after you flashed recovery via rom manager?
p00kienrayray said:
question: did you try backing up via rom manager right after you flashed recovery via rom manager?
Click to expand...
Click to collapse
No i didnt. Every time i reboot it just disappears D:
also, did you try booting into recovery from the rom manager app after flashing? i was able to boot into recovery via app and fastboot.
update: i'm now getting the exclamation mark while trying to get to recovery. when i reflashed it one more time, i'm able to boot into via app and fastboot again. there's obviously something wrong with cwm recover as its not sticking all the time.
I have it working now.
Using this
BE SURE TO FLASH CLOCKWORK MOD FROM ROM MANAGER AND DO THIS IMMEDIATELY AFTER WITHOUT REBOOTING
At this point you have root, but your phone will continue to replace ClockworkMod Recovery on reboot. To prevent this, do the following:
1) Reboot your phone, and download the app "Root Explorer" from the Market
2) Open Root Explorer and navigate to the "etc" directory.
3) Tap on the gray box that says "Mount R/W"
4) Tap and hold on the file "install-recovery.sh" and rename this file to "install-recovery.sh.old"
5) Download the app "ROM Manager"
6) Open ROM Manager and choose "Flash ClockworkMod Recovery". At this point you are all set .
I was just going to post that for you xD
Glad to see it working!
cool, glad you found it. idk why my recovery was sticking most of the time w/o that hack
p00kienrayray said:
cool, glad you found it. idk why my recovery was sticking most of the time w/o that hack
Click to expand...
Click to collapse
Oh actually...i dont think it stuck...
go figure...

Clockwork recovery won't boot nexus s

Hey guys
I'm having an issue booting into clockwork recovery. and i'm having even more of an issue finding the answer, I'm pretty sure that someone is gonna come up with a thread which already answers my Q, I just don't know enough of the terms to search sorry
I've followed instructions here in Kursks walk through to unlock my loader, install super user and install clockwork mod etc.
Clockwork mod and super user are now fully upto date.
I've managed to do a backup of my current rom using clockwork mod.
I have also managed to get the phone to boot in to clockwork recovery from within the android app. But only once.
when ever i now try to do a backup, reboot into recovery, or boot to loader menu and select recovery it always fails.
I get the image of a box with the arrow next to android, then after a few seconds the box and arrow turn into a triangle with "!" inside it.
I'm probably making a rookie error here, but I'm having trouble finding the answer.
Thanks in advance for any help you can offer.
Matt
Yetidragon said:
Hey guys
I'm having an issue booting into clockwork recovery. and i'm having even more of an issue finding the answer, I'm pretty sure that someone is gonna come up with a thread which already answers my Q, I just don't know enough of the terms to search sorry
I've followed instructions here in Kursks walk through to unlock my loader, install super user and install clockwork mod etc.
Clockwork mod and super user are now fully upto date.
I've managed to do a backup of my current rom using clockwork mod.
I have also managed to get the phone to boot in to clockwork recovery from within the android app. But only once.
when ever i now try to do a backup, reboot into recovery, or boot to loader menu and select recovery it always fails.
I get the image of a box with the arrow next to android, then after a few seconds the box and arrow turn into a triangle with "!" inside it.
I'm probably making a rookie error here, but I'm having trouble finding the answer.
Thanks in advance for any help you can offer.
Matt
Click to expand...
Click to collapse
Reflash clockworkmod recovery via fastboot.
Sent from my Nexus S using XDA App
Hi and thanks for your reply
well i reflashed clockwork mod and selected to reboot into recovery, and that worked fine
I then booted back to android, selected a rom to DL and install, and got the same issue again
re-flashed again, selected a rom to install and that appears to be working
Do you have to re-flash clockwork recovery everytime? or is mine doing something weird?
Thanks again for your reply
Matt
Yetidragon said:
Hi and thanks for your reply
well i reflashed clockwork mod and selected to reboot into recovery, and that worked fine
I then booted back to android, selected a rom to DL and install, and got the same issue again
re-flashed again, selected a rom to install and that appears to be working
Do you have to re-flash clockwork recovery everytime? or is mine doing something weird?
Thanks again for your reply
Matt
Click to expand...
Click to collapse
You are wwelcome .
You are dowbloading roms via rom manager?
Sent from my Nexus S using XDA App
There is a file you must delete or rename to make cwr stick
Sent from my Nexus S using XDA Premium App
osugsxr said:
There is a file you must delete or rename to make cwr stick
Click to expand...
Click to collapse
Code:
/etc/install-recovery.sh
I'll ask aswell.
Clockwork recovery won't stick for me either. I9023.
I don't have the /etc/install-recovery.sh anywhere. Looked and searched via root explorer. No files whatsoever called install-recovery.sh. On CM7.
Can anyone give me any tips?
Downgrade to older clockwork via Rom manager . I've had that problem it makes no different and it works fine
Thanks guys I think you've managed to sort me out

[Q] Can't flash recovery on unlocked bootloader

I have a Motorola Razr M XT 907 on Verizon, which had been rooted for a long time. I wanted to update the software, hoping to get better reception and battery life. I made the mistake of installing the latest update, KDA20.62-15.1, which can't be rooted. I did, however, unlock the bootloader beforehand.
I have tried to flash a new recovery, hoping to downgrade the android build afterwards. Each time I try, I get confirmation of success in the command window, but I can never boot into recovery.
Any ideas? Or am I stuck staying unrooted?
Once you get recovery flashed, all you need to do is flash a SU.zip in recovery to gain root access. What recovery file are you trying to flash? Also, after recovery, immediately power off the phone and then boot straight into recovery so the update script can finish.
Sent from my HTC6525LVW using Tapatalk
RikRong said:
Once you get recovery flashed, all you need to do is flash a SU.zip in recovery to gain root access. What recovery file are you trying to flash? Also, after recovery, immediately power off the phone and then boot straight into recovery so the update script can finish.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
Thanks for answering. I tried to flash Clockwork recovery and clockwork touch. After flashing, I turned off and tried to boot into recovery, but the phone wouldn't boot into recovery mode.
joedp2 said:
Thanks for answering. I tried to flash Clockwork recovery and clockwork touch. After flashing, I turned off and tried to boot into recovery, but the phone wouldn't boot into recovery mode.
Click to expand...
Click to collapse
Ensure you are using the recovery built for our device this thread does have the proper recoveries for our device linked within the op...
We cannot teach people anything; we can only help them discover it within themselves.
It worked.
joedp2 said:
It worked.
Click to expand...
Click to collapse
Woot!
Sent from my HTC6525LVW using Tapatalk
issues
Okay so i pulled this phone out to mess with it.. Rooted, Bootloader unlocked and installed CWM Recovery because i cant seem to install any of the twrp versions.... I am able to backup and restore my system without issue but cant flash a custom rom in recovery. Is there something i am missing?
On stock kit Kat 4.4.2 and using cwm 6049razor-hd_m-kit Kat sorry left that out...
Which error?
Starts to flash then fails with droid on his back
I have same issu e!
Successfully flashed clockwork recovery...
But after boot into recovery mode is starting normally instead of recovery mode...
What can I do????
Don't let it reboot.. Hold down power and volume to go into recovery manually. If you allow it to restart it will load stock recovery back onto the device.

Categories

Resources