View Single Post
  #60 (permalink)  
Old 11-12-2009, 12:20 AM
esoteric1311's Avatar
esoteric1311
PPCGeeks Regular
Offline
Location: Chicago
 
Join Date: Aug 2009
Posts: 111
Reputation: 245
esoteric1311 is keeping up the good workesoteric1311 is keeping up the good workesoteric1311 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: !Hero Tips/Tricks/Fixes! Check here for answers!! Updated 11/11/09

Way to check to see if Apps2SD is working correctly.. all thanks to nelson8403 from xda!

Just because the apps are installed to the SD card doesn't mean they don't store things on the phone.. cache is stored on the phones, theres a /data/data folder on the phone that the apps populate as well, it just doesn't take AS MUCH space on your phone as a non appstosd

also to make sure your apps are working go into your adb shell, type in

Code:
cd /data/app
pwd

cd /data/app-private
pwd
What this will do is go to your /data/app folder and because with appstosd that is a symbolic link to /system/sd/app the PWD (present working directory) will display /system/sd/app, if PWD shows /data/app you are not running appstosd
http://forum.xda-developers.com/show...=582684&page=2
Reply With Quote
This post has been thanked 3 times.