Hey there, I've got a question regarding my broken Sony Z5 and hope you can help me...
A few days ago I accidentally dropped my Z5 on the floor, so back and front glasses both cracked. The Display itself seems to be OK (since it didn't show any failures and the phone was still on and working). Just the Touch functions of the display were not working, meaning I wasn't able to use it anymore.
Since I'd like to get off the data from the phone I remembered I had such a problem with an iPhone 4 some time ago. So to put in my PIN and read it out with my PC I plugged an Lightning to USB adapter in it, and a USB keyboard from a computer. This worked out just fine, I put in my PIN and I was able to rescue my data.
Now I had the same idea with my broken Z5, and connected an USB OTG adapter with a computer keyboard. ...but it didn't work. Wether with a keyboard nor with a USB Mouse (since Android has Mouse support mostly).
After a short search on the web I had to realize the Z5 has USB OTG only after authorizing new devices in the menu.
or, ...as an alternative solution, to start the phone with the desired USB device already connected.
...so I did what seems to be my biggest mistake now: I pushed the reset button in the SIM card tray and hoped I would be able to operate it by mouse after a restart.
...but sadly, I had to realize the Hardware Buttons do not work anymore...
So, ...actually there is no way for me to switch the phone back on and boot.
Of course it will react if I plug the loading cable in it, and it will boot to the loading screen with that green battery.
Does anyone know any way to switch the phone on, without having to touch the buttons?
Perhaps is it possible by a special command/program using a computer?
Or is there an equivalent button on a hardware USB keyboard which acts as the power button or volume rocker?
(so I would be able to boot to the recovery screen instead of the battery-screen. I've read that it's possible to restart the phone from there...?)
I appreciate any help, thanks in advance,
best regards
Schwarzer Riese
Schwarzer Riese said:
Hey there, I've got a question regarding my broken Sony Z5 and hope you can help me...
A few days ago I accidentally dropped my Z5 on the floor, so back and front glasses both cracked. The Display itself seems to be OK (since it didn't show any failures and the phone was still on and working). Just the Touch functions of the display were not working, meaning I wasn't able to use it anymore.
Since I'd like to get off the data from the phone I remembered I had such a problem with an iPhone 4 some time ago. So to put in my PIN and read it out with my PC I plugged an Lightning to USB adapter in it, and a USB keyboard from a computer. This worked out just fine, I put in my PIN and I was able to rescue my data.
Now I had the same idea with my broken Z5, and connected an USB OTG adapter with a computer keyboard. ...but it didn't work. Wether with a keyboard nor with a USB Mouse (since Android has Mouse support mostly).
After a short search on the web I had to realize the Z5 has USB OTG only after authorizing new devices in the menu.
or, ...as an alternative solution, to start the phone with the desired USB device already connected.
...so I did what seems to be my biggest mistake now: I pushed the reset button in the SIM card tray and hoped I would be able to operate it by mouse after a restart.
...but sadly, I had to realize the Hardware Buttons do not work anymore...
So, ...actually there is no way for me to switch the phone back on and boot.
Of course it will react if I plug the loading cable in it, and it will boot to the loading screen with that green battery.
Does anyone know any way to switch the phone on, without having to touch the buttons?
Perhaps is it possible by a special command/program using a computer?
Or is there an equivalent button on a hardware USB keyboard which acts as the power button or volume rocker?
(so I would be able to boot to the recovery screen instead of the battery-screen. I've read that it's possible to restart the phone from there...?)
I appreciate any help, thanks in advance,
best regards
Schwarzer Riese
Click to expand...
Click to collapse
Connect phone in fastboot mode and type adb command in adb tool fastboot reboot
EugenStanis said:
Connect phone in fastboot mode and type adb command in adb tool fastboot reboot
Click to expand...
Click to collapse
Thank you for your answer.
...but how do I get into fastboot mode without the hardware buttons?
The magic keyword is JTAG,
https://forum.xda-developers.com/z5...ction-to-sony-xperia-z5-t3276356#post73943086
Had a similar problem,
My touchscreen went dead. Turn off the phone, plug the usb otg + mouse receiver, turn it on and it should work.
Schwarzer Riese said:
Hey there, I've got a question regarding my broken Sony Z5 and hope you can help me...
A few days ago I accidentally dropped my Z5 on the floor, so back and front glasses both cracked. The Display itself seems to be OK (since it didn't show any failures and the phone was still on and working). Just the Touch functions of the display were not working, meaning I wasn't able to use it anymore.
Since I'd like to get off the data from the phone I remembered I had such a problem with an iPhone 4 some time ago. So to put in my PIN and read it out with my PC I plugged an Lightning to USB adapter in it, and a USB keyboard from a computer. This worked out just fine, I put in my PIN and I was able to rescue my data.
Now I had the same idea with my broken Z5, and connected an USB OTG adapter with a computer keyboard. ...but it didn't work. Wether with a keyboard nor with a USB Mouse (since Android has Mouse support mostly).
After a short search on the web I had to realize the Z5 has USB OTG only after authorizing new devices in the menu.
or, ...as an alternative solution, to start the phone with the desired USB device already connected.
...so I did what seems to be my biggest mistake now: I pushed the reset button in the SIM card tray and hoped I would be able to operate it by mouse after a restart.
...but sadly, I had to realize the Hardware Buttons do not work anymore...
So, ...actually there is no way for me to switch the phone back on and boot.
Of course it will react if I plug the loading cable in it, and it will boot to the loading screen with that green battery.
Does anyone know any way to switch the phone on, without having to touch the buttons?
Perhaps is it possible by a special command/program using a computer?
Or is there an equivalent button on a hardware USB keyboard which acts as the power button or volume rocker?
(so I would be able to boot to the recovery screen instead of the battery-screen. I've read that it's possible to restart the phone from there...?)
I appreciate any help, thanks in advance,
best regards
Schwarzer Riese
Click to expand...
Click to collapse
First of all, are you rooted? Do you have USB Debugging on? If so, you can go for fastboot reboot without the need of powr key. Just plug it in while holding volume up key, type in your terminal or whatever you are using "adb devices", should show your device attached, then type "fastboot reboot" and it should reboot into system. Of course you'll need abd drivers for this.
You said the screen is working but the touch screen is not working?
Edit: Nvm, I tried on my device, you don't even need to have USB Debugging enabled.
With your device powered off, hold volume up key while you plug it in to your computer. A blue led should appear now. Go into your terminal, type adb devices, then fastboot reboot.
Edit 2: wait my bad, i read it wrong, neither your power botton or your volume buttons are working. Wops. that's a problem.
I actually have one solution for you, but only hoping you have USB Debugging and Root on your phone.
Alright, with adb on your computer: type "adb shell" hit enter, then type "su" and hit enter, then "reboot download", hit enter. Now the device should reboot to Flashmode, blue led should appear and screen should be black. Now you can run the command "fastboot reboot" to get into your system.
Hope it helped.. it's kinda tricky. I don't know other ways with no root
montsa007 said:
Had a similar problem,
My touchscreen went dead. Turn off the phone, plug the usb otg + mouse receiver, turn it on and it should work.
Click to expand...
Click to collapse
Thanks, but this is not the solution. As stated, my hardware buttons do not work, so actually I can't "turn it on".
ofmoll said:
Edit: Nvm, I tried on my device, you don't even need to have USB Debugging enabled.
With your device powered off, hold volume up key while you plug it in to your computer. A blue led should appear now. Go into your terminal, type adb devices, then fastboot reboot.
Click to expand...
Click to collapse
Thank you! Thank you! Thank you! It helped! My Z5 is up again, and I was able to save my data. :victory: Thank you so much!
ofmoll said:
Edit 2: wait my bad, i read it wrong, neither your power botton or your volume buttons are working. Wops. that's a Problem.
Click to expand...
Click to collapse
As it turned out (my comment above) the power button seems to be broken, but not the volume button (or at least not completely, since I had to try it 5 or 6 times).
@ofmoll
You did your "good act" for today! I do appreciate that! Thanks again man!
Schwarzer Riese said:
Thank you! Thank you! Thank you! It helped! My Z5 is up again, and I was able to save my data. :victory: Thank you so much!
As it turned out (my comment above) the power button seems to be broken, but not the volume button (or at least not completely, since I had to try it 5 or 6 times).
@ofmoll
You did your "good act" for today! I do appreciate that! Thanks again man!
Click to expand...
Click to collapse
Don't worry mate! Glad to know it helped
Remeber to hit thanks cheers
Related
Hi all,
I've a Samsung Nexus S here from a friend of me.
The phone was rooted and flashed with Cyanogenmod 10.1. Without any special action the phone doesn't power on again after a reboot (during a software update CM10.1). There's nothing. Only a black screen. No lights! Nothing...
I've tried to power on it for several times. I've tried to start it into the download mode and the fastboot mode. But only a black screen. My computers Mac, Linux, Windows are detecting nothing when I'm connecting them to the phone.
Do you've any ideas for unbrick this nexus s?
regards
Marco
MarcMarin said:
Hi all,
I've a Samsung Nexus S here from a friend of me.
The phone was rooted and flashed with Cyanogenmod 10.1. Without any special action the phone doesn't power on again after a reboot (during a software update CM10.1). There's nothing. Only a black screen. No lights! Nothing...
I've tried to power on it for several times. I've tried to start it into the download mode and the fastboot mode. But only a black screen. My computers Mac, Linux, Windows are detecting nothing when I'm connecting them to the phone.
Do you've any ideas for unbrick this nexus s?
regards
Marco
Click to expand...
Click to collapse
That's exactly what I'm working on right now.. Let's start with the basics.. Do you have a good cable (tested with other micro-usb devices?)? If so, on Linux, under terminal, does the lsusb command show any Samsung devices while connected?
Hi,
I have a similar problem.
My Nexus S suffers from the power button bug with the power button occasionally not working. When I turned it off today (using the terminal as I always do) it shut down as normal. However, when I tried to start it again it, it would not boot. When I press the power button (it usually works to start the phone, it just does not work within the recovery / OS), the backlight turns on but there is no vibration and it does not proceed to the Google logo. Similarly if I try to start it using the charger, the backlight turns on but it does not proceed from there.
Linux does not recognise the device, i.e. neither dmesg nor lsusb show any output. Therefore I cannot use the Unbrickable Resurrection tool.
Would doing that be helpful?
http://forum.xda-developers.com/nexus-s/development/i9020t-nexus-s-development-platform-aka-t1566475
I cannot enter Fastboot or Download mode. Again, only the backlight turns on.
Is it a hardware fault?
Has anyone had similar problems?
Thanks.
Yes, it will if yours is a i9020a or t. BUT you need a VERY steady hand and PROPER soldering equipment.. I had mine in Dev mode but it wasn't flashing anything, so I thought I didn't do something right, took it all back apart, and 20 mins and a popped micro resistor (from too much heat from the soldering wand) later, I had a completely dead phone.. So if you attempt it, be very careful.. If you don't feel comfortable you can do it, I would definitely find someone who can..
Hello everyone,
So my screen cracked and my lcd slowly started dying and is now completely black. Touch still works as i am able too unlock the screen and i can hear random noises. Is there any way to retrieve the files of the phone? I can plug it in and the computer recognizes the phone, I just cant mount the SD card. I have all my lecture recordings for school on there! Please help.
if someone could show me with pictures or video how to enable the mass storage so i can enable it blind, that could work too.
Phone is UNROOTED
USB DEBUGGING IS OFF
kallan said:
Hello everyone,
So my screen cracked and my lcd slowly started dying and is now completely black. Touch still works as i am able too unlock the screen and i can hear random noises. Is there any way to retrieve the files of the phone? I can plug it in and the computer recognizes the phone, I just cant mount the SD card. I have all my lecture recordings for school on there! Please help.
if someone could show me with pictures or video how to enable the mass storage so i can enable it blind, that could work too.
Phone is UNROOTED
USB DEBUGGING IS OFF
Click to expand...
Click to collapse
If you can't mount then you need debugging on to use adb to pull the files.
Darknites said:
If you can't mount then you need debugging on to use adb to pull the files.
Click to expand...
Click to collapse
Thank you for the reply. Yes but can I turn on usb debugging remotely? i can not access the system settings and turn it on.
kallan said:
Thank you for the reply. Yes but can I turn on usb debugging remotely? i can not access the system settings and turn it on.
Click to expand...
Click to collapse
Hmm don't think it can. You could try and see if adb is working in the Bootloader.
Darknites said:
Hmm don't think it can. You could try and see if adb is working in the Bootloader.
Click to expand...
Click to collapse
how would i get to bootloader on the one s?
kallan said:
how would i get to bootloader on the one s?
Click to expand...
Click to collapse
If you trust the 'Power of the Force' lol than just turn off phone completley than hold 'Power & Volume Down' and you should be on 'Fastboot' so just use the 'Volume Down' key and I am 98% sure it is the first option with the click of one down, not sure if this is helpful or just blah blah blah but (maybe) sorry?
While plugged in I held the power button and the soft keys on the bottom blinked 15 times and it went off. then i held "power and vol down" and nothing happened. Then phone vibrated and then the tmobile jingle sound. dont think im doing it right?
If the device boots and the touchscreen works, you can enable usb debugging blind:
- Unlock the device: Swipe up from the bottom
- Notifications: Swipe down from the top
- Settings: Tap on the far right side, between 0.5 and 1.5 cm from the top. (Directly underneath the status bar)
- Developer options: It's the 2nd option from the bottom, so first swipe up a few times to get to the bottom of the menu, then tap between 1 and 2 cm from the bottom.
- USB Debugging: It's the first option from the top, underneath the status bar and the menu title. Tap between 1.5 and 2.5 cm from the top.
- Now you have to confirm a dialog. The OK button is on the right side, about 4 cm from the bottom (or 2 cm below the center).
adb should work in bootloader even with debugging off. It did for me.
To make your life easier when you get it connected through adb, you can use my quick adb tool to get a visual interface of your device.
That way you dont have to mess with adb commands in a command prompt window
SUCCESS!!! in the midst of randomly pressing parts of the screen, I somehow turned USB mass storage on and was able to transfer all my files! lol I dont think I ever got debugging on though..
Thank you to all that helped. I got my lectures! just in time too, Big exam tomorrow!
Thanks again!
The phone was dropped and the touchscreen no longer works. I can hit the power and then the down arrow keys to tell it to go off or to slient, vibrate, etc. I have pressed every key and there's no way to swipe it unlocked so I can start a backup app and remove my data from the phone.
HELP!
Does anyone have any words of advice or a way to accomplish this?
Thank you!
It may be ROM-dependent, but doesn't opening the kb unlock the screen? I'm guessing it doesn't on the ROM you are currently on...
Also, if the USB port is fine, what about just plugging it into a computer and pulling the data off that way?
arrrghhh said:
It may be ROM-dependent, but doesn't opening the kb unlock the screen? I'm guessing it doesn't on the ROM you are currently on...
Also, if the USB port is fine, what about just plugging it into a computer and pulling the data off that way?
Click to expand...
Click to collapse
Good questions! It's stock ROM, directly from Sprint. Sadly, no, when you pop open the screen to reveal the keyboard, the screen comes on, but it doesn't auto-unlock. Since I can't use the touchscreen, I was hoping there was some magical key sequence that would swype it unlocked.
I can plug into USB and it detects it, but because the screen isn't unlocked, it won't allow access to it. It's a lose-lose situation, ugh. I am going to track down Motorola support today. I've downloaded the manual, it says nothing.
gatekpr said:
Good questions! It's stock ROM, directly from Sprint. Sadly, no, when you pop open the screen to reveal the keyboard, the screen comes on, but it doesn't auto-unlock. Since I can't use the touchscreen, I was hoping there was some magical key sequence that would swype it unlocked.
I can plug into USB and it detects it, but because the screen isn't unlocked, it won't allow access to it. It's a lose-lose situation, ugh. I am going to track down Motorola support today. I've downloaded the manual, it says nothing.
Click to expand...
Click to collapse
You can connect USB mouse to your phone via OTG cable and control the phone by mouse instead of touchscreen.
kabaldan said:
You can connect USB mouse to your phone via OTG cable and control the phone by mouse instead of touchscreen.
Click to expand...
Click to collapse
THANK YOU, THANK YOU, THANK YOU! THAT WORKED FLAWLESSLY AND I WAS ABLE TO SAVE THE DAY!
I didn't know that the cable existed, but I found it at Micro Center, locally! Woo hoo! This will help me in the future again, I know it. Thank you for being so helpful!
:laugh: :good: :laugh: :good: :laugh: :good: :laugh:
Hello, I appologize if this is not the right place to post this in.
Now, My xperia Z3 has had a very hard time... with 3 bodge wires running thorugh it, and eventually a faulty screen (Sometimes it would turn off, sometimes half off, sometimes colors get inverted) which lead to it getting cracked by my thumb(!) and then to me accidentally shorting out the backlight....
When the screen cracked and was partially broken, i connected an otg mouse and removed the lock screen. I also made sure USB debugging was on. so i should be good and dandy right?
The computer recognizes it but nothing shows up. i know that it automatically sets itself to charge only...
I try to use visor, which works perfectly on my new phone, but it tells me that the phone doesnt have USB debugging on, I know for a fact that the phone is displaying a prompt telling me if I want to allow the computer, the RSI fingerprint and all.....
Phone is stock, no recovery. i have no experience with ADB commands but open for experimentation. all I want is the whatsapp media folder. Thank you!
I appologize for the bad original title. I hope someone can help me now?
I thought this would be a good place to ask this.
A few minutes ago, I accidently pressed the volume up and down buttons for a long time on my zflip 3 and it booted into the recovery menu. Now this normally wouldn't be a problem.. if my power button wasn't dented in.
I refused to fix it due to the sheer cost of the fix and could turn my display off by double tapping. However, this means that I have no way to exit recovery mode. I tried using ADB on both my bac and pc (using usb 2.0, 3.0, and c on my pc and c/thunderbolt ports on mac).
My phone however would not connect of show up under devices, and I am suspecting it is because I have done something to the debugging settings. I let the battery run out and it would just boot back into the recovery interface once charged up. It even once went to a light blue screen that said something along the lines of how a custom os can cause major problems.
I am a noob at phone stuff and I really don't know what to do. I have a bunch of photos of my grandma who passed away last year and they aren't backed up to google cloud. I really need any help I can get. Thank you.
Hi, provided that you have already
- enabled adb debugging;
- installed adb.
Now you have to
1. enter fastboot mode;
2. in adb type
Code:
fastboot erase recovery
then, reinstall recovery if you want to.
s.0105._j said:
I thought this would be a good place to ask this.
A few minutes ago, I accidently pressed the volume up and down buttons for a long time on my zflip 3 and it booted into the recovery menu. Now this normally wouldn't be a problem.. if my power button wasn't dented in.
I refused to fix it due to the sheer cost of the fix and could turn my display off by double tapping. However, this means that I have no way to exit recovery mode. I tried using ADB on both my bac and pc (using usb 2.0, 3.0, and c on my pc and c/thunderbolt ports on mac).
My phone however would not connect of show up under devices, and I am suspecting it is because I have done something to the debugging settings. I let the battery run out and it would just boot back into the recovery interface once charged up. It even once went to a light blue screen that said something along the lines of how a custom os can cause major problems.
I am a noob at phone stuff and I really don't know what to do. I have a bunch of photos of my grandma who passed away last year and they aren't backed up to google cloud. I really need any help I can get. Thank you.
Click to expand...
Click to collapse
How about rebooting to system using volume buttons?