mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 08:26:00 +03:00
[GH-ISSUE #94] Sometimes LADB goes back to pairing screen after wireless debugging shows a successful pair #73
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LADB#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @ShadowFlare on GitHub (Jan 5, 2023).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/94
As described by title, sometimes when I try to do the pairing, the wireless debugging screen indicates a successful pairing (and even may indicate there's a debugging connection), but LADB goes back to pairing mode instead of showing the terminal output. I don't know of a specific way to reproduce it, just seems to happen at random.
I think it's been happening since the updated pairing screen was implemented in the app.
@hirenshah commented on GitHub (Feb 8, 2023):
I'm having the same issue.
@ElizabethWega commented on GitHub (Feb 28, 2023):
I'm facing the very same issue :/
@cyberfrog77 commented on GitHub (Jun 12, 2023):
same here
@boognish-rising commented on GitHub (Oct 18, 2023):
So you mean it acts like you just launched the app and tries to connect accordingly, despite it already successfully connecting seconds prior? If so, I've experienced this a number of times and each time it turned out that something was wrong with the command syntax. Once corrected, the command ran successfully and / or returned the correct error message. Not sure why it doesn't do so the first time around instead of trying to reconnect or whatever, but if experiencing this particular issue, I'd say to take a close look at the entire command and ensure that all of your arguments are in the proper order, etc. It can also help to have a CLI open on PC or another device to see what the same command does issued on that device