[Q] boot to recovery - Xperia Arc Q&A, Help & Troubleshooting

when i decide to change rom, after flashing kernel by fastboot and power on phone, I can't going to recovery by pressing volum down.
is there a command for fastboot to boot phone to recovery without pressing volum down?

Use adb i.e. adb reboot recovery

Many ways to do this...Easy wasy out,try an app like rom manager which gives u a direct recovery boot option,or u can use comand line prompts from ur PC ..or use terminal emulator..type in /system/bin/reboot recovery..

sinkster said:
Use adb i.e. adb reboot recovery
Click to expand...
Click to collapse
i connect phone in fastboot mode and use adb reboot recovery but not working! "error device not found"

Forgot, you can only be connected to adb if the phone's active or in recovery. When it's rebooting are you repeatedly pressing the buttons or holding them?

Hi, I am having a simlar issue. I flashed the Lupus kernel and after i turned of my phone, I pressed the volume down button while i turned the phone on and once it loads it just goes into safe mode. Am i doing something wrong?
EDIT: I was holding the button down. Not pressing repeatedly. All good now. Thanks.

amir143 said:
i connect phone in fastboot mode and use adb reboot recovery but not working! "error device not found"
Click to expand...
Click to collapse
flash again driver package in driver folder flashtools and select your device options

rod555 said:
flash again driver package in driver folder flashtools and select your device options
Click to expand...
Click to collapse
I do it but adb not working in fastboot mode

amir143 said:
I do it but adb not working in fastboot mode
Click to expand...
Click to collapse
try flashing CWM again ?

amir143 said:
I do it but adb not working in fastboot mode
Click to expand...
Click to collapse
your OS? Win7 x64?

Hi amir143!
You could try installing x-Parts (a free application from the market).
Good luck.

I thinks it's kernel dependent..
try pressing Vol-down OR backward button several times when the LED lights OR the phone vibrate OR the logo glow from normal after powered-on.

Related

[Q] Huawei G510 stuck at logo

My Huawei G510 is stuck at logo after rooting device. It is not unlocked from Huawei. What to do. Tried several things unable to load.
HuaweiG510 said:
My Huawei G510 is stuck at logo after rooting device. It is not unlocked from Huawei. What to do. Tried several things unable to load.
Click to expand...
Click to collapse
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Thanks dear. It worked.
hannanzikrea said:
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Click to expand...
Click to collapse
HuaweiG510 said:
Thanks dear. It worked.
Click to expand...
Click to collapse
If that worked U can press thanks :good: button
hannanzikrea said:
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Click to expand...
Click to collapse
Hi, I have the same problem and I followed your instructions but while the new firmware is installing from the sd card, the phone shut down.
It seems like it has no sufficient power to finish the operation. In fact I tried to plug the phone to charge the battery and that don't work...at least the led is not on (but I'm pretty sure it's not charging).
After that the only things I can do is to power on again and see the boot loop.
Any idea on how to solve?
Thanks.
poirot13 said:
Hi, I have the same problem and I followed your instructions but while the new firmware is installing from the sd card, the phone shut down.
It seems like it has no sufficient power to finish the operation. In fact I tried to plug the phone to charge the battery and that don't work...at least the led is not on (but I'm pretty sure it's not charging).
After that the only things I can do is to power on again and see the boot loop.
Any idea on how to solve?
Thanks.
Click to expand...
Click to collapse
Shutdown or reboots? The op said that was a G510 and this is the P6 forum
Probably you have the recovery corrupted, you need to reflash stock recovery again via fastboot
THIS IS FOR THE Ascend P6, NOT for the G510
S34Qu4K3 said:
Shutdown or reboots? The op said that was a G510 and this is the P6 forum
Probably you have the recovery corrupted, you need to reflash stock recovery again via fastboot
THIS IS FOR THE Ascend P6, NOT for the G510
Click to expand...
Click to collapse
Shutdown. Then if I press the power button or simply I plug the phone to charge the battery, start again to bootloop.
Can you please tell me how to do?
poirot13 said:
Shutdown. Then if I press the power button or simply I plug the phone to charge the battery, start again to bootloop.
Can you please tell me how to do?
Click to expand...
Click to collapse
My problem was that when into the original recovery, after a few seconds, phone reboots and back up to kernel logo
The full command for flash is: fastboot flash recovery recovery_original_flashable.img
Info:
http://forum.xda-developers.com/showthread.php?t=2131284
http://androidforums.com/desire-all...boot-windows-updated-1st-june-2011-a.html#”8”
S34Qu4K3 said:
My problem was that when into the original recovery, after a few seconds, phone reboots and back up to kernel logo
The full command for flash is: fastboot flash recovery recovery_original_flashable.img
Info:
http://forum.xda-developers.com/showthread.php?t=2131284
http://androidforums.com/desire-all...boot-windows-updated-1st-june-2011-a.html#”8”
Click to expand...
Click to collapse
It happens the same to me, but I don't know how to do.
I'm a newbie and I'm not familiar with this command...could you kindly explain what I have to do step by step?
I posted you fastboot noob-friendly tutorials
1st you need fastboot installed and P6 and fastboot drivers
Asumming you already have downloader the image and you are in windows, open a cmd promp and navigate (using cd command) to your fastboot directory, place recovery_original_flashable.img in this folder. If your phone is shutdown, hold vol- and plug the usb cable (if it's continuous rebooting, hold vol- and power button until phone reboots and kernel logo come up)
Type on the cmd promt: fastboot devices , if you see under devices attached, ??????????? or numbers and letters, your phone is connected into fastboot mode
If you don't have this, check if the drivers was correctly installed.
With the phone connected in fastboot mode, type in the cmd promt: fastboot flash recovery recovery_original_flashable.img
After this command finish, type fastboot reboot and enter into the default recovery and try to update the system
I not guarantee the exit of this operation, this solved my problem, but maybe yours not. If you aren't sure, ask here or send phone to your repair center
S34Qu4K3 said:
I posted you fastboot noob-friendly tutorials
1st you need fastboot installed and P6 and fastboot drivers
Asumming you already have downloader the image and you are in windows, open a cmd promp and navigate (using cd command) to your fastboot directory, place recovery_original_flashable.img in this folder. If your phone is shutdown, hold vol- and plug the usb cable (if it's continuous rebooting, hold vol- and power button until phone reboots and kernel logo come up)
Type on the cmd promt: fastboot devices , if you see under devices attached, ??????????? or numbers and letters, your phone is connected into fastboot mode
If you don't have this, check if the drivers was correctly installed.
With the phone connected in fastboot mode, type in the cmd promt: fastboot flash recovery recovery_original_flashable.img
After this command finish, type fastboot reboot and enter into the default recovery and try to update the system
I not guarantee the exit of this operation, this solved my problem, but maybe yours not. If you aren't sure, ask here or send phone to your repair center
Click to expand...
Click to collapse
It works!!! You are simply a genius!
Thanks a lot. :laugh:
Glad to help
Sent from my HUAWEI P6-U06 using xda app-developers app
S34Qu4K3 said:
Glad to help
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
hey man, ur posts in this thread were a real big help for me, i accidently wiped my stock recovey (dont ask ) and got stuck at the boot logo with nothing working at all and ofcourse froce updating wont work in apsence of recovery (put update.app on sdcard/dload bla bla)
so i downloaded the stock recovery you posted and flashed it via adb after i got my pc to see my device with ur combination back in post #10 (hold power and vol - buttons while plugged to pc) and everything went great
thanks for your help man, really can't thank u enough, thought my device was hardbricked
Mine doesnot work
hannanzikrea said:
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Click to expand...
Click to collapse
I am using Huawei G 510-0200 in Pakistan. I had rooted my cell phone and was converting a user app into system app via Titanium backup. The process was taking long time so force closed Titanium Backup app. This caused phone crash and it restarted and hung up at huawei logo.
Now i tried factory data reset and clearing cache in Power and Volume + key mode. It did not work. I tried applying update (two different roms, one custom pakistani rom and other was normal g510-0200 rom) in the same mode but it shows installation aborted.
I tried Forced Firmware Update mode too. I placed update.app file in the sd card and restarted cell phone by holding Volume+, Volume- and Power key. In that mode, it shows unpacking Step 1/2 for a while and then instead of installing, it shows Update Failed.
Error log shows this:
filename = /mmc1/dload/update.app call RCV_MODULE_END_EVENT failed,module = OEMSBL_VER_LIST CMD=0xf,moduleaddr = 0xd2000000, len_tmp=0x4000
I have tried everywhere and I'll be really greatful if you can sort this out for me. :crying:
hi
S34Qu4K3 said:
Shutdown or reboots? The op said that was a G510 and this is the P6 forum
Probably you have the recovery corrupted, you need to reflash stock recovery again via fastboot
THIS IS FOR THE Ascend P6, NOT for the G510
Click to expand...
Click to collapse
Good bless you. It worked also for me. Thank you very muck , thank you thank you.
No luck.
S34Qu4K3 said:
I posted you fastboot noob-friendly tutorials
1st you need fastboot installed and P6 and fastboot drivers
Asumming you already have downloader the image and you are in windows, open a cmd promp and navigate (using cd command) to your fastboot directory, place recovery_original_flashable.img in this folder. If your phone is shutdown, hold vol- and plug the usb cable (if it's continuous rebooting, hold vol- and power button until phone reboots and kernel logo come up)
Type on the cmd promt: fastboot devices , if you see under devices attached, ??????????? or numbers and letters, your phone is connected into fastboot mode
If you don't have this, check if the drivers was correctly installed.
With the phone connected in fastboot mode, type in the cmd promt: fastboot flash recovery recovery_original_flashable.img
After this command finish, type fastboot reboot and enter into the default recovery and try to update the system
I not guarantee the exit of this operation, this solved my problem, but maybe yours not. If you aren't sure, ask here or send phone to your repair center
Click to expand...
Click to collapse
when entered the command for original recovery its says 'error:cannot load recovery_original_flashable.img'
S34Qu4K3 said:
Glad to help
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
Hello !!
Model Huwaei : Asceud G510 -- G510-0200
Problem : Stuck On Logo Flash Done
I Have Same Handset-Stuck On Huwaei Logo ! Already Flashed !!
With
HUAWEI-Ascend-G510-firmware(G510-0200,Android_4.1,Emotion_UI,V100R001C00B173,Normal,05011EUC)
Above File But Same Frimware Update Done !! But Sam Stuck On Huwaei Or Restart
Any Guidence- @ ?
please my p6 is stucked at bootloop and when i go to recovery it says unable to mount cache,plz any help

cannot reset

Hi guys
After installing new version of Android 4.4 I've managed to install all gapps but now I can't do factory reset.The phone stuck into Huawei logo.Also I have same problem if I want to enter in recovery.
ulise73 said:
Hi guys
After installing new version of Android 4.4 I've managed to install all gapps but now I can't do factory reset.The phone stuck into Huawei logo.Also I have same problem if I want to enter in recovery.
Click to expand...
Click to collapse
You need to reflash stock recovery...
Use the recovery found in this file:
http://www.androidfilehost.com/?fid=23252070760973876
Extract from the zip and flash using fastboot commands.
jimbo77 said:
You need to reflash stock recovery...
Use the recovery found in this file:
http://www.androidfilehost.com/?fid=23252070760973876
Extract from the zip and flash using fastboot commands.
Click to expand...
Click to collapse
maybe I'm a noob and you can help:how can I do fastboot commands?Thanks again!
ulise73 said:
maybe I'm a noob and you can help:how can I do fastboot commands?Thanks again!
Click to expand...
Click to collapse
Sure...
Download this file and extract it anywhere your computer...
Right click anywhere inside the folder holding the shift key and click on "Open command window here", after this a cmd window will appear...
Connect your phone and type:
adb devices
if you see an output showing your phone type
adb reboot bootloader
the phone will boot to Huawei Logo, then type:
fastboot flash recovery recovery.img
after it completes the process type
fastboot reboot
and after that you'll be able to perform a factory reset...
jimbo77 said:
Sure...
Download this file and extract it anywhere your computer...
Right click anywhere inside the folder holding the shift key and click on "Open command window here", after this a cmd window will appear...
Connect your phone and type:
adb devices
if you see an output showing your phone type
adb reboot bootloader
the phone will boot to Huawei Logo, then type:
fastboot flash recovery recovery.img
after it completes the process type
fastboot reboot
and after that you'll be able to perform a factory reset...
Click to expand...
Click to collapse
hi,
i have the same problem, i tried your solution, but it didn't work
the huawei logo is on all the time, when i reset by pressing the on/off button several seconds, it start, en keeps restart. till the logo upears, en than it stops. not reconized trough usb, and not to turn off...
sorry for my bad english
Press the power button and volume up/down at the same time, for several seconds, you should enter stock recovery.
If you don't have the update.app in your dload folder remove the sdcard, insert it into a sd adaptor,put it on your pc/laptop and copy the update.app into dload folder.
ZuperStyler said:
Press the power button and volume up/down at the same time, for several seconds, you should enter stock recovery.
If you don't have the update.app in your dload folder remove the sdcard, insert it into a sd adaptor,put it on your pc/laptop and copy the update.app into dload folder.
Click to expand...
Click to collapse
tried it, but the pc doesn't reconize my phone, i can not execute adb commands. i tried it, but he keeps searching for devices.
en by pressing the 3 buttons, my phone turns off and on, and stops at the huawei ascend logo
and this screens keeps showing, till my battery is empty.
cowe said:
tried it, but the pc doesn't reconize my phone, i can not execute adb commands. i tried it, but he keeps searching for devices.
en by pressing the 3 buttons, my phone turns off and on, and stops at the huawei ascend logo
and this screens keeps showing, till my battery is empty.
Click to expand...
Click to collapse
Install the drivers, or open HiSuite, that should do it.
I tried to do that. cmd but it says:
adb server did not ack
unkown host service.
jimbo77 said:
Sure...
Download this file and extract it anywhere your computer...
Right click anywhere inside the folder holding the shift key and click on "Open command window here", after this a cmd window will appear...
Connect your phone and type:
adb devices
if you see an output showing your phone type
adb reboot bootloader
the phone will boot to Huawei Logo, then type:
fastboot flash recovery recovery.img
after it completes the process type
fastboot reboot
and after that you'll be able to perform a factory reset...
Click to expand...
Click to collapse
im having the same problem my phone still stuck at logo for a week now please help I updated to b125 .I have pressed power buttons vol up nd down it just restarts and stuck at logo downloaded the "Stock_boot&recovery_B118" opend command but when I type "adb devices " it says adb is not recognized as a internal or external operable program or ,batch file
I have opend the cmd while hi suite is open but nothing seems to be working for me .also I have put update in dload folder in sdcard but its not reading that .
Very gratefull for any solutions I haven't tryd pliz ....also @jimbo77 wanted to ask is there a a stock boot and recovery for B125 not the one I have
iscaac said:
im having the same problem my phone still stuck at logo for a week now please help I updated to b125 .I have pressed power buttons vol up nd down it just restarts and stuck at logo downloaded the "Stock_boot&recovery_B118" opend command but when I type "adb devices " it says adb is not recognized as a internal or external operable program or ,batch file
I have opend the cmd while hi suite is open but nothing seems to be working for me .also I have put update in dload folder in sdcard but its not reading that .
Very gratefull for any solutions I haven't tryd pliz ....also @jimbo77 wanted to ask is there a a stock boot and recovery for B125 not the one I have
Click to expand...
Click to collapse
If you phone stuck at boot adb will not work. Type fastboot devices. It will show ???? Device found. Then type fastboot comands to install recovery or boot.
Sent from my P6-U06 using xda app-developers app
husen4u said:
If you phone stuck at boot adb will not work. Type fastboot devices. It will show ???? Device found. Then type fastboot comands to install recovery or boot.
Sent from my P6-U06 using xda app-developers app
Click to expand...
Click to collapse
is there something im doing wrong here HELP PLEASE
iscaac said:
is there something im doing wrong here HELP PLEASE
Click to expand...
Click to collapse
Yep. You are doing it wrong...
In the zip file you downloaded there are two files:
1.- boot.img
2.- recovery.img
Now you need to follow this guide to flash them to your phone:
http://forum.xda-developers.com/showthread.php?t=2636231
Since your phone is not booting instead of following the adb commands you need to push both volume - and Power Buttons at the same time while you plug the usb cable to enter fastboot mode.
Once in fastboot mode follow the guide (from step 4 onwards) to flash the kernel (boot.img) and stock recovery (recovery.img)
Once you have flashed both, put any ROM in the dload folder of your external SDCARD. and then reboot the phone using the 3 button combo (Volume + , VOlume - and Power Button) Note that the phone needs to be unplugged from the computer...
jimbo77 said:
Yep. You are doing it wrong...
In the zip file you downloaded there are two files:
1.- boot.img
2.- recovery.img
Now you need to follow this guide to flash them to your phone:
http://forum.xda-developers.com/showthread.php?t=2636231
Since your phone is not booting instead of following the adb commands you need to push both volume - and Power Buttons at the same time while you plug the usb cable to enter fastboot mode.
Once in fastboot mode follow the guide (from step 4 onwards) to flash the kernel (boot.img) and stock recovery (recovery.img)
Once you have flashed both, put any ROM in the dload folder of your external SDCARD. and then reboot the phone using the 3 button combo (Volume + , VOlume - and Power Button) Note that the phone needs to be unplugged from the computer...
Click to expand...
Click to collapse
I still get same error message when I try to flash kernel and recovery

bad flash - stuck in os

hey guys,
i was bored and flashed a .zip on my phone and now I'm no longer bored. Long story, short... I'm booted into the os (almost) with constant errors popping up. I can't get the power button down for 10 seconds to reboot phone and i want to get back to recovery to flash by back up. How can I use terminal (mac) to force back into recovery if phone is not in mode for adb to recognize phone?
Thanks in advance.
Try hold power button + volume up to force reboot. Once the screen goes black release those buttons and hold volume down button to go to hboot
Thanks for your reply. Seems the power + volume is not be recognized. Is there a way with fastboot or adb?
Otherwise, I guess I wait until power drain.
andason said:
Thanks for your reply. Seems the power + volume is not be recognized. Is there a way with fastboot or adb?
Otherwise, I guess I wait until power drain.
Click to expand...
Click to collapse
Power + Volume Up should work. But as you asked for adb/fastboot
1) "adb devices" to check if device is recognized
2) "abd reboot bootloader" so the phone reboots into bootloader
3) go to recovery and try a reflash
andason said:
Thanks for your reply. Seems the power + volume is not be recognized. Is there a way with fastboot or adb?
Click to expand...
Click to collapse
This should always work as long as the screen is on. It might take 10 seconds or more, so you may not be holding the buttons long enough.
Alternately, you can use:
adb reboot bootloader
or
adb reboot recovery
There is no required more for adb commands, as long as the screen is on. Fastboot on the other hand, requires the phone to be in fastboot mode.
What did you flash? Was it a ROM, and if so did you do a full wipe (data, cache and Dalvik) before flashing?
Thanks for all the replies. It finally died and I was able to jump back into recovery. I was trying to flash a .zip (one+ one theme) to my rom and some things about it (audiofx) was not liked. I guess adb could not recognize the phone since it was basically booted into the os. I just thought there was a way to still use adb or fast boot to push it into recovery. I did not get to try adb reboot boot loader, but would adb recognize phone even with this command?
andason said:
Thanks for all the replies. It finally died and I was able to jump back into recovery. I was trying to flash a .zip (one+ one theme) to my rom and some things about it (audiofx) was not liked. I guess adb could not recognize the phone since it was basically booted into the os. I just thought there was a way to still use adb or fast boot to push it into recovery. I did not get to try adb reboot boot loader, but would adb recognize phone even with this command?
Click to expand...
Click to collapse
Glad it worked and that we could help a
adb reboot bootloader should be recognized nearly any time.
Sent from my HTC One_M8 using XDA Free mobile app

Stuck in recovery after ADB with broken power button

Its very complicated. My T705's power button was damaged by water. And i flashed Stock MM rom with odin. It was fine after flashing, the tablet boot into the os properly, work very well in the os.
But then i want to wipe the cache and data after that, so i was using the code"adb reboot to recovery" to get into recovery mode because my power button was broken. (I thought it can be using home button to select in recovery mode)
But the nightmare is i can't select anything in recovery mode which requiring a power button. So i can't wipe the cache, also can't select the option to reboot my tablet...... I've tried to hold both the volume down and home key to go to the download mode menu, and select restart by holding volume down, but it go to recovery again even after removing the battery, i think it's because the adb command.
And the strangest thing is i can't use my volume up button in download mode menu, so sadly i can't flash the rom again,:crying: but the volume up is working well in recovery and in the os......
Is there anyway to prevent the tablet to boot into the recovery again? I'm quite sure it's not the problem when flashing MM rom, the problem should be the adb command makes my tablet boot into recovery until i change the boot setting in recovery mode.
hungpakto said:
Its very complicated. My T705's power button was damaged by water. And i flashed Stock MM rom with odin. It was fine after flashing, the tablet boot into the os properly, work very well in the os.
But then i want to wipe the cache and data after that, so i was using the code"adb reboot to recovery" to get into recovery mode because my power button was broken. (I thought it can be using home button to select in recovery mode)
But the nightmare is i can't select anything in recovery mode which requiring a power button. So i can't wipe the cache, also can't select the option to reboot my tablet...... I've tried to hold both the volume down and home key to go to the download mode menu, and select restart by holding volume down, but it go to recovery again even after removing the battery, i think it's because the adb command.
And the strangest thing is i can't use my volume up button in download mode menu, so sadly i can't flash the rom again,:crying: but the volume up is working well in recovery and in the os......
Is there anyway to prevent the tablet to boot into the recovery again? I'm quite sure it's not the problem when flashing MM rom, the problem should be the adb command makes my tablet boot into recovery until i change the boot setting in recovery mode.
Click to expand...
Click to collapse
Install twrp, you won't need a power button then.
ashyx said:
Install twrp, you won't need a power button then.
Click to expand...
Click to collapse
How to install when this tablet can't do anything now..
Can't select anything now, can't go into the os and use adb to boot into download mode
hungpakto said:
How to install when this tablet can't do anything now..
Can't select anything now, can't go into the os and use adb to boot into download mode
Click to expand...
Click to collapse
If your power button doesn't work how do you turn the device on after removing the battery?
unified android toolkit has a reboot device option...
mordeith said:
unified android toolkit has a reboot device option...
Click to expand...
Click to collapse
That would only work if you could actually use adb.
ashyx said:
That would only work if you could actually use adb.
Click to expand...
Click to collapse
probably would help,if i read all the posts before commentijng...but ive used it on random devices to reboot it..not soleley from adb
ashyx said:
If your power button doesn't work how do you turn the device on after removing the battery?
Click to expand...
Click to collapse
Holding vol down + home key can boot to the download mode menu.
But the device will automatically turn on after inserting the battery, no need to press any button, but the device only boot into recovery after i use the adb boot into recovery command.
hungpakto said:
Holding vol down + home key can boot to the download mode menu.
But the device will automatically turn on after inserting the battery, no need to press any button, but the device only boot into recovery after i use the adb boot into recovery command.
Click to expand...
Click to collapse
If that's the case that means the power button is stuck on or you wouldn't be able to power on or boot to Download mode.
All you need to do is flash the stock firmware or twrp and it will reboot back to the OS.
Hopefully I've got your fix:
When you insert the battery your device boots up, if so, insert the battery and press the correct key combo while the splash screen from logo.bin is showing to boot into the download mode.
After that flash TWRP latest version with Odin. Then when your phone again boots to recovery, chose Reboot -> System to boot Android.
---
If the above isn't applicable and you can start Android somehow, I will download either FlashFire or MobileOdin to flash another recovery/ROM.
Sent using Tapatalk
ashyx said:
If that's the case that means the power button is stuck on or you wouldn't be able to power on or boot to Download mode.
All you need to do is flash the stock firmware or twrp and it will reboot back to the OS.
Click to expand...
Click to collapse
And don't know why the volume up doesn't work in the download mode menu, stuck in the download mode menu and can't select the option "continue" to go into the download mode
hungpakto said:
Holding vol down + home key can boot to the download mode menu.
But the device will automatically turn on after inserting the battery, no need to press any button, but the device only boot into recovery after i use the adb boot into recovery command.
Click to expand...
Click to collapse
lot of problems can be fixed by samsung k300 tool ,disconect phone and start that tool and connect phone again and let the tool find the phone ,if found just click that icon and phone go to download mode and you can flash back stock firmware...that tool dont need adb enable just working usb cable ,i say working cant be fake...

OP3 Broken screen - how to extract data?

Hi,
I have OP3 with broken screen but it turns on (there is a LED blinking , and on my computer I see the OP3 CD installation & the device but I cannot access the data)
TWRP is the bootloader , how can I extract the data?
drivers are installed and tried some threads search on the furom but none of them worked for me
on fastboot devices it doesnt see it
Lellouche said:
Hi,
I have OP3 with broken screen but it turns on (there is a LED blinking , and on my computer I see the OP3 CD installation & the device but I cannot access the data)
TWRP is the bootloader , how can I extract the data?
drivers are installed and tried some threads search on the furom but none of them worked for me
on fastboot devices it doesnt see it
Click to expand...
Click to collapse
Insufficient info.
Are you able to boot up? Are you able to boot to bootloader? Do you have TWRP and are you able to boot to it?
Is your bootloader unlocked? Are you rooted? Is USB debugging enabled?
Does "adb devices" / "fastboot devices" command find your phone? What ROM?
tnsmani said:
Insufficient info.
Are you able to boot up? Are you able to boot to bootloader? Do you have TWRP and are you able to boot to it?
Is your bootloader unlocked? Are you rooted? Is USB debugging enabled?
Does "adb devices" / "fastboot devices" command find your phone? What ROM?
Click to expand...
Click to collapse
sorry ,
I think I am able to boot to the bootloader (but I cannot see it since my screen is broken)
my bootloader is unlocked , device is rooted and USB debugging is enabled
while pressing Power+Vol UP I can get into fast boot and see my device on fastboot devices
anything else I need?
To clear things up, TWRP is recovery and not bootloader. Fastboot is bootloader.
So, if you can boot into TWRP, you should be able to use adb commands. Try booting into it, then try "adb devices" and see if it's properly detected (adb reports device's serial number and status "recovery"). You can then use "adb pull" command to get your data.
Sent from my OnePlus 3 using Tapatalk
Explorer23 said:
To clear things up, TWRP is recovery and not bootloader. Fastboot is bootloader.
So, if you can boot into TWRP, you should be able to use adb commands. Try booting into it, then try "adb devices" and see if it's properly detected (adb reports device's serial number and status "recovery"). You can then use "adb pull" command to get your data.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
my bad , since I dont have a screen , how can I boot into TWRP? is there are "blind commands" you can give me ?
Lellouche said:
my bad , since I dont have a screen , how can I boot into TWRP? is there are "blind commands" you can give me ?
Click to expand...
Click to collapse
Power + volume down should boot directly into recovery.
Sent from my OnePlus 3 using Tapatalk
Explorer23 said:
Power + volume down should boot directly into recovery.
Sent from my OnePlus 3 using Tapatalk
Click to expand...
Click to collapse
Im pressing both for a long time , nothing happens (I guess , since I dont ear any sound and I dont see the device on adb)
Lellouche said:
Im pressing both for a long time , nothing happens (I guess , since I dont ear any sound and I dont see the device on adb)
Click to expand...
Click to collapse
Ok, an alternative then:
- download latest TWRP .img file to your PC
- open command window in folder with the file (Shift + right click > open command window here)
- boot into fastboot (Power + Vol Down) - you said you managed that before - and connect the device to PC. If it's properly detected in fastboot, you can boot custom recovery with "fastboot boot <recovery-name>.img"
Phone should now restart and boot into previously downloaded recovery. Now you can try and see if adb works.
Easier option would be simply "fastboot reboot recovery", but that command is non-standard and doesn't work on OP3 if I remember correctly. You can try though, nothing to lose.
Explorer23 said:
Ok, an alternative then:
- download latest TWRP .img file to your PC
- open command window in folder with the file (Shift + right click > open command window here)
- boot into fastboot (Power + Vol Down) - you said you managed that before - and connect the device to PC. If it's properly detected in fastboot, you can boot custom recovery with "fastboot boot <recovery-name>.img"
Phone should now restart and boot into previously downloaded recovery. Now you can try and see if adb works.
Easier option would be simply "fastboot reboot recovery", but that command is non-standard and doesn't work on OP3 if I remember correctly. You can try though, nothing to lose.
Click to expand...
Click to collapse
That worked for me , Thanks!!

Categories

Resources