[Q] The phone enter fastboot mode automatically, please help.. - ONE Q&A, Help & Troubleshooting

Hi, my friends, please help me out.
I'm using Temasek v7.8 and want to upgrade the firmware to latest 02_09. But after I flashed the latest firmware_2015_02_09 and rebooted system, the phone just displayed the logo, vibrated twice and entered the fastboot mode. I can't access the system whatever I do.
Also I have tried to clean flashed latest CM12 nightly which contains the latest firmware but the result is the same.
The only way to unbrick it is flashing back to firmware_2015_01_23.
Idk what I did wrong. :crying:
Thanks in advance.
Sorry for my bad English.

Anyone ? Please help. :crying:

Firstly, the reason the phone is booting into fastboot mode when you use the power + volume up button combination is because that's the button combination to get into fastboot mode. The button combination to get into recovery is power + volume down. At this point I'd be wiping and flashing the stock images with fastboot.
Transmitted via Bacon

timmaaa said:
Firstly, the reason the phone is booting into fastboot mode when you use the power + volume up button combination is because that's the button combination to get into fastboot mode. The button combination to get into recovery is power + volume down. At this point I'd be wiping and flashing the stock images with fastboot.
Transmitted via Bacon
Click to expand...
Click to collapse
Thanks for your reply.
Sorry for the bad statement and I have re-edited it to make it more clear.
In short, I can only enter fastboot mode after upgrading to the firmware 02_09. please help. :crying:

alpha.shining said:
Thanks for your reply.
Sorry for the bad statement and I have re-edited it to make it more clear.
In short, I can only enter fastboot mode after upgrading to the firmware 02_09. please help. :crying:
Click to expand...
Click to collapse
The very last sentence of my previous post is my advice.
Transmitted via Bacon

timmaaa said:
The very last sentence of my previous post is my advice.
Transmitted via Bacon
Click to expand...
Click to collapse
Thanks for your reply and help.
Thanks limit reached and will hit thanks for you tomorrow.

alpha.shining said:
Thanks for your reply and help.
Thanks limit reached and will hit thanks for you tomorrow.
Click to expand...
Click to collapse
No need for more thanks, just concentrate on getting your device working again
Transmitted via Bacon

Related

[Q] Bricked?

Dear, xda members
I have a problem because my Nexus S i9023 is bricked.
I flashed a bad ROM, I use it Clickie.
Now you think, but is not that stupid?
yes it is! Now my question, how can i fix this?
The Nexus S does not boot anymore, not even recovery, the screen just stays black
Still have questions? just ask.
greetz
bart
bartjuhhbartyow said:
Dear, xda members
I have a problem because my Nexus S i9023 is bricked.
I flashed a bad ROM, I use it Clickie.
Now you think, but is not that stupid?
yes it is! Now my question, how can i fix this?
The Nexus S does not boot anymore, not even recovery, the screen just stays black
Still have questions? just ask.
greetz
bart
Click to expand...
Click to collapse
Will your phone boot into bootloader mode? Take the battery out and put it back in and hold power and volume up at the same time..
bartjuhhbartyow said:
Dear, xda members
I have a problem because my Nexus S i9023 is bricked.
I flashed a bad ROM, I use it Clickie.
Now you think, but is not that stupid?
yes it is! Now my question, how can i fix this?
The Nexus S does not boot anymore, not even recovery, the screen just stays black
Still have questions? just ask.
greetz
bart
Click to expand...
Click to collapse
scott8281 said:
Will your phone boot into bootloader mode? Take the battery out and put it back in and hold power and volume up at the same time..
Click to expand...
Click to collapse
No, the screen stays black.
power button + volume up , if you are able to get into BOOTLOADER , then your phone is still alive...
qtwrk said:
power button + volume up , if you are able to get into BOOTLOADER , then your phone is still alive...
Click to expand...
Click to collapse
i did not work
bartjuhhbartyow said:
i did not work
Click to expand...
Click to collapse
Your best hope is to find the right stock firmware flashable through ODIN and flash it that way, as long as your phone can get into download mode. open ODIN and connect the phone with your phone off and press and let go of power while holding in volume up and down at the same time till you see download mode
---------- Post added at 09:30 AM ---------- Previous post was at 09:17 AM ----------
bartjuhhbartyow said:
i did not work
Click to expand...
Click to collapse
heres the link to the Odin files and firmware for your i9023...
http://forum.xda-developers.com/showthread.php?t=1009432
scott8281 said:
Your best hope is to find the right stock firmware flashable through ODIN and flash it that way, as long as your phone can get into download mode. open ODIN and connect the phone with your phone off and press and let go of power while holding in volume up and down at the same time till you see download mode
---------- Post added at 09:30 AM ---------- Previous post was at 09:17 AM ----------
heres the link to the Odin files and firmware for your i9023...
http://forum.xda-developers.com/showthread.php?t=1009432
Click to expand...
Click to collapse
let me try.
My bad, correction on download mode...take out battery, then put battery back in, hold both volume up and down at same time then plug in usb cable, no power button presses
Download mode only works for me if i first plug in the usb data cable. So plug in the acble, remove battery, put it back in and immediately press volume up+ volume down + power buttons.
Some people couldn't get the phone running after flashing the wrong rom.
mike.b93 said:
Download mode only works for me if i first plug in the usb data cable. So plug in the acble, remove battery, put it back in and immediately press volume up+ volume down + power buttons.
Some people couldn't get the phone running after flashing the wrong rom.
Click to expand...
Click to collapse
Neither does, any idea?
download mode and Odin doesn't work?
then looks like there's nothing we can do about it...
qtwrk said:
download mode and Odin doesn't work?
then looks like there's nothing we can do about it...
Click to expand...
Click to collapse
i can't get in Download mode.
bartjuhhbartyow said:
i can't get in Download mode.
Click to expand...
Click to collapse
Unfortunately i don't have any other ideas, as far as i know, ODIN is the only thing that can save it in that state. the only other thing i can think of is maybe the screen is just not working but the phone is on. if thats the case and you can find some stock system images you might be able to use fastboot to return it to stock. do you have the Android SDK and ADB installed on you computer? if so connect your device and opened a command prompt and type- adb devices & you should see a serial number pop up, it’s the serial number of your phone. This means you are all set. If you do NOT see a serial number, then you need to reinstall the drivers. But if the SDK and the drivers are installed and you still don't see your device listed then its probably bricked beyond repair.
If you do see your device listed you can flash it via fastboot by places the stock signed system images into your SDK tools folder and opening a command prompt to the tools folder and typing the following commands....
adb reboot bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash radio radio.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
adb reboot
scott8281 said:
Unfortunately i don't have any other ideas, as far as i know, ODIN is the only thing that can save it in that state. the only other thing i can think of is maybe the screen is just not working but the phone is on. if thats the case and you can find some stock system images you might be able to use fastboot to return it to stock. do you have the Android SDK and ADB installed on you computer? if so connect your device and opened a command prompt and type- adb devices & you should see a serial number pop up, it’s the serial number of your phone. This means you are all set. If you do NOT see a serial number, then you need to reinstall the drivers. But if the SDK and the drivers are installed and you still don't see your device listed then its probably bricked beyond repair.
If you do see your device listed you can flash it via fastboot by places the stock signed system images into your SDK tools folder and opening a command prompt to the tools folder and typing the following commands....
adb reboot bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash radio radio.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
adb reboot
Click to expand...
Click to collapse
My pc did't not adb device found...
bartjuhhbartyow said:
My pc did't not adb device found...
Click to expand...
Click to collapse
thats not a good sign, I'm sure they are people on here that have much more knowledge than myself but unfortunately I'm all out of ideas...best of luck my friend
looks pretty bad. Lets hope someone has a solution. If not you will have to send the device back for repair...
scott8281 said:
thats not a good sign, I'm sure they are people on here that have much more knowledge than myself but unfortunately I'm all out of ideas...best of luck my friend
Click to expand...
Click to collapse
mike.b93 said:
looks pretty bad. Lets hope someone has a solution. If not you will have to send the device back for repair...
Click to expand...
Click to collapse
I send him back, Comes good!
thank's for help al.
Your phones bootloader has been corrupted, you'll gonna need this device to restore it.
http://forum.xda-developers.com/showthread.php?t=1350134

reseted from bootloader, now not able to install any ROM.

So I have HTC One XL, S-OFF
yesterday i flashed various ROMs like5-7 different ROMs, i started noticing dropped network signals, so I did a factory reset from bootloader, which seems to have corrupted my internal sdcard, to repair it, i flashed stock recovery from androidruu dot com /?developer=Evita
file I downloaded is
OTA_EVITARE_UL_JB_45_TELUS_WWE_1.20.661.1-1.15.661.11_release_312229k92xgqqtl1xcfxt2.zip
extracted recovery.img from it, flashed this recovery from fastboot and then did a factory reset, after that flashed twrp 2.7.1 and booted into recovery then mounted my internal storage(which shows in my desktop as removable disk) then copied cm11 nightly then chose to install the zip but it fails saying
E:Mount: Unable to find partition for path '/sdcard'
Error flashing zip '/sdcard/cm-11-20140806-NIGHTLY-evita.zip'
Updating partition details...
can you please help me with this?
Thank you.
You didn't need to flash the stock recovery, you could have just used the advanced wipe option in TWRP to wipe the sd card, that usually fixes up any corruption.
Anyway, on to the major problem here. The OTA you downloaded isn't for this device (HTC One XL, codename Evita), it's for the HTC One X+ (codename Evitare), therefore the recovery you flashed isn't for this device, and therefore you've very possibly damaged your partition tables by doing the factory reset from it. It's very, VERY, important to pay attention to the details when messing around with your phone.
Now, how to fix this? It's still booting so that's a good sign. My advice is to try to run an RUU, you're s-off so any Evita RUU will be fine. The 3.18 at&t RUU is probably your best bet and you'll find it here:
http://dl3.htc.com/application/RUU_..._10.130.32.34_release_signed_With_Partial.exe
I'm not sure if this is going to work though because the RUU doesn't touch your internal storage partition. Maybe it'd be a good idea to perform a factory reset from the bootloader first, it'll corrupt your sd card but hopefully will repair its partition location at the same time. After you've done that go into TWRP and wipe your sd card, then try moving a ROM zip onto it again and flashing it. If that doesn't work then try the RUU.
Transmitted via Bacon
I cant believe I didnt saw that. sorry
Your 3.18 ruu link doesnt seem to work, please provide an alternative link.
what should i do now? run ruu or flash stock recovery then do a factory reset?
Here's an alternative link:
http://androidruu.com/getdownload.p..._10.130.32.34_release_signed_With_Partial.exe
Right now just try a factory reset from the bootloader, then enter TWRP and try wiping the sd card. See if that fixes it.
Transmitted via Bacon
no, wiping doesnt help
Were you able to access the sd to wipe it?
Transmitted via Bacon
timmaaa said:
Were you able to access the sd to wipe it?
Transmitted via Bacon
Click to expand...
Click to collapse
Yes on mounting via twrp it shows up in my computer as a removable disk.
But you still can't flash a ROM?
Transmitted via Bacon
timmaaa said:
But you still can't flash a ROM?
Transmitted via Bacon
Click to expand...
Click to collapse
noo, it returns same error...(....unable to find partition for path...)
Try the RUU now.
Transmitted via Bacon
timmaaa said:
Try the RUU now.
Transmitted via Bacon
Click to expand...
Click to collapse
Okay i tried RUU, and the phone is working again with at&t logo appearing at first which it didnt when I first bought the phone.....but i guess the boot loader is locked again?
I cannot access bootloader by pressing volume down + power button, it just simply restart.
What should be my next step?
S1611 said:
Okay i tried RUU, and the phone is working again with at&t logo appearing at first which it didnt when I first bought the phone.....but i guess the boot loader is locked again?
I cannot access bootloader by pressing volume down + power button, it just simply restart.
What should be my next step?
Click to expand...
Click to collapse
Not being able to reach the bootloader is almost definitely a case of bad timing.
To boot into the bootloader there are two methods.
With phone powered on
Hold the volume down button, then hold the power button (so you're holding both buttons together), the button lights will start to flash, they will stop flashing and the screen will go blank, after a couple of seconds let go of the power button but continue to hold the volume down button until you reach the white screen with text, this is your bootloader.
With phone powered off
Hold the volume down button, then hold the power button (so you're holding both buttons together), after a couple of seconds let go of the power button but continue to hold the volume down button until you reach the white screen with text, this is your bootloader.
Please post the first five lines.
Transmitted via Bacon
timmaaa said:
Not being able to reach the bootloader is almost definitely a case of bad timing.
To boot into the bootloader there are two methods.
With phone powered on
Hold the volume down button, then hold the power button (so you're holding both buttons together), the button lights will start to flash, they will stop flashing and the screen will go blank, after a couple of seconds let go of the power button but continue to hold the volume down button until you reach the white screen with text, this is your bootloader.
With phone powered off
Hold the volume down button, then hold the power button (so you're holding both buttons together), after a couple of seconds let go of the power button but continue to hold the volume down button until you reach the white screen with text, this is your bootloader.
Please post the first five lines.
Transmitted via Bacon
Click to expand...
Click to collapse
Okay I got my bootloader screen
***UNLOCKED***
EVITA PVT SHIP S-OFF RL
CID-11111111
HBOOT-2.14.0000
RADIO-0.24p.32.09.06
OpenDSP-v34.1.0.45.1219
eMMC-boot
Nov 26 2012, 18:37:14:12888
Flashed twrp 2.7.1.0, booted to recovery>factory reset>install>...error unable to mount...
S1611 said:
Okay I got my bootloader screen
***UNLOCKED***
EVITA PVT SHIP S-OFF RL
CID-11111111
HBOOT-2.14.0000
RADIO-0.24p.32.09.06
OpenDSP-v34.1.0.45.1219
eMMC-boot
Nov 26 2012, 18:37:14:12888
Flashed twrp 2.7.1.0, booted to recovery>factory reset>install>...error unable to mount...
Click to expand...
Click to collapse
Hmm. I think that factory reset from the wrong recovery has assigned your internal storage the wrong partition location. The only thing I think will fix this now is a jtag repair.
Transmitted via Bacon
timmaaa said:
Hmm. I think that factory reset from the wrong recovery has assigned your internal storage the wrong partition location. The only thing I think will fix this now is a jtag repair.
Transmitted via Bacon
Click to expand...
Click to collapse
Any other alternative?
That that I can see. Your partitions are borked, a jtag repair forces the right partitions back into the device again.
Transmitted via Bacon
timmaaa said:
That that I can see. Your partitions are borked, a jtag repair forces the right partitions back into the device again.
Transmitted via Bacon
Click to expand...
Click to collapse
Good news :laugh::laugh::laugh: installed cwm recovery, and flashed as usual, and everything went fine. Running KarbonKat
S1611 said:
Good news :laugh::laugh::laugh: installed cwm recovery, and flashed as usual, and everything went fine. Running KarbonKat
Click to expand...
Click to collapse
Out of interest, what's the full filename of the TWRP recovery you were using?
Transmitted via Bacon
timmaaa said:
Out of interest, what's the full filename of the TWRP recovery you were using?
Transmitted via Bacon
Click to expand...
Click to collapse
openrecovery-twrp-2.7.1.0-evita
is it the wrong one?
S1611 said:
openrecovery-twrp-2.7.1.0-evita
is it the wrong one?
Click to expand...
Click to collapse
No that's the right one. Was just curious, it seems odd to me that CWM was able to flash the ROM but TWRP wasn't. I'd be interested to see if TWRP would work now after CWM has corrected your problem.
Transmitted via Bacon

[Q] Bricked OPO, can't access recovery or bootloader.

I believe I've bricked my OPO. I was trying to flash OxygenOS today and it wasn't flashing completely right. I decided to not try anymore and flash back to 05Q. However, in doing that I bricked my phone. Volume- and power doesn't bring me to recovery, I can't access bootloader. However when I press volume- and power it still sounds the connection and I can see it in my device managers, I just can't do anything. When I try to do anything through ADB it says no fastboot devices found. CUrrently, my phone doesn't have boot.img, recovery.img, and system.img. I do have a latest backup of my 05Q from this morning before I did all of this.
Any help would be great. Thanks!
Try this:
http://forum.xda-developers.com/oneplus-one/help/guide-unbrick-oneplus-one-t3013732
Transmitted via Bacon
Try one plus one recovery toolkit 1.0 it will slove ur problem same think happens to me it will help me
timmaaa said:
Try this:
http://forum.xda-developers.com/oneplus-one/help/guide-unbrick-oneplus-one-t3013732
Transmitted via Bacon
Click to expand...
Click to collapse
Definitely works. Just did the same after I tried to downgrade from OxygenOS and bricked my device.

Need Help. Nexus 5 says google when trying to turn on

I was trying to get the latest twrp '2.8.7.2'. I downloaded it and flashed the img to recovery and nothing seemed to happen so I tried flashing it to boot then I tried to reboot the system. Now when I try to turn it on I get stuck on the Google like it is turning but it just gets stuck. I tried Charging it now when I charge it I get stuck on the battery logo. When I try booting it Booting it into recovery(twrp) I get a black screen. I can tell the Screen is on because of the dim glow it gives off but it is not doing anything. Note: I am some what of a noob when it comes to this stuff, My nexus 5 was running Marshmallow, and I was running the Xtra smooth rom (it is very close to stock). Plz help. I have also just found out that the reason im getting the bootloop is I flashed the wrong version of TWRP need a fix PLZ HELP.
Did you try flashing stock recovery or twrp 2.8.7.1?
audit13 said:
Did you try flashing stock recovery or twrp 2.8.7.1?
Click to expand...
Click to collapse
I cant flash anything because it is stuck. If you can tell me how to do that it would be great. also I gave you the thanks thing.
Judah04 said:
I cant flash anything because it is stuck. If you can tell me how to do that it would be great. also I gave you the thanks thing.
Click to expand...
Click to collapse
All you have to do is boot into your bootloader (Power + Volume Up + Volume Down at the same time) and flash the stock recovery.
fastboot flash recovery recovery.img
Chances are you flashed an incorrect version of TWRP meant for another phone hence the boot loop.
asawoszc said:
All you have to do is boot into your bootloader (Power + Volume Up + Volume Down at the same time) and flash the stock recovery.
fastboot flash recovery recovery.img
Chances are you flashed an incorrect version of TWRP meant for another phone hence the boot loop.
Click to expand...
Click to collapse
When i boot into recovery mode the screen is on but it is black.
asawoszc said:
All you have to do is boot into your bootloader (Power + Volume Up + Volume Down at the same time) and flash the stock recovery.
fastboot flash recovery recovery.img
Chances are you flashed an incorrect version of TWRP meant for another phone hence the boot loop.
Click to expand...
Click to collapse
Also yes i do think I flashed the wrong TWRP. how do I flash the correct TWRP when I can't even get back into a tool to flash it?
Judah04 said:
When i boot into recovery mode the screen is on but it is black.
Click to expand...
Click to collapse
You dont need recovery, you need bootloader.
telep said:
You dont need recovery, you need bootloader.
Click to expand...
Click to collapse
Can you please explain to me exactly what to do. thank you. also my bootloader is unlocked. I also can get to fastboot so what is the diffrence between bootloader and fastboot.
Hold down the volume +, volume -, and power button. You'll be taken to a screen with the word START at the top. Now, connect the phone to your Windows computer using the USB cable, open a command prompt and type "fastboot flash recovery nameof twrpfile.img", press the enter key, use the volume button to select recovery, use the power button to enter recovery, press the power button, press volume + button, and you should enter TWRP.
Thank you but I do not own a windows computer
Then look up the respective commands. You flashed twrp over your kernel, you need to flash a proper boot.img (kernel) if you want the phone to boot. Fastboot is ran through bootloader. Flash the proper kernel in bootloader using fastboot.
wangdaning said:
Then look up the respective commands. You flashed twrp over your kernel, you need to flash a proper boot.img (kernel) if you want the phone to boot. Fastboot is ran through bootloader. Flash the proper kernel in bootloader using fastboot.
Click to expand...
Click to collapse
Thank you this sounds like it will work. But can you put it in more simple terms and give me links? plz. thx in advance.
Do you have access to a Windows computer to flash the commands? How did you flash TWRP?
audit13 said:
Do you have a computer?
Click to expand...
Click to collapse
I have a macbok air running mac os x 10.5.8.
audit13 said:
Do you have access to a Windows computer to flash the commands? How did you flash TWRP?
Click to expand...
Click to collapse
I flashed TWRP using the TWRP app it installed TWRP 2.8.7.1 I also unlocked the bootloader with a similar app.
This might help: http://forum.xda-developers.com/goo...olkit-root-twrp-recovery-unroot-11-6-t2515640
audit13 said:
This might help: http://forum.xda-developers.com/goo...olkit-root-twrp-recovery-unroot-11-6-t2515640
Click to expand...
Click to collapse
Just cheked it out I tried it and it didn't work but thx anyway. btw I am running android 6.0.
audit13 said:
This might help: http://forum.xda-developers.com/goo...olkit-root-twrp-recovery-unroot-11-6-t2515640
Click to expand...
Click to collapse
It might not have been working because I did not enable USB Debuging. :crying:
USB debugging is required for adb commands. With fastboot mode, debugging isn't necessary.
audit13 said:
USB debugging is required for adb commands. With fastboot mode, debugging isn't necessary.
Click to expand...
Click to collapse
Can you please walk me through this i am some what of a beginner when it comes to some of these things. I can try the tool kits agin but need help.

recovery mode

hi, I hope I'm in the right place to get help with my issue. my Ace is in a reboot loop that i can't seem to get it out of. i have tried force rebooting and lt will not enter into recovery mode so that each time i would hit recovery mode the screen goes blank for a few seconds then the moto logo (M powered by Android) screen comes on with vibration for six seconds then again to blank repeating this loop until i again hold power and volume down buttons. I do have a lot of apps installed but this phone has a whole lot of memory that came with it. I am hoping this forum may have some ideas to help me rectify this issue. thank you.
While connected to a pc, enter the fastboot - w command. This will erase the internal memory and your phone should be able to boot.
RETIEF said:
While connected to a pc, enter the fastboot - w command. This will erase the internal memory and your phone should be able to boot.
Click to expand...
Click to collapse
thank you for responding. I connected my phone to my laptop but it does not detect it. my phone has, highlighted in red, AP fastboot flash mode (secure). also, tools mode: Disabled, and OEM locked
If you can reboot to recovery, try a factory reset.
RETIEF said:
If you can reboot to recovery, try a factory reset.
Click to expand...
Click to collapse
thats the problem I"m having is getting into the recovery. I hold the volume down and the power buttons down till I can see the options recovery mode, but when I click on it by pushing on the power button, that's when it goes into the loop mode and never goes into recovery.
Use the Lenovo tool to download and flash the stock rom which includes a recovery.
RETIEF said:
RETIEF said:
56Use the Lenovo tool to download and flash the stock rom which includes a recovery.
Click to expand...
Click to collapse
Use the Lenovo tool to download and flash the stock rom which includes a recovery.
Click to expand...
Click to collapse
RETIEF said:
Use the Lenovo tool to download and flash the stock rom which includes a recovery.
Click to expand...
Click to collapse
I did what you adviced and I was instructed to enable debugging or fastboot mode in order to be able to rescue. But if I was able to do either one of those that means I wouldn't need help booting up. follow what I'm saying? because I would have to get into the settings to enable debugging or fastboot mode, somthing I can't do because my phone will not boot up.
To enable fastboot moode, hold the power button and the volume down button at the same time. This should put you in the right place. You should get red text that says you are in fastboot mode. If not, go to https://t.me/motoblankflash and ask for help.
RETIEF said:
To enable fastboot moode, hold the power button and the volume down button at the same time. This should put you in the right place. You should get red text that says you are in fastboot mode. If not, go to https://t.me/motoblankflash and ask for help.
Click to expand...
Click to collapse
listen, I want to thank you for your time and patience and quick responses. I will look into the link above. You've been very helpful and I appreciate you. God bless. Peace.

Categories

Resources