- Package:
- adb
- Source:
- android-platform-tools
- Description:
- Android Debug Bridge
- Submitter:
- ç©ä¸¹å°¼ Dan Jacobson
- Date:
- 2022-06-28 14:39:16 UTC
- Severity:
- normal
I'm not sure where to send this bug.
$ adb shell cmd settings
Settings provider (settings) commands:
help
Print this help text.
get [--user <USER_ID> | current] NAMESPACE KEY
Retrieve the current value of KEY.
...
$ adb shell cmd settings help
Invalid command: help
Hello Dan,
it looks like "cmd" is part of the android device,
to which adb is communicating, e.g.:
$ adb shell
DPL_sprout:/ $ which cmd
/system/bin/cmd
Therefore I guess this issue can just get addressed
by the android device manufacturer.
Kind regards,
Bernhard
OK. BÜ> Hello Dan, BÜ> it looks like "cmd" is part of the android device, BÜ> to which adb is communicating, e.g.: