can anyone guide me how to get extract pictures from locked pad? - Transformer TF300T Q&A, Help & Troubleshooting

My touch screen cracked and im unable to input password or unlock the pad...also when connected to pc the drive shows up as empty..is there anyway I can get pictures or other data from tablet?
What if I use recovery to wipe data? And then connect to pc to restore files via some program will it work? I really dont want to buy dock for this xd

elixir. said:
My touch screen cracked and im unable to input password or unlock the pad...
Click to expand...
Click to collapse
Did You use encryption? And do You have stock recovery or TWRP?

Graiden05 said:
Did You use encryption? And do You have stock recovery or TWRP?
Click to expand...
Click to collapse
No, I dont have recovery..also the pad is not encrypted, its locked only with pattern

Does usb debugging is on or have You unlocked bootloader?

Try using CWM to make a full internal storage backup and have it stoed on a larger SD card then extract the files u want
Edit:
oh sorry I didnt realize it was locked nvm

Graiden05 said:
Does usb debugging is on or have You unlocked bootloader?
Click to expand...
Click to collapse
I think debugging is on, but I dont remember for sure xd. And I did not unlock bootloader..

elixir. said:
I think debugging is on, but I dont remember for sure xd. And I did not unlock bootloader..
Click to expand...
Click to collapse
Try qtadb to extract files. You need to setup adb on PC to make it work (of course if debugging is on).

Graiden05 said:
Try qtadb to extract files. You need to setup adb on PC to make it work (of course if debugging is on).
Click to expand...
Click to collapse
Sorry for late response..ive been having difficulties with my pc xd
It didnt work for me..I gues debugging is off
Is there anything else I can try? Im trying to find usb host adapter or female to female cable, but they are not selling it in my country xd

I think there is no way left for You. Only usb-otg or touch screen replacement may help.

Are you able to see your pad's screen when you plug it into HDMI of your tv/monitor?
Edit: sorry, nvm, didn't see that u can't input at all
Sent from my TF300T on CyanogenMod 10.2 using Tapatalk 4

Keyboard Dock
Graiden05 said:
I think there is no way left for You. Only usb-otg or touch screen replacement may help.
Click to expand...
Click to collapse
I'm just trying to help by throwing around some ideas. If you have a keyboard dock (or know someone who would lend you theirs), you could use the touch pad or plug in a USB mouse and unlock it that way. The mouse pointer registers on the device, and you can use it like your finger to unlock it. I've used this method to unlock my tablet when the sometime the touch screen did not respond well.
Hope I helped!

Related

System Deleted

I did a really stupid thing and I deleted system and internal memory...and when I did that i had no external sd mounted...I'm on scanno twrp 2.6.3.0 cand smb plz help me...I downloaded a rom and placed it to my sd card and mounted while in recovery ...but nothing happpend...I really need my tablet to work for tomorrow and the usb didn't work so i wanted to delete and reinstall everything...didn't expected to happen that...any solution? I installed twrp through terminal emulator so I don't know if fostboot wil work?
aplopeanu said:
I did a really stupid thing and I deleted system and internal memory...and when I did that i had no external sd mounted...I'm on scanno twrp 2.6.3.0 cand smb plz help me...I downloaded a rom and placed it to my sd card and mounted while in recovery ...but nothing happpend...I really need my tablet to work for tomorrow and the usb didn't work so i wanted to delete and reinstall everything...didn't expected to happen that...any solution? I installed twrp through terminal emulator so I don't know if fostboot wil work?
Click to expand...
Click to collapse
Did you try to plug a USB stick into the dock's USB port? You should be able to flash from there.
Not sure about TWRP as I am currently trying Phil'z recovery (though will go back probably).
If you want to try Phil'z you can flash that via fastboot from the bootloader screen (hold vol-down).
Hope this helps! Good luck!
Sent from my TF300T using Tapatalk
f69m said:
Did you try to plug a USB stick into the dock's USB port? You should be able to flash from there.
Not sure about TWRP as I am currently trying Phil'z recovery (though will go back probably).
If you want to try Phil'z you can flash that via fastboot from the bootloader screen (hold vol-down).
Hope this helps! Good luck!
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
I dont have dock...but when I plug into tablet's usb...my pc gives me "USB not recognized"
aplopeanu said:
I dont have dock...but when I plug into tablet's usb...my pc gives me "USB not recognized"
Click to expand...
Click to collapse
Awww, a pity, the dock might have helped. Oh,well.
When you are in recovery, the tablet is not recognized by your PC? You should be able to use ADB in recovery.
Have you ever used ADB before? On Windows you might need to install the "USB naked drivers", just search for that (sorry, I am a Linux user).
If "adb devices" shows your serial number and "recovery", you can run "adb push ROM.zip /sdcard", of course replacing ROM.zip with the path to your favourite ROM. Then TWRP should find that file on the internal sdcard.
Sent from my TF300T using Tapatalk
f69m said:
Awww, a pity, the dock might have helped. Oh,well.
When you are in recovery, the tablet is not recognized by your PC? You should be able to use ADB in recovery.
Have you ever used ADB before? On Windows you might need to install the "USB naked drivers", just search for that (sorry, I am a Linux user).
If "adb devices" shows your serial number and "recovery", you can run "adb push ROM.zip /sdcard", of course replacing ROM.zip with the path to your favourite ROM. Then TWRP should find that file on the internal sdcard.
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
I installed naked drivers...now ho can I enter in adb?
aplopeanu said:
I installed naked drivers...now ho can I enter in adb?
Click to expand...
Click to collapse
You should find an adb.exe somewhere, not sure where you can get a Windows version.
Better read up a little on how to use ADB under Windows, sorry again.
Once you have the adb.exe binary, you should be able to run the commands I gave in my last post.
Sent from my TF300T using Tapatalk
f69m said:
You should find an adb.exe somewhere, not sure where you can get a Windows version.
Better read up a little on how to use ADB under Windows, sorry again.
Once you have the adb.exe binary, you should be able to run the commands I gave in my last post.
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
If my PC doesn't recognise my device how can I install naked drivers?
aplopeanu said:
If my PC doesn't recognise my device how can I install naked drivers?
Click to expand...
Click to collapse
As I understand it, you should install the naked drivers on your PC before plugging in your tablet. Installing the drivers on your PC does not require the device, but your PC should recognize the tablet once you have them installed. Maybe better to reboot the PC after installing the naked drivers, just to be on the safe side.
If the tablet is still not recognized, try another USB port or possibly another PC. If that won't work I am out of ideas, sorry. Never used ADB under Windows and under Linux it just works. Ahh, I remember people suggesting to run Linux in a VirtualBox and use ADB from there, might be a last resort. Maybe a Windows user looks into this thread and can help.
Sent from my TF300T using Tapatalk
f69m said:
As I understand it, you should install the naked drivers on your PC before plugging in your tablet. Installing the drivers on your PC does not require the device, but your PC should recognize the tablet once you have them installed. Maybe better to reboot the PC after installing the naked drivers, just to be on the safe side.
If the tablet is still not recognized, try another USB port or possibly another PC. If that won't work I am out of ideas, sorry. Never used ADB under Windows and under Linux it just works. Ahh, I remember people suggesting to run Linux in a VirtualBox and use ADB from there, might be a last resort. Maybe a Windows user looks into this thread and can help.
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
How can I install naked drivers without device connected? everywhere it says that you need to be connected to install
aplopeanu said:
How can I install naked drivers without device connected? everywhere it says that you need to be connected to install
Click to expand...
Click to collapse
Weird, but sorry again, never tried myself under Windows.
Well, if you can't use ADB, can you use fastboot when you go into the bootloader menu (vol-down)?
In that case you could flash the original Asus ROM via fastboot: download, unzip twice to find the blob and use fastboot to flash that. Once you booted into that you can install recovery again and then flash your favourite ROM.
Otherwise... no adb, no fastboot, external sdcard in the slot won't work and no dock... hmm, can't think of any other options right now, sorry!
Sent from my TF300T using Tapatalk
f69m said:
Weird, but sorry again, never tried myself under Windows.
Well, if you can't use ADB, can you use fastboot when you go into the bootloader menu (vol-down)?
In that case you could flash the original Asus ROM via fastboot: download, unzip twice to find the blob and use fastboot to flash that. Once you booted into that you can install recovery again and then flash your favourite ROM.
Otherwise... no adb, no fastboot, external sdcard in the slot won't work and no dock... hmm, can't think of any other options right now, sorry!
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
If fastboot won't work...I'll buy a dock...
aplopeanu said:
If fastboot won't work...I'll buy a dock...
Click to expand...
Click to collapse
I think there are also USB adapters you can plug into the tablet without a dock, might be cheaper.
And don't despair. Another Windows user should be able to help you getting either adb or fastboot to work. Or do a little more research, there have been tips and discussions on that all over the forum. As a Linux user I just didn't pay too much attention.
Sent from my TF300T using Tapatalk
f69m said:
I think there are also USB adapters you can plug into the tablet without a dock, might be cheaper.
And don't despair. Another Windows user should be able to help you getting either adb or fastboot to work. Or do a little more research, there have been tips and discussions on that all over the forum. As a Linux user I just didn't pay too much attention.
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
Thanks...I'll look more carefully into this...I'm only afraid that my charging plug is damaged and that's why the pc doesn't recognised it...I'm not sure tough...if this is the case dock or usb adapters won't be helpfull at all right?
aplopeanu said:
Thanks...I'll look more carefully into this...I'm only afraid that my charging plug is damaged and that's why the pc doesn't recognised it...I'm not sure tough...if this is the case dock or usb adapters won't be helpfull at all right?
Click to expand...
Click to collapse
Well, if the plug in the tablet is damaged, probably not, as they use the same plug. Might be your cable? A new USB/charging cable might help in that case. I also had a bad USB port in a PC once.
There are so many things involved, hardware and software. Hard to tell, where the bad link is.
Sent from my TF300T using Tapatalk
OS
aplopeanu said:
Thanks...I'll look more carefully into this...I'm only afraid that my charging plug is damaged and that's why the pc doesn't recognised it...I'm not sure tough...if this is the case dock or usb adapters won't be helpfull at all right?
Click to expand...
Click to collapse
What OS is your PC??
lj50036 said:
What OS is your PC??
Click to expand...
Click to collapse
I tried on 2 different pc's, one with windows 8 and one with windows 7...i get the same thing
I did the same thing, i deleted my whole tablet but i´am still in twrp recovery. So i just download rom, send it to tablet memory, flash it and thats all ?
After THE WORST NIGHT OF MY LIFE i got so lucky at work today i can't stop laughing...the only thing i didn't try was starting my tablet with external sd mounted...TWRP recognised and i got to flash CM11...but i try a new charging plug from a co-worker nad i got the same thing...usb not recognised...seems my charging port is damaged...but still i have a working tablet
Marksuperb said:
I did the same thing, i deleted my whole tablet but i´am still in twrp recovery. So i just download rom, send it to tablet memory, flash it and thats all ?
Click to expand...
Click to collapse
well yea...depending on what twrp your on
aplopeanu said:
well yea...depending on what twrp your on
Click to expand...
Click to collapse
Im on 2.5.0.0 TWRP, is that good ? And i have same problem as thread creator - PC didn´t recognize my tablet and i have installed android skd and adb utilities.
EDIT: microSD card works, i flash rom thanks to it. But iam scared when i restart and it wont work i didnt get back into recovery.
Thank god I made it. I formated only /sdcard data so i just install ROM from that folder and everything works properly.

