Question Screen Dead, Phone won't respond to (almost) anything - Samsung Galaxy A52 5G

Hello there,
Recently my Phone Screen died. I tried restarting it. Now i can only do 3 things.
1. Let it ring with smartthings
2. Use the Emergency call where it beeps
3. Restart the Phone with the Button combination
I am currently trying to get into recovery mode so I can backup my Data.
I have the most recent drivers installed. The Cable I use works with 3 different Phones.
I also tried a USB C to HDMI but had no luck. USB debugging is disabled.
ADB can enable USB debugging as far as i know.
Is there any aproach that i could try ?

a wireless mouse to enable adb and make the back up

Sorry, I should have specified that the screen is black.

What do you want to back up?

Related

Stuck in a boot loop? Try ADB Portable!

I've seen an increase in people who have gotten themselves stuck in a bootloop or can't seem to get the combo right to get into download or recovery mode.
Assumptions:
You have the proper drivers installed
Samsung Driver
Your phone is recognized by your PC
Instructions:
Power Phone off
Extract this folder to your computer
Run batch file for Download or Recovery Mode (it waits to see your phone)
Plug phone into computer
Power phone on
Phone should be detected and go into the proper mode
Thx Red_81, again. Glad to see u put this here for the i777. Appreciate u sharing this. It should provide some good help for many users. :thumbup:
Sent from my SAMSUNG-SGH-I777 using xda premium
So much easier than trying to explain how to install the sdk and then what commands to run. The only problem is you need to have working drivers.
Sent from my SGH-I777 using xda premium
Red_81 said:
I've seen an increase in people who have gotten themselves stuck in a bootloop or can't seem to get the combo right to get into download or recovery mode.
Assumptions:
You have the proper drivers installed
Samsung Driver
Your phone is recognized by your PC
Instructions:
Power Phone off
Extract this folder to your computer
Run batch file for Download or Recovery Mode (it waits to see your phone)
Plug phone into computer
Power phone on
Phone should be detected and go into the proper mode
Click to expand...
Click to collapse
My phone is stuck in boot logo. Computer is detecting phone as "SAMSUNG Android ADB Interface" but adb is not recognizing my phone.
Any ideas?
---------- Post added at 10:29 AM ---------- Previous post was at 10:23 AM ----------
lambition said:
My phone is stuck in boot logo. Computer is detecting phone as "SAMSUNG Android ADB Interface" but adb is not recognizing my phone.
Any ideas?
Click to expand...
Click to collapse
Never mind. I just got it working.
Had to just enter adb command directly. wait-for-device is not working for my phone for some reason.
If you get stuck there again, unplug and plug in the device again.
Sent from my SGH-I777 using xda premium
Adb kill server, adb start server.
Sent from my GT-I9100 using Tapatalk 2
Phalanx7621 said:
Adb kill server, adb start server.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Script already does that
Sent from my SGH-I777 using xda premium
Thanks
Thanks i was tinkering with a noria 7" tablet, which hasn't worked right since i got it but for 65 bucks its to be expected, but i used sdk manager to get it to register on my computer as an android adb device and for some reason i tried to turn the wifi on and it crashed and got stuck in a boot loop idk why. like i said hasn't worked right since i bought it. But i did use adb portable like you said to get into recovery mode and it worked great thanks! For other noria users when i figure out how to flash a rom to it i'll start a section here on xda as soon as i figure it out. Thanks again
Any suggestions if ADB doesn't see it?
- Phone was working fine in the morning and at lunch I noticed it was off.
- Try to turn phone back on and it is stuck at the samsung menu like everyone else.
- Soft and hard reset change nothing.
- Neither recovery nor download mode works using every key combo that I've seen suggested.
- Computer detects a device but "USB Device not recognized" and ADB can't see any devices (and I know it is set up correctly as I have the full SDK installed and known to be working).
- Charging still works fine and the battery is now at 100%
- Phone is NOT rooted and has no special apps or any recent changes to change the situation (not even app updates since a few weeks)
I'm not sure what else to do. I will probably let it sit for a few days without a battery, but otherwise I would open it up and see if there is some mechanical/electrical issue like a short or something somewhere. Pretty sure this is a software issue though. Any ideas?
BrockSamsonFW said:
Any suggestions if ADB doesn't see it?
- Phone was working fine in the morning and at lunch I noticed it was off.
- Try to turn phone back on and it is stuck at the samsung menu like everyone else.
- Soft and hard reset change nothing.
- Neither recovery nor download mode works using every key combo that I've seen suggested.
- Computer detects a device but "USB Device not recognized" and ADB can't see any devices (and I know it is set up correctly as I have the full SDK installed and known to be working).
- Charging still works fine and the battery is now at 100%
- Phone is NOT rooted and has no special apps or any recent changes to change the situation (not even app updates since a few weeks)
I'm not sure what else to do. I will probably let it sit for a few days without a battery, but otherwise I would open it up and see if there is some mechanical/electrical issue like a short or something somewhere. Pretty sure this is a software issue though. Any ideas?
Click to expand...
Click to collapse
To use ADB you must have USB debugging enabled in settings under Developer Options. If you don't keep this enabled all the time, and it wasn't set when the phone stopped working, then ADB is not an option.
Hopefully, you can get into download mode. For reference, here are the ways I know of, in case you haven't tried something here:
If you can get into download mode, you should flash the stock firmware and then perform a wipe data/factory reset from within stock recovery.
There are several ways to put the phone into download mode. You should try all of them that you can before you give up.
Recovery mode:
With the phone off (and not connected to the computer), and battery installed, hold all three buttons, vol- vol+ pwr continuously until the initial boot screen appears the second time.
Download mode:
1. With the phone off and connected to the computer via USB cable, and battery installed, hold all three buttons, vol- vol+ pwr.
2. With the phone off and battery installed, hold vol- and vol+ (but not pwr) while plugging in the USB cable.
3. With the phone off and battery installed, hold vol- (but not vol+ or pwr) while plugging in the USB cable.
4. Attempt each of the above three options with the battery removed from the phone. The computer will supply the power to the phone.
5. Use Android Debug Bridge (adb) which will only work if USB debugging has been already turned on in Developer Options, since you can't boot into the system to turn it on. With the battery installed and the phone connected to the pc via USB cable, use the command "adb reboot download".
6. Use a USB jig. With the battery installed insert the USB jig into the USB connector of the phone. Some have reported that this method works when no other method would work.
creepyncrawly said:
To use ADB you must have USB debugging enabled in settings under Developer Options. If you don't keep this enabled all the time, and it wasn't set when the phone stopped working, then ADB is not an option.
Hopefully, you can get into download mode. For reference, here are the ways I know of, in case you haven't tried something here:
If you can get into download mode, you should flash the stock firmware and then perform a wipe data/factory reset from within stock recovery.
There are several ways to put the phone into download mode. You should try all of them that you can before you give up.
Recovery mode:
With the phone off (and not connected to the computer), and battery installed, hold all three buttons, vol- vol+ pwr continuously until the initial boot screen appears the second time.
Download mode:
1. With the phone off and connected to the computer via USB cable, and battery installed, hold all three buttons, vol- vol+ pwr.
2. With the phone off and battery installed, hold vol- and vol+ (but not pwr) while plugging in the USB cable.
3. With the phone off and battery installed, hold vol- (but not vol+ or pwr) while plugging in the USB cable.
4. Attempt each of the above three options with the battery removed from the phone. The computer will supply the power to the phone.
5. Use Android Debug Bridge (adb) which will only work if USB debugging has been already turned on in Developer Options, since you can't boot into the system to turn it on. With the battery installed and the phone connected to the pc via USB cable, use the command "adb reboot download".
6. Use a USB jig. With the battery installed insert the USB jig into the USB connector of the phone. Some have reported that this method works when no other method would work.
Click to expand...
Click to collapse
Thanks a ton for the reply. Recovery mode does not work but using your methods I AM able to get it to boot to download mode. If it matters, USB debugging was and should still be enabled.
Now the question is... is there any way to backup the phone from this state or get into a state where I could back it up? I don't really care about my pictures or anything else as those were recently backed up but some app settings would be nice to save (Clash of Clans village without Google+, ugh). I'm going to do more research on the next step myself but if you have any suggestions or information to point me in the right direction I would of course appreciate that as well. Thanks for getting me this far though!
BrockSamsonFW said:
Thanks a ton for the reply. Recovery mode does not work but using your methods I AM able to get it to boot to download mode. If it matters, USB debugging was and should still be enabled.
Now the question is... is there any way to backup the phone from this state or get into a state where I could back it up? I don't really care about my pictures or anything else as those were recently backed up but some app settings would be nice to save (Clash of Clans village without Google+, ugh). I'm going to do more research on the next step myself but if you have any suggestions or information to point me in the right direction I would of course appreciate that as well. Thanks for getting me this far though!
Click to expand...
Click to collapse
It's pretty difficult to recover information from the data partition when the phone is in a state such as you describe. Maybe the developers and technogeeks can do it. I can't. However, depending on where the game saves it's game data, you may be fine. If the game data is saved to the USB memory (internal sd card) then it will still be there once you flash new firmware. Your pictures should also be fine, since they are on the sdcard.

[Q] L9 Won't Connect to USB

I have an Optimus L9, which was working fine a month ago. I have made no changes to it, but now when I plug in to USB the options for connecting do not come up on the phone, and the PC doesn't recognize that it has been plugged in...However, it still charges fine.
I have:
Played with the USB options.
Turned "Ask on connect" on and off
Checked to make sure USB Debugging was off
Installed the latest LG drivers
Nothing, I cannot connect to USB to transfer files, and my phone doesn't recognize (with the popup four options) at all that a USB cable is plugged in besides charging fine.
I have googled and found no answers to my problem.. was hoping someone here might know.
desertw0lf said:
I have an Optimus L9, which was working fine a month ago. I have made no changes to it, but now when I plug in to USB the options for connecting do not come up on the phone, and the PC doesn't recognize that it has been plugged in...However, it still charges fine.
I have:
Played with the USB options.
Turned "Ask on connect" on and off
Checked to make sure USB Debugging was off
Installed the latest LG drivers
Nothing, I cannot connect to USB to transfer files, and my phone doesn't recognize (with the popup four options) at all that a USB cable is plugged in besides charging fine.
I have googled and found no answers to my problem.. was hoping someone here might know.
Click to expand...
Click to collapse
I tried using another USB cable (my GF has the same phone) and nothing. Her phone pops up the options, so it appears the issue is with the phone itself... I guess a backup and restore are my only options?
I have the same issue, and it was from clearing out the phone to reinstall 10d (metropcs), then upgrade to 10e...i cant get it to work.
I just found 3 other people who had similar problems to this. Although most of them did something to make it unable to connect. Try Kuma's persist.img here http://forum.xda-developers.com/showthread.php?p=49475336#post49475336
engeering mode
Hello, my I was the same and so solve
1: enter engineer mode (dial 3845 # * 768 # or 3845 # * 769 # or 3845 # * 760 # depending on your phone model)
2: Option port setting
3: Select CP Reset
4: select pot again setting
5: cp usb
end
Sorry my english

Help needed! How to root a cracked screen Z Ultra?

Hi,
My Z Ultra's screen is cracked and i would like to use it for my TV as a Android-Box replacement, because it's actually still usable i think. Now my Problem isn't finding a suitable Rom(i think) or general knowsledge about rooting.
I think i got all the needed tools like a microsoft bluetooth keyboard with touchpad(regular usb mouse and keyboard too if needed), a MHL/USB(all-in-one) OTG adapter, HDMI cable and the universal USB micro to usb adaptercable.
SO my questions are:
1) Can i root without actived USB Debugging? (i can't activate it due to the cracked screen) ...Most important!
2) Is Towelroot still good? Or are there other easy root methods for newbs?
Thanks for reading any maybe helping
Talentfree said:
Hi,
My Z Ultra's screen is cracked and i would like to use it for my TV as a Andriod-Box replacement, because it's actually still usable i think. Now my Problem isn't finding a suitable Rom(i think), general knowsledge about rooting.
I think i got all the needed tools like a microsoft bluetooth keyboard with touchpad(regular usb mouse and keyboard too if needed), a MHL/USB(all-in-one) OTG adapter, HDMI cable and the universal USB micro to usb adaptercable.
SO my questions are:
1) Can i root without actived USB Debugging? (i can't activate it due to the cracked screen) ...Most important!
2) Is Towelroot still good? Or are there other easy root methods for newbs?
3) anything else i might have forgotten?
4) i think that a Sony Companion free system is usefull for Flashtool or am i wrong?
Thanks for reading any maybe helping
Click to expand...
Click to collapse
Have you tried using the USB mouse with the OTG adapter?
I.assume you have seen this guide. http://forum.xda-developers.com/xpe...de-cracked-screen-beast-life-tv-xbmc-t2907921
i just tried, didn't work
...and yes i tried some of it, but usb debuggin not being ebabled seems to be my problem. I will try that script asap
Talentfree said:
i just tried, didn't work
...and yes i tried some of it, but usb debuggin not being ebabled seems to be my problem. I will try that script asap
Click to expand...
Click to collapse
I am testing now and mouse works fine with developer options and USB debugging turned off.
Does your phones screen display? I also reread your first post ", a MHL/USB(all-in-one) OTG adapter," the OTG cord I have is just a male micro and female full size USB.
Yes the screen seems to display. i tried it with the z ultra and oneplus one, both didn't respond to a mouse(two different tested with two different otg cables). I still got the S4, will try that on it too later.
Basically you plug it in and you see a mouse cursor or what? i clicked around, but nothing...
Also on my Z Ultra the widget on the screen seems to jump around, just like the stars that move when you touch the screen usually if you get what i mean.
Talentfree said:
Yes the screen seems to display. i tried it with the z ultra and oneplus one, both didn't respond to a mouse(two different tested with two different otg cables). I still got the S4, will try that on it too later.
Basically you plug it in and you see a mouse cursor or what? i clicked around, but nothing...
Also on my Z Ultra the widget on the screen seems to jump around, just like the stars that move when you touch the screen usually if you get what i mean.
Click to expand...
Click to collapse
Yes I see a cursor (even on the lockscreen) and it does give the shooting stars effect when swiped. Needed to hold down left mouse button when swiping and then release.
my shooting stars "cursor" seems to either jump around or not appear at all, but nothing happens.
Does anything pop up on the top down menu or does it play sound when connected?
Would this from this thread work on the XZU too, due to it being android based?
Reset Nexus into recovery mode (power & volume down)
2. Connect to PC via USB. Install the USB driver from the SDK so that it appears as an ADB device
3. Fire up the updated toolkit. You should see the nexus as a fast boot device
4. Unlock bootloader
5. Using option 10 on the toolkit load up CWM on the phone. This gives you ADB access so can you pull files off the device via ADB although I could access the SD card through programs like Droid explorer.
6. If you want to carry on further and get into Android properly, you'll need to wipe the cache from within CWM
7. Reboot and hold down the volume key to get back into recovery
8. In the toolkit select root options (option 4) and load temporary image (6) If it hangs on the google or nexus logo you've not wiped the cache.
9. With this second phone I couldn't access it through droid explorer as it was popping up as an MTP device but I could pull the files via command prompt or through the toolkit
10. If you have any use of the touchscreen at all you can run the following command which will then mean that any touch will unlock the device
adb shell rm /data/system/gesture.key
11. You can activate bluetooth via adb if you have a mouse or keyboard available but you will need to be able to press okay on the screen
12. Any changes you make in the unstable android image such as lockscreen, bluetooth, enabling debugging, etc will remain in place when you restart the device.
13. You can relock the bootloader if you wish via the toolkit. You just need to be in recovery mode first.
Talentfree said:
Would this from this thread work on the XZU too, due to it being android based?
Reset Nexus into recovery mode (power & volume down)
2. Connect to PC via USB. Install the USB driver from the SDK so that it appears as an ADB device
3. Fire up the updated toolkit. You should see the nexus as a fast boot device
4. Unlock bootloader
5. Using option 10 on the toolkit load up CWM on the phone. This gives you ADB access so can you pull files off the device via ADB although I could access the SD card through programs like Droid explorer.
6. If you want to carry on further and get into Android properly, you'll need to wipe the cache from within CWM
7. Reboot and hold down the volume key to get back into recovery
8. In the toolkit select root options (option 4) and load temporary image (6) If it hangs on the google or nexus logo you've not wiped the cache.
9. With this second phone I couldn't access it through droid explorer as it was popping up as an MTP device but I could pull the files via command prompt or through the toolkit
10. If you have any use of the touchscreen at all you can run the following command which will then mean that any touch will unlock the device
adb shell rm /data/system/gesture.key
11. You can activate bluetooth via adb if you have a mouse or keyboard available but you will need to be able to press okay on the screen
12. Any changes you make in the unstable android image such as lockscreen, bluetooth, enabling debugging, etc will remain in place when you restart the device.
13. You can relock the bootloader if you wish via the toolkit. You just need to be in recovery mode first.
Click to expand...
Click to collapse
I have no idea if any of that would work, to me it sound like a lot of it would only apply to Nexus. I checked and the only indication I have that mouse is connected is the scroll wheel lights up. I had three apps that I thought may remotely effect mouse so I uninstalled and rebooted and it still works. I also looked through all the settings menus and can't see anything there.
Is there an app mybe, that would set USB Debugging automatically to enabled just by installing it? I can load apps from playstore to the device
Or do fastboot or recovery mode provide USB debugging enabled?
Talentfree said:
Is there an app mybe, that would set USB Debugging automatically to enabled just by installing it? I can load apps from playstore to the device
Or do fastboot or recovery mode provide USB debugging enabled?
Click to expand...
Click to collapse
I found this......
https://play.google.com/store/apps/details?id=com.vmlite.vncserver
adfurgerson said:
I found this......
https://play.google.com/store/apps/details?id=com.vmlite.vncserver
Click to expand...
Click to collapse
oh man 9eur for trial and error -_- guess i have too :/
Talentfree said:
oh man 9eur for trial and error -_- guess i have too :/
Click to expand...
Click to collapse
Or try another mouse, or something because I was able to control via mouse. Here in the states we have a two hour window for refunds, but it is already late here and I should be sleeping or I would offer to test. Here is a YouTube video that shows it working the way it works for me.
http://youtu.be/W8HVEHNOy7I
bought it, but it still needs usb debugging enabled in order to function -_-
thx at least now i know how it SHOULD work :laugh:
it seems i can't use adb driver because this once again needs some android setting enabled.
weird thing is right now that i somehow got into some menu beyond the lockscreen, but still cant do anything :crying:
so close, but so far at the same time
I'm about to buy a fire tv or some other android box and throw the XZU away as it seems its useless in this state without zsb debugging
Talentfree said:
thx at least now i know how it SHOULD work :laugh:
it seems i can't use adb driver because this once again needs some android setting enabled.
weird thing is right now that i somehow got into some menu beyond the lockscreen, but still cant do anything :crying:
so close, but so far at the same time
Click to expand...
Click to collapse
Talentfree said:
I'm about to buy a fire tv or some other android box and throw the XZU away as it seems its useless in this state without zsb debugging
Click to expand...
Click to collapse
I am 99% sure that OTG mouse should work without USB debugging enabled.
adfurgerson said:
I am 99% sure that OTG mouse should work without USB debugging enabled.
Click to expand...
Click to collapse
I'll tell you more, it works without any problem at all. I am using it
i bought another otg cable, gonna try it later. hopefully it finally works
Talentfree said:
i bought another otg cable, gonna try it later. hopefully it finally works
Click to expand...
Click to collapse
How old is your Z Ultra? The reason I ask is people have reported very mixed results as to getting screens replaced under warranty. I think I even recall someone who wasn't the original purchaser getting a screen replaced for no charge.

Allow usb debugging broken display

Hi there,
I have a samsung galaxy s3 i9300 with broken display and I need to run a software to recover deleted files on the memory of the phone. This software requires to doo usb debugging to the phone in order to do its job. I was already able to enable it changing buold.prop using adb in recovery mode. Now the phone waits for the user to touch the "ok" button in order to allow the pc, unfurtunately my display is broken so I can't do it. Do you have any idea on how to let the phone accept adb/usb debugging connections from my pc, or to completely disable the confirmation box and accept the requests automatically?
Does your touch screen still register touch? If so, I'd try borrowing same model of phone from a friend, connecting it to computer to see where exactly is the OK button, then try to tap same location on the broken screen of your phone>

Screen broken and no diaplay

Hi
Have honor 8 Pro. Screen broken and no display but phone is on only.
Need to take backup.
Adb don't show devices. Can't accept USB debugger
External display via type also don't work.
Mtp is not getting enabled when connect cable
@madroamer
I guess you'll not have any luck, this because USB mode ADB is basically the door to any Android device. Also take note that MTP only works if this USB mode got enabled on Android device.
madroamer said:
Hi
Adb don't show devices. Can't accept USB debugger
External display via type also don't work.
Mtp is not getting enabled when connect cable
Click to expand...
Click to collapse
If your bootloader is unlocked it might help, but this case smells like secure startup and I don't know if is it possible to bypass it by changing the boot, system, etc - whatever...
Used the USB-C to USB adapter from computer and connected a mouse to your phone. When the lock screen of your phone appeared, pit the code to unlock the screen. With this your will unlock the phone and turn on USB sharing.

Categories

Resources