I have a Android phone (Samsung). It comes with a whole bunch of pre-installed stock apps.
Q1: Is it correct that these stock apps are stored in the read-only partition /system
?
Since getting the phone, I have updated most (if not all) of the stock apps via the Play Store.
Q2: Assuming app updates can't touch /system
, how do they work? How can apps be updated if they are effectively read-only?
/data
. All updates are installed there because/system
is obviously read only. Just remove your "I believe" or similar. – GiantTree Jan 10 '15 at 12:23/system
untouched, updated apps are installed to/data
, and Android just uses the newer updated apps automatically in preference to the old ones? Seems silly because that means all my apps are installed twice. And there's a lot of them! – misha256 Jan 10 '15 at 19:57/data
. Which means the old version remains in '/system'. With 30+ stock system apps that kind of duplication eats up a fair bit of storage space. – misha256 Jan 13 '15 at 23:31