This question came to my mind when I installed Oxford Dictionary. It's strange that I couldn't see the additional files (audio, dictionary, and pictures) in an unrooted device. This app has a base app (idk what it's called) and it will download the additional files through the app (these files are not automatically downloaded when the app's installed from playstore).
The reason I need to know the storage placement is, so I could copy the additional files and paste to let's say SD Card or OTG memory stick and ditto to my other device, so that I needn't download it again because the file is quite huge.
The problem is I couldn't find it anywhere. Is it because my phone is unrooted since it's probably stored in deep storage that requires root to modify it? If that so, at least, when I check the properties of the storage of the app i.e. that is placed in Android > data, (the name of folders are usually started by "com. xxx") the file size shows 0 kb that means nothing's there. At first, I assume it happens because my device is unrooted and I came across with this discussion here that I can actually see the root files (using MiXplorer), but I can't modify it. Well, even if I couldn't modify it, at least, I should be able to see them. However, I've searched the files everywhere and I still couldn't find them. What's the problem?
It says there that it's stored in internal storage and usually oxford products are saved in Android / data / package name
However, this is what I mean when the file size is 0 and there's nothing in there. I'm using MiXplorer btw and I've tried to check in root storage.
Anyway, Is it possible to find and copy the hidden additional files? Using app or maybe with the help of PC using certain software I can?
/data/data
respectively/data/user/
) you need root to see those files! No root no access to those files. If both phones are running Android 11+ then may be the Android device migration wizard is able to migrate these data when connecting old and new device via USB but that is just an unconfirmed theory (did not had this case in reality). – Robert Feb 02 '22 at 08:12adb
from a PC connected via USB to the phone. Check if you can copy the files. As a user on an unrooted device adb gives you the highest permission you can reach for reading and writing files. – Robert Feb 02 '22 at 08:26