adb - Can Android Device Monitor run as root automatically -


while developing in android studio on windows, every , have check database on testing device. pull use android device manager. through adb granted access permissions /data/data/xx.xxx.xxx/ folders, read , write permissions /data/data/xx.xxx.xxx/databases folder , files have grant every few minutes. i'm giving grants chmod 777 command while running adb.

is there way set things can have constant read , write grants databases folder , files?

you can root phone or use emulator. emulator files (including sqlite db) accessible via ddms without permission. has neat little download button can use download db on computer .


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -