adb disconnect does not work for a closed Waydroid (shown as *offline*) #20

Open
opened 2024-09-08 16:30:01 +02:00 by Benjamin_Loison · 2 comments
adb devices
List of devices attached
XXXXXXXX	device
192.168.240.112:5555	offline
adb disconnect 192.168.240.112:5555
disconnected 192.168.240.112:5555
adb devices
List of devices attached
XXXXXXXX	device
192.168.240.112:5555	offline
```bash adb devices ``` ``` List of devices attached XXXXXXXX device 192.168.240.112:5555 offline ``` ```bash adb disconnect 192.168.240.112:5555 ``` ``` disconnected 192.168.240.112:5555 ``` ```bash adb devices ``` ``` List of devices attached XXXXXXXX device 192.168.240.112:5555 offline ```
Author
Owner

After a few minutes:

adb devices
List of devices attached
XXXXXXXX	device
After a few minutes: ```bash adb devices ``` ``` List of devices attached XXXXXXXX device ```
Author
Owner

Related to #14.

Related to #14.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/adb#20
No description provided.