Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry adb connection until a phone is connected #165

Closed
0x192 opened this issue Mar 17, 2022 · 1 comment
Closed

Retry adb connection until a phone is connected #165

0x192 opened this issue Mar 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@0x192
Copy link
Owner

0x192 commented Mar 17, 2022

When UAD is in the LoadingPackages state (displaying the Pulling packages from the phone. Please wait... message) it should continually retry to fetch packages until it finds a connected phone or reaches a timeout.

@0x192 0x192 added the enhancement New feature or request label Mar 17, 2022
@0x192 0x192 added this to the 0.5 milestone Mar 17, 2022
@0x192 0x192 self-assigned this Mar 17, 2022
@0x192 0x192 closed this as completed in 4d24549 Mar 22, 2022
@0x192
Copy link
Owner Author

0x192 commented Mar 23, 2022

UAD now can now enter in the FindingPhones loading state if it hasn't found a connected device. It can happen at the launch of the app, after pressing the refresh or reboot button.

In this state, the "Finding connected devices..." message is displayed and UAD try every 500ms to initiate an ADB connection with any connected device. If after 1min there is still no device connected then UAD exit the loading state and displays en empty list of packages with the "no devices/emulators found" message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant