reset usb device on android sbc (inforce 6640) from remote - Android Q&A, Help & Troubleshooting

Hello
I have an android device (inforce 6640) that I control remotely via TeamViewer (I do not have access to it, just remote control).
To the device connected USB device and sometimes that is not recognized by android. To resolve the problem i need to power off and on to the android device . Is there a way to make a USB device reset without turning the card off and on?
thanks

Related

[q] adb via wlan/bt?

hey guys,
is there a possibility to emulate the android device connected to the computer via usb, when it is in real only in the same wlan network (or directly connected via bt to the computer)? would be much more comfortable because there would be no need to have it near the computer and of course do things from remote

OnePlus 5T - can't connect to adb on Linux

Hi! This is my first post
I'm working on a game in Godot engine and for one-click-deploy I need my device to be accessible via adb.
I have already managed to use this with a different device and an older version of the engine, but my OnePlus 5T will not show up.
I've tried finding some drivers for it, but no go.
Everything works over USB: tethering, media transfer, but not debugging.
I have the developer mode enabled on my device, and when I connect it, I get a notification that USB debugging is on. However my Linux machine doesn't recognize that.
Have anyone had similar issues? I couldn't find any information about this yet.
I think I've accidentally solved it.
Once I have run `adb devices` as root - the phone was listed and I got a notification on the phone asking if I want to pair USB debugging with the PC. I yet have to test if the one-click -deploy works now, but I gues it will.

USB Connection does not work - can I still unlock and flash?

Hello there!
I own a Xiaomi Redmi Note 4. It works quite well but I want to flash a custom ROM. Before I can do that I have to unlock my phone. To do this I must connect my phone to the computer. This is where the trouble begins.
A few weeks ago, I replaced the display because it was broken. I really really took care to avoid doing any harm to the phone - and I think I did a pretty good job. The new display works flawless, like if there was never an issue with it.
BUT: Today I connected the phone via USB - and my computer won't recognize it anymore. I get a message from Windows, telling me that the USB device was not recognized and I should connect the device again. My phone also doesn't show me the USB options like before (charging, data transer). To solve this problem i already tried:
- another USB port
- another USB cable
- another PC
- phone reset
- uninstall and reinstall driver in the device manager
The device manager of Windows gives me the following output at the USB device properties:
"Windows has stopped this device because it has reported problems. (Code 43)
An error occurred while requesting the USB device descriptor."
I don't know whats wrong, but I can live with it. The question is: can I still unlock and flash my phone without USB?
I have the same issue and my phone charges only in TWRP
me too, i have the same problem, i change the usb hub, flat,...bat still not working!
I have same problem. Did anyone found solution?
for enabling OTG, root needed
run adb shell, use any terminal app,
Code:
su
setprop persist.sys.oem.otg_support true
this only enables OTG support.
USB MTP, ADB support not working. (phone usb to computer connecting issue)
I think switching to stock rom will solve this.

Screen broken and no diaplay

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

Remove lock or enable usb debugging on non-rooted phone (Read data inside a locked phone)?

So i forgot the PIN number on my old phone which was not rooted, had no recovery software (Cwm, Xrec, etc.) installed on it, and has usb debugging and auto-mount disabled. We don't know the google account associated with the phone. Basically all I have is the phone and a usb cable. Is there a way to get the user data out of it? Adb won't recognise the device btw. I do apologise if it's a stupid question. The phone automatically connected to the wifi, and I'm on Linux, if that helps. But I managed to get into recovery but adb only recognises the device in sideload mode. The files inside the phone is extremely important to me because it contain photo of my family member that were passed away.
Phone: Vivo V7 Plus
I wanted to try brute-force the PIN with program but unfortuntely the phone will cool down for 7000 second (3hours+)
A phone typically knows of 2 USB modes: ADB & MTP. If MTP mode was enabled and phone supports a USB-C connection then it should be possible to fetch the user-data you're interested in.
jwoegerbauer said:
A phone typically knows of 2 USB modes: ADB & MTP. If MTP mode was enabled and phone supports a USB-C connection then it should be possible to fetch the user-data you're interested in.
Click to expand...
Click to collapse
Hi, first of all thanks for your respond. In order to enable MTP i need to have the phone unlock right? how can i enable MTP if the phone is locked ?
All I know is that ADB is the door to any Android device and nothing than that.

Categories

Resources