Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get com.motorola.ccc.ota
  2. Invalid namespace 'com.motorola.ccc.ota'
  3. usage: settings [--user <USER_ID> | current] get namespace key
  4. settings [--user <USER_ID> | current] put namespace key value
  5. settings [--user <USER_ID> | current] delete namespace key
  6. settings [--user <USER_ID> | current] list namespace'namespace' is one of {system, secure, global}, case-insensitive
  7. If '--user <USER_ID> | current' is not given, the operations are performed on the system user.
  8. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get system com.motorola.ccc.ota
  9. null
  10. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get global com.motorola.ccc.ota
  11. null
  12. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get secure com.motorola.ccc.ota
  13. null
  14. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get secure com.motorola.ccc.ota
  15. null
  16. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get global com.motorola.ccc.ota
  17. null
  18. Stephens-MacBook-Pro:powerusage-android stephendonner$ adb shell settings get secure com.motorola.ccc.ota
  19. null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement