Hi,
I am trying to develop an application for Zebra TC56 Android devices. My app uses a couchbase on device database. Now for development purposes I need to be able to pull the database file off the device to my computer so that I can inspect the data in it.
My problem is using adb pull I get Permission denied errors.
What I have tried till now
adb shell run-as pull /data/data//files/myDb.cblite2
This ends up giving nothing or permission denied error.
Is there a specific way to access application files for development purposes on Zebra devices without rooting into the device ?
1 Replies
Hello Sumeet,
Could you please to try a following command on your device:
adb exec-out run-as cat files/myDb.cblite2 > myDb.cblite2
Dmitry Prokhorov
Software Engineer, Kutir Mobility
Posted on behalf of Zebra Technologies