mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #49] [Enhancement] Option to automatically enable WiFi Debug when LADB launches #39
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#39
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 @e-t-l on GitHub (Dec 2, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/49
Since apps are able to write the system setting
[Global] adb_wifi_enabled(1)It would be nice if there were an option IN LADB to activate wifi debugging automatically on launch, so users don't have to go into Dev Settings and turn it on manually.(It would also be good for LADB to then set
[Global] adb_wifi_enabled(0)upon exit, but I'm not sure how this would be accomplished without a persistent background service to monitor LADB's running status. Such a service could kill itself right after it sets the system setting, and if it's only triggered by LADB's launch, it shouldn't be a drain on phone resources, but background services are beyond my ability to code).I'm not familiar with using Kotlin as it is, but if this sounds like a feature you'd be interested in adding, I can take a look and see how far I can get in a new branch.
@tytydraco commented on GitHub (Jan 14, 2022):
This is a good idea! I can look into this feature.
@tytydraco commented on GitHub (Jan 15, 2022):
Added in
github.com/tytydraco/LADB@f4eaf469e5