Related
So.... Been playing with this for the last two days trying to root this phone.
I've rooted a few other phones, so I do have experience with the overall process, but I am unable to even boot this phone into Recovery. I have tried booting into recovery by holding down both volume buttons + power and from adb terminal "adb reboot recovery."
Neither method works. The phone will boot (or reboot from adb) and brings up the "at&t World Phone" screen and then nothing else appears. The first time I tried this it actually wouldn't boot up even after pulling the battery and trying to start normally, it still sat at the same screen. I let it sit all day today at the screen until the battery died. I was finally able to get it to boot up earlier.
If anyone can help, that'd be greatly appreciated. Let me know what info I need to add.
I usually just press and hold both volume buttons and power then release just the power button and keeping the volume buttons still pushed on the 2nd time the white at&t screen pops up... Works for me every time.
Sent from my SAMSUNG-SGH-I897 using XDA App
hold volume up+down and power key btw this is wrong section to post supposed to be in general
Oh sorry, didn't realize it was supposed to be posted in general.
I've tried the Volume Up/Down + Power and this does not work, as I stated originally.
I've also tried to do it from the adb shell, which also does not work.
Does anyone have any idea why I can't access recovery?
I"m having a similar issue. Holding volume up+down and power and releasing in any combination just boots the phone up. If I just hold volume up+down and power the phone alternates between the AT&T World Phone screen endless.
Yes u have to let go of the pwr button when the phone screen turns on
Sent from my SAMSUNG-SGH-I897 using XDA App
I've tried just about every combination of the Volume Up/Down + Power and no luck.
I've also tried the following ADB commands, with no luck, it just reboots the phone:
adb reboot recovery
adb reboot-boatloader
When I hold Volume Down + Power I get the a Yellow Triangle with a Android guy with a shove with the text "Downloading... Do not turn off Target!!!"
When I hold Volume Up + Power I get an Android guy with the following text: "POWER RESET or UNKNOWN UPLOAD MODE"
For kicks, I tried to to flash a rooted update.zip via the Volume Down + Power way with the Samsung update software, the same way I have done with the Samsung Moment. Wasn't sure if it'd work, but worth a try.
Any one else have any ideas or suggestions?
Phishie, do you have a final release version? Or anything special about the phone you have?
I just press the two volume buttons first (to make sure theyre pressed before you hit power), then press the power button, as soon as the screen turns on, I let go of everything and it works just fine, no need to have ridiculously complicated instructions.
The trick is to make sure both volume buttons are pressed BEFORE you hit power. Then release. Easy as pie
Also, if you guys are having too much trouble, just download the one click root/unroot. It will run, boot your phone into recovery, then all you have to do is scroll to install packages with volume key and hit power. Done.
Trust me, I am making sure I'm pretty the keys completely. I've literally tried it fifty times by now.
And I've also tried the One Click Root. This does not boot the phone into recovery either. It just sits at the AT&T World Phone screen forever and will actually get stuck here and will not boot up normal even by pulling the battery and powering it back up. It'll just get stuck at the for-mentioned screen. I have to connect it to adb and reboot it there to get it out of the loop it's stuck in.
that doesnt sound good. Maybe you need to try a factory reset? are you running stock rom and everything?
When I first got the phone I did a factory reset.
Yea, it's completely stock to my knowledge. But I have a different ROM than the final release version that everyone else has. This is a pre-production device.
same problem
I try all the combos as well, no luck, would the combos be different for 2e vs 3e recovery?
I try combo, it powers on, the same thing happens, the at-t comes up, goes for a second, then screen brightens, wait a bit and then the home row buttons light up, hangs there... doesnt matter which kernel or which rom I flash, same thing, adb and other stuff wont work as they need usb debugging enabled, which mine isn't.
Is there a way to mod the phone files and flash to enable usb debugging? Anyway to remap the buttons to 2 button vs 3 button?
Everyone post your methods for entering recovery please?
I just bought a Nexus 6 on Ebay for cheap. (famous last words, I know, but I'm a cheap bastard) Seller stated power button wasn't working, but could still use an app like volume 2 power to wake up the device. I got a project fi sim and everything works except the power button. It has been working great but I let the battery die last night, is there anyway to get the phone to boot without the power button? I tried an ADB reboot, but my computer doesn't even recognize that anything is plugged in when the power is off.
I actually bought another power/volume switch and installed it. It will work to power up the phone, but if I try and use it to turn the screen off, it gives me a prompt to turn off the phone and then about 5 seconds later it reboots. I decided that was worse than a completely broken switch, so I but the broken one back in. I'm going to buy one more switch to see if I get the same behavior. I was just wondering if anybody has seen this behavior before?
Research on here and via google shows no way to boot without a broken power button. See the response below! Good info to know.
Luckily, when I got home I tried my replacement power/volume switches again and I did not have the issue with the phone rebooting. I think maybe I had them wedged in too tight the first time I installed.
altarity said:
Research on here and via google shows no way to boot without a broken power button. Luckily, when I got home I tried my replacement power/volume switches again and I did not have the issue with the phone rebooting. I think maybe I had them wedged in too tight the first time I installed.
Click to expand...
Click to collapse
My power button is broken. There is a way to boot it, its a bit inconvenient but whatever it works for me. I didn't like the 6P so I am waiting for the new Nexus.
To power on:
-Hold volume button down + plug in usb cable connected to computer. You should boot into the bootloader.
-Run command:
Code:
fastboot continue
-You will immediately boot.
I then had to remap the power button to volume down so I could lock the screen and such.
To edit:
-Pull the file
Code:
adb pull /system/usr/keylayout/Generic.kl
-Change "VOLUME_DOWN" TO "POWER" in Generic.kl
-Push the file
Code:
adb push Generic.kl /system/usr/keylayout/Generic.kl
-Reboot
-????
-Profit your volume down button now acts as the power button. To change volume, press the volume up button and adjust volume with the slider in the volume panel.
While it appears your issue is fixed, I think this might be helpful to other users who may search for this answer!
Thanks
Sent from my Nexus 6 using XDA-Developers mobile app
Will that work with an unrooted Nexus 5 as well?
Thanks.
P_Raposo said:
Will that work with an unrooted Nexus 5 as well?
Thanks.
Click to expand...
Click to collapse
Probably, since it's a Nexus. But the answer is to try and see. Or ask in the N5 forum. Hard for us N6 users to test without a N5.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
to do the fastbook command, does your computer have to be in a terminal mode or is there an interface that comes up when you perform below?
-Hold volume button down + plug in usb cable connected to computer. You should boot into the bootloader.
-Run command:
cacheeg said:
to do the fastbook command, does your computer have to be in a terminal mode or is there an interface that comes up when you perform below?
-Hold volume button down + plug in usb cable connected to computer. You should boot into the bootloader.
-Run command:
Click to expand...
Click to collapse
You need to install fastboot on your computer, and then open a terminal.
Fastboot is part of the Android development kit from Google, but it is probably easier to install a package like this one:
https://forum.xda-developers.com/showthread.php?t=2317790
(minimal adb and fastboot)
My power button stopped working a couple days ago but I was still able to wake device with volume buttons. I was worried that if my phone were to shut off I wouldn't be able to turn it back on so I booted into bootloader and was going to try and flash "oem off-mode-charge 0" (which should then make the phone power on when plugged into charger).
At the time I couldn't detect the device using fastboot and as I was searching around on my computer the screen on the phone turned off (was in bootloader at the time). I'm not sure at this point if my phone was on and that both the power and volume buttons were not waking device or if the phone turned itself off.
I have tried the hold the volume down and plug the charger in trick to try and get back into bootloader but nothing happens. When I plug phone into my computer it takes about 20 seconds but I get the little windows ding that something has been connected but phone is still not responsive. I'm starting to think I'm a little screwed here but welcome any input.
You just looking to get the screen to light up so you can implement a way to use the device without the power button? You could try gravity screen or something but first things first...
If its not lighting up on plugin have you tried connecting to a computer and opening ADB and issuing the command adb devices followed with adb reboot. If you wanna go back to bootloader just adb reboot-bootloader. That will restart device so screen is back on and I would turn on the Ambient Display mode so when you pick it up the screen comes on or get a volume power button app or gravity screen app that turns on when you take it out of pocket. Thats all I can suggest and hope any of this helps.
With phone plugged into computer, nothing shows up when I check adb devices or fastboot devices. I guess I'm unsure on what state my phone is in. None of the buttons do anything and nothing happens when I plug my phone into my wall charger (no charge light or screen on). The only response I can get is when I plug the phone into my computer windows makes a noise.
Anyone know what happens when a powered off phone gets plugged into the computer? Does windows make the little noise indicating a device has been plugged in even with it off?
It does not make a noise if its off.. That much I know. Interesting though. Are you sure you have the correct drivers installed for your nexus phone if you are on windows. Go into hardware manager by right clicking on my computer and make sure that its reading it correctly in usb devices without a yellow triangle next to it.
I should have the correct drivers. I just went ahead and reinstalled them through the nexus toolkit. In device manager it says: unknown USB device (device descriptor request failed).
I checked adb devices before all this happened and it displayed correctly. I then rebooted into the bootloader but the fastboot devices command did not show anything. It was shortly after that that the screen turned off. Will the screen normally time out when in the bootloader? I'm wondering if my phone is still in the bootloader with the screen off and both power and volume buttons non functional.
Only thing I can think of is to wait for it to die, then volume down + plug in to pc and when bootloader screen appears issue command fastboot continue and it should boot up. Then get something to remap key or an app. If this all fails after it dies and you restart it assuming debugging wasnt on or its just reading phone as media device of sorts not allowing adb then you may have to get the power button assembly possibly and install it yourself or open the back case and hit the power contact under the button and see if you can get it on. Thats all the ideas I have.
I'd also suggest that after you reinstalled drivers make sure you did a reboot and then plug in the device and also try using a different USB port and or USB cord also as odd as that sounds Ive seen it work before. Im pretty tapped on ideas tho. Do you know if you had usb debugging enabled?
Wireless charger
Sent from my Nexus 6 using XDA-Developers mobile app
Power Button replacement is pretty easy and cheap, there's a Tutorial
On YouTube
coremania said:
Power Button replacement is pretty easy and cheap, there's a Tutorial
On YouTube
Click to expand...
Click to collapse
Ok, cool. I'll take a look.
Managed to get it back into the bootloader this morning. So I guess this is a PSA, if your screen times out while in the bootloader, the volume keys will not wake device so since my power button is broken I couldn't wake it. At that point, the phone is in a state where it cannot receive any fastboot commands, even though it is in bootloader with the screen off. What I had to do was wait overnight for the battery to drain and have the phone power itself off. At this point the volume down plus plug in charger trick worked to get it back into the bootloader with screen on. At that point I was able to 'fastboot reboot' back into system.
Thanks for the insight people
double post
coremania said:
Power Button replacement is pretty easy and cheap, there's a Tutorial
On YouTube
Click to expand...
Click to collapse
It's easy but also annoying. Removing the 18 screws is the most annoying part
clapper66 said:
It's easy but also annoying. Removing the 18 screws is the most annoying part
Click to expand...
Click to collapse
I think the Nexus 6 deserve it
brumby05 said:
I should have the correct drivers. I just went ahead and reinstalled them through the nexus toolkit. In device manager it says: unknown USB device (device descriptor request failed)......
Click to expand...
Click to collapse
Driver issue.
Remove/uninstall the drivers from your PC when the phone is connected.
After that reinstall the adb/fastboot drivers.
N6 - Power mapped to VOL DOWN; turned off and can't get it back on
Hi all, I had to remap my power button - I mapped it to VOLUME DOWN. The other day I voluntarily powered down my N6 at a test center.....and haven't been able to get it to respond since. I do have a Pixel 2 XL on the way - but not that sure I'll want to keep it. The N6 is so sweet.
I've tried holding the volume buttons (POWER and VOLUME UP) for like a minute, but nothing. When I charge it, I see the battery symbol (full) but only for about 5 seconds.
ADB does not see any connected devices. Wug's NRT does not see any connected devices. I'm at a loss and afraid that I've lost my N6 and will have to use the Pixel 2 XL regardless what I think about it.
Any other ideas?
JMacD said:
Hi all, I had to remap my power button - I mapped it to VOLUME DOWN. The other day I voluntarily powered down my N6 at a test center.....and haven't been able to get it to respond since. I do have a Pixel 2 XL on the way - but not that sure I'll want to keep it. The N6 is so sweet.
I've tried holding the volume buttons (POWER and VOLUME UP) for like a minute, but nothing. When I charge it, I see the battery symbol (full) but only for about 5 seconds.
ADB does not see any connected devices. Wug's NRT does not see any connected devices. I'm at a loss and afraid that I've lost my N6 and will have to use the Pixel 2 XL regardless what I think about it.
Any other ideas?
Click to expand...
Click to collapse
Wow - just got my N6 to boot using this little tip I found on Reddit - https://www.reddit.com/r/AndroidQue...ny_way_to_turn_on_phone_without_power_button/
I was holding down the Vol Up and Power buttons (which are both the Volume bar since I remapped my power to Vol Down), but I hit 'enter' on the 'fastboot continue' text in the CMD prompt just after I plugged in the USB and the battery icon came up. It booted into bootloader mode briefly first, then went into system reboot. Whew!
I think your button assembly is broken and I would replace it. You could try the work around in Broken power button, any way to boot? by altarity, post #3.
"Good judgment comes from experience, and a lot of that comes from bad judgment." - Will Rogers
Here's a quick reference for how to reboot and reset your 2019 Galaxy Tab A 10.1 (SM-T510/T515) using the hardware buttons:
Force restart:
- If your device is frozen and unresponsive, press and hold the Volume Down + Power keys simultaneously for more than 7 seconds to restart it.
Boot to Recovery Mode:
- Power off the device
- Press and hold the Volume Up + Power keys at the same time.
- Release both keys when you see Recovery Mode.
Boot to Download Mode:
- Disconnect the USB cable
- Power off the device
- Press and hold the Volume Down + Volume Up keys
- Insert the USB cable
Boot to Safe Mode:
- Power off the device
- Press and hold the Power key.
- When the boot logo appears, release the Power key and then press and hold the Volume Down key.
- Continue to hold the Volume Down key until the device finishes restarting.
- Safe Mode will display in the bottom left corner of the screen.
Since there is no Bixby button, these combinations are different than the Galaxy S10. If you know of additional combinations, please contribute to the discussion below and I'll consolidate here.
If there’s no response on your device or you're stuck in a boot loop, then you might need to wait for the battery to drain. The 2019 Galaxy Tab A 10.1 has a non-removable battery pack, so disconnecting that isn't an option. Hopefully, the system reverts to its normal function with a cold boot. This can take time if the battery has high charge left at time of failure. Depending on how fast your battery drains, this can mean waiting for a few hours to several days.
UPDATE: With the right timing, you can break out of a boot loop into Download Mode...but it's tricky:
Insert USB Type C cable connected to your PC
Press and hold the Power and Volume Down keys for exactly 7 seconds (hard reset)
Release the Power key and press and hold both Volume Up & Down keys (enter Download Mode)
If you don't see the blue bootloader unlock warning screen, keep repeating the above two steps
The trick here is that you're trying to time your switch to the Download Mode keys for the exact moment the hard reset takes effect. If you see the boot logo while still holding the first key combination, it's too late. If you switch too early, you won't trigger the hard reset.
I've had to hold down both volume up and volume down while plugging in usb to get the unlock screen to populate. Canadian Wifi variant.
Jambii1987 said:
I've had to hold down both volume up and volume down while plugging in usb to get the unlock screen to populate. Canadian Wifi variant.
Click to expand...
Click to collapse
Thanks, that was an error in my initial post. I was figuring these out by trial and error, but it turns out that our hard resets are basically the same as for the Galaxy M30, which also uses the Exynos 7904 SoC and has no Bixby key.
https://www.hardreset.info/devices/samsung/samsung-galaxy-m30/download-mode/
UPDATE: Also the same as for the Galaxy A30 and some others.
https://www.hardreset.info/devices/samsung/samsung-galaxy-a30/download-mode/
Jambii1987 said:
I've had to hold down both volume up and volume down while plugging in usb to get the unlock screen to populate. Canadian Wifi variant.
Click to expand...
Click to collapse
Yes, I did the same way
US version
1. Enable OEM Unlock
2. Turn the tablet off and unplug the cable
3. Press and hold both volume up and volume down buttons and plug USB cable to host computer
4. You will get wipe screen. Long press volume up to unlock the bootloader.
Now I have to find matching ROM and patch the boot.img and flash.
I believe you have to disable Vault Keeper to keep root intact.
Brand new out the box 11am this morning.
Opened the parcel cool no damage. Powered up fine, had a mess with it, no problems check the speakers were fine and no issues plugged it on charge to 100% took it off and left it for an hour or so, went back to it and physically used it to use Facebook and play candy crush cool no problems. Took a few photos and no problems again. Put it on the side still on near 90% and went back to it 30 minutes later completely off and won’t turn back on, tried charging it nothing no sign of life, tried rebooting it and still nothing. Please tell me that this is not the end and I need to get a replacement... ?*
christina98 said:
Opened the parcel cool no damage. Powered up fine, had a mess with it, no problems check the speakers were fine and no issues plugged it on charge to 100% took it off and left it for an hour or so, went back to it and physically used it to use Facebook and play candy crush cool no problems. Took a few photos and no problems again. Put it on the side still on near 90% and went back to it 30 minutes later completely off and won’t turn back on, tried charging it nothing no sign of life, tried rebooting it and still nothing. Please tell me that this is not the end and I need to get a replacement... ?*
Click to expand...
Click to collapse
Have you tried getting into download mode? Or recovery for that matter.
Triscuit said:
Have you tried getting into download mode? Or recovery for that matter.
Click to expand...
Click to collapse
I’ve not even been able to get it back on, I’ve attemp a reboot countless of times and still nothing rectifys it. I spoke with Samsung they feel it’s a major fault with the tablet and have told me to request a replacement from my provider or even a refund.
Forgot pattern password, unable to power 510 Tab A off since pattern password is required. How to wipe tab or reset to factory without powering off?
Magendanz said:
If there’s no response on your device or you're stuck in a boot loop, then you might need to wait for the battery to drain. The 2019 Galaxy Tab A 10.1 has a non-removable battery pack, so disconnecting that isn't an option. Hopefully, the system reverts to its normal function with a cold boot. This can take time if the battery has high charge left at time of failure. Depending on how fast your battery drains, this can mean waiting for a few hours to several days.
UPDATE: With the right timing, you can break out of a boot loop into Download Mode...but it's tricky:
Insert USB Type C cable connected to your PC
Press and hold the Power and Volume Down keys for exactly 7 seconds (hard reset)
Release the Power key and press and hold both Volume Up & Down keys (enter Download Mode)
If you don't see the blue bootloader unlock warning screen, keep repeating the above two steps
The trick here is that you're trying to time your switch to the Download Mode keys for the exact moment the hard reset takes effect. If you see the boot logo while still holding the first key combination, it's too late. If you switch too early, you won't trigger the hard reset.
Click to expand...
Click to collapse
Ay, thanks i finally got it into download mode, it gave an error at the top left like kernel rev check fail or smth, it was boot looping and with this trick i got it into the bootloader imma flash stock again, THANKS AGAIN!
Could someone point me into a direction what exactly the problem is? I have used this phone on unofficial LineageOS 18.1 for a few months but suddently after dropping it from not all to high the screen displayed lines and colors similar to those that you see when you drop your phone into water (there was no water contact and the phone didn't fall that great of a distance, maybe like 1 meter/ 3ft).
My first guess is that the screen is broken, but I tried using ADB to extract some files still on the device but was unable to, especially I can't boot into fastboot or recovery it seems...
When pressing the power button the phone vibrates
Pressing the power button and volume down key reboots the phone (as seen on PC). Holding them down a long time shuts the device off or something. it can only be turned back on when plugged in.
I tried all possible button combinations to enter fastboot or EDL but nothing seems to work (Power + Volume Up / Volume Up + Volume Down while connecting to a PC with USB 2.0).
On my PC the device shows up as "MTP USB Device", everytime, not sure if I'm doing the EDL thing wrong...
EDIT: After leaving the device for a day, it suddenly started to vibrate and repeat the sound I guess plays when battery is low, over and over again in an increasing volume. The volume buttons had no effect as did the power button until it stopped and then didn't respond anymore. After plugging it in again it was back to vibrating once after i pressed the power button. What mode is this??
Any help would be greatly appreciated, not sure if it is even bricked but it seems off that I can't enter fastboot or anything else (like EDL), thanks!
applejackrecidivists said:
Could someone point me into a direction what exactly the problem is? I have used this phone on unofficial LineageOS 18.1 for a few months but suddently after dropping it from not all to high the screen displayed lines and colors similar to those that you see when you drop your phone into water (there was no water contact and the phone didn't fall that great of a distance, maybe like 1 meter/ 3ft).
My first guess is that the screen is broken, but I tried using ADB to extract some files still on the device but was unable to, especially I can't boot into fastboot or recovery it seems...
When pressing the power button the phone vibrates
Pressing the power button and volume down key reboots the phone (as seen on PC). Holding them down a long time shuts the device off or something. it can only be turned back on when plugged in.
I tried all possible button combinations to enter fastboot or EDL but nothing seems to work (Power + Volume Up / Volume Up + Volume Down while connecting to a PC with USB 2.0).
On my PC the device shows up as "MTP USB Device", everytime, not sure if I'm doing the EDL thing wrong...
EDIT: After leaving the device for a day, it suddenly started to vibrate and repeat the sound I guess plays when battery is low, over and over again in an increasing volume. The volume buttons had no effect as did the power button until it stopped and then didn't respond anymore. After plugging it in again it was back to vibrating once after i pressed the power button. What mode is this??
Any help would be greatly appreciated, not sure if it is even bricked but it seems off that I can't enter fastboot or anything else (like EDL), thanks!
Click to expand...
Click to collapse
Id tell you to flash raw firmware if possible, a friend of mine had a problem with audio and whatsapp and random stutters, flashing the raw firware for rog 3 may help, sorry but my knowledge aint that great.
looks like your phone is bricked. you can try the below workaround.
[UNBRICK/RAW] Revive your bricked ASUS ROG Phone 3 [23-NOV-2021]
Unbrick your ASUS ROG Phone 3 for free!! Don't pay for this stuff anywhere, it's your device and you deserve the right to fix it yourself. I noticed some people in the community charging upto 50$ for the firmware which should've been free from...
forum.xda-developers.com