I'm trying to pull out the application database files, I see that I have all the permissions in the database file "-rwxrwxrwx", which I gave to chmod -r 777 / data / data / com.example.myapp, but I canβt, I constantly I get the above error when I try to pull it out, and, in addition, the device manager continues to crash.
The error I am getting is:
[2015-07-19 19:48:44 - ddms] transmission error: permission denied
[2015-07-19 19:48:44] Failed to allocate allocation: Permission denied
I use Android Studio, my device has root access and I am on a mac.
Here is what I am trying to pull:

Edit: When I run the following command, I get this error Package 'com.example.hackbot' has corrupt installation :
run-as com.example.hackbot chmod /data/data/com.example.hackbot/databases/HackBotDB
Any help is valuable.
Greetings
source share