Tablet not detected when connected via usb at all

I connect my tablet to my two laptops, one is win 8.1 and the other osx, neither shows any sign of knowing the tablet is connected at all.
it does not prompt me to instal any drivers, i dont see it in device manager though i could be missing it. definitely doesnt show up in file explorer as a drive. have tried switching from mtp to ptp and back again. I have no dea. The same cable when connected to the charger works fine, but no sign of life on a computer.
I'm trying to root it and get CM10 on there but this is stopping me in my tracks.
edit: i also just tried an older windows xp computer, no luck their either.
Bad cable?
Turn in USB debugging in developer options?
sbdags said:
Bad cable?
Turn in USB debugging in developer options?
Click to expand...
Click to collapse
Tried both that I own. And it charges fine. Also tried connection the keyboard dock and then the cable to that. Out of ideas.
USB debugging has been enabled and disabled multiple times. Multiple reboots. I'm going to try rolling back the firmware from .10 to .8
edgex said:
I'm trying to root it and get CM10 on there but this is stopping me in my tracks.
Click to expand...
Click to collapse
You don't need to root it to install a custom ROM, you need to unlock the bootloader.
_that said:
You don't need to root it to install a custom ROM, you need to unlock the bootloader.
Click to expand...
Click to collapse
Well its successfully unlocked. But I'm like 99% sure I need root for goo manager to install twrp. Or USB to work to install twrp via fastboot.... No?
edgex said:
Well its successfully unlocked. But I'm like 99% sure I need root for goo manager to install twrp. Or USB to work to install twrp via fastboot.... No?
Click to expand...
Click to collapse
I wouldn't start installing custom anything without working fastboot and adb access.
- Make sure the contacts of the connector and cable are clean.
- Do the equivalent of "lsusb" under OSX to check if the tablet is detected.
- Try different USB ports.
_that said:
I wouldn't start installing custom anything without working fastboot and adb access.
- Make sure the contacts of the connector and cable are clean.
- Do the equivalent of "lsusb" under OSX to check if the tablet is detected.
- Try different USB ports.
Click to expand...
Click to collapse
Have tried five ports accross three computers on three operating systems. Two usb cables, and the use of the dock should have bypassed any dirty connections. I can try Ubuntu live boot tomorrow if it comes to that.
Sent it off to get fixed, they verified they had the same problem, waited weeks for a replacement part, they replaced it and sent it back. And its doing the samn damn thing. So done with this tablet.
edgex said:
Sent it off to get fixed, they verified they had the same problem, waited weeks for a replacement part, they replaced it and sent it back. And its doing the samn damn thing. So done with this tablet.
Click to expand...
Click to collapse
Did you freeze or disable your system apps by any chance?
LetMeKnow said:
Did you freeze or disable your system apps by any chance?
Click to expand...
Click to collapse
No, and I would think a factory reset which I've done multiple times would have undone that even if I had on accident some way.
edgex said:
No, and I would think a factory reset which I've done multiple times would have undone that even if I had on accident some way.
Click to expand...
Click to collapse
How do you connect the tablet to the PC? Always through the dock USB?
Do you have the same problem when connecting the tablet directly? Undock it, use the original cable to connect to different USB ports.

USB broken.. Can I root/flash recovery?

Hey all,
My USB broke i guess. I tried different cables and different computers, but nothing recognizes the device at all (not anything in device manager).
My TF700 is unlocked, so no warranty I want to flash a custom ROM, but my tablet isn't rooted and has stock ROM and recovery. Anything I can do or is my only option to get it fixed by asus?
jeroenpico said:
My USB broke i guess. I tried different cables and different computers, but nothing recognizes the device at all (not anything in device manager).
My TF700 is unlocked, so no warranty I want to flash a custom ROM, but my tablet isn't rooted and has stock ROM and recovery. Anything I can do or is my only option to get it fixed by asus?
Click to expand...
Click to collapse
Try cleaning the connector - at least it helped someone I know who even used an external battery charger for his phone for a few months because he thought USB was broken.
_that said:
Try cleaning the connector - at least it helped someone I know who even used an external battery charger for his phone for a few months because he thought USB was broken.
Click to expand...
Click to collapse
I tried this, but it doesn't seem to help. It's only the usb connection not working, I still can charge the tablet.
I've also tried my girls TF300 which works with all my cables and my computer, so I'm afraid it's the usb connector on my tablet.
But there is no way to get root acces or a custom recovery without usb?
jeroenpico said:
But there is no way to get root acces or a custom recovery without usb?
Click to expand...
Click to collapse
You could try to downgrade to 10.6.1.14.8 by putting the firmware zip on a microSD card (there are guides about details how to name the zip that I don't remember right now), then you could root it with Motochopper, and then you can install a custom recovery using dd to mmcblk0p4 and rebooting.
The problem: No safety net. If something goes wrong in the process, the normal way to fix it is fastboot via USB - if your USB doesn't work, then the tablet would be bricked.
Motochopper won't work if there is absolutely no USB connection since you have to run it from your PC
Sent from my DROID4 using Tapatalk
_that said:
You could try to downgrade to 10.6.1.14.8 by putting the firmware zip on a microSD card (there are guides about details how to name the zip that I don't remember right now), then you could root it with Motochopper, and then you can install a custom recovery using dd to mmcblk0p4 and rebooting.
The problem: No safety net. If something goes wrong in the process, the normal way to fix it is fastboot via USB - if your USB doesn't work, then the tablet would be bricked.
Click to expand...
Click to collapse
I need working USB in order to achieve root acces with motochopper right?
berndblb said:
Motochopper won't work if there is absolutely no USB connection since you have to run it from your PC
Click to expand...
Click to collapse
ouch, didn't think about that.
So I guess I got two options?
1. Pay Asus for fixing my tab
2. Trying to live with the laggy stock...
Thnx anyways!
This is probably a stupid suggestion but I'm good at making those, is there any way he could copy the required files to a micro SD then insert the card back into the tablet and then use a terminal emulator to update his recovery?
Sent from my GT-N7105 using XDA Premium 4 mobile app
fatboyinlycra said:
This is probably a stupid suggestion but I'm good at making those, is there any way he could copy the required files to a micro SD then insert the card back into the tablet and then use a terminal emulator to update his recovery?
Click to expand...
Click to collapse
I think for rooting you need at least a shell with the "shell" user account (which has more privileges than a normal app), but the terminal emulator runs under its own app user account.

Broken Screen

Hello guys, my phone dropped today and half of the screen is not working anymore. Also the touch does not seem to work. The problem is I just want to copy my photos to my computer but i cant because of the phone is locked and it needs a pattern password to unlock. Is there anyway without replacing the screen to copy my photos or unlock the phone. Thank you.
Hi,
You can plug an OTG cable and plug in a mouse to work around the touch screen issue. Other possibility is trying to boot in recovery mode to manage the files via USB, though I'm not sure if it would allow you to access internal data using adb or not.
All the best,
~Lord
XxLordxX said:
Hi,
You can plug an OTG cable and plug in a mouse to work around the touch screen issue. Other possibility is trying to boot in recovery mode to manage the files via USB, though I'm not sure if it would allow you to access internal data using adb or not.
All the best,
~Lord
Click to expand...
Click to collapse
Hey i do have the USB OTG and i plugged in a mouse to try to enable the adb debugging but the problem is that i can't see the screen so i am working blindly and trying to 'guess' where i should click.
The thing is i can unlock my phone with the fingerprint, but when i connect it to the computer the files do not show, i believe there is a button i have to click to enable MTP ?
I really can't believe its that hard to copy some files from my phone just because the screen is black
Hi,
Yes there is a button to enable MTP and it is in fact hard to enable it without looking at the screen. Have you tried booting in Recovery to access your files?
All the best,
~Lord
XxLordxX said:
Hi,
Yes there is a button to enable MTP and it is in fact hard to enable it without looking at the screen. Have you tried booting in Recovery to access your files?
All the best,
~Lord
Click to expand...
Click to collapse
Yea but i have the stock recovery is there a process/way to access my files other than just booting to recovert?
My phone has latest stock rom and rooted.
Please any help to recover my files since i was checking a screen repair will cost me around 200$
You must instal twrp recovery, with odin. After boot into twrp. So i rimember, twrp mtps is active defoult.
levanitit said:
You must instal twrp recovery, with odin. After boot into twrp. So i rimember, twrp mtps is active defoult.
Click to expand...
Click to collapse
i tried with my older S3 before doing all this process on the S6. I already have TWRP on the S3 and you are write when i click the button on the right it says MTP is enabled but when i plug it in the PC, the device doesn't show any files? any ideas on how to fix this/ can you try it on your device?
Thanks in advance.
Me too hade same problem. It is usb driver problem. I insttal driver and fixed. but dont rimmeber wich one. Search youtube twrp mtp problem.

Black screen: blind OTG keyboard guide?

My Mix 3 has a completely black screen after I dropped it... . I'd like to recover some data from it. If someone has some time to write a "blind" guide for an OTG keyboard to enable debug usb it would be nice. I lost a lot of whatsapp messages and stupid me I was so sure to have the backup enabled.... :crying:
Hope someone will help me. Thanks.
Or can someone tell me how to unlock it with a keyboard if I'm using the pattern lock? Never noticed what you can do if you cannot use the pattern method.
Miottolo said:
My Mix 3 has a completely black screen after I dropped it... . I'd like to recover some data from it. If someone has some time to write a "blind" guide for an OTG keyboard to enable debug usb it would be nice. I lost a lot of whatsapp messages and stupid me I was so sure to have the backup enabled.... :crying:
Hope someone will help me. Thanks.
Or can someone tell me how to unlock it with a keyboard if I'm using the pattern lock? Never noticed what you can do if you cannot use the pattern method.
Click to expand...
Click to collapse
Hi Miottolo,
did you find a Solution for your problem? I have the same now and can't find anything about mi mix 3 otg connections...
slowmotion11 said:
Hi Miottolo,
did you find a Solution for your problem? I have the same now and can't find anything about mi mix 3 otg connections...
Click to expand...
Click to collapse
Nope. Only solution was to repair the screen. Likely I paid about 130€ directly from Xiaomi official repair service.
Get the program 'scrcpy' off its GitHub, connect your phone to your PC with a USB cable, open a console in the scrcpy directory and connect to the phone with adb, then run scrcpy (from the console too). scrcpy will mirror the framebuffer to your PC and let you send inputs.
Of course, this only works if USB debugging is already turned on on the device.
The other option would be to boot into recovery and use ADB from there, this is fairly easy if you already have twrp installed. If your bootloader is unlocked, you can flash twrp and go from there.
By default iirc twrp won't mount the data partitions, so you will need to do that by issuing ADB shell commands, once done you can pull data out of whatever partition you want.

Categories

Resources