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
Post a Comment