mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #75] First time setup improvements #57
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#57
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 @mirh on GitHub (Jun 10, 2022).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/75
Settings.Global.ADB_WIFI_ENABLEDcan programmatically detect what it has written on the tin@nilsingha112 commented on GitHub (Jul 26, 2022):
LADB sowed
Enter pairing code: failed to parse address
@tytydraco commented on GitHub (Oct 15, 2022):
Very very true, I will have it not toggle the state for A10 and below! And I will implement those other changes as well.
@tytydraco commented on GitHub (Oct 16, 2022):
Added
@mirh commented on GitHub (Oct 16, 2022):
Nothing of what I left unchecked seems to have happened actually.
@tytydraco commented on GitHub (Oct 16, 2022):
I already had the auto wireless debugging thing in a previous update. And I made sure that it only happens on Android 11+. And I added a little note in the new update for more details about the waiting screen. I think that's what you meant right?
@mirh commented on GitHub (Oct 16, 2022):
Duh, I see #49 now sorry.
Idk why I started talking/worrying about A11 when my phone didn't even have it.
I think you are still missing the super dumb ADB_ENABLED check though.
@tytydraco commented on GitHub (Oct 16, 2022):
Ah right. Does this actually enable USB debugging when you set the global setting? I know some stuff it doesn't actually toggle.
@mirh commented on GitHub (Oct 16, 2022):
https://stackoverflow.com/questions/11314145/looking-to-enable-and-disable-toggle-adb-or-usb-debugging-using-command-line-o
It should AFAICT, but you need some unclear special permission to modify the setting. Unclear if it couldn't even just be the usual WRITE_SECURE_SETTINGS.
Nevertheless at least the check should be always possible.
@tytydraco commented on GitHub (Oct 18, 2022):
github.com/tytydraco/LADB@f10143fb90Looks good?
@mirh commented on GitHub (Oct 20, 2022):
Looks gucci to me, even though I didn't personally test it.