Broken Screen/Digitizer Help with ADB to retrieve photos - Galaxy S 4 Q&A, Help & Troubleshooting

My girlfriend broke the screen of her phone and the digitizer. She never turned on USB debugging mode and has a lock on her screen. With the help of this forum I was able to get the phone into recovery mode and detected with ADB. But every time I try to pull the photos from her phone I get the error in the command prompt "error: closed". How can I fix this? I tried to kill and start the server but that did nothing. Also what directory or prompt do I to write to pull the right folder, because I am not sure where the DCIM folder is located.
Please help me out and thanks in advance.

Did you try to pull the whole internal sd ?
Gesendet von meinem GT-I9505 mit Tapatalk

devgee said:
Did you try to pull the whole internal sd ?
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
I just tried adb -"d" pull sdcard/ C:\RecoveredData and same error "Error: Closed." :/

Related

windows 8 consumer preview and ADB

This seems to have messed up my ADB.. i can no longer access my phone..
it says android adb device in device manager, but when i try and fastboot into it it say
"the system cannot find message text for message number 0x2331 in the message fille for Application"
also it now says Device offline...
anyone else have this issue?
iv tried reinstalling drivers but it says drivers already installed
SCRATCH THIS....
i fixed it.. strange problem with windows 8.. nevermind
What exactly did you do to get it to work at all? I can't see to get it to even see my device.
Jasgfx said:
What exactly did you do to get it to work at all? I can't see to get it to even see my device.
Click to expand...
Click to collapse
Make sure you got the .net framework in place and java.
Sent from my Nexus S 4G using Tapatalk
Make sure you have USB debugging on ..
it just installed adb drivers for me ... .
It ended up being a problem with my rom, I had adb over network on and it messed it up ...
Also try
Adb stop server
Adb start server
Sent from my Nexus S using Tapatalk
also adb works fine , but fastboot doesnt.... so that's an issue

[Q] ADB error:device not found

Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
plug the phone, open a terminal as administrator/root and type
adb stop-server
adb start-server
adb devices
the last command must return your device name-id
If not there is smth wrong with your installation
The device didn't show up do you know what I could have done wrong? Do I have to turn on mass storage? Could it have something to do with my drivers, can't remember installing any... And in the device manager I see four android with a orange triangle with am exclamation mark inside.
Sent from my U8800 using Tapatalk 2
theminikiller said:
The device didn't show up do you know what I could have done wrong? Do I have to turn on mass storage? Could it have something to do with my drivers, can't remember installing any... And in the device manager I see four android with a orange triangle with am exclamation mark inside.
Sent from my U8800 using Tapatalk 2
Click to expand...
Click to collapse
No you don't need to enable mass storage, but you need to enable USB debugging from dev settings from the device. Use these drivers
https://www.dropbox.com/s/ryn7l7z0nfc842g/u8800_pc_drivers.zip
emmm... feeling kinda stupid right now... but how do i install the drivers? xD
theminikiller said:
emmm... feeling kinda stupid right now... but how do i install the drivers? xD
Click to expand...
Click to collapse
You have to install them manually from device manager.
Sent from my U8800
After i choose the folder with the drivers i only get a message saying it didnt find any drivers. Do you know why i cant install them?
Is it the same drivers when I'm using aurora ics as gingerbread roms?
Sent from my U8800 using Tapatalk 2
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
I had the same issue. This tutorial worked for me: http://goo.gl/OS3Vi
Hope it helps
kross666 said:
I had the same issue. This tutorial worked for me: http://goo.gl/OS3Vi
Hope it helps
Click to expand...
Click to collapse
Thanks alot! That worked perfectly, now i can start using adb on my phone xD
btw i have a question for adb... what does reboot to download mode mean? is that pink screen?
theminikiller said:
Thanks alot! That worked perfectly, now i can start using adb on my phone xD
btw i have a question for adb... what does reboot to download mode mean? is that pink screen?
Click to expand...
Click to collapse
I think its safe mode
Sent from my Impulse 4g running vPure Professional CM7.
kross666 said:
I had the same issue. This tutorial worked for me: http://goo.gl/OS3Vi
Hope it helps
Click to expand...
Click to collapse
Thank you the instructions in the link provided worked for me. I am able to see my listed by adb device command...
help
i have been trying to root my acer iconia tablet A100 for a week now, i ve tried and followed a dozen of ways. this is were it has brought me,
Device connected. Preparation for executing of the main script.
mkdir failed for /data/local/tools, Permission denied
push: tools/su -> /data/local/tools/su
failed to copy 'tools/su' to '/data/local/tools/su': No such file or directory
Unable to chmod /data/local/tools/*: No such file or directory
remote object '/data/local/tools/mempodroid' does not exist
The file "mempodroid" isn't created!
-
Not getting root!
-
Error!
-
Press any key.
please help me, what did i do wrong
thanks in advanced
jakk181571 said:
i have been trying to root my acer iconia tablet A100 for a week now, i ve tried and followed a dozen of ways. this is were it has brought me,
Device connected. Preparation for executing of the main script.
mkdir failed for /data/local/tools, Permission denied
push: tools/su -> /data/local/tools/su
failed to copy 'tools/su' to '/data/local/tools/su': No such file or directory
Unable to chmod /data/local/tools/*: No such file or directory
remote object '/data/local/tools/mempodroid' does not exist
The file "mempodroid" isn't created!
-
Not getting root!
-
Error!
-
Press any key.
please help me, what did i do wrong
thanks in advanced
Click to expand...
Click to collapse
this is not the forum for ur device..
then please tell then where is the correct forum.
i only when to this one because google brought me here, and it was on adb, which is what i am have trouble with.
Re: Adb - device not found (I had same problem) Fixed
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
I had the same issue updating my Nexus 7 in adb download mode device not found. You will also notice in system setting device driver is showing an error. You can download Adb driver installer which should detect any missing driver and fix the issue.
It worked for me straight away otherwise I had no way round getting to solve the problem. Fheww!! hope it works for you
Many Thanks.
adbdriver.com/downloads
---------- Post added at 05:55 PM ---------- Previous post was at 05:43 PM ----------
You may be missing the device driver when switching to USB Debugging mode using ADB Command prompt device not found.
Please download and intsall adb driver installer. It found my device and installed missing driver straight away problem fixed now I dont seem to have any issue.
adbdriver.com/downloads/
Glory be to Almighty God. Thank you!!
theminikiller said:
Hi, im trying to set up adb on my windows 7 computer and i have installed the update packages but when i try a command to my phone i get an error saying "error: device not found" even tho i have it connected via usb and i have debugging on. How can i fix it?
Click to expand...
Click to collapse
same problem...

[Q] My Computer doesn't see Note3 as a drive

When i connected My Note3 (9005) to my computer, it didn't show drive on my computer. How can i fix it?
I had enable usb debugging mode. When i connect my Note3(9005) to computer it always show "The dock is connected".
Does anybody help me?
Please!!!!!!
plz help me
Does anyone know how to fix it? plz help me
It's a network drive, not a harddrive. It shows up way below all the other drives, doesn't have a letter.
When I plug in my device to windows 7 pc with usb debugging ticked, it alwalys shows as samsung sm-n9500 smart phone. Its been the same for note 2, s4 etc
Sent from [email protected] Ass Note III SM-N9005
Is it set to MTP mode as well? Also does the device show up if you run the 'adb devices' command?
Sent from my SM-N900V using Tapatalk
danjng said:
Is it set to MTP mode as well? Also does the device show up if you run the 'adb devices' command?
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
I have never used mtp mode, I did sucessfully run adb shell when flashing a black theme by 123hiten, Device was recognised.
Hope this help.
Sent from [email protected] Ass Note III SM-N9005

cant install flashtool drivers on my pc

when i try to instal flashtool drivers for my xperia z1 i get errors and installation fails
sony net - failed
sony (winusb) - failed why is this ?
Are you running Windows 8/8.1 64 bit ?
Then you have to disable driver certificate check.
Here in the forum are tutorials about this issue.
Regards
Meet
Gesendet von meinem GT-N7100 mit Tapatalk
Actually you don't need drivers installed manually, keep pushing volume down and connect via usb to pc, the windows will install the drivers automatically and you are ready to go. Remember to keep pushing volume down all the time in the process.

[Q] Cannot transfer Music (FLAC) to my new Note 3

Hi, I just bought a Note 3, and I was about to transfer music to it.
but it just stops transferring after one song, and (and shows that it) keeps transferring... when i disconnect, not one audio file is transferred.
Just some info if needed, the audio files are flac. and the firmware is MJ7.
I *think* it might be because maybe drivers weren't installed properly? If so, can someone kindly tell me where to find drivers for this device? Thanks
I'm not sure how did you do it. Maybe you can try this way. Install airdroid on the phone and then transfer whatever you want via wi-fi. It's easy to use, just follow the instructions of that app. It rarely failed. No drivers needs to be installed.
Gesendet von meinem SM-N9005 mit Tapatalk
ouankou said:
I'm not sure how did you do it. Maybe you can try this way. Install airdroid on the phone and then transfer whatever you want via wi-fi. It's easy to use, just follow the instructions of that app. It rarely failed. No drivers needs to be installed.
Gesendet von meinem SM-N9005 mit Tapatalk
Click to expand...
Click to collapse
Thanks i'll do that

Categories

Resources