Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Location of my package while USB debugging in eclipse

I searched a lot in DDMS all folders but can not find the location of my package folder in file manager. I have search it into the storage/sdcard0 but there also my package is not present.

enter image description here

take a look I uploaded photo. Is there any special setting from mobile ? My phone android version 4.4.2

please help me to find.

UPDATE

I gone through this steps.

And I reach to My database folder .Now What to do.

adb shell
run-as com.mypackage
ls
cd databases
ls

Now After this what to do.

enter image description here

like image 445
Shabbir Dhangot Avatar asked Aug 28 '14 05:08

Shabbir Dhangot


1 Answers

I Think you need a rooted device as far as I know the files on sdcard/Android/data are not the primary files for the packages, those are only extra files (most probably not critical and large files) which are saved on the external storage which is the sdcard.

main package files are saved on the internal storage.

I think you can try this link http://developer.android.com/guide/topics/data/install-location.html you can change the location of app installation.

Br,

like image 54
Hussein Eldabaa Avatar answered Nov 05 '22 20:11

Hussein Eldabaa