Fastboot doesn`t work propertly - myTouch 3G, Magic General

Hi, i dont know why fastboot commands doesnt work when i send them. The console say me:
<waitng for device>
i wait for a long time and nothing happens. someone can tell me what to do to solve this problem? I have cyanogen ROM and RAV 1.2.1G Recovery.
I can enter in the ROM, Recovery and fastboot mode but when in fasboot mode i send commands i have the problem i said.
Thanks in advance.

What version of SPL are you running?

I have flashed Haykuro SPL and now all work fine. Thanks

Related

Recovery problems with 1.33.0004 (Blank screen - black screen)

Hello and sorry for my bad english.
I was using an HTC magic 32B before getting my nexus one.
Recently I decided to give the magic to my girlfriend to remplace her old nokia.
My magic was on custom rom (Super D 1.8) but, when I want to do a hard reset, the phone just reboot.
So I tried to go to the recovery (amon ra custom recovery) to wipe or change the rom to a most recent.
And, instead of having the recovery i have a black screen, juste have to reboot the by pulling out the battery.
Also, when the phone boot i've first the "SFR" logo and then, instead of the bootimage i've only an black screen, juste the time of the bootimage, after that, i juste have to presse the menu button to wake up the device.
I don't understand what it happens bescause before getting my N1 it was working fine...
Juste see on a video i've done, a part of second before pin code asking, there is the "android" displaying...
I can't post the video cause i'm new membre
I hope someone here avec an answer !
Thanks to all the XDA comunity
gniouki said:
Hello and sorry for my bad english.
I was using an HTC magic 32B before getting my nexus one.
Recently I decided to give the magic to my girlfriend to remplace her old nokia.
My magic was on custom rom (Super D 1.8) but, when I want to do a hard reset, the phone just reboot.
So I tried to go to the recovery (amon ra custom recovery) to wipe or change the rom to a most recent.
And, instead of having the recovery i have a black screen, juste have to reboot the by pulling out the battery.
Also, when the phone boot i've first the "SFR" logo and then, instead of the bootimage i've only an black screen, juste the time of the bootimage, after that, i juste have to presse the menu button to wake up the device.
I don't understand what it happens bescause before getting my N1 it was working fine...
I hope someone here avec an answer !
Thanks to all the XDA comunity
Click to expand...
Click to collapse
Kind of a strange problem.
Does the phone boot up still?
Did you try reflashing your recovery image? (flash_image recovery recovery.img)
if not
can you get into fastboot?
if so then fastboot flash recovery recovery.img from the command prompt of your pc.
Good luck.
Hello,
thanks for you answer.
I've tried to flash the recovery but didn't works.
I don't try the fastboot mod but I don't have the phone with me for the moment.
I'll try ASAP.
video : youtube.com/watch?v=RJmXjV8E4jw
edit : ok I asked to my girlfriend to try, fastboot works.
gniouki said:
Hello,
thanks for you answer.
I've tried to flash the recovery but didn't works.
I don't try the fastboot mod but I don't have the phone with me for the moment.
I'll try ASAP.
video : youtube.com/watch?v=RJmXjV8E4jw
edit : ok I asked to my girlfriend to try, fastboot works.
Click to expand...
Click to collapse
Then we have a shot.
Procedure
1.Turn your phone off. Turn it on by holding Back and Power, or Vol. down and Power. Either way, boot into the bootloader.
You should see the three Androids on skateboards, and the menu title should say "Fastboot".
2.Connect your device to the computer. The display on your phone should now say "Fastboot USB".
3.Open up the shell/terminal on your computer, and type
fastboot devices [enter]Your device should be listed with it's serial number, and should say "fastboot".
4.Change directory to where you have saved your recovery image. I.e. type "cd /path/to/recovery.img in windows prompt, press enter.
5.You may issue a "dir" command (Windows) or "ls" (Unix/Linux) to make sure you are at the right directory, or just skip this step.
6.Type
fastboot flash recovery recovery.img [enter]
Check your phone's display, as recovery is being sent and flashed to your device.
Check your command prompt/shell to make sure the process is over.
Click to expand...
Click to collapse
Thanks a lot.
I try it as soon as possible and will post here to say if has work.
Thanks again, I love XDA community
Hello again,
when i try to flash recovery via fastboot i've got this message :
remote: signature verify fail.
I've the 1.7.0G amon ra recovery and a 32B magic with Hboot 1.33.0004
When i try to run the recovery with : fastboot boot recovery.img i've got a reboot, SFR logo and black screen.
Could you help me with these information ?
Thanks
gniouki said:
Hello again,
when i try to flash recovery via fastboot i've got this message :
remote: signature verify fail.
I've the 1.7.0G amon ra recovery and a 32B magic with Hboot 1.33.0004
When i try to run the recovery with : fastboot boot recovery.img i've got a reboot, SFR logo and black screen.
Could you help me with these information ?
Thanks
Click to expand...
Click to collapse
Okay... I think that you need the Engineering SPL because right now you should see SHIP S-ON G on your screen. That means it's the standard SPL. To modify anything you need the Engineering SPL. In this case I think you need 2004 from this thread: http://forum.xda-developers.com/showthread.php?t=529019 but to do that you may need to create a goldcard.
So just to verify with you, you cannot boot up your phone at all and you cannot access recovery? What do you get when you connect it to your computer, boot it up and type adb devices in the command prompt?
Also try starting the phone while holding MENU. This sometimes helps.
Thanks for your answer, i don't have the phone in my hands now, i'll ask to my girlfriend to boot it with home.
Adb devices didn't recognize my device.
edit : booting with home holding down bring me à black screen, certainly the "invisible" recovery.
gniouki said:
Thanks for your answer, i don't have the phone in my hands now, i'll ask to my girlfriend to boot it with home.
Adb devices didn't recognize my device.
edit : booting with home holding down bring me à black screen, certainly the "invisible" recovery.
Click to expand...
Click to collapse
There is no such thing as an invisible recovery.
It is possible that your recovery was deleted or corrupted.
If you did have a recovery you would still be able to access the device through adb. All you would need to do is place Amon_Ra recovery.img (G) onto your sdcard with another phone or adapter, place it into your damaged device and boot it into your "invisible recovery" and use adb shell devices in command prompt. If you do have a recovery image installed (but no text) you should see your device. If not then you will probably have to start over with the goldcard. If it does detect your device then all you need to do is mount /sdcardflash_image recovery /sdcard/recovery.img (or whatever it's called)
Okay thanks, I'll try this ASAP.
I could put the recovery on the SD directly from the phone, right ?
Cause the phone could boot, just that I can't see recovery, do an hard reset and see the bootimage.
gniouki said:
Okay thanks, I'll try this ASAP.
I could put the recovery on the SD directly from the phone, right ?
Cause the phone could boot, just that I can't see recovery, do an hard reset and see the bootimage.
Click to expand...
Click to collapse
Wait! What? If the phone boots then simply put the recovery file on your sdcard and run flash_image recovery /sdcard/recovery.img from adb shell
-or-
from terminal on your phone
flash_image recovery /sdcard/recovery.img
I'll try it,
how can i acces to the terminal of the phone ?
Thanks
gniouki said:
I'll try it,
how can i acces to the terminal of the phone ?
Thanks
Click to expand...
Click to collapse
Through teminal emulator?
Ok, done it from the terminal emulator on the phone, seems working but still booting on a black screen
gniouki said:
Ok, done it from the terminal emulator on the phone, seems working but still booting on a black screen
Click to expand...
Click to collapse
So you boot up your phone while holding the Home button and it gives you a plane black screen with absolutely NOTHING on it at all?
Hmmm... I would have to say that the next step is either:
Try a different recovery such as Clockwork
Start completely over with the Goldcard
Other than that... I really don't know.
This is exactly that, pressing home while phone is starting gives me a black screen with nothing on it.
I'll try another recovery and will see later for the goldcard.
thanks
gniouki said:
This is exactly that, pressing home while phone is starting gives me a black screen with nothing on it.
I'll try another recovery and will see later for the goldcard.
thanks
Click to expand...
Click to collapse
Sounds good. Good luck.
Flashed the clockwork recovery and when trying to launch recovery it stuck on the SFR logo but normal boot still working
Edit : Using ROM Manager app it says that the clockwork recovery is installed...
Bump. I have no clue then man. I can't understand why all of a sudden you have nothing more than a blank (black) screen for recovery. The only thing left for you to try is the goldcard method. It will put your phone right back to the way that it was out of the box. Unrooted and everything. It'll be starting over from square one.
In fact, I rooted a friend Fender last night and I forgot how easy it was once you already had the goldcard. Simply:
place the card into the card slot,
reboot into bootloader,
press the back button and let it do it's thing.
Afterwards reboot the phone to bootloader again
go to fastboot mode and
fastboot flash radio radio.img,
fastboot flash hboot hboot.nb0,
fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img.
Then power off the device.
Hold Home and power the device back on and Voila! You should have a recovery screen.
If that doesn't work... well... I would have to see it to believe it.
For details and links to create a goldcard just Google it. Easy to find.
Something I don't understand is that ROM Manager recognize my recovery ... so I've a recovery and it's realy invisible cause i've got this black screen ...

Htc Hero Black Screen

hi my screen wont come on on a htc hero!! the phone is on and my pc recognises my htc being in adb bootloader the phone has a light on to say its charging but everything else seems dead now there is no data on the phone i want to keep, but i would like to get it working and i think i need to install the firmware again but i have to do it using fastboot can anyone help me?
Are you using official 2.1 or a rom?
s.watling said:
hi my screen wont come on on a htc hero!! the phone is on and my pc recognises my htc being in adb bootloader the phone has a light on to say its charging but everything else seems dead now there is no data on the phone i want to keep, but i would like to get it working and i think i need to install the firmware again but i have to do it using fastboot can anyone help me?
Click to expand...
Click to collapse
When in fastboot, check what SPL/bootloader version you have. That tells us what we can do. Likely (if it's 004), then you can simply
fastboot boot AmonRARecovery1.7.0.1.img (or whatever you call it) and get your recovery image booted. From there, flash a ROM, and reflash recovery using the adb command "adb shell flash_image recovery /sdcard/recovery.img" after putting recovery on there.
Check bootloader version first though
pulser_g2 said:
When in fastboot, check what SPL/bootloader version you have. That tells us what we can do. Likely (if it's 004), then you can simply
fastboot boot AmonRARecovery1.7.0.1.img (or whatever you call it) and get your recovery image booted. From there, flash a ROM, and reflash recovery using the adb command "adb shell flash_image recovery /sdcard/recovery.img" after putting recovery on there.
Check bootloader version first though
Click to expand...
Click to collapse
how do you check the spl/bootloader version as i have absolutley no display on my phone!!
what do i type in termainal
i was using modaco custom firmware but would ideal like to get it back as standard uk orange!!
Right, get a recovery image, and try to fastboot it, and just see if it works.
If you don't see the spl though,then I think you have a hardware issue.
You could also try an RUU.
hi i have a nandroid backup of the phone in fastboot i can flash the boot.img the data.img but when i try flshing the system.img it says remote data length is too long
any ideas

[Q] G2 problem!? Freezes on bootscreen! Anyone help...?!

I have problem w my t-mobile G2! It restarted by himself and then entered the boot menu.... where i can do nothing
When i press vol down button it freezses on same screen but w different options...
fastboot
recovery
factory reset
simlock
system info
image crc
where also i can do nothing!!
Can anyone help? did someone had same or similar issue?
Is it possible that no one had simmilar problem?!
Could be the recovery... You dont seem to have eng. Hboot so are you able to somehow boot in to a rom and change recovery there?
Otherthing that could be is that your emmc chip is fried.
Is there any help?
you could try to use fastboot to boot in to the rom (power + trakepad)
...connect to pc and type "fastboot oem boot" (credits to nipqer - he posted it in a different thread)
EDIT: if the emmc chip is fried you can only hope for warranty
Could you describe little closer...not so good vith all that... type fast oem boot .... where? in command prompt?
ok ...yeah you have to use command prompt, but first you have to install fastboot on your pc (goolge for the fastboot files you need)
and if you are lucky you are able to boot in to the rom. good luck
pls hit the thanks button if this was helpful
I made it... i just needed to instal android 1.0 drivers... and then fastboot oem boot did it... its working now
also instaled 2.3 update... but problem is ... every time i switch it off... even when it finished installation of 2.3 it freezes in that same boot menu... and i have to fastboot it from pc?! What's wrong?
Try a different recovery. 4ext recovery works fine for me...
Sent from my HTC Vision using XDA App
Can i use it if my phone is not rooted?! I made it to temp root... but cant downgrade to 2.2. so i can do a perm root.
hm, your phone needs to have root to install a custom recovery. but in your first post the pictures shows s-off and 0.76.2000 hboot, you are sure your phone isn´t rooted?
if you still have the problem mentioned, try to wipe cache or do a factory reset. enter recovery through bootloader to do this... if you still can´t do this wipe cache through fastboot (google for the command - i don´t remember it right now - it´s something like "fastboot erase cache" but i´m not sure)

can`t Unlock the boatloader or enter the recovery (Stuck in 1+ LOGO) Plz Help

