Hi,
After the os start it do not respond but i can use to start on rrcovery and download mode.
Can anybody help me?
Sent from my GT-S5830 using xda app-developers app
That is the same issue a friend of mine has. Can't wait for a useful reply!:good:
As a temporary measure you can get button overlay apps which give you a software home button.
I used button saviour a while ago.
hmm, a "button overlap"-app won't help to get to Download- or Recovery mode... is it?
I mean, no app is running while the phone is off...
However, you can use adb to get to Download- or Recovery mode:
if you have sdk-tools installed, use:
adb reboot recovery
-or-
adb reboot download
if you have terminal emulator installed, use:
su
reboot recovery
-or-
su
reboot download
hmm, misread of OP :silly:
strange behaviour then, as it is not hardware related...
what if stock ROM is installed?
Related
im trying to flash godspeed recovery but im a newb so of course i dont know how. it says to flash from recovery and type whatever but it doesnt do anything. someone suggested using rom manager to flash it but that didnt work. how can i flash a new recovery? i have asked twice in the godspeed recovery thread but noone answered so i figured i'd try here. any help would be greatly appreciated. thanks!
Someone help, ima newb!!! Lol
Sent from my HERO200 using XDA App
Have you read through Darch's post on how to flash this recovery? Just click on the link in my sig for this particular thread. This is not directly flashable from the sd card. You need to flash it via adb
edit* You have read the thread, do you know how to flash via adb?
Based on your signature, I'm going to assume you are already rooted.
My first question is do you have the Android SDK installed on your computer? My Next question is have you already placed the recovery image on your SD Card (if you are using apps2sd you will want to place it on the FAT partition, but do not place it in any folders)
If you can answer yes two both question above, then go ahead conncect your phone to your computer with the cable and run the sdk in a command window or terminal window (depends on if you are using Windows or Linux) and type the following:
adb shell
flash_image recovery /sdcard/nameofrecovery.img (changing the "nameofrecovery.img" to the name of the image file on your sdcard)
If you run into any problems or if you don't know how to install the sdk post back and I will give you an alternative method to try.
Yes to everything. I tried typing that from recovery and while in the phone with usb debugging on and charge only. It just kept giving me errors.
Sent from my HERO200 using XDA App
cp0020 said:
Yes to everything. I tried typing that from recovery and while in the phone with usb debugging on and charge only. It just kept giving me errors.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Change from charge only to sync and it should work. Make sure ur in the sdk/tools folder and type adb remount before u type in the adb shell command
If you are still having trouble, you may want to just grab from the market a neat little program called Gscript (paid version) or Gscript Lite (adware) and create a script to flash the recovery image.
Once you install it on your phone the steps are:
Start GScript
Click on the phone's Menu Key and select Add Script
Give your script an easily identifiable name
Make sure there is a check mark in the Needs SU? box
then you can type in the command to flash recovery which would be:
flash_image recovery /sdcard/"nameofimagefile" (changing the name to whatever the name of the recovery image you stored on you sd card is)
then click on save.
The script should now appear in the list of availble scripts - just click it to run it. If SuperUser Permissions pops up requesting permission click on allow and you should see message at the bottom that the window will close in 19 seconds.
To verify if this worked for you go ahead and manually reboot into recovery mode - Power off the phone, then press and hold the home key while pressing and releasing the power button.
Let me know how you make out with this.
Just like the title suggests, I need help. I have been working on this for three days and have not accomplished anything.
I have been rooted for six months, flashed many roms, kernels, enabled apps2sd, etc.., etc.., but I do not know how it all works(just to give you a little FYI).
"I do not have a recovery screen anymore." At first I just wasn't able to push a new one, it would tell me "usage flash_image partition.img" or something very similar. I searched for that phrase and found something with it in the G1 forums, tried it(probably should have asked first), and now I don't even have a recovery image. Like I said I've tried almost everything and it may be simple but this is beyond me, someone please help.
Sent from my HERO200 using XDA App
secbrad said:
Just like the title suggests, I need help. I have been working on this for three days and have not accomplished anything.
I have been rooted for six months, flashed many roms, kernels, enabled apps2sd, etc.., etc.., but I do not know how it all works(just to give you a little FYI).
"I do not have a recovery screen anymore." At first I just wasn't able to push a new one, it would tell me "usage flash_image partition.img" or something very similar. I searched for that phrase and found something with it in the G1 forums, tried it(probably should have asked first), and now I don't even have a recovery image. Like I said I've tried almost everything and it may be simple but this is beyond me, someone please help.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
what happens when you hold home then press the power button? Is there any sort of screen if you get a screen you need to install android sdk and flash a new recovery image using adb
bycoo222 said:
what happens when you hold home then press the power button? Is there any sort of screen if you get a screen you need to install android sdk and flash a new recovery image using adb
Click to expand...
Click to collapse
Yes there is a screen, it's the green HTC w/ white background. It will just sit there forever. I am at work right now so I can't do it yet but when I get home I'll try it, hopefully that works.
BTW, from my phone I can't tell if you have a donate button. I was serious about that.
Sent from my HERO200 using XDA App
Try downloading the RUU and then re-rooting your phone. It will be wiped clean from the RUU install then you'll be able to push a new recovery img over. If you don't want to do that my other suggestion is if you can't manually flash the recovery try downloading RomManager from the market and using that to flash a recovery.
As far as why you can't flash a recovery where are you placing the recovery.img when you try? are you doing it from your computer or from your sdcard using a terminal emulator? If its from your computer make sure that the recovery.img is in the tools folder and make sure you type it word for word (caps included) if your trying to do it from the terminal emulator and its on your sdcard the same applies as it must be letter for letter and word for word, but before you can type anything you have to gain root access in the terminal you do this by simply typing su and then enter. SuperUser Permissions will ask you if its ok to use root click ok then type in what you need to.
Since you said you've been trying to flash it I assume you know what to type but if you need it again just ask I'll post it up for you. Hope this helps.
Here's something I wrote a few days ago to help someone who was trying to flash a custom recovery might be helpful.
Flashing a custom recovery is pretty easy there is a couple of ways to do it some find it easier to do by putting it on the sd card and flashing it through a terminal emulator or if you have your htc sync and adb set up already you can throw it on your sd card and type this
Code:
adb remount
Code:
adb shell
Code:
flash_image recovery /sdcard/RA-darchstar.img
You should see this below
Code:
# flash_image recovery /sdcard/RA-darchstar.img
flash_image recovery /sdcard/RA-darchstar.img
#
Reboot into recovery and you should be all set to go. The other way by using the terminal emulator you'll just type in this in:
Code:
su
Accept Root access request from SuperUser Permissions then type:
Code:
flash_image recovery /sdcard/RA-darchstar.img
You should see the same output to know you did it correctly. Hope this helps.
secbrad said:
Yes there is a screen, it's the green HTC w/ white background. It will just sit there forever. I am at work right now so I can't do it yet but when I get home I'll try it, hopefully that works.
BTW, from my phone I can't tell if you have a donate button. I was serious about that.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
No donate needed
Sent from my HERO200 using XDA App
Also try quick boot to get in to recovery
Sent from my HERO200 using XDA App
Thanks
Thanks everyone for all you help. I ended up being able to do it through terminal. I guess next time I won't wait three days to ask for a thirty second fix.
Hello guys,
I have a big problem!
which is that my power button not work...
and I don't have any problem with it because I use trackball to unlock my phone .. and using (quick boot) for rebooting...
BUT,,, Yesterday I have change my ROM to (ICS) which is sdk version, and I know that...
the ICS url:
http://forum.xda-developers.com/showthread.php?t=1314781&page=7
whatever,,,, the wifi is not work ! the data(3G) is not work ! the Bluetooth is not work ! so how to enter the recovery mode to return my previous ROM ?!
Help me please!
Any help plzzzzz
just use quick boot but select either recovery or bootloader depending on which option you need
ICS is new enough that I don't know if this will work, but in Gingerbread and lower, you can use adb to do it.
Make sure Settings -> Applications -> Development -> USB Debugging Mode is enabled. Then go to the computer type
Code:
adb reboot recovery
bassmadrigal said:
ICS is new enough that I don't know if this will work, but in Gingerbread and lower, you can use adb to do it.
Make sure Settings -> Applications -> Development -> USB Debugging Mode is enabled. Then go to the computer type
Code:
adb reboot recovery
Click to expand...
Click to collapse
Thank you alot, but it does not work
I have faced this replay:
'adb' is not recognized as an internal or external command,
operable program or batch file.
I'm waiting...
hloo said:
Hello guys,
and using (quick boot) for rebooting...
Click to expand...
Click to collapse
anthonyh90 said:
just use quick boot but select either recovery or bootloader depending on which option you need
Click to expand...
Click to collapse
If you're using Quickboot already do what Anthonyh90 stated. Chose Recovery or Bootloader
baseballfanz said:
If you're using Quickboot already do what Anthonyh90 stated. Chose Recovery or Bootloader
Click to expand...
Click to collapse
no my friend , that was my previous state when I was using another ROM!
my state now that I cannot send or run APK in this ROM beacouse the (3g, WIFI, and bluetooth) is not work so I cannot send (Quickboot.apk) and the ROM has not any file manager to install Quickboot.apk from SD card !
sorry
hloo said:
no my friend , that was my previous state when I was using another ROM!
my state now that I cannot send or run APK in this ROM beacouse the (3g, WIFI, and bluetooth) is not work so I cannot send (Quickboot.apk) and the ROM has not any file manager to install Quickboot.apk from SD card !
sorry
Click to expand...
Click to collapse
OK, yeah sometimes you need to post a little more details.
Here's Quickboot
http://dl.dropbox.com/u/16959871/Quick Boot-11.apk
Here's Astors file manager
http://dl.dropbox.com/u/16959871/ASTRO-203.apk
baseballfanz said:
OK, yeah sometimes you need to post a little more details.
Here's Quickboot
Here's Astors file manager
Click to expand...
Click to collapse
no my friend... you was in the correct path in your first replay...
I need a way to send "adb" command to my phone !
when I connect my phone to the laptop>>> the message appear "unknown device" ! in (2.3.*) the laptop know that is (Nexus one) !
** sorry for my bad english
This is a long and hard procedure, but should work if you are not able to use adb or if you don't find a better solution. You will have to power on your device using the battery trick one time or two:
Pull out the battery.
Copy the passimg.zip to the root of your sdcard.
Power on the n1 with the battery trick. You have to keep the vol- button pressed while booting.
Install the passimg file
Root your phone (oneclickroot is fine).
Reboot with adb or with battery trick.
Install quickboot and rommanager
Install recovery.
Use quickboot to enter in recovery and restore your backup.
Hope this helps
Claudio
Sent from my Nexus One using Tapatalk
zener79 said:
This is a long and hard procedure, but should work if you are not able to use adb or if you don't find a better solution. You will have to power on your device using the battery trick one time or two:
Pull out the battery.
Copy the passimg.zip to the root of your sdcard.
Power on the n1 with the battery trick. You have to keep the vol- button pressed while booting.
Install the passimg file
Root your phone (oneclickroot is fine).
Reboot with adb or with battery trick.
Install quickboot and rommanager
Install recovery.
Use quickboot to enter in recovery and restore your backup.
Hope this helps
Claudio
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
it is work tell installing "passimg.zip" !!! thank u !!!
my phone now is 2.1 !
but I cannot cont. cuz tell now the usb does not known my phone !
is there any way to root the phone without usb ? I mean like installing "passimg.zip"
-Upgrade to 2.2 Froyo
-look for a Z4Root QR Code
-Scan the Z4Root QR code using Google Goggles or w/e
-Install it using astro or a file manager app
-look for Z4root tutorials on youtube
-????
-Profit
You don't need the computer at all but for looking up tutorials IF you are confused that is.
You need to install the phone drivers on your PC, than you can use oneclickroot. Reboot, install quickboot, recovery and you are done ;-)
Sent from my Nexus One using Tapatalk
can you help me fix this problem
after wipe all data, cache and anotherthing wipe (it's name very hard to remember ).
I cant use recovery mode, my phone can open fastboot and bootloader, but can't open recovery mode (it's only show a android logo when i press "recovery")
please help me (
I could be wrong, but you should be able to use adb to push a new recovery on to your phone.
Try plugging your phone thru USB cord to your computer to see if you can run any adb commands. If you can I think you should be able to push a new recovery to your phone.
justflikwalk said:
I could be wrong, but you should be able to use adb to push a new recovery on to your phone.
Try plugging your phone thru USB cord to your computer to see if you can run any adb commands. If you can I think you should be able to push a new recovery to your phone.
Click to expand...
Click to collapse
can you show me more, i dont know adb commands, and push new recovery is "recovery clockwork" and "recovery RA". I tried apply them, but it's not work,may be i wrong in some thing, it's the first time i use android phone . throught usb, i have "fastboot usb"
please help me
http://wiki.cyanogenmod.com/wiki/Nexus_One:_Full_Update_Guide
but my phone cant connect with PC, atlthough i installed google usb driver.
i might be wrong but cant you just flash a original ruu, than root and reinstall recovery
#1)Go and download yourself a recovery.img file that is compatible with your device and put the image on the root of your SD card (that means on the main directory and not in a folder)
#2)Make sure you have a terminal emulator application installed from the market on your phone. If you don't...install one now.
#3)Open up your terminal and type in
Code:
su
to gain root access. If you are root the next line should show the
Code:
# symbol
#4)At the next line type in
Code:
flash_image recovery /sdcard/name-of-recovery.img
you will need to replace the code that says name-of-recovery.img with the exact name of the file on your SD card.
#5)Hit enter, wait a few seconds and viola ! you have a recovery again.
Good luck man.
hxq88 said:
but my phone cant connect with PC, atlthough i installed google usb driver.
Click to expand...
Click to collapse
Try the driver from this thread.
It helped me set up my ADB for the N1
http://forum.xda-developers.com/showthread.php?t=613217
#2)Make sure you have a terminal emulator application installed from the market on your phone. If you don't...install one now.
you mean install terminal from android market? my phone stop working in android logo screen, i cant do anything in android OS, include enable debugging?
I need restore my recovery mode, and my prolem is Pc cant see phone
hxq88 said:
#2)Make sure you have a terminal emulator application installed from the market on your phone. If you don't...install one now.
you mean install terminal from android market? my phone stop working in android logo screen, i cant do anything in android OS, include enable debugging?
I need restore my recovery mode, and my prolem is Pc cant see phone
Click to expand...
Click to collapse
Did you have ADB working before? Try using the driver from the link I posted.
Have you tried the passimg method?
baseballfanz said:
Did you have ADB working before? Try using the driver from the link I posted.
Have you tried the passimg method?
Click to expand...
Click to collapse
i typed ADB devices on command prompt, it'show
View attachment 763802
and it's my driver after update from your link
View attachment 763803
what is passimg method, is the way rename room.zip => PASSIMG.zip
You did have debugging turn on correct?
Not sure what else to suggest except the passimg method, worth a shot.
Sent from my Transformer TF101 using Tapatalk
And... if you try to install a stock rom? When starts the HBOOT automatically detect the rom and ask to install. One time you've installed the rom, root & install recovery
I think that work because, It happens to me 1 week ago.
My home button is not working so im not able to get into download mode.I know that on custom ROM-s on power menu there is option to boot into download but im changing ROM-s every day and on stock rom there is no option to boot into download...Is there any app(without root) or diffrent button combination to boot into download ?
See this : http://forum.xda-developers.com/showthread.php?t=1854532
coolsandie said:
See this : http://forum.xda-developers.com/showthread.php?t=1854532
Click to expand...
Click to collapse
sorry for double post didnt saw it...anyway found solution rooted it,installed terminal emulator and just use 2 commands (reboot recovery and reboot download )
malwarebyte said:
sorry for double post didnt saw it...anyway found solution rooted it,installed terminal emulator and just use 2 commands (reboot recovery and reboot download )
Click to expand...
Click to collapse
Good! As you've found the solution, adding [SOLVED] Tag in the Thread Title would be nice too.
coolsandie said:
Good! As you've found the solution, adding [SOLVED] Tag in the Thread Title would be nice too.
Click to expand...
Click to collapse
done it
Its long time since i solve this but i found another faster way than rooting it,installing terminal emu etc.
You just need to install once Android sdk manager ( http://developer.android.com/sdk/index.html ) then start command prompt navigate where you installed SDK (default:C:\Users\User\AppData\Local\Android\android-sdk\platform-tools ) and enter commands :
for recovery : adb reboot recovery
for download : adb reboot download
Hope it helps