My Xperia J has 756 MB of internal storage. After 2 months of use I hardly can install anything as my system directory is 600 MB. It seems that in system/apps I have 200 MB of not used apk files (system apps that could be activated I guess), and 400 MB of the system with its core and its installed apps. So basically 756 MB is around 200 MB at the first instant of starting the using of my phone.
I use Clean Master to delete 10-20 MB of cached data now and then but as my phone is not rooted, I am stuck. I moved every application to the internal SD card (I can't use the external SD card - because it is not listed in the application settings as an option)
What can I do to install more apps?
/system
directory's content changed at all (unless you've got an OTA), as it's read-only ("ROM"). Finished splitting hairs, my suggestion is taking a look at our insufficient-memory tag-wiki, which not only has some explanations, but also links to helpful questions/answers to help you solving your issue. – Izzy Nov 20 '13 at 21:35/data
is "internal storage"./system
is read-only (R
eadO
nlyM
emory, at least during normal operation; it becomes read-write on some rare conditions only, e.g. on system updates) and contains the OS stuff. For details, please see Android Folder Hierarchy. – Izzy Nov 21 '13 at 09:09/data
? – Izzy Nov 22 '13 at 12:19adb shell
), and run adf -h
, which should list up all details. – Izzy Nov 22 '13 at 15:51/data
will be low. – Izzy Nov 22 '13 at 17:23