adb does not recognize the device #81
Labels
No Label
Customized PKG
Dup
Enhancement
Help Needed
Invalid
Official PKG
Question
Script Bug
Taobao PKG
Wont Fix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: happyz/dpt-tools#81
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, it seems that I successfully update the firmware (as the rp1 is connected as a mass storage device). But I cannot find the device through adb devices command. Is there any advice?
can you try a different cable, or restart adb server via
adb kill-server && adb start-server? If you are on linux, it seems you need sudo permission to see devices viaadb devices.Or, you can go into the diagnosis mode, mount the system partition, and check the log there to see if adbd is started.
I checked the wire and it should be no problem. Could you give me more detailed description about how to find the log file in diagnosis mode?
And the devices is shown as a USB serial device on the computer instead of an Android device. Is it what supposed to be?
It supposes to have the serial connection for DPA. What if you flashed the
one without mass storage?
I'll take a close look tomorrow when I get home.
On Tue, Mar 26, 2019, 18:52 zye1996 notifications@github.com wrote:
I did both but neither PKGs work
what did it say when you run
adb devices? just empty list?I looked into the image but didn't find anything suspicious. If you exit DPA, restart the device but keep the cable connected, will
adb devicesshow you anything?FYI, what system were you using? MacOS?
I get an empty list from adb devices. I tried both Windows and Ubuntu. Let me try what you suggest and get back to you.
adb still shows nothing. how would adb search through devices attached and check whether the devices is enabled adb?
Sometimes the cable does not have data pin connected and you can only charge it via the cable. Just to confirm if you can use the same cable for DPA connections before.
In your Ubuntu, what does
lsusbsay after you plug in?@zye1996 I just tested many more times, and it indeed can be slow to load up the adbd module since I've used an in-secured version (rooted on its own). In my "not working" case, I have to wait for a minute or two after the device turns on.. You just have to be patient and keep trying
adb kill-server && adb start-server && adb devices.And
lsusbanddmesgon ubuntu can tell you more info.closed as there are no further discussions. similar findings are already discussed in wiki rooting guide. The idea is if current pkg does not work (slow start on the insecured adbd), then user can try the old pkg with a fixed adb key provided before. Check wiki and #87 for more details.