How to shutdown w/o touch input - Samsung Galaxy Note 10+ Questions & Answers

So my Note 10+ screen broke so that I can only see the top 15% and only touch the bottom 60%. I booted into TWRP to backup everything, and now I'm in a situation where I can't turn the thing off. I am unable to press the shutdown button, only the download mode and recovery mode buttons. I am also unable to press the ADB side load button to send a shutdown command. It will be quite some time before I am able to fix the screen, so I don't want the phone battery to be sitting dead and degrading for a month or more. I already tried draining the battery and then plugging it in to charge, but the phone automatically booted into TWRP.... hardware key combos only reboot, they won't shut down...
Does anybody have an idea how to power off my device? Or to reboot into system or gain ADB access without being able to use the touchscreen? Thanks for the help

TWRP should allow you to use adb commands already.
You can use fastboot continue

XDHx86 said:
TWRP should allow you to use adb commands already.
You can use fastboot continue
Click to expand...
Click to collapse
I am trying to use adb from another Android device to the broken device using an otg cable, but the ADB otg app does not recognize it. From my memory, when I had tried to use adb in TWRP I always had to go into advanced and press the ADB side load button, but maybe this is different with fastboot? Unfortunately I do not have access to a computer right now, or a mouse for that matter.

AllanRSS said:
I am trying to use adb from another Android device to the broken device using an otg cable, but the ADB otg app does not recognize it. From my memory, when I had tried to use adb in TWRP I always had to go into advanced and press the ADB side load button, but maybe this is different with fastboot? Unfortunately I do not have access to a computer right now, or a mouse for that matter.
Click to expand...
Click to collapse
What are you trying to do exactly?

A bit convoluted but ...
Volume down + Power - forced reboot, right after vibration with USB cable on switch to Volume Up + Power . maybe boot to recovery !?
Odin - Set get system Info on - force reboot ?

Bomn said:
A bit convoluted but ...
Volume down + Power - forced reboot, right after vibration with USB cable on switch to Volume Up + Power . maybe boot to recovery !?
Odin - Set get system Info on - force reboot ?
Click to expand...
Click to collapse
Thanks for the recommendation, but the problem is that I am stuck in recovery mode. I am able to boot into recovery and download modes, but not into the normal system mode. If I could boot into system mode I should be able to use the lower half of the screen to shutdown the device, or use adb.

AllanRSS said:
Thanks for the recommendation, but the problem is that I am stuck in recovery mode. I am able to boot into recovery and download modes, but not into the normal system mode. If I could boot into system mode I should be able to use the lower half of the screen to shutdown the device, or use adb.
Click to expand...
Click to collapse
Yes, I understood that, last opcional on recovery is shutdown?
Just press up and then power?

Bomn said:
Yes, I understood that, last opcional on recovery is shutdown?
Just press up and then power?
Click to expand...
Click to collapse
Unless you can't boot to the default recovery? That's why I suggested Odin.

Related

[Q] HTC Desire HD Bricked bootloader not loading and cannot connect to pc need help

Good day!
After searching everywhere in the web and using different methods, I decided to create an account and ask you guys how to solve my problem
Basically, I have a HTC Desire HD phone, this is unlocked, rooted and using cm-Jellytime_42_R11 ROM. I decided to change ROM and go back to Android Revolution. What I did first was I deleted a couple of folders in my clockwork folder, I deleted both backup to free space. Afterwards, I was trying to connect my phone to my laptop but to no avail (it only charged) then I decided to just boot into recovery. After a couple of tries trying to access and going to bootloader/recovery mode it just wont push through. So I decided to normal boot, then the phone won't boot anymore. It just hanged in the Jellytime loading screen.
Note: I removed the battery a couple of too many times since I was trying to boot into recovery.
Thanks in advance to anyone who can help me with this problem
I didn't understand very well.
Can you now go to Hboot screen volume (-) + power button?
And where you get now stucked when you just power on phone?
Gussta said:
I didn't understand very well.
Can you now go to Hboot screen volume (-) + power button?
And where you get now stucked when you just power on phone?
Click to expand...
Click to collapse
no, i couldnt go to Hboot while holding down volume - and power.
The phone gets stucked in the Jellytime loading screen. It just stops. help me please
What does it do when you try to go to hboot? Is it detected in fastboot? Is it detected in adb when you try to boot normally?
bananagranola said:
What does it do when you try to go to hboot? Is it detected in fastboot? Is it detected in adb when you try to boot normally?
Click to expand...
Click to collapse
it does nothing. It just cant go to hboot. it wont normal boot too. so stuck.
richardrip10 said:
it does nothing. It just cant go to hboot. it wont normal boot too. so stuck.
Click to expand...
Click to collapse
WHen it getts stuck in the roms boot animation, connect usb to the phone and try
Code:
adb devices
Most devices show up via adb during the boot animation.
If the device shows up there, enter
Code:
adb reboot bootloader
then go here and download 4ext recovery.
extract the .img file from the zip. Rename it to recovery.img and place it in your adb directory and enter this whiles in fastboot
Code:
fastboot devices
to make sure your device shows up
then
Code:
fastboot flash recovery recovery.img
after it has successfully flashed reboot to recovery ad try and flash the rom u want.
hope i helped. Click on the thanks buttton.
You can ask if you still have problems.
computer doesn't recognize android. laptop doesnt even make sound that a device has been connected. I checked the device manager but to no avail. but the phone is charging.
richardrip10 said:
computer doesn't recognize android. laptop doesnt even make sound that a device has been connected. I checked the device manager but to no avail. but the phone is charging.
Click to expand...
Click to collapse
What recovery were you using before this happened?
mickeyasamoah said:
What recovery were you using before this happened?
Click to expand...
Click to collapse
cwm sir.
richardrip10 said:
cwm sir.
Click to expand...
Click to collapse
I dont know if this is going to work with CWM but it works on TWRP and 4ext.
Remove the battery and re-insert it.
Now connect the usb to the device.
Dont press the power button.(leave it off)
After the the charging light comes on, the device should be discoverable by adb.
Now try
Code:
adb devices
It should be detected by adb.
mickeyasamoah said:
I dont know if this is going to work with CWM but it works on TWRP and 4ext.
Remove the battery and re-insert it.
Now connect the usb to the device.
Dont press the power button.(leave it off)
After the the charging light comes on, the device should be discoverable by adb.
Now try
Code:
adb devices
It should be detected by adb.
Click to expand...
Click to collapse
sorry, it still didn't work. Is this a bricked phone?
mickeyasamoah said:
I dont know if this is going to work with CWM but it works on TWRP and 4ext.
Remove the battery and re-insert it.
Now connect the usb to the device.
Dont press the power button.(leave it off)
After the the charging light comes on, the device should be discoverable by adb.
Now try
Code:
adb devices
It should be detected by adb.
Click to expand...
Click to collapse
btw, my computer really cant detect my phone. It doesnt make any sound when it is connected through USB. but other devices can be detected by my computer. I tried inserting the usb into a 2.0 and 3.0 usb.
mickeyasamoah said:
I dont know if this is going to work with CWM but it works on TWRP and 4ext.
Remove the battery and re-insert it.
Now connect the usb to the device.
Dont press the power button.(leave it off)
After the the charging light comes on, the device should be discoverable by adb.
Now try
Code:
adb devices
It should be detected by adb.
Click to expand...
Click to collapse
hey bro, I actually made it work. problem is when im flashing the recovery, it shows Failed<remote: not allowed>
what should I do?
mickeyasamoah said:
I dont know if this is going to work with CWM but it works on TWRP and 4ext.
Remove the battery and re-insert it.
Now connect the usb to the device.
Dont press the power button.(leave it off)
After the the charging light comes on, the device should be discoverable by adb.
Now try
Code:
adb devices
It should be detected by adb.
Click to expand...
Click to collapse
no worries now brother! was able to fix my phone now! THANK YOU SO MUCH! :good::good::good:
richardrip10 said:
no worries now brother! was able to fix my phone now! THANK YOU SO MUCH! :good::good::good:
Click to expand...
Click to collapse
Okay Brother.. Guess you should post how you fixed it in the OP so that others with the same problem can look it up.
mickeyasamoah said:
Okay Brother.. Guess you should post how you fixed it in the OP so that others with the same problem can look it up.
Click to expand...
Click to collapse
Ok, so basically, the problem why i can't do the power button + vol (-) is that my volume buttons are broken. (sad) Second, the reason why my computer wasn't detecting my phone is that my phone's charging slot is dirty and I had to clean it with a needle to remove the dust, at the same time, the cable I was using was broken. When I was able to clean the slot and change cables, I then followed the steps by mickeyasamoah (thanks bro) with the adb procedures. Although it failed when it was in the flash recovery line (dunno why), I just proceeded into flashing a new ROM and voila, it worked.
richardrip10 said:
Ok, so basically, the problem why i can't do the power button + vol (-) is that my volume buttons are broken. (sad) Second, the reason why my computer wasn't detecting my phone is that my phone's charging slot is dirty and I had to clean it with a needle to remove the dust, at the same time, the cable I was using was broken. When I was able to clean the slot and change cables, I then followed the steps by mickeyasamoah (thanks bro) with the adb procedures. Although it failed when it was in the flash recovery line (dunno why), I just proceeded into flashing a new ROM and voila, it worked.
Click to expand...
Click to collapse
I am happy i was able to help.
Instead of saying thanks only, you could actually hit the thanks button.
Have a nice day.

