[RECOVERY] ClockworkMod Recovery for G2 - G2 and Desire Z Android Development

Installation instructions:
YOUR PHONE MUST ALREADY BE S-OFF. SEE THE OTHER THREADS IN THIS FORUM ON HOW TO DO THAT.
I recommend getting on Wi-Fi.
Download ROM Manager from the Market. You MUST have at least 2.5.0.6.
Flash Recovery.
Choose G2 as your phone.
Accept the Superuser prompt.
Use ROM Manager to create a Backup.
Watch the backup go!
That's it! This is completely painless and safe!
If you appreciate my work, please buy the Premium version of ROM Manager!
If you can't seem to get ROM Manager off the market, you can get it from my homepage:
http://www.koushikdutta.com/2010/02/clockwork-recovery-image.html
http://koush.tandtgaming.com//recoveries/RomManager.apk
Or to manually install the recovery via fastboot, use this:
http://koush.tandtgaming.com/recoveries/recovery-clockwork-2.5.1.2-vision.img

Great work!! Would this happen to work on the Desire Z as well?

Got the premium key off the market, but it doesnt list g2 in device selection
Sent from my T-Mobile G2 using XDA App

Dalamak said:
Got the premium key off the market, but it doesnt list g2 in device selection
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
I'm not seeing the G2 as an option, either
EDIT: I enabled "Advanced Mode" in settings and rebooted, G2 now shows up. Thanks, Koush!

Get on wifi if you don't see it.

Purchased, keep up the good work.

instructions for fastboot method?

I keep getting an error message "can't open cache\recovery\command" upon reboot when I try to create a backup. Any ideas?

John5788 said:
instructions for fastboot method?
Click to expand...
Click to collapse
fastboot flash recovery recovery-clockwork-2.5.1.2-vision.img

Same problem as yayitzben... Any suggestions?
Sent from my T-Mobile G2 using XDA App

How can I backup my current rom?
Sent from my T-Mobile G2 using XDA App

usunoro said:
fastboot flash recovery recovery-clockwork-2.5.1.2-vision.img
Click to expand...
Click to collapse
I tried that after rebooting into fastboot mode, but it gets stuck at:
Code:
$ ./fastboot flash recovery recovery-clockwork-2.5.1.2-vision.img
sending 'recovery' (4040 KB)...
for over a minute. i dont remember it taking this long on the G1 to flash recovery

Any reason selecting reboot in the recovery causes it to just black screen, and then pushing power button returns it to the recovery?

Oh my God!!!! I followed your instructions and clicked backup current ROM and it rebooted and now I have a red triangle. What do I do?

funkeee said:
Oh my God!!!! I followed your instructions and clicked backup current ROM and it rebooted and now I have a red triangle. What do I do?
Click to expand...
Click to collapse
hold vol up and power button at the same time. then using the volume bar to go to reboot... and press the power button.

~~Tito~~ said:
Any reason selecting reboot in the recovery causes it to just black screen, and then pushing power button returns it to the recovery?
Click to expand...
Click to collapse
Be sure to use the trackpad (button below the screen) and not the power button for "select". Power button is "back".
funkeee said:
Oh my God!!!! I followed your instructions and clicked backup current ROM and it rebooted and now I have a red triangle. What do I do?
Click to expand...
Click to collapse
This happened to me (and a few others in the other thread). Pull the battery, restart, reflash recovery (via rom manager), fix permissions (via rom manger, might not be needed), start a new backup. Should work.
(Thanks temjinzero for this method)
Thanks Koush for an awesome job!

If your phone restarts while in Clockwork after flashing and gives you a screen with a red triangle, do not panic and start using it as a paperweight immediately.
Pull the battery, reboot and reflash Clockwork.
I wasn't able to boot again for a few minutes after the battery pull. The power button did not have any effect. Not fastboot nor regular boot. After 2-3 minutes of pain, utter pain, I was able to get into fastboot, then reboot like normal.
Thank you to Koush, cyprusxr3 and mdel.

If you do not see g2 liste go to settings/applications/manage downloaded/rommanager and push clear cache clear data bam fixed

Purchased. And thanks for all the hard work
Sent from my T-Mobile G2 using XDA App

Ahh the touch pad, from what I was hearing, it wasn't working lol.
Just installed beacon bits lol.

Related

Can't go into recovery mode, help?

when I boot my phone up, instead of the htc and boot animation screen it stays a black screen, Whenever I try to back up my current ROM or Go into recovery mode the screen goes black untill I take out the battery and reboot, what could be causing this problem and how could I fix it? Like I said I can't get into CWM so a wipe is out of the question, and adb isn't an option right now, please help
Sent From My T-Mobile G2 using XDA App
Sent From My T-Mobile G2 using XDA App
Are you able to get into your bootloader/hboot screen (hold the power button and the volume down button)?
Bharakrama said:
Are you able to get into your bootloader/hboot screen (hold the power button and the volume down button)?
Click to expand...
Click to collapse
Nope it does the same thing :?
Sent From My T-Mobile G2 using XDA App
Sent From My T-Mobile G2 using XDA App
You should stop bumping this thread. Nobody is posting in this forum so you don't have to worry about your thread being lost...
Similar thing happened to me, but I could actually get to the HTC screen. What you need to do is set up adb, and get to your bootloader by holding vol. down + power and start fastboot usb. There is no way to fix an issue like this if you can't use/get into your recovery. From there you can try fastboot erase system -w and then fastboot flash recovery [name of recovery] and then fashboot update [CM7.zip]. Clockwork mod recovery can be found here: http://wiki.cyanogenmod.com/wiki/TMobile_G2:_Rooting
i would but now my phone is deciding not to connect via USB, i think its falling apart, maybe time to get a new phone i guess...
Wait, you are able to boot up normally?
If so, use flash_image recovery recovery.img to flash CWM again.
sent from my G2 running CM7 nightly
poormanq45 said:
Wait, you are able to boot up normally?
If so, use flash_image recovery recovery.img to flash CWM again.
sent from my G2 running CM7 nightly
Click to expand...
Click to collapse
how do i install that on my phone?
poormanq45 said:
Wait, you are able to boot up normally?
If so, use flash_image recovery recovery.img to flash CWM again.
sent from my G2 running CM7 nightly
Click to expand...
Click to collapse
And yes, I can boot up but not HTC or boot screen shows up, just a black screen then my phone turns on. I can't go into bootloader or recovery mode.
Sent From My T-Mobile G2 using XDA App
From within your rom you need to download the CWM recovery image and save it on your SDcard. Name it recovery.
Use terminal emulator and type in:
Su
Ls sdcard
Flash_image recovery recovery.img
This will flash the recovery back you your phone
sent from my G2 running CM7 nightly
poormanq45 said:
From within your rom you need to download the CWM recovery image and save it on your SDcard. Name it recovery.
Use terminal emulator and type in:
Su
Ls sdcard
Flash_image recovery recovery.img
This will flash the recovery back you your phone
sent from my G2 running CM7 nightly
Click to expand...
Click to collapse
Thanks man
Sent From My T-Mobile G2 using XDA App
poormanq45 said:
From within your rom you need to download the CWM recovery image and save it on your SDcard. Name it recovery.
Use terminal emulator and type in:
Su
Ls sdcard
Flash_image recovery recovery.img
This will flash the recovery back you your phone
sent from my G2 running CM7 nightly
Click to expand...
Click to collapse
Sent From My T-Mobile G2 using XDA App
poormanq45 said:
From within your rom you need to download the CWM recovery image and save it on your SDcard. Name it recovery.
Use terminal emulator and type in:
Su
Ls sdcard
Flash_image recovery recovery.img
This will flash the recovery back you your phone
sent from my G2 running CM7 nightly
Click to expand...
Click to collapse
I don't understand, I followed your instructions but nothing happens? All it says is flash_image partition or something
Sent From My T-Mobile G2 using XDA App
Assuming you've tried to flash recovery from ROM manager (Choose "Flash ClockworkMod Recovery" within ROM manager), if not - do that.
Otherwise, try this:
Download this: http://download.clockworkmod.com/recoveries/recovery-clockwork-3.0.2.4-vision.img
rename it to "recovery.img" and place it on the root of your SD card.
Use terminal emulator on your phone, and type the following 1 line at a time:
Code:
su
cd /sdcard/
flash_image recovery recovery.img
tun4f1sh said:
Assuming you've tried to flash recovery from ROM manager (Choose "Flash ClockworkMod Recovery" within ROM manager), if not - do that.
Otherwise, try this:
Download this: http://download.clockworkmod.com/recoveries/recovery-clockwork-3.0.2.4-vision.img
rename it to "recovery.img" and place it on the root of your SD card.
Use terminal emulator on your phone, and type the following 1 line at a time:
Code:
su
cd /sdcard/
flash_image recovery recovery.img
Click to expand...
Click to collapse
Yes I've already tried it via rom manager.
When I type in the last line all that happens is after a couple of seconds the # appears underneath the last line
Sent From My T-Mobile G2 using XDA App
rickyiswhite said:
Yes I've already tried it via rom manager.
When I type in the last line all that happens is after a couple of seconds the # appears underneath the last line
Sent From My T-Mobile G2 using XDA App
Click to expand...
Click to collapse
That's a good thing. Now try rebooting into recovery from ROM manager. I'm a bit concerned that you can't get into the bootloader, I smell a bigger issue.
tun4f1sh said:
That's a good thing. Now try rebooting into recovery from ROM manager. I'm a bit concerned that you can't get into the bootloader, I smell a bigger issue.
Click to expand...
Click to collapse
Semi brick soft brick and am I going to be bricked soon?
Sent From My T-Mobile G2 using XDA App
rickyiswhite said:
Semi brick soft brick and am I going to be bricked soon?
Sent From My T-Mobile G2 using XDA App
Click to expand...
Click to collapse
As long as you're able to get into the ROM, you're not bricked, but I would NOT do anything that could possibly wipe /system (until you're able to get into recovery)
tun4f1sh said:
As long as you're able to get into the ROM, you're not bricked, but I would NOT do anything that could possibly wipe /system (until you're able to get into recovery)
Click to expand...
Click to collapse
Sent From My T-Mobile G2 using XDA App

[Q] How do I get SU back? I broke it...

After flashing a JB rom and a corresponding JB Super SU zip this morning, I accidentally uninstalled the Super SU thinking I had a different SU app already. Turns out I didn't, and now I don't know how to get it back. I flashed the SU zip again in recovery, didn't work. But now nothing requiring root access works, so I can't even get back into recovery as far as I can tell. What do I do to get root back?
UPDATE: No matter what kind of weird things you may have done to your GNex, if you happened to have screwed up your SU abilities somehow, these next few posts will most likely help to guide you. I screwed mine all up to hell, and these guys helped me remember what was going on and what to do to fix it.
Sent from my Galaxy Nexus using xda app-developers app
Reflash the ROM.
Try getting into fastboot, through the volume and power keys when the device is shutdown.
Happened to me before, that was the only solution.
you can download the superuser app from the market
simms22 said:
you can download the superuser app from the market
Click to expand...
Click to collapse
Duh. That was easily the dumbest thing I've done this week. Funny the things we forget to be easy if we hardly ever do them.
Sent from my Galaxy Nexus using xda app-developers app
I DID IT AGAIN!!
I didn't learn my lesson, and kept screwing around with the super user apps, and I ended up removing the super user binary. (what is wrong with me?) So this is a little more serious... Now what do I do?
I'm not a noob rooter (rooted my OG Droid 2 years ago and kept up with development, now the same with my GNex) but I guess I somehow got around having to deal with SU issues the whole time.
neccoguy21 said:
I didn't learn my lesson, and kept screwing around with the super user apps, and I ended up removing the super user binary. (what is wrong with me?) So this is a little more serious... Now what do I do?
I'm not a noob rooter (rooted my OG Droid 2 years ago and kept up with development, now the same with my GNex) but I guess I somehow got around having to deal with SU issues the whole time.
Click to expand...
Click to collapse
Do you have CWM installed? If so, just flash this in recovery.
efrant said:
Do you have CWM installed? If so, just flash this in recovery.
Click to expand...
Click to collapse
That's all I use, but I can't get to recovery. I'm running stock JB rom, so there's no option to reboot into recovery from the power menu, and since I don't have super user, no app can get the permission to reboot into recovery either. I can power down and boot into the bootloader (or whatever that is) holding the volume down and power buttons, but I don't see how that helps.
Sent from my Galaxy Nexus using xda app-developers app
neccoguy21 said:
That's all I use, but I can't get to recovery. I'm running stock JB rom, so there's no option to reboot into recovery from the power menu, and since I don't have super user, no app can get the permission to reboot into recovery either. I can power down and boot into the bootloader (or whatever that is) holding the volume down and power buttons, but I don't see how that helps.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
power off the phone
hold volume UP and DOWN and POWER buttons all at the same time
you will boot into fastboot mode
from there you can scroll up and down using the volume buttons and select an option using the power button
select recovery press the power button this will get you into recovery
flash supersu in recovery
bob's your uncle
neccoguy21 said:
That's all I use, but I can't get to recovery. I'm running stock JB rom, so there's no option to reboot into recovery from the power menu, and since I don't have super user, no app can get the permission to reboot into recovery either. I can power down and boot into the bootloader (or whatever that is) holding the volume down and power buttons, but I don't see how that helps.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
if you can get to the bootloader, scroll using the volume keys to get to 'recovery mode' and select that. that is recovery and you should hopefully have CWM or TWRP still installed.
bah... blowtorch is faster
neccoguy21 said:
That's all I use, but I can't get to recovery. I'm running stock JB rom, so there's no option to reboot into recovery from the power menu, and since I don't have super user, no app can get the permission to reboot into recovery either. I can power down and boot into the bootloader (or whatever that is) holding the volume down and power buttons, but I don't see how that helps.
Click to expand...
Click to collapse
Once your at the bootloader, you should have the choice to boot from there into recovery, though it's been a while since I've done it that way so cannot give you the exact steps. You should be able to use the volume keys to highlight the recovery option and then press the power button to choose it, I believe.
But you may have lost CWM, since JB could have over-written it. If so, you'll need to use fastboot to re-install it, after which you can use CWM to apply an SU zip from your internal SD card.
Thank you blowtorch, Zepius, and high vista! It was having both vol buttons pressed that I had completely forgotten about. That solves the problem and dams up a flood of questions that could have been had I not gotten that minor detail in.

boot recovery clockworkmod

how to boot clockworkmod to restore back system.. i have stuck on logo???
Press volume down + power button and hold the volume down until it goes to bootloader and from there choose recovery
Sent from my HTC Desire Z using xda premium
shiwa2 said:
Press volume down + power button and hold the volume down until it goes to bootloader and from there choose recovery
Sent from my HTC Desire Z using xda premium
Click to expand...
Click to collapse
not work .. can you give me a screenshot.. i have try many time but cannot enter cwm recovery.. please?????
can you boot into hboot?
with phone powered off, hold volume down and hit power
if it goes to the htc splash screen you have bigger issues
Sent from my HTC Vision using xda premium
demkantor said:
can you boot into hboot?
with phone powered off, hold volume down and hit power
if it goes to the htc splash screen you have bigger issues
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
yeah.. i have try . but splash htc logo and stuck . there is another way???
log onto freenode and you will get realtime help, without hboot you may have very little luck getting your phone working again
Sent from my HTC Vision using xda premium
paradoxgogo said:
yeah.. i have try . but splash htc logo and stuck . there is another way???
Click to expand...
Click to collapse
Do you know what version of CWM you're running? There were a few versions that hung on the 'htc' screen and would take a few reboots to fully boot.
Sent from my HTC Vision using xda app-developers app
If you can get into hboot , or able to see 'adb devices' show your device you may be able to type:
adb reboot recovery
and cause it to reboot into recovery from your terminal if you are finding difficulties with using the button method.
The splash is sometimes indicative that you don't have a rom installed at all (i.e.: if you did a clean wipe and such), but worse case scenario, you don't have recovery installed either in which case you may have to install it via fastboot (at the bootloader screen)
kbeezie said:
If you can get into hboot , or able to see 'adb devices' show your device you may be able to type:
adb reboot recovery
and cause it to reboot into recovery from your terminal if you are finding difficulties with using the button method.
The splash is sometimes indicative that you don't have a rom installed at all (i.e.: if you did a clean wipe and such), but worse case scenario, you don't have recovery installed either in which case you may have to install it via fastboot (at the bootloader screen)
Click to expand...
Click to collapse
can you give any link to do that or something else.. i really need it. im newbie dont know anything
and i use android speeddaemon fantasia rom..
adb (android debugging bridge)is an executable program for a pc (or linux or apple) to communicate with your android phone. it is unlikely adb will work if you cant even access your hboot but you can try.
if you rooted your phone yourself than you should have the drivers installed and adb.exe also installed on computer, along with knowledge on how to use it.
if you didnt/dont have it, google android sdk for the package, and google adb for dummies (or something like that) for more instructions if the sdk doesnt provide you with enough.
but like i said it is unlikely to work and if you want any chance of fixing your phone i suggest logging onto freenode to get real time help
anyway thanks.. i have resolved my problem with battery pull first and then press vol down + power button
paradoxgogo said:
anyway thanks.. i have resolved my problem with battery pull first and then press vol down + power button
Click to expand...
Click to collapse
If that was your fix, you most likely have the buggy CWM version. Update your CWM recovery to the latest version or flash 4ext recovery (which I've never heard of hanging like that)
Sent from my HTC Vision using xda app-developers app

[Q] Unable to restart in CMW recovery

I try to root my phone samsung SGH-T999V s3 of videotron. I use the method of this post: SGH-T999V Canadian GS3 (CWM + ROOT + CM9).
I had to redo the step with Odin 3 times to finally restart the CMW recovery. I remove the battery and finally I succeeded. I install ClockworkMod touch.
Now the problem is that I am unable to restart CMW Recovery mode. I tried the method of Vol + and Power Menu and the method by writing terminal emulator su, boot recovery and also ROM manager. It does not work.
Each time it is the stock android recovery which starts
I do not know what to do to install CyanogenMod 10.
I have read many post but I do not know if my phone is compatible with the other method.
Can you help me please
Reflash and take the battery out faster. ODIN will say it's succesfull and then the phone will overwrite it so the only way to know for sure is when you go into recovery.
Battery pulls are unnecessary. Delete or rename these.
/system/recovery-from-boot.p
/system/etc/install-recovery.sh
Reinstall recovery with rom or goo manager and reboot recovery.
Sent from my SGH-T999 using xda app-developers app
Thank you to both of you.
Now i can go in the recovery but i have a new problem.
When i try to install Cyanogen 10 it make me an error: (Status 7)
Installation aborted.
And now i don't know what to do.
DocHoliday77 said:
Battery pulls are unnecessary. Delete or rename these.
/system/recovery-from-boot.p
/system/etc/install-recovery.sh
Reinstall recovery with rom or goo manager and reboot recovery.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Can you delete those without being rooted?
psykhotic said:
Can you delete those without being rooted?
Click to expand...
Click to collapse
Where i'm supposed to go to delete this files?
And after delete these two files, i have to do the odin step to root my phone again with clockworkmod?
I'm sorry but i'm new in that.
Thant you for your help
psykhotic said:
Can you delete those without being rooted?
Click to expand...
Click to collapse
nope. Sorry bout that! I misread the op.
Marie1793 said:
Where i'm supposed to go to delete this files?
And after delete these two files, i have to do the odin step to root my phone again with clockworkmod?
I'm sorry but i'm new in that.
Thant you for your help
Click to expand...
Click to collapse
Ok, you do need root first to delete those files. Sorry for misunderstanding earlier.
Reflash your recovery with odin like before but make sure you uncheck suto reboot.
After complete, unplug and hold the power button untill it begins restarting. You need to be quick but as soon as the screen goes off, immediately press home and volume up while still holding power. Itll take a few seconds but after the blue text flashes at the top of the screen let go of power but keep holding the other two till you get recovery.
Now flash superSU or superuser and reboot.
Now you should be able to delete those files and reinstall recovery with goo or rom manager.
Im going by memory so you may want to get another opinion first. But I think you should be good.
Sent from my SGH-T999 using xda app-developers app
Thank you for all your help!!! I finally did it. I'm now happy.
Marie1793 said:
Thank you for all your help!!! I finally did it. I'm now happy.
Click to expand...
Click to collapse
Right on! Have fun!
Sent from my SGH-T999 using xda app-developers app

No root No recovery?

I accidentally flashed a ROM update with no ROM. Odviously nothing booted up. I then was able to get into recovery and flash cm ROM I rebooted phone, but now I have no root.
I tried installing a superuser app that didn't work.
Is there anything I can flash, install?
I have no access to a PC. And can't boot into recovery.
I found this up in general... http://forum.xda-developers.com/showthread.php?t=2352669
Sent from my SPH-L710 using Tapatalk 4 Beta
bigpappags3 said:
I found this up in general... http://forum.xda-developers.com/showthread.php?t=2352669
Sent from my SPH-L710 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thanks for that, but unfortunately it didn't work.
rickmatic said:
Thanks for that, but unfortunately it didn't work.
Click to expand...
Click to collapse
Sorry man...hope u get it.
Sent from my SPH-L710 using Tapatalk 4 Beta
Fid the team epic root zip and flash it in recovery. http://db.tt/hGyuqdkl here's the file. Your just going to have to get into recovery. The 3 finger method didn't work?
Sent from the future via Tapatalk 4
edfunkycold said:
Fid the team epic root zip and flash it in recovery. http://db.tt/hGyuqdkl here's the file. Your just going to have to get into recovery. The 3 finger method didn't work?
Sent from the future via Tapatalk 4
Click to expand...
Click to collapse
If by that u mean volume, power and home button. No it didn't.I tried booting threw ROM manager and it detects my recovery, but doesn't do anything.
Is there a way to flash a ROM threw download mode without a PC. I remember the Evo was capable of doing it threw bootloader.
Do you want to get root? Or flash a rom?
To boot into recovery it's power+home+vol up
Sent from the future via Tapatalk 4
I thought you had to enable root under settings? It has been a while since I've used Cm, but I remember they disabled root access by default . It seems like he can still get into recovery.
Sent from my cm_tenderloin using Tapatalk 2
I had root access and I'm currently running a 10.2 nightly of cm 4.3 with a few glitches. So I want to flash a 100% working ROM. I can't boot into recovery with any app due to the fact it requires su permission and I have no binaries according to su. I cant get into recovery either using 3 finger method the Samsung logo appears with the blue words on the top left, but it doesn't do anything after that. ROM manager shows my recovery as twrp so I'm in a pickle....lol
And no on turning on root in settings.
Then you need to find a computer to flash recovery again via odin, otherwise flash a rooted rom via odin.
Sent from the future via Tapatalk 4
edfunkycold said:
Then you need to find a computer to flash recovery again via odin, otherwise flash a rooted rom via odin.
[] Sent from the future via Tapatalk 4[/b]
Click to expand...
Click to collapse
OK so its impossible without a computer...Damn. Thanks for ur help I really appreciate it.
Last question I used Odin to get root, since I'm on a 4.3 ROM, can I still use the exact same method?
rickmatic said:
OK so its impossible without a computer...Damn. Thanks for ur help I really appreciate it.
Last question I used Odin to get root, since I'm on a 4.3 ROM, can I still use the exact same method?
Click to expand...
Click to collapse
You can use odin to flash recovery and then you can flash the root.zip it should work. But I would use odin to flash to a stock rom first.
Sent from the future via Tapatalk 4
You can flash recovery without a computer.
Download the recovery image file, rename it to rec.img
Go into terminal emulator
Code:
su
dd if=/path/to/rec.img of=/dev/block/mmcblk0p18
Be very careful when typing the second command.
Sent from my buttered S3
CNexus said:
You can flash recovery without a computer.
Download the recovery image file, rename it to rec.img
Go into terminal emulator
Code:
su
dd if=/path/to/rec.img of=/dev/block/mmcblk0p18
Be very careful when typing the second command.
Sent from my buttered S3
Click to expand...
Click to collapse
That might be a problem I need to type su and since I have no binaries my terminal emulator won't have su privileges.
Right?
rickmatic said:
I had root access and I'm currently running a 10.2 nightly of cm 4.3 with a few glitches. So I want to flash a 100% working ROM. I can't boot into recovery with any app due to the fact it requires su permission and I have no binaries according to su. I cant get into recovery either using 3 finger method the Samsung logo appears with the blue words on the top left, but it doesn't do anything after that. ROM manager shows my recovery as twrp so I'm in a pickle....lol
And no on turning on root in settings.
Click to expand...
Click to collapse
There isn't an option under settings --> developer options for root? At one time, they had didn't options for apps, adb, or both. You would need the both box checked for it to boot into recovery via an app. I haven't used it in a while, so I'm not even sure if they still do it this way.
And it is strange that you can't boot in recovery. Instead of the power off, then hold volume up, home button, and power....have you just tried to reboot the phone and when the screen goes blank hold the volume up and home? I've had luck getting into recovery by that.
Plus, if you are running CM, there should be a reboot option for recovery when you power off. Reboot --> recovery.
Last idea, have you tried to download goo manager from the market? That works well with TWRP.
lvpre said:
There isn't an option under settings --> developer options for root? At one time, they had didn't options for apps, adb, or both. You would need the both box checked for it to boot into recovery via an app. I haven't used it in a while, so I'm not even sure if they still do it this way.
And it is strange that you can't boot in recovery. Instead of the power off, then hold volume up, home button, and power....have you just tried to reboot the phone and when the screen goes blank hold the volume up and home? I've had luck getting into recovery by that.
Plus, if you are running CM, there should be a reboot option for recovery when you power off. Reboot --> recovery.
Last idea, have you tried to download goo manager from the market? That works well with TWRP.
Click to expand...
Click to collapse
I tried goo and that didn't work.
Cm does have the reboot options, but it had to be turned on. Developer options doesnt show up under settings, but I remember there was a way to turn it on. I went under "About phone or Device" clicked on everything like 10 times and I forgot which 1 it was, but I unlocked developer options. Turned on reboot menu. Rebooted phone into recovery and although it took a while I got into recovery. Flashed a new rom and I'm back in action.
Thank u guys honestly. I could not have done it without u guys.
Glad u got it
Sent from my SPH-L710 using Tapatalk 4 Beta
Plus the OP said he was running cm 10.2 nightly with Android 4.3...did I miss something?
lvpre said:
Plus the OP said he was running cm 10.2 nightly with Android 4.3...did I miss something?
Click to expand...
Click to collapse
U definitely missed it. Go to the original development section the cm 10.1 thread and I think it was 10 pages back from the last page. They posted an EARLY preview. Had a few glitches but nothing to major.
Its the first post on page 657. A few post down are the gapps.
http://forum.xda-developers.com/showthread.php?t=2030660

Categories

Resources