I am trying to retrieve the database file from the phone. I am using the cmd and adb shell to do this. After access data/data when i do ls, it shows permission denied. I have phone my rooted. USB debugging is on. My CMD image is attached. Please guide where i am wrong. Thanks in advance
相关问题
- How can I create this custom Bottom Navigation on
- How to get the return code of a shell script in lu
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
To list all databases that you have:
To download them, first, copy them to sdcard and then, pull it:
NOTE:
Remember to replace
com.example.myapp
by package name from your app.Replace
com.example.myapp
by package marked in yourAndroidManifest.xml