computerscience/Microsoft Bot Framework HOL.md at master · MSFTImagine/computerscience · GitHub:
'via Blog this'
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Sunday, November 26, 2017
Saturday, November 25, 2017
View Settings/secure/global data from Android
i was looking for a way to look into the settings.db or other secure db that exist in android , on non rooted device.
i find out this command to View the data :
adb shell content query --uri content://settings/global
adb shell content query --uri content://settings/system
adb shell content query --uri content://settings/secure
there is also a tool - have a look at adb-export
enjoy
Yaniv Tzanany
i find out this command to View the data :
adb shell content
e.g. - to see all global settingsadb shell content query --uri content://settings/global
adb shell content query --uri content://settings/system
adb shell content query --uri content://settings/secure
there is also a tool - have a look at adb-export
enjoy
Yaniv Tzanany
Subscribe to:
Posts (Atom)