[Q] Need help getting into recovery

I flashed something that was incompatible with my version of android and my phone is stuck in a boot loop, aside from that my power button is broken so I cannot simply press volume down and power to get into recovery. When I use the command "adb devices" on my computer while on the boot screen my phone comes up but says it's unauthorized. I can get into download mode though. Do I have any options besides re-installing android altogether from download mode?
jxordan said:
I flashed something that was incompatible with my version of android and my phone is stuck in a boot loop, aside from that my power button is broken so I cannot simply press volume down and power to get into recovery. When I use the command "adb devices" on my computer while on the boot screen my phone comes up but says it's unauthorized. I can get into download mode though. Do I have any options besides re-installing android altogether from download mode?
Click to expand...
Click to collapse
Download KDZ and use normal mode to flash it
It should overwrite all partitions except /data and your phone will still retain its data
jxordan said:
I flashed something that was incompatible with my version of android and my phone is stuck in a boot loop, aside from that my power button is broken so I cannot simply press volume down and power to get into recovery. When I use the command "adb devices" on my computer while on the boot screen my phone comes up but says it's unauthorized. I can get into download mode though. Do I have any options besides re-installing android altogether from download mode?
Click to expand...
Click to collapse
How did you damage your power button mate? DAMN !!! That's horrible! Send the phone in for repairs! You can't really operate the phone with a broken power button.. Try this link to get your device working again.. I'm afraid that you need to download the appropriate KDZ file for your device and use the LG Flash tool to restore your device.. Good luck!!:fingers-crossed:

Need help using CWM to recover data

So my screen blacked out and I would like to attempt and retrieve the information off of my phone. I have an idea to use the CWM I have installed on my phone and from there mount it. But since I cannot see the screen, I was hoping somebody could tell me the number of presses of each button so I can mount it. Thanks!
joecarp said:
So my screen blacked out and I would like to attempt and retrieve the information off of my phone. I have an idea to use the CWM I have installed on my phone and from there mount it. But since I cannot see the screen, I was hoping somebody could tell me the number of presses of each button so I can mount it. Thanks!
Click to expand...
Click to collapse
not sure if cwm will help, but twrp 3 will definitely help, i want you to boot into download mode and flash twrp 3 using Odin, and then boot into recovery.
TWRP 3 has MTP enabled by default, so when you're in TWRP and connected your phone to PC, you will see your phone on PC and will be able to copy anything you want.
also you can use adb pull commands but it requires usb debugging on in your rom.
MigoMujahid said:
not sure if cwm will help, but twrp 3 will definitely help, i want you to boot into download mode and flash twrp 3 using Odin, and then boot into recovery.
TWRP 3 has MTP enabled by default, so when you're in TWRP and connected your phone to PC, you will see your phone on PC and will be able to copy anything you want.
also you can use adb pull commands but it requires usb debugging on in your rom.
Click to expand...
Click to collapse
Should I be able to do all this without the use of my screen?
joecarp said:
Should I be able to do all this without the use of my screen?
Click to expand...
Click to collapse
yes, you will do it blindly, but it's not hard.
you press power + home + volume down for 3 seconds, then press volume up, and connect your phone to PC, then flash the TWRP 3 using Odin,after the flash is done, remove battery, and insert again, then hold the power + home + volume up for 4 seconds, the release the power and keep holding the other 3 buttons for another 3 seconds then release, by now it should be in recovery mode, now connect to PC and you should see your phone and all its content.
MigoMujahid said:
yes, you will do it blindly, but it's not hard.
you press power + home + volume down for 3 seconds, then press volume up, and connect your phone to PC, then flash the TWRP 3 using Odin,after the flash is done, remove battery, and insert again, then hold the power + home + volume up for 4 seconds, the release the power and keep holding the other 3 buttons for another 3 seconds then release, by now it should be in recovery mode, now connect to PC and you should see your phone and all its content.
Click to expand...
Click to collapse
Alright thanks, I'm going to go try it when I have some more time. Thank you a lot
joecarp said:
So my screen blacked out and I would like to attempt and retrieve the information off of my phone. I have an idea to use the CWM I have installed on my phone and from there mount it. But since I cannot see the screen, I was hoping somebody could tell me the number of presses of each button so I can mount it. Thanks!
Click to expand...
Click to collapse
How about just turn the phone on and connect a USB and tranfer everything to your PC ?(Donot requires screen)
Gurkanwal Chauhan said:
How about just turn the phone on and connect a USB and tranfer everything to your PC ?(Donot requires screen)
Click to expand...
Click to collapse
good question.
he can't do it in two cases:
1- if he is using android 6.0+
2- if he is using a password, PIN or a pattern in his lock screen.
i believe he should have tried your suggestion already, it would be a shame if he didn't because it's an Obvious thing.
however, i should have mentioned that as well...

Turn on Robin with TWRP recovery without a power button

Hello everyone, I got a problem again with my Robin, when I try to turn on the phone I do it with my charger since my power button and volume buttons are smashed, now since I cant use my power button I cant start the phone, and after a while it boots me intro TWRP, so my question is Is there a way to turn on my Robin without my power button on TWRP?
Your help is very aprecciated. :fingers-crossed:
I would think mounting it to a pc and issuing a reboot command would work. I never thought TWRP loaded automatically though.
philhachey said:
I would think mounting it to a pc and issuing a reboot command would work. I never thought TWRP loaded automatically though.
Click to expand...
Click to collapse
I already did that, and it didn't work :crying: it goes to fastboot mode, I cant choose anything and just stays in fastboot for a while then it goes back to TWRP.
Maybe your smashed buttons are getting pressed at boot simulating the fastboot and/or recovery.

Question No usb , no bootloader mode only recovery mode reboot sur 1+

Hi,
My Oneplus 11 phone that I had converted from Colors OX to Oxygen OS following a restart only reboots on 1+, sometimes it goes to the recovery menu, the use of the power and volume keys to return to fasboot mode no longer have any effect... it hasn't even been recognized by a pc... Except the usb to charge seems to be working. What can I do in the face of so much mishap because I can't find a solution?
Thanks
Same situation here. I've tried everything for a month. No luck. Only thing you can do is send it back to Oppo or Oneplus
msm tools is the only thing can save it but require official authorization to log in. So don't bother trying anymore.
kikoleboss said:
Hi,
My Oneplus 11 phone that I had converted from Colors OX to Oxygen OS following a restart only reboots on 1+, sometimes it goes to the recovery menu, the use of the power and volume keys to return to fasboot mode no longer have any effect... it hasn't even been recognized by a pc... Except the usb to charge seems to be working. What can I do in the face of so much mishap because I can't find a solution?
Thanks
Click to expand...
Click to collapse
Does the phone boot into recovery by itself when you turn it on? or do you boot it into recovery yourself?
ChrisFeiveel84 said:
Does the phone boot into recovery by itself when you turn it on? or do you boot it into recovery yourself?
Click to expand...
Click to collapse
I would rather say by itself with several restarts alone on the 1+ screen, it arrives on the recovery screen alone and I choose english power off, I press again and it's the same cycle, I can choose reboot device it doesn't change nothing
kikoleboss said:
I would rather say by itself with several restarts alone on the 1+ screen, it arrives on the recovery screen alone and I choose english power off, I press again and it's the same cycle, I can choose reboot device it doesn't change nothing
Click to expand...
Click to collapse
already made a factory reset in the recovery and tried to boot ?
ChrisFeiveel84 said:
already made a factory reset in the recovery and tried to boot ?
Click to expand...
Click to collapse
Doesn't work I do but nothing ... Thank you for your help and no usb recognize only reboot reboot reboot and Recovery/language
If you have any idea or soft to do something ?
because only reboot reboot reboot
kikoleboss said:
Doesn't work I do but nothing ... Thank you for your help and no usb recognize only reboot reboot reboot and Recovery/language
Click to expand...
Click to collapse
Try holding volume up + volume down during boot, it should go into bootloader mode (start holding them before you power on the device by pressing the power button and continue holding them during boot). If it doesn't go into bootloader mode it's very weird because recovery is loaded after the bootloader.
TheNewHEROBRINE said:
Try holding volume up + volume down during boot, it should go into bootloader mode (start holding them before you power on the device by pressing the power button and continue holding them during boot). If it doesn't go into bootloader mode it's very weird because recovery is loaded after the bootloader.
Click to expand...
Click to collapse
Thanks but no change only reboot more speed
if i press the three buttons when booting in fact it turns on and off faster then i stop the three buttons, it stays on the 1+ screen for a long time fixed then arrives at the language screen
chines english
I corrected but I think it's because I press the volume and power button that it launches in fastbootd but no more bootloader and no ubs recognition
Any idea please ? no chance for me
kikoleboss said:
Thanks but no change only reboot more speed
if i press the three buttons when booting in fact it turns on and off faster then i stop the three buttons, it stays on the 1+ screen for a long time fixed then arrives at the language screen
chines english
I corrected but I think it's because I press the volume and power button that it launches in fastbootd but no more bootloader and no ubs recognition
Any idea please ? no chance for me
Click to expand...
Click to collapse
Very strange, fastbootd is inside the recovery and could be unbootable but normal bootloader mode should work nonetheless. Try having the phone connected to PC why attempting the button combination, maybe they added this security measure.
This device is hard bricked. I faced the same issue. Any key combinations won't take you to fastboot to fix. I gave it to service centre to fix.
TheNewHEROBRINE said:
Very strange, fastbootd is inside the recovery and could be unbootable but normal bootloader mode should work nonetheless. Try having the phone connected to PC why attempting the button combination, maybe they added this security measure.
Click to expand...
Click to collapse
When he can boot to fastbootd he can fix the phone
My phone is not bricked and i can with key Combo not boot to fastboot .
Power off
And press power, voll down and voll up boot to edl.
Power off
Voll down and Power boot to recovery
Power off
Voll up and power normal boot to system
When you can boot to fastbootd you can flash the full firmware over fastbootd
With fbe (Same firmware what you have used on your phone )
A hard brick is when you phone goes only in edl
kikoleboss said:
Thanks but no change only reboot more speed
if i press the three buttons when booting in fact it turns on and off faster then i stop the three buttons, it stays on the 1+ screen for a long time fixed then arrives at the language screen
chines english
I corrected but I think it's because I press the volume and power button that it launches in fastbootd but no more bootloader and no ubs recognition
Any idea please ? no chance for me
Click to expand...
Click to collapse
ChrisFeiveel84 said:
When you can boot to fastbootd you can flash the full firmware over fastbootd
With fbe (Same firmware what you have used on your phone )
A hard brick is when you phone goes only in edl
Click to expand...
Click to collapse
He has got a very strange brick, he can boot to recovery but not to bootloader, so it's not an hard brick like when you can only go into EDL mode. Did seriously OnePlus remove the possibility to enter bootloader mode with a key combo??? They make it worse with every phone they release, first edl, now fastboot. What will be next?
ChrisFeiveel84 said:
When you can boot to fastbootd you can flash the full firmware over fastbootd
With fbe (Same firmware what you have used on your phone )
A hard brick is when you phone goes only in edl
Click to expand...
Click to collapse
But no usb recognize with fastboot enhance
How I can flash ?
kikoleboss said:
But no usb recognize with fastboot enhance
How I can flash ?
Click to expand...
Click to collapse
You can boot to fastbootd?
TheNewHEROBRINE said:
He has got a very strange brick, he can boot to recovery but not to bootloader, so it's not an hard brick like when you can only go into EDL mode. Did seriously OnePlus remove the possibility to enter bootloader mode with a key combo??? They make it worse with every phone they release, first edl, now fastboot. What will be next?
Click to expand...
Click to collapse
I am very seriously annoyed, I can't find any solution since the usb is no longer recognized
kikoleboss said:
But no usb recognize with fastboot enhance
How I can flash ?
Click to expand...
Click to collapse
Is the fastboot driver installed ?
TheNewHEROBRINE said:
You can boot to fastbootd?
Click to expand...
Click to collapse
yes the phone go only on fastbootd with volume and power
ChrisFeiveel84 said:
Is the fastboot driver installed ?
Click to expand...
Click to collapse
normally yes the same on two pc
but how can i be sure
On CMD
fastboot flashing unlock
< waiting for any device >
Fastboot enhance nothing because no usb recognize
kikoleboss said:
yes the phone go only on fastbootd with volume and power
Click to expand...
Click to collapse
Are you sure that's not just recovery mode?

Categories

Resources