[GH-ISSUE #41] [bug/enhancement?] Change case sensitivity, or disable auto-capitalize #30

Closed
opened 2026-03-04 02:10:56 +03:00 by kerem · 1 comment
Owner

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 packages returns /system/bin/sh: <stdin>[2]: Pm: inaccessible or not found

I'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.

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 packages` returns `/system/bin/sh: <stdin>[2]: Pm: inaccessible or not found` I'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.
kerem 2026-03-04 02:10:56 +03:00
Author
Owner

@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 :)

<!-- gh-comment-id:942751292 --> @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 :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LADB#30
No description provided.