How to factory reset with broken screen? - AT&T Samsung Galaxy S II SGH-I777

My screen broke and nothing on screen is viewable. I also need to drag down and enable USB via my notification bar so anything via USB is pretty much out of the question. Is there any way to restore this phone? Somebody will buy it broken, but it still has all my info on it.

Do you have clockworkmod recovery installed?

Mhl adapter would probably do the trick.
Sent from my SAMSUNG-SGH-I777 using xda premium

kletiz said:
Mhl adapter would probably do the trick.
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
That would work on TW based ROMs. But I think on the other thread the OP made about this he mentioned he is on MIUI. In my experience the MHL adapter does not work on MIUI. But you could use Odin to load a TW based ROM, then use the MHL adapter to copy items to a microSD card, or delete them, or format internal SD. But you can't use USB and MHL at the same time.
Sent from my Galaxy S II (i777)

But, if he has cwm recovery installed I believe we can talk him through the hard key sequence required for a wipe and factory reset.

OhmEye said:
But, if he has cwm recovery installed I believe we can talk him through the hard key sequence required for a wipe and factory reset.
Click to expand...
Click to collapse
That won't wipe the internal memory, like pictures and other files, just the apps.
Sent from my Galaxy S II (i777)

try "fastboot" under ADB command, look up this link for background
http://wiki.cyanogenmod.com/wiki/Fastboot
and basically all you need is to run this: (-w switch takes care of wiping userdata)
fastboot -w

Guys, I ended up being able to project the phones sceen onto my PC via androidscreencast. I finally did a restore but the phone was still rooted and was running MIUI.
The problem is the screencast doesnt work when you go into Clockwork or download mode, so I was blind trying to navigate the menus to flash stock software. Long story short the phone ended up not turning on anymore despite being plugged in, battery removed, everything. It wouldnt work on screencast anymore so I just sold it to my brothers friend who might fix it or sell it for parts.
Not really a biggie for me since I only shelled out 50 via bucks for it via radioshack and got 70 back.
Now im phoneless, waiting for the GS3
Thanks for the help

So glad you worked it out, and congratulations on the unscheduled upgrade. ;-)
I never considered the video-out solution. Talk about thinking outside of the box! Did the screen input still work with it broken?

CollegeProfesor said:
Now im phoneless, waiting for the GS3 p
Click to expand...
Click to collapse
You may be waiting a while...

Related

bricked new samsung galaxy 2 tmobile

i think i bricked my brand new SGII.
never played with any android phones till today. got the phone rooted it no problem. had super user etc.
then i was trying to install checkrom.
thought i was doing everything right. i couldnt get it to install from internal or external storage. kept getting aborted installation.
so i thought maybe i needed to upgrade the kernal.
downloaded and installed dark knight v2.5.
this seemed to work.
after installing dark knight kernal i tried to install checkrom again.
same issue. it wouldnt install.
i then selected reboot.
the phone doesnt do anything now.
i cant get it to turn on reboot anything.
ive removed the battery, the sim, the sd card etc.
computer doenst detect it. i cant power on or do vol up/down and power. nadda.
did i already screw this thing up?!
this is crazy!
thanks.
can anyone help? thanks.
I'd recommend a USB jig. You can even go to a local radio shack and get a microUSB port, a 301k resistor, and simply jump pins 4&5 on the USB connector. Then plug it into the phone. If that doesn't get a response your likely hard bricked. Research before you randomly flash something next time.
Sent from my SAMSUNG-SGH-I727 using xda premium
Hello , mate! I've bricked my Samsung Galaxy Fit by installing ROM Toolbox . I've taken to the repairing shop, but in the future I will use USB JIG. I urge you to use it.
should the jig fix it?
im tempted to just take it back to the store since i got it yesterday.
I'd try returning it then. If they won't take it back, try the jig to get into download mode. Then flash everything back to stock. No guarentees but it usually does the trick.
Sent from my SAMSUNG-SGH-I727 using xda premium
so i got a new phone. i was able to root it and install a custom kernel.
thanks guys!
next question tho, i installed jugs 0.3 but i cannot control the voltage in set cpu. i want to undervolt to increase battery life.
how do i put another custom kernal on the device? can i just install synergy 0.5 on top of jugs? or do i have to go to stock kernel and then to synergy?
[email protected]
Flash away. But be smart and safe about it. Make nandroids. Backups. All that good stuff
Sent from my SAMSUNG-SGH-I727 using xda premium

[Q] Bad Situation w/ my gs2

So ive had my galaxy s 2 for a few months now, downloaded hundreds of songs, taken near a thousand photos, and yesterday the digitizer/lcd was shattered after being sat on. I can't replace this phone, and my parents who own the contract didn't purchase insurance for it. I am nearly broke, and the repair costs for this part is over 200$, and my parents refuse to pay for this. All I need to do is copy all of the files from my phone to my computer, but i cannot enable mass storage to access the pictures/music on the internal storage because the screen is out. Does anyone have an idea as to how I could fix this, or move the files off of the phone? A thousand thanks to whoever could help me in this/:
DaltonCope said:
So ive had my galaxy s 2 for a few months now, downloaded hundreds of songs, taken near a thousand photos, and yesterday the digitizer/lcd was shattered after being sat on. I can't replace this phone, and my parents who own the contract didn't purchase insurance for it. I am nearly broke, and the repair costs for this part is over 200$, and my parents refuse to pay for this. All I need to do is copy all of the files from my phone to my computer, but i cannot enable mass storage to access the pictures/music on the internal storage because the screen is out. Does anyone have an idea as to how I could fix this, or move the files off of the phone? A thousand thanks to whoever could help me in this/:
Click to expand...
Click to collapse
Is Android Debugging on? Then you probably could get ADB to work.
If not, then...
Thats the thing. the screens black on my phone cause its broken, so i cant check if its on or not. idk how to use mass storage w/o this):
Droid VNC server may be an option, if you can somehow get it to work.
You have to download the app on the market to vnc with the computer, it would work if I wouldve already downloaded it.. I cant do anything on my phone at all. Thanks for the attempt though
DaltonCope said:
Thats the thing. the screens black on my phone cause its broken, so i cant check if its on or not. idk how to use mass storage w/o this):
Click to expand...
Click to collapse
sure you can, plug it in to your computer and just run adb devices, if it shows up, then debugging is on, if it is off it will tell you no device found
so to pull all the files off your sdcard assuming debugging is on..
1. in adb mount the sdcard (I forget the command off the top of my head, but google is your friend)
2. adb pull /sdcard some_folder_name_in_your_sdk_directory
DaltonCope said:
You have to download the app on the market to vnc with the computer, it would work if I wouldve already downloaded it.. I cant do anything on my phone at all. Thanks for the attempt though
Click to expand...
Click to collapse
Assuming I understand this correctly, you can still download apps to your phone by logging in to the market from your computer. This may still be an option.
Sent from my SGH-I777 using XDA
Sent from my SGH-I777 using XDA
I'm stupid when it comes to this stuff, but if your using stock-based rom you could use kies air
Sent from my SGH-I777 using XDA
glad4pie said:
I'm stupid when it comes to this stuff, but if your using stock-based rom you could use kies air
Sent from my SGH-I777 using XDA
Click to expand...
Click to collapse
he can't use scree. Kies you need to run it from a I.. phone so it connects with pc
Sent from my SAMSUNG-SGH-I777 using xda premium
If you boot into recovery mode and use some pictures of recovery mode to get to USB mass storage option, maybe that would work?
Could also try adb pull-ing.
Sent from my SGH-I897
You could always look around eBay craigslist or anywhere else you can think of and you might get lucky in finding a cheap gs2 that doesn't work but the screen is still intact or maybe if you know anyone that maybe willing to let you borrow their screen from their phone for yours if you know how to. I just haven't pulled apart any phones since I came
To the US in 2002 so I'm not sure if its still that simple to do.
I haven't tried it yet so some of the others may be able to chime in but what about the possibility of using the HDMI adapter. I have looked at purchasing one and they are not very expencive depending on the source. I just do not know if it will automatically output the video when connected or it needs to be enabled.
Sent from my SAMSUNG-SGH-I777 using Tapatalk
Mounting SD in recovery sounds like your best bet
Sent from my SGH-I777 using XDA Premium App
jpruett79 said:
I haven't tried it yet so some of the others may be able to chime in but what about the possibility of using the HDMI adapter. I have looked at purchasing one and they are not very expencive depending on the source. I just do not know if it will automatically output the video when connected or it needs to be enabled.
Sent from my SAMSUNG-SGH-I777 using Tapatalk
Click to expand...
Click to collapse
it automatically works. nothing needs to be enabled
1) If you had USB debugging enabled, you can use ADB. If you're not sure - try it.
2) If you had a custom kernel with CWM installed, you can use ADB from within recovery. Recovery does not normally mount the sdcard but you can do it manually via ADB. I can provide info on this IF you can get ADB connecting first
3) HDMI is another possibility - although controlling the device will be problematic if the touchscreen is also failed. (It's possible that touchscreen is semiworking and main AMOLED is busted.)
For getting ADB installed and running, try Droid Explorer.
Been there done that.
Unfortunately, it'll cost some money to do a diy fix with this phone.
Last summer I dropped my htc aria onto gravel and the glass shattered. I googled around and found an oem digitizer for 30 bucks on ebay, and some great how-to-tear-apart your phone videos on youtube. 5 hours and multiple clumps of hair ripped out later, I got the thing fixed. Granted the light from the soft keys now bleeds onto the screen (thankfully CM7 let me disable them) and the trackpad became recessed in too far to use. But it still got me through until I got my SGS2.
Only thing is, my lcd still worked, it was just the glass digitizer that broke.
MikeyMike01 said:
If you boot into recovery mode and use some pictures of recovery mode to get to USB mass storage option, maybe that would work?
Could also try adb pull-ing.
Sent from my SGH-I897
Click to expand...
Click to collapse
+1
This is probably your best bet if adb doesn't work.
I have CWM flashed, but I cant tell if im in recovery after holding down the buttons. And im not sure how to view the pictures after i take them in the mode..
You should be able to plug it in to your computer and MTP should connected automatically allowing you to copy your files

Help!! Not charging or connecting to pc

Ok so last night I transferred some files with otg cable. Unmounted and then went to put it on charger and it does not recognize the charger. It did charge after I powered it down. But when the phone is on it doesn't recognize anything plugged into the usb port. Anyone have any suggestions? And if not how do I run a ruu or something to get back to stock for warranty without a connection to pc?
Sent from my HTC One using Tapatalk 4
Quick update. I am on 3.09.401.1 firmware and a 2.24.401.8 based rom. Not sure if that has anything to do with it but it will charge in recovery mode but not booted up. So seems like a firmware/software issue. Is there any way to flash firmware without using usb to pc? Because it won't recognize the usb at all.
Sent from my HTC One using Tapatalk 4
Clselfridge said:
Quick update. I am on 3.09.401.1 firmware and a 2.24.401.8 based rom. Not sure if that has anything to do with it but it will charge in recovery mode but not booted up. So seems like a firmware/software issue. Is there any way to flash firmware without using usb to pc? Because it won't recognize the usb at all.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Weird problem. Not sure if it will work but you can try "flashify" from the play store to flash firmware, etc without usb. Keep us posted on your results.
Also see if you can access it through bootloader. You might be able to RUU. Alternatively, factory reset and install ROM in recovery. Or try side adb in recovery..
Clselfridge said:
Ok so last night I transferred some files with otg cable. Unmounted and then went to put it on charger and it does not recognize the charger. It did charge after I powered it down. But when the phone is on it doesn't recognize anything plugged into the usb port. Anyone have any suggestions? And if not how do I run a ruu or something to get back to stock for warranty without a connection to pc?
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
I'm currently using the same firmware ROM base combination as you with no issues. Are you using the charger that came with your phone, have you replaced the usb cable to make sure it isn't faulty?
Sent from my HTC One using xda app-developers app
suntzu said:
Weird problem. Not sure if it will work but you can try "flashify" from the play store to flash firmware, etc without usb. Keep us posted on your results.
Also see if you can access it through bootloader. You might be able to RUU. Alternatively, factory reset and install ROM in recovery. Or try side adb in recovery..
Click to expand...
Click to collapse
I am going to look into flashify. That sounds interesting. I have tried getting the thing to pick up the usb in hboot. But no luck so far.
igglesphilsfan said:
I'm currently using the same firmware ROM base combination as you with no issues. Are you using the charger that came with your phone, have you replaced the usb cable to make sure it isn't faulty?
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I have tried three different HTC branded charger/cable combinations. With no luck while booted up. I charged to 100% while shut off.
I have been running this combo for a week or something. Ever since the firmware hit the forums. And had no issues until two nights ago when this first started giving me grief... so I don't know what has caused it.
I also posted this over in the international forums and there's a guy over there with the same issue.
Sent from my HTC One using Tapatalk 4
well i am downloading a stock backup and i have a stock recovery not sure how to get them both to work... because i have to flash the stock rom with twrp and then how do i get the stock recovery flashed with a stock rom.... i will figure it out. anyway my plan is to try to take an ota and have that change the firmware and then i will know if i have a hardware issue or a software issue.
Lol. Now I'm not sure what to do. I reverted back to stock rom and recovery and then realized the touch drivers I have aren't compatible.... But I am booted up and plugged into the pc and it is charging but not coming up on the pc as a device. I don't know if debug mode is on because I am stuck at the first setup screen... Ahh I can't seem to catch a break here...
Sent from Tapatalk
Clselfridge said:
Lol. Now I'm not sure what to do. I reverted back to stock rom and recovery and then realized the touch drivers I have aren't compatible.... But I am booted up and plugged into the pc and it is charging but not coming up on the pc as a device. I don't know if debug mode is on because I am stuck at the first setup screen... Ahh I can't seem to catch a break here...
Sent from Tapatalk
Click to expand...
Click to collapse
Ruu back to stock AT&T and start over.
scrosler said:
Ruu back to stock AT&T and start over.
Click to expand...
Click to collapse
That's what I am trying to do... However I can't get the pc or the phone to recognize the connection. I have been messing with this thing and getting nowhere for so long I feel like I'm just banging my head agains a wall...
Sent from Tapatalk
Clselfridge said:
That's what I am trying to do... However I can't get the pc or the phone to recognize the connection. I have been messing with this thing and getting nowhere for so long I feel like I'm just banging my head agains a wall...
Sent from Tapatalk
Click to expand...
Click to collapse
...have you tried booting into safe mode and then see if it is recognized? Just a shot in the dark. :fingers-crossed:
igglesphilsfan said:
...have you tried booting into safe mode and then see if it is recognized? Just a shot in the dark. :fingers-crossed:
Click to expand...
Click to collapse
How do I get into safe mode?
Sent from Tapatalk
Press the power button until the power options open. Tap and hold POWER OFF on the screen and the phone should ask if you'd like to boot into safe mode but if your touch panel is not working for you this is not going to work.
Sent from my HTC One using xda app-developers app
igglesphilsfan said:
Press the power button until the power options open. Tap and hold POWER OFF on the screen and the phone should ask if you'd like to boot into safe mode but if your touch panel is not working for you this is not going to work.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Correct. I have totally screwed myself I think. I think I basically at this current time have a fairly lightweight brick that lights up. I have no touch capabilities at all and nothing recognized when plugged into PC. I have tried plugging into a windows 8 and also a Ubuntu machine with no dice in fast boot or adb....
Sent from Tapatalk
I dont think it is prob with some ROM. I used HTC One with stock rom (official stock by HTC) and after three months my phone stopped charging and also stop USB connection. I googled it and it was universal prob and also HTC knows about that.
See this http://forum.xda-developers.com/showthread.php?t=2417377
Phone acted very strange. Details are in above link. And also there are 2 or 3 threads more like this.
sandeep.mjs said:
I dont think it is prob with some ROM. I used HTC One with stock rom (official stock by HTC) and after three months my phone stopped charging and also stop USB connection. I googled it and it was universal prob and also HTC knows about that.
See this http://forum.xda-developers.com/showthread.php?t=2417377
Phone acted very strange. Details are in above link. And also there are 2 or 3 threads more like this.
Click to expand...
Click to collapse
Did you end up getting it resolved and if so how?
I don't think AT&T will look kindly on me for having it unlocked and s-off and for having a rom/firmware mismatch...
Sent from Tapatalk
Clselfridge said:
Did you end up getting it resolved and if so how?
I don't think AT&T will look kindly on me for having it unlocked and s-off and for having a rom/firmware mismatch...
Sent from Tapatalk
Click to expand...
Click to collapse
Unless the OTA adapter screwed up the USB connector pins for data but not power, then you should be able to recover. However like stated there has been a few reports of failed USB connectors.
Does there seem like there is any damage to the usb pins in the connector on the phone?
Did you make sure to have the HTC device drivers installed on your PC before trying ADB. Do you have a Windows 7 PC to try?
crushalot said:
Unless the OTA adapter screwed up the USB connector pins for data but not power, then you should be able to recover. However like stated there has been a few reports of failed USB connectors.
Does there seem like there is any damage to the usb pins in the connector on the phone?
Did you make sure to have the HTC device drivers installed on your PC before trying ADB. Do you have a Windows 7 PC to try?
Click to expand...
Click to collapse
So far I have tried on win8 winxp and Ubuntu.on the windows pcs the drivers were definitely installed. No dice on any of them. I am thinking the connector must be messed up. I can't see anything obvious looking at it but the fact that on three pcs one of them running Linux didn't find the phone but will charge it is pretty definitive. I don't have the money to pay for repairs due to having "tampered" with the phone(even though it doesn't say that) it is an AT&T phone with s-off and unlocked and a 1.55 hboot and has a inverted splash screen. Pretty obvious...
Sent from Tapatalk
Clselfridge said:
So far I have tried on win8 winxp and Ubuntu.on the windows pcs the drivers were definitely installed. No dice on any of them. I am thinking the connector must be messed up. I can't see anything obvious looking at it but the fact that on three pcs one of them running Linux didn't find the phone but will charge it is pretty definitive. I don't have the money to pay for repairs due to having "tampered" with the phone(even though it doesn't say that) it is an AT&T phone with s-off and unlocked and a 1.55 hboot and has a inverted splash screen. Pretty obvious...
Sent from Tapatalk
Click to expand...
Click to collapse
If you boot the phone into the bootloader without the cable attached it should come up and say fastboot. When you attach the USB cable does the display on the phone change to fastboot USB or stay only fastboot?
crushalot said:
If you boot the phone into the bootloader without the cable attached it should come up and say fastboot. When you attach the USB cable does the display on the phone change to fastboot USB or stay only fastboot?
Click to expand...
Click to collapse
Only fastboot. Never changes.
Sent from Tapatalk
Clselfridge said:
Only fastboot. Never changes.
Sent from Tapatalk
Click to expand...
Click to collapse
Yep, then it seems the pinouts on the USB connector have been damaged. Bummer.
On the plus side consider this: AT&T will probably still give you device exchange without charging you a fee. First, they mostly don't care about users modding their phones. Secondly there are so many exchange requests coming into them for the One, that all the defective units will just be sent back to HTC directly by AT&T and at that point HTC is not going to bother to go back to AT&T and say listen this list of devices were modified. If they did, that would create a backlog on work for AT&T to match the records to owners and then contacting them and trying to prove that the user did this so far removed from the exchange that it doesn't make business sense to them.
I have seen AT&T users report that they have sent in devices that were extremely modified and obvious, but AT&T proceeded with the exchange anyway because they would rather keep you as a happy customer than spending time trying to prove what you did was the only cause of the failure. Users have even sent back total bricks that they created by doing something stupid and AT&T still replaced the device without question.
When you modded the phone, that basically ended AT&T's obligation to help you with any service/software related issues, but the modding did not void the hardware warranty and it seems your device has a hardware issue that was unlikely caused by the software modifications.
The key in your case would be to do the defective device exchange via phone/mail and not via the walk in device service center.
If you don't want to do this because of the possible risk of flagging by them, then I may be willing to buy your bricked device if you are not going to do anything with it. PM if interested.

XZU Screen cracked, phone unusable, Is there a way to factory restore phone with a PC

So somehow my screen cracked while in my pocket yesterday and i dont know how? Unless i bumped into something but i dont remember anything hard enough to cracked the screen but anyway now i cant use the phone. I bought the 2 year plan with ADH from sony so when my experience is all over ill do a review thread but for now i need to completely restore the phone to remove all my information, debit card info etc. Before i send it in. Anyone no how to do it from a computer? Because like i said the phone is unuseable. And the xperia support line is closed for the holiday. Any help is appreciated.
NuttinSpecial said:
So somehow my screen cracked while in my pocket yesterday and i dont know how? Unless i bumped into something but i dont remember anything hard enough to cracked the screen but anyway now i cant use the phone. I bought the 2 year plan with ADH from sony so when my experience is all over ill do a review thread but for now i need to completely restore the phone to remove all my information, debit card info etc. Before i send it in. Anyone no how to do it from a computer? Because like i said the phone is unuseable. And the xperia support line is closed for the holiday. Any help is appreciated.
Click to expand...
Click to collapse
Need more info... Was the phone rooted? What rom and kernel? Was usb debugging enabled?
Sent from my C6833 using XDA Premium 4 mobile app
SpyderTracks said:
Need more info... Was the phone rooted? What rom and kernel? Was usb debugging enabled?
Click to expand...
Click to collapse
No rooting or anything. I dont do all that fancy stuff lol. It was pretty much all stock with some apps downloaded.
NuttinSpecial said:
No rooting or anything. I dont do all that fancy stuff lol. It was pretty much all stock with some apps downloaded.
Click to expand...
Click to collapse
Depending on your lockscreen setup try plugging into pc companion and do a repair.
If you can't get a connection cos you can't unlock the phone, then you could try an mhl cable to port the screen to a monitor and do a normal factory reset via settings menu.
If you know you have usb debugging enabled then you can use adb commands.
Sent from my C6833 using XDA Premium 4 mobile app
SpyderTracks said:
If you can't get a connection cos you can't unlock the phone, then you could try an mhl cable to port the screen to a monitor and do a normal factory reset via settings menu.
Click to expand...
Click to collapse
Thanks for the idea. I completely forgot i had a usb on the go adapter. I plugged it in and used a wired mouse and it worked just fine. I managed to save my pics and reset the phone. Thanks man!
NuttinSpecial said:
Thanks for the idea. I completely forgot i had a usb on the go adapter. I plugged it in and used a wired mouse and it worked just fine. I managed to save my pics and reset the phone. Thanks man!
Click to expand...
Click to collapse
Nice one. Glad it's sorted.
Sent from my C6833 using XDA Premium 4 mobile app

Need to factory reset with broken screen

I have read several ways to factory reset the Z-Ultra with the buttons, since my screen cracked and no longer responds to touch.
There an official method? There are like 5 different ones when I Google search and they all fail.
I look in the forums and only found the power + volume up method. Doesn't work.
Wolf-5 said:
I have read several ways to factory reset the Z-Ultra with the buttons, since my screen cracked and no longer responds to touch.
There an official method? There are like 5 different ones when I Google search and they all fail.
I look in the forums and only found the power + volume up method. Doesn't work.
Click to expand...
Click to collapse
This was first thing I thought of.
www.youtube.com/watch?v=W8HVEHNOy7I
Wow thats really awesome! Hoping not to have to spend money since I am just trying to factory reset to sell phone for parts on ebay.
I had a suspicion the Z-Ultra was tablet format OS. Since I had options to download "tablet" versions of apps, like amazon and so on.
Thanks for that video though!!! Super cool! I am gonna see if they works with other phones!
Wolf-5 said:
Wow thats really awesome! Hoping not to have to spend money since I am just trying to factory reset to sell phone for parts on ebay.
I had a suspicion the Z-Ultra was tablet format OS. Since I had options to download "tablet" versions of apps, like amazon and so on.
Thanks for that video though!!! Super cool! I am gonna see if they works with other phones!
Click to expand...
Click to collapse
I think Google may have a remote wipe but that probably needs to be enabled beforehand.
Edit.. Some phones support otg but don't supply pin out power to micro USB so a y-cable is required ( similar to how mhl adapter needs external power source).
https://support.google.com/accounts/answer/3265955?hl=en
I just checked in Google device manager and it was enabled by default on mine.
Ok I will try it.
Will have to put the sim card back in till it completes if it lets me. I hope it leaves the sim card alone since I think it deletes all data on phone and SD card.
Wolf-5 said:
Ok I will try it.
Will have to put the sim card back in till it completes if it lets me. I hope it leaves the sim card alone since I think it deletes all data on phone and SD card.
Click to expand...
Click to collapse
Wish I knew more about how it works...let me know how it turns out.
piece byinva
adfurgerson said:
Wish I knew more about how it works...let me know how it turns out.
Click to expand...
Click to collapse
Will do
Can't you just use a tv out mhl adapter and use your tv as a screen?
jutley said:
Can't you just use a tv south mhl adapter and use your tv as a screen?
Click to expand...
Click to collapse
I can see the screen. It shows just fine. I just can't control the phone. The touch on screen stopped working. Can't get passed the lock screen. can't do anything.
The keyboard thing would work. but rather try the google device "erase" phone option. trying to avoid buying things to clear the phone to sell it for parts.
Wonder if a usb coupler would work... use the keyboard and the stock usb cable. Hmmmm.....
Sure you can do a factory reset using adb commands google it.
http://forum.xda-developers.com/showthread.php?t=2277765
Wolf-5 said:
I can see the screen. It shows just fine. I just can't control the phone. The touch on screen stopped working. Can't get passed the lock screen. can't do anything.
The keyboard thing would work. but rather try the google device "erase" phone option. trying to avoid buying things to clear the phone to sell it for parts.
Wonder if a usb coupler would work... use the keyboard and the stock usb cable. Hmmmm.....
Click to expand...
Click to collapse
I am pretty sure you need an "otg" cable with pin 4 jumpered to pin 5.
http://forum.xda-developers.com/showthread.php?t=1828032
You should be able to skip the powered part from what I gathered watching YouTube I posted earlier.
jutley said:
Sure you can do a factory reset using adb commands google it.
http://forum.xda-developers.com/showthread.php?t=2277765
Click to expand...
Click to collapse
I can't access the phone at all. It requires me to be in the OS to "allow" the PC to see the phone. I can see the in the notification area of the phone in the lock screen that the phone is waiting to give permission. But no screen function, no getting past lock screen.
Unless I am mistaken that there is no need to grant the PC permission to see the phone.
adfurgerson said:
I am pretty sure you need an "otg" cable with pin 4 jumpered to pin 5.
http://forum.xda-developers.com/showthread.php?t=1828032
You should be able to skip the powered part from what I gathered watching YouTube I posted earlier.
Click to expand...
Click to collapse
Your right.
I ordered the OTG cable from amazon. it is just under $4 and I have prime so I will get it saturday (2 days). I will do the Google erase and see if that works.
Will report both once done. I will test the cable even if the Google method works and let you guys know.
W..wh...why don't you just flash a stock FTF in Flashtool? Kick it into Flashmode (VOL DOWN + Connect it through USB) and hit the road, Jimmy. No need to touch the screen, and Flashtool will wipe everything.
Hey @Wolf-5 ^^^^^ look up there, hopefully you have notifications on.
I Really want to try keyboard approach first. Will allow me to get pics from phone that are in internal memory.
Then curious to try the Google erase phone. Never know when phone gets lost or stole. Good to see how it works.
Wolf-5 said:
I Really want to try keyboard approach first. Will allow me to get pics from phone that are in internal memory.
Then curious to try the Google erase phone. Never know when phone gets lost or stole. Good to see how it works.
Click to expand...
Click to collapse
Alright, but you're doing it the hard way. To get to your stuff, use a OTG adapter and a mouse. I've used it several times just for fun and it works perfect. No need to connect a whole keyboard.
LordManhattan said:
Alright, but you're doing it the hard way. To get to your stuff, use a OTG adapter and a mouse. I've used it several times just for fun and it works perfect. No need to connect a whole keyboard.
Click to expand...
Click to collapse
Your right thats what i meant. Just mouse.

Categories

Resources