Thread: apps to SD
View Single Post
  #25 (permalink)  
Old 01-08-2010, 10:09 AM
jonnythan's Avatar
jonnythan
Regular 'Geeker
Offline
Location: Upstate NY
 
Join Date: Oct 2008
Posts: 427
Reputation: 215
jonnythan is keeping up the good workjonnythan is keeping up the good workjonnythan is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: apps to SD

AppsToSD doesn't trick the phone. The internal storage of the phone has a few different filesystems. One is for /data, one is for /system, etc. The free space on the filesystem mounted to /data is what is shown as available internal memory under Settings.

What AppsToSD does is mount a filesystem that exists on the SD card to a location under the /system directory (specifically /system/sd/app). It then deletes the /data/app directory and recreates it, but as a symbolic link to /system/sd/app. It essentially replaces the /data/app directory with a shortcut to /system/sd/app, which is on the SD card.

When the phone is reporting the free space, it's reporting the free space on the actual filesystem mounted to /data - it doesn't follow symlinks to other filesystems.
Reply With Quote
This post has been thanked 1 times.