I Have a big issue and need your help
I was OOS3 and do all the correct steps to get modified TWRP to setup custom rom and succeeded on this they I decide to back agaon to OOS3 as it`s more sable
So I download OOS3 and flash it from my Modified Recovery and works fine
Than I decide to enter the recovery just to clear the cash for agood performance and here .. the issue started ...
when I click reboot to recovery , the mobile stopped @ 1+ LOGO So I remmember that this modified recovery is not working with oos3
so I get the steps for unloacking the boatloader again to flash the recovery compatible with OOS3
and HERE .. I see my device when I type
fastboot devices ,,,
but once I type "fastboot oem unlock" it`s show my ok and device rebooted in the same 1+ LOGO
SO I now Stuck in this logo
Cannot enter the recovery Or even the OOS3 just can enter the fastboat mode
Please I need your help how can I manage this
I think your thread will get moved to the General section. But in the meantime try this it worked for me
https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Sent from my ONE A2005 using XDA-Developers mobile app
Use the search button before posting.. There atleast 4 threads with the solution.
Wrong section
the command you're looking for is not the unlock one but this one: fastboot flash recovery "twrp-2.8.x.x-xxx.img" just replace "twrp-2.8.x.x-xxx.img" with the name of the recovery .img you have in the same folder as fastboot.
Ahmed Shawky said:
I Have a big issue and need your help
I was OOS3 and do all the correct steps to get modified TWRP to setup custom rom and succeeded on this they I decide to back agaon to OOS3 as it`s more sable
So I download OOS3 and flash it from my Modified Recovery and works fine
Than I decide to enter the recovery just to clear the cash for agood performance and here .. the issue started ...
when I click reboot to recovery , the mobile stopped @ 1+ LOGO So I remmember that this modified recovery is not working with oos3
so I get the steps for unloacking the boatloader again to flash the recovery compatible with OOS3
and HERE .. I see my device when I type
fastboot devices ,,,
but once I type "fastboot oem unlock" it`s show my ok and device rebooted in the same 1+ LOGO
SO I now Stuck in this logo
Cannot enter the recovery Or even the OOS3 just can enter the fastboat mode
Please I need your help how can I manage this
Click to expand...
Click to collapse
First read the Forum Rules on posting, moved here out of the Development Section....
fastfreddy101 said:
the command you're looking for is not the unlock one but this one: fastboot flash recovery "twrp-2.8.x.x-xxx.img" just replace "twrp-2.8.x.x-xxx.img" with the name of the recovery .img you have in the same folder as fastboot.
Click to expand...
Click to collapse
How Can I do this and I even can not unlock the boatloader ?
should still be unlocked - put phone in fastboot mode, check for it via: fastboot devices. If its there then just flash the recovery with: fastboot flash recovery "twrp-2.8.x.x-xxx.img" then reboot into recovery. should work
fastfreddy101 said:
should still be unlocked - put phone in fastboot mode, check for it via: fastboot devices. If its there then just flash the recovery with: fastboot flash recovery "twrp-2.8.x.x-xxx.img" then reboot into recovery. should work
Click to expand...
Click to collapse
I can`t unlock the phone
Thanks for your reply
My situation now that I`m stuck in boot loop and I can`t enter any think , only the fastboat mode and I can not unlock my device
every time I tried to Unlock it , till me Fail to unlock
I follow this steps with no change
http://www.technobuzz.net/unbrick-oneplus-2/
In this video also with no hope
https://www.youtube.com/watch?v=R4SVSovw4Jo
Ahmed Shawky said:
Thanks for your reply
My situation now that I`m stuck in boot loop and I can`t enter any think , only the fastboat mode and I can not unlock my device
every time I tried to Unlock it , till me Fail to unlock
I follow this steps with no change
http://www.technobuzz.net/unbrick-oneplus-2/
In this video also with no hope
https://www.youtube.com/watch?v=R4SVSovw4Jo
Click to expand...
Click to collapse
Try this http://forum.xda-developers.com/oneplus-2/general/firstaid-zip-revert-h2os-mm-beta-to-lp-t3306967 to get back your old twrp and then follow the instructions from here https://forums.oneplus.net/threads/installation-instructions-faqs-oxygenos-3-0-0.439108/ carefully (use the tread for users already have twrp)
When did you lock the phone again after unlocking it?
Assuming the phone shows up when running "fastboot devices" try running this "fastboot -i 0x2a70 oem unlock-go" - worked for me

[HydrogenOS][No Recovery] [Unable to Update]

Hello, my OP2 currently works fine on H²OS but my system is telling me that it can be fixed to the latest version (OnePlus2Hydrogen_14.Y.01_007_1606020602 - 1016Mb) but when I try to install it, my phone reboot after 20% of the installation and gets stuck into a bootloop. I also cannot flash another rom as I cannot boot into recovery mode (Fastboot mode works fine).
Is there any way to "unlock" the recovery ? and get back to OxygenOS ?
I have tried the MSM ToolBox to fully reset my phone but it looks like it doesn't work with my device..
Do you guys have any ideas how to solve my problems ?
Ps:I can give you more specific information about my device if you need.
Thank you ! :angel:
HippoOP2 said:
Hello, my OP2 currently works fine on H²OS but my system is telling me that it can be fixed to the latest version (OnePlus2Hydrogen_14.Y.01_007_1606020602 - 1016Mb) but when I try to install it, my phone reboot after 20% of the installation and gets stuck into a bootloop. I also cannot flash another rom as I cannot boot into recovery mode (Fastboot mode works fine).
Is there any way to "unlock" the recovery ? and get back to OxygenOS ?
I have tried the MSM ToolBox to fully reset my phone but it looks like it doesn't work with my device..
Do you guys have any ideas how to solve my problems ?
Ps:I can give you more specific information about my device if you need.
Thank you ! :angel:
Click to expand...
Click to collapse
Unlock command: fastboot oem unlock
Flash recovery through fastboot,
Recover flash command: fastboot flash recovery recovery.img
Reboot in recover, Command: fastboot boot recovery.img
Thank you, it worked perfectly ! :highfive:

Categories

Resources