mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 08:26:00 +03:00
[GH-ISSUE #41] [bug/enhancement?] Change case sensitivity, or disable auto-capitalize #30
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#30
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 (Oct 13, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/41
Is traditional ADB (over USB) usually case sensitive? In LADB, entering a command that's accidentally capitalized (i.e. by the phone's autocapitalize) returns:
/system/bin/sh: <stdin>[#]: xxx: inaccessible or not found(where "#" appears to be the output's line number, as it increases by 1 with each command attempted, and "xxx" is the first word of the command entered)
For example, entering
Pm list packagesreturns/system/bin/sh: <stdin>[2]: Pm: inaccessible or not foundI'm not sure if it's possible to change the case sensitivity, OR prevent keyboards from autocapitalizing when entering commands in LADB. I know certain types of text field disable autocapitalize by default (e.g. password fields), but I'm not sure if there's any other type of text field or attribute that could be integrated into LADB to override the phone keyboard's default autocapitalization.
@tytydraco commented on GitHub (Oct 13, 2021):
Thanks for the suggestion! This is super easy to implement, I actually thought it was already done. I'll double check though. Thanks for reporting :)