Alright, I have been searching around for my problem and I have found no such luck. I am running Evervolv ICS ROM Preview 8 and I noticed they released Preview 9. So I decided to upgrade of course but I came across a snag. My phone just boot's into the stock recovery and not into Clockwork. I have found a similar problem in another forum but I am unable to post the link do the rules of this forum.
The problem being that I cannot turn off FASTBOOT, I have no selection to do so in my phones settings.
Any help at all would be wonderful.
Hadonka402 said:
Alright, I have been searching around for my problem and I have found no such luck. I am running Evervolv ICS ROM Preview 8 and I noticed they released Preview 9. So I decided to upgrade of course but I came across a snag. My phone just boot's into the stock recovery and not into Clockwork. I have found a similar problem in another forum but I am unable to post the link do the rules of this forum.
The problem being that I cannot turn off FASTBOOT, I have no selection to do so in my phones settings.
Any help at all would be wonderful.
Click to expand...
Click to collapse
Are you s-off? If so flash cwm recovery thru hboot as a PB31IMG.zip http://dinc.does-it.net/Recoveries/CWM_5.0.2.0/PB31IMG.zip
If you can boot into the stock recovery then fastboot is not the issue. If fast boot is enabled holding vol down and power just boots the phone, you will not enter any recovery. The only way to enter recovery with fastboot enabled is to pull the battery truly powering off the phone, fastboot does not power of but hibernates for faster boot.
cmlusco said:
Are you s-off? If so flash cwm recovery thru hboot as a PB31IMG.zip
If you can boot into the stock recovery then fastboot is not the issue. If fast boot is enabled holding vol down and power just boots the phone, you will not enter any recovery. The only way to enter recovery with fastboot enabled is to pull the battery truly powering off the phone, fastboot does not power of but hibernates for faster boot.
Click to expand...
Click to collapse
Yes I am S-OFF, how do I flash through hboot? This does not fully answer my question of why I am unable to boot into Clockwork and how to fix this issue.
Hadonka402 said:
Yes I am S-OFF, how do I flash through hboot? This does not fully answer my question of why I am unable to boot into Clockwork and how to fix this issue.
Click to expand...
Click to collapse
Well if you are getting the stock recovery then i assume cwm recovery is not installed. Flashing the file above will install it.
To do so download the file and place it on your sdcard in no folders.
Power off the phone and pull the battery, then reinsert.
Hold vol down and power buttond till a white screen pops up (hboot). Wait a couple secs and hboot will find the file, parse it, and then prompt to press vol up to update. When its donr it will prompt to press vol up to reboot or vol down not to. Press vol down and then scroll to and select recovery. You should now be where you want to be.
cmlusco said:
Well if you are getting the stock recovery then i assume cwm recovery is not installed. Flashing the file above will install it.
To do so download the file and place it on your sdcard in no folders.
Power off the phone and pull the battery, then reinsert.
Hold vol down and power buttond till a white screen pops up (hboot). Wait a couple secs and hboot will find the file, parse it, and then prompt to press vol up to update. When its donr it will prompt to press vol up to reboot or vol down not to. Press vol down and then scroll to and select recovery. You should now be where you want to be.
Click to expand...
Click to collapse
I'm sorry I was not clear before, forgive me. Yes Clockwork is installed, I have reflashed it with the current version and older versions to attempt to fix the problem. I tried another recovery as well (One that I cannot recall at the moment) and I still boot into the stock recovery. My main problem is that I cannot boot into Clockwork. I'm sorry again for not being specific before.
Hadonka402 said:
I'm sorry I was not clear before, forgive me. Yes Clockwork is installed, I have reflashed it with the current version and older versions to attempt to fix the problem. I tried another recovery as well (One that I cannot recall at the moment) and I still boot into the stock recovery. My main problem is that I cannot boot into Clockwork. I'm sorry again for not being specific before.
Click to expand...
Click to collapse
Have you tried using rom manager to install cwm, and using the erase recovery before flashing option in its preferences?
What hboot version are you on?
cmlusco said:
Have you tried using rom manager to install cwm, and using the erase recovery before flashing option in its preferences?
What hboot version are you on?
Click to expand...
Click to collapse
Yes I have done that and still no luck. I am using, HBOOT-0.92.0000
Hadonka402 said:
Yes I have done that and still no luck. I am using, HBOOT-0.92.0000
Click to expand...
Click to collapse
Hmmm very strange. Do you have a pc with adb and fastboot setup on it?
cmlusco said:
Hmmm very strange. Do you have a pc with adb and fastboot setup on it?
Click to expand...
Click to collapse
No I do not, should I go ahead and get that setup? Before I forget thank you for being patient and helpful this far, I appreciate your help so far.
Download this http://dinc.does-it.net/ADB/ADB-Fastboot-USB-Drivers_v4_(x86)(x64).zip, and extract it to C:\. You should now have an ADB folder on the C:\ drive (C:\ADB), which contains adb.exe and fastboot.exe. Then follow this guide to setup the drivers http://unrevoked.com/rootwiki/doku.php/public/windows_hboot_driver_install
Once that is setup and working download this zip file ( http://dinc.does-it.net/Guide_Root_New_Hboot/flash_mtd_recovery.zip ), unzip it, and place the 2 files on your sdcard in no folders.
Make sure usb debuging is checked on in menu - settings - applications - development
Power off the phone pull the battery and reinsert. Plug the phone in to the pc and hold vol down and power till hboot comes up. Select fastboot, it should say in red near the top fastboot usb. Then type the folowing in a cmd prompt:
fastboot erase recovery
Once complete reboot the phone.
Set the phone to charge only.
Open a command prompt on your PC and navigate to the same folder as your fastboot.exe file, (example type: cd C:\ADB ).
Type the following into the command prompt pressing the enter key at the end of each line:
adb shell
(You should now get a pound sign #)
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
Then try to see if you can access cwm recovery.
cmlusco said:
Hmmm very strange. Do you have a pc with adb and fastboot setup on it?
Click to expand...
Click to collapse
cmlusco said:
Download this http://dinc.does-it.net/ADB/ADB-Fastboot-USB-Drivers_v4_(x86)(x64).zip, and extract it to C:\. You should now have an ADB folder on the C:\ drive (C:\ADB), which contains adb.exe and fastboot.exe. Then follow this guide to setup the drivers http://unrevoked.com/rootwiki/doku.php/public/windows_hboot_driver_install
Once that is setup and working download this zip file ( http://dinc.does-it.net/Guide_Root_New_Hboot/flash_mtd_recovery.zip ), unzip it, and place the 2 files on your sdcard in no folders.
Power off the phone pull the battery and reinsert. Plug the phone in to the pc and hold vol down and power till hboot comes up. Select fastboot if not already selectef for you. It should say in red near the top fastboot usb plug. Then type the folowing in a cmd prompt:
fastboot erase recovery
Once complete reboot the phone.
Set the phone to charge only, and make sure usb debuging is checked on in menu - settings - applications - development.
Open a command prompt on your PC and navigate to the same folder as your fastboot.exe file, (example type: cd C:\ADB ).
Type the following into the command prompt pressing the enter key at the end of each line:
adb shell
(You should now get a pound sign #)
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
Then try to see if you can access cwm recovery.
Click to expand...
Click to collapse
I got an error called Segmentation Fault.
Hadonka402 said:
I got an error called Segmentation Fault.
Click to expand...
Click to collapse
Sounds like the recovery partition may be corrupt, nothing will write to it. Well if i were you i would do an ruu and see if that fixes it. Not much else you can do i dont think. Hopefully the ruu will fix it and allow you to flash cwm.
How do I go about doing ruu?
Hadonka402 said:
How do I go about doing ruu?
Click to expand...
Click to collapse
Download this ruu http://dinc.does-it.net/Stock_Images/4.06.605.3/PB31IMG.zip, and here is a good write up on how to flash it. http://pvillecomp.com/?page_id=79. Its the same way you flashed the cwm file earlier in post 2, thru hboot as a PB31IMG.zip
cmlusco said:
Download this ruu http://dinc.does-it.net/Stock_Images/4.06.605.3/PB31IMG.zip, and here is a good write up on how to flash it. http://pvillecomp.com/?page_id=79. Its the same way you flashed the cwm file earlier in post 2, thru hboot as a PB31IMG.zip
Click to expand...
Click to collapse
Note that doing an ruu will wipe yout phone and you will ne back to stock. If after doing so you still cant get a recovery to flash, you will be stuck on stock.
Related
So I perm rooted and it says S-Off in fastboot and I have superuser access I believe.
I got rom manager and downloaded clockwork through rm. I try to install rom from SD card, select the baconbits rom, it asks to backup or clear, I have tried both.
The phone boots to htc screen, then shows a black screen with a phone and a red symbol over it. I waited 20 minutes on that screen and nothing happened.
I was able to push vol up and power to get a console but I can't load anything there. It will reboot just fine after that but I have no changes and still cannot overclock.
Does this have something to do with the user keys or whatever?
Thanks in advance for reading this and any help that gets offered. I hate to have my first post on a forum being a "help me" post.
Sent from my T-Mobile G2 using XDA App
Go into Rom Manager and try to flash Clockwork recovery again. This has happened to a lot of people... Flash it a second time, and it should be good.
Dan
Did you download the "g2-recovery-test-keys.img" from the 3rd post quoted below?
Place that file in the C:/android/tools or whatever your cd line is, which should in the tools folder. Now go the 6th step. FYI the sixth step I tried from fastboot and recovery, none worked until I reinstalled the drivers my computer kept prompting me for and immedatly got the OKAY's from the 7th step.
Edit: The code "fastboot flash recovery g2-recovery-test-keys.img" should be copied pasted onto your cmd.
ciwrl said:
Noob walkthrough:
1.Setup Android SDK and install drivers/udev rules as needed
2. S-Off your g2 http://goo.gl/Sc134
4. Copy vision-baconbits-0.3.zip to your sdcard, rename it update.zip (you can do this via adb using: adb push vision-baconbits-0.3.zip /sdcard/update.zip)
5. Reboot to fastboot mode (adb reboot bootloader)
6. Flash the recovery http://n0rp.chemlab.org/android/vision/g2-recovery-test-keys.img : fastboot flash recovery g2-recovery-test-keys.img (if you get 'waiting for device' your phone either isnt in fastboot mode, or you will need to fix your sdk drivers)
7. You should get two 'OKAY's once recovery flash is complete
8. Press the power button once; then the vol down button to highlight 'recovery'; then the power button again to select the 'recovery' option
9. The phone will reboot to recovery
10. Press volume up+power to show the recovery menu
11. Select the 'Apply:update.zip' option, using volume keys to navigate, and power button as [enter]
12. Once the zip applies, reboot
If you get signature verification errors on the zip, it means your fastboot flash of recovery failed to apply, redo it
Click to expand...
Click to collapse
Bingo, That worked. Glad it was that simple. I actually had to flash clockwork a third time to get it to go all the way.
Sent from my T-Mobile G2 using XDA App
Hi!
I recently rooted my Desire with unrevoked 3 and I installed the ReflexS rom. Everything worked perfectly!
I was curious for Cyanogenmod and I downloaded version 7.0.3 directly through Rom Manager. When the download was completed it suggested to install which I agreed. I think clear Dalvik cache was marked, but clear data cache was not. I agreed... maybe my first mistake.
After this Cyanogenmod was installed, but my Desire stayed on the boot screen (sakteboarding android with running arrow) for over 30min so I took out the battery. I restarted and it goes well until the android setup screen "tap the android to begin". I can tap and it gets glowing, but it does not continue! I can not go any further than this. The only thing I can do is choose a language or shutdown.
To overcome this issue I thought of recovering/reinstalling my previous ROM. I also have a Titanium backup.
Now here's the problem: when start up into recovery, my volume buttons won't work so I can not enter into the recovery menu.
What should I do?
I'm getting desperate, because my phone is down at the moment!
Thanks for your help!
you mean volume buttons dont work in recovery or in bootloader ?
in recovery you can navigate using trackpad, in bootloader you must wait around 10-15 seconds until you can use volume buttons to navigate.
and yes it was a BIG mistake not to make a wipe before the flashing of cyanogenmod....
you should have done a full wipe
Ok will firstly, go to the Cyanogenmod stable topic to read how to install out. Secondly, avoid rom manager. Thirdly, to boot into recovery, boot your phone like normal and plug your phone into your pc. After about 20 second the usb will kick in. This is where you use the adb reboot recovery command in command prompt or terminal. Enjoy.
Swyped...
Meaple said:
... After about 20 second the usb will kick in. This is where you use the adb reboot recovery command in command prompt or terminal. Enjoy.
Swyped...
Click to expand...
Click to collapse
can you explain for noobs how to do it? PLEASE!!!
thank you anyway
boot into fastbood mode (hold BACK and POWER).
unzip the attached file into your C:\
open command prompt (accessories)
type
Code:
cd\
fastboot oem gencheckpt
your phone will boot into recovery.
Bortak and Meaple ..... THANK YOU!!!
Mine says waiting for device and nothing happens after I type in the command
dark_polok said:
Mine says waiting for device and nothing happens after I type in the command
Click to expand...
Click to collapse
Do you have the drivers installed? You van try installing and then uninstall HTC Sync to get the drivers.
Sent from my HTC Original Desire with Android 4.0.3 ICS using Tapatalk
I am pretty sure you did not install ADB (correctly). Check my sig how to do.
After Ruu ROM installing, can`t gen in RECOVERY mode
Someone can help me..
I Install RUU ROM from Windows, and then i can`t go to recovery mode in fastboot.. how i can it solved????
I have - revolutionary s-off
Please.. HELP ME!!!
Check bortak's troubleshooting guide.
Sent from my HTC Desire using Tapatalk
bortak said:
boot into fastbood mode (hold BACK and POWER).
unzip the attached file into your C:\
open command prompt (accessories)
type
Code:
cd\
fastboot oem gencheckpt
your phone will boot into recovery.
Click to expand...
Click to collapse
What if your phone doesn't boot into recovery in this case and you get an error that says "FAILED (Status Malformed (1 bytes))"?
dzeksis said:
Someone can help me..
I Install RUU ROM from Windows, and then i can`t go to recovery mode in fastboot.. how i can it solved????
I have - revolutionary s-off
Please.. HELP ME!!!
Click to expand...
Click to collapse
You can alwys get into recovery through the adb shell.
Hi.
I know this tread is old but the issue is relevant because this is still a persistant problem.First of all thanks for the tip and second i have great,great news !!! you dont even have to deassemble the phone to put the up down button to work.Just insert the alcool UNDER the volume button with a seringe with a needle and click the button for a minute or two...wait until the alcool evaporates and VOILĂ !! problem fixem !! Not need todeassemble or using adb.Just do this and you will be fine.
Hi guys...
i want to install the CM7 hboot on my desire, and i boot my desire in fastboot mode (voldown + power and select fastboot) and then i plug it in the computer
then i have tried to use both android flasher and fastboot commander but both of em can't contact my phone.... fastboot commander cant retrieve device info or anything...
what am i doing wrong?
i have used the alpharev method to S-off...
Root + S-OFF using Revolutionary. Then, boot into HBOOT (remove the battery, re-insert it, hold Volume Down + Power until you get a white screen). The volume rockers will probably do nothing now, as it has to check for a ZIP file first. After about 15 seconds, you should be able to browse in the menu. Select 'Fastboot' with the volume rockers, and press Power. Connect it to your PC, and use the tools you mentioned to flash a custom HBOOT.
After flashing a custom HBOOT, you'll also have to reinstall your ROM! Perhaps you also have to reinstall your recovery, but I'm not sure about that.
Chaosz-X said:
Root + S-OFF using Revolutionary. Then, boot into HBOOT (remove the battery, re-insert it, hold Volume Down + Power until you get a white screen). The volume rockers will probably do nothing now, as it has to check for a ZIP file first. After about 15 seconds, you should be able to browse in the menu. Select 'Fastboot' with the volume rockers, and press Power. Connect it to your PC, and use the tools you mentioned to flash a custom HBOOT.
After flashing a custom HBOOT, you'll also have to reinstall your ROM! Perhaps you also have to reinstall your recovery, but I'm not sure about that.
Click to expand...
Click to collapse
OP has already got root & S-OFF...
menthos said:
Hi guys...
i want to install the CM7 hboot on my desire, and i boot my desire in fastboot mode (voldown + power and select fastboot) and then i plug it in the computer
then i have tried to use both android flasher and fastboot commander but both of em can't contact my phone.... fastboot commander cant retrieve device info or anything...
what am i doing wrong?
i have used the alpharev method to S-off...
Click to expand...
Click to collapse
Before you start, boot recovery and backup your ROM!
Lets use cmd. You'll need fastboot.exe, for simplicity - put it in your c:\ (if you don't have it, download & unzip my attachment into c:\)
Download the cm7 hboot from alpharev (and check md5!!!!! - also attached md5 checker) and put it in c:\
open cmd (start menu, accessories) and type:
Code:
cd\
fastboot flash hboot bravo_alphaspl-cm7r2.img
fastboot reboot-bootloader
fastboot oem gencheckpt [COLOR="Red"](optional: this just boots you into recovery)[/COLOR]
You're more than likely to get a bootloop from your current ROM if you don't re-flash it.
bortak said:
OP has already got root & S-OFF...
Before you start, boot recovery and backup your ROM!
Lets use cmd. You'll need fastboot.exe, for simplicity - put it in your c:\ (if you don't have it, download & unzip my attachment into c:\)
Download the cm7 hboot from alpharev (and check md5!!!!! - also attached md5 checker) and put it in c:\
open cmd (start menu, accessories) and type:
Code:
cd\
fastboot flash hboot bravo_alphaspl-cm7r2.img
fastboot reboot-bootloader
fastboot oem gencheckpt [COLOR="Red"](optional: this just boots you into recovery)[/COLOR]
You're more than likely to get a bootloop from your current ROM if you don't re-flash it.
Click to expand...
Click to collapse
thanks for the good description.... actually it was my drivers that was wrong... i checked in device manager and tried to update driver and it found the right driver then...
actually i found it almost easier to use CMD than thoose programs
menthos said:
thanks for the good description.... actually it was my drivers that was wrong... i checked in device manager and tried to update driver and it found the right driver then...
actually i found it almost easier to use CMD than thoose programs
Click to expand...
Click to collapse
Yeah CMD is pretty easy, specially if you know the right commands etc. if you look at some guides you'll get the hang of it pretty fast (it's pretty simple really), there's also less to go wrong so it's safer (especially when flashing radio :O) since cmd is less prone to crashing than other programs (not that I've had a crash before.. just saying)
and I could've made it simpler.. you're just not a spanktard that doesn't get anything and you actually understand things lol so well done on that
cm7/r2
Hi, I would like to have in my desire cm7/r2 but I have a problem instal it.
Now I'm already S-OFF used Revolutionary, unrevoked, in this time NO ROOT, because I updated to offic. A2.3.3. I have: HBOOT-6.93.1002, RADIO-5.1105.27.
I would like to try install cm7/r2 hboot because I have a problem install Aurora ROM. I can't boot into the system after installation. Can anyone help me and write step by step guide? I tried cmd and fastboot but it's not working for me.
I have had installed few custom ROMs from XDA, but I'm still newbie so please be patient with me
http://imageshack.us/photo/my-images/718/cmdme.jpg/
http://imageshack.us/photo/my-images/638/revolutionary.jpg/
EDIT: OK guys I did it in other way.
On my HTC One V I unlock bootloader and rooted it successfully. It was working fine, but about 1-2 weeks later, when I was chatting with my friends on Messenger, it was starting to lag like hell until i couldn't do antyhing. I tried to turn it off and on with the power button. When I turned it on, firstly the logo "Quietly Brilliant" appeared and then...there was just a black screen. The phone was still turned on, but just with a black screen.. a slightly lighter black screen. I tried to turn it on and of. I can go to fast boot mode with Volume down+power button. I tried factory reset, but there was still the black screen. I send it to the manufacture, but they said, that the hardware is destroyed, because I've changed it. I think they mean I changed it with root and unlocking the bootloader...but I think that's not true? I don't think root or unlocking bootloader can change hardware. Yet I tried to unroot and relock the bootloader, but I can't do It if I can't connect my phone to my pc anymore. So my questions are:
1)How could I change the hardware?
2)How can I connect my phone to pc?
3)Is there a way to save my phone?
4)How does the manufacture know, that my phone is rooted when it can't be turned on, or connected to pc
5)Do they just lie about the hardware, so I must pay for it?
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
mr_nooby said:
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
Click to expand...
Click to collapse
Yes, I have s sim..so I have gsm i think? Right now, the manufacture is sending me back my phone. What is the bootloader exactly? Do you mean the combination of the keys volume down+power button?
If yes and I can acces to bootloader, how can I flash the rom with the correct kernel? Does it mean, my phone will be back to normal like it was at the start?
If I can't acces to bootloader, is there still a way to repair my phone?
btw I can't connect my phone to my pc...at least It didn't worked.
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
mr_nooby said:
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
Click to expand...
Click to collapse
Thank you very much!! How can I contact you when I get my phone back?
lddangsta said:
Thank you very much!! How can I contact you when I get my phone back?
Click to expand...
Click to collapse
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
My phone is back. How can I access bootloader?
lddangsta said:
My phone is back. How can I access bootloader?
Click to expand...
Click to collapse
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Seraz007 said:
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Click to expand...
Click to collapse
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
lddangsta said:
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
Click to expand...
Click to collapse
Okay I got it. I couldn't access to bootloader because my phone was connected to my pc
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yesm It said fastboot usb. What now?
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yes, it said fastboot usb. What now?
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
mr_nooby said:
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
Click to expand...
Click to collapse
Its bootloader is unlocked and it's rooted. Now for the recovery i found this:
http://www.teamw.in/project/twrp2/119
They say I should download the newest recovery img, access bootloader, select fastboot, plug the device into computer and run the command:
fastboot flash recovery recoveryfilename.img into command prompt right?
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
mr_nooby said:
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
Click to expand...
Click to collapse
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Have you downloaded the fastboot folder? And have you located it in cmd?
lddangsta said:
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Click to expand...
Click to collapse
i think you'll be better off flashing recovery by the all in one toolkit
mr_nooby said:
Have you downloaded the fastboot folder? And have you located it in cmd?
Click to expand...
Click to collapse
I have a folder named Android an there's: adb.exe, AdbWinApi.dll, fastboot.exe, Unlock_code.bin
Do you mean this?
Yes, now create a folder on the desktop called fastboot and copy those files in that folder. Then in cmd type cd desktop (enter) cd fastboot (enter), put the recovery in that folder, connect the phone on fastboot usb and type the recovery command
Can you root using Boot-to-Root with build version NDE63V? I tried and was stuck in a permanent boot. If not do I need to flash an old factory image first? Thanks in advance
john7760 said:
Can you root using Boot-to-Root with build version NDE63V? I tried and was stuck in a permanent boot. If not do I need to flash an old factory image first? Thanks in advance
Click to expand...
Click to collapse
What command did you use in fastboot? Was it fastboot flash boot-to-root? Or fastboot boot boot-to-root?
Never use fastboot flash boot-to-root.img as you will bootloop.
ALWAYS use fastboot boot boot-to-root.img to root. Make sure you have downloaded the correct img from Chainfire's post.
xocomaox said:
Never use fastboot flash boot-to-root.img as you will bootloop.
ALWAYS use fastboot boot boot-to-root.img to root. Make sure you have downloaded the correct img from Chainfire's post.
Click to expand...
Click to collapse
I'll give that a try I may have inadvertently done just that. Many thanks
xocomaox said:
Never use fastboot flash boot-to-root.img as you will bootloop.
ALWAYS use fastboot boot boot-to-root.img to root. Make sure you have downloaded the correct img from Chainfire's post.
Click to expand...
Click to collapse
How long did it take for your first boot? Seems like it is taking forever but don't want to cut it off short
john7760 said:
How long did it take for your first boot? Seems like it is taking forever but don't want to cut it off short
Click to expand...
Click to collapse
It will take a few minutes vs the normal time.
You may be screwed up, however, and will have to follow the adb sideload procedure (THIS WILL NOT ERASE DATA) to right yourself before trying to root again:
Please reboot to the bootloader (Hold Power and Volume Down while powering on the phone)
Use the volume keys and choose recovery
At the No Command screen hold power and while holding power press and hold volume up for about 5 seconds, let go of volume up and power and it should take you to recovery.
At the top it will give you the Build number Example: NDE63X
Go https://developers.google.com/android/ota and download the OTA that matches your build number
Copy the zip file to the same folder ADB is in
Choose Update from ADB in recovery
Open command prompt on your pc
enter
adb sideload name_of_ota.zip
Replace name_of_ota with the correct file name.
And make sure your ADB is up to date with the Android SDK Manager!
xocomaox said:
It will take a few minutes vs the normal time.
You may be screwed up, however, and will have to follow the adb sideload procedure (THIS WILL NOT ERASE DATA) to right yourself before trying to root again:
Please reboot to the bootloader (Hold Power and Volume Down while powering on the phone)
Use the volume keys and choose recovery
At the No Command screen hold power and while holding power press and hold volume up for about 5 seconds, let go of volume up and power and it should take you to recovery.
At the top it will give you the Build number Example: NDE63X
Go https://developers.google.com/android/ota and download the OTA that matches your build number
Copy the zip file to the same folder ADB is in
Choose Update from ADB in recovery
Open command prompt on your pc
enter
adb sideload name_of_ota.zip
Replace name_of_ota with the correct file name.
And make sure your ADB is up to date with the Android SDK Manager!
Click to expand...
Click to collapse
Thanks for the help. I tried like 30 times to get it to start the recovery menu to sideload the OTA file without any luck. I gave up flashed stock image and relocked bootloader. Maybe one day I'll try again or if anyones in the Allentown, PA area hit me up