View Single Post
  #2430 (permalink)  
Old 10-14-2010, 04:00 PM
StarLite's Avatar
StarLite
N00b
Offline
 
Join Date: Jul 2010
Posts: 28
Reputation: 35
StarLite is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [10/04] BATT UPDATES!

Quote:
Originally Posted by ModmyPPC View Post
Thanks and thanked

BUT

If thats true how come under Settings/applications/Manage applications it tells me how much Internal memory I have on my phone and how much memory I have on the sdcard.

If the sdcard is all it knows how come you have the option to move your application? "Move to phone" or "Move to SD Card".

If I remove an application from my phone I clear up internal memory space.

Or am I missing something.

I see under sdcard there is an applications folder but not all my apps are in there so arn't they in the phone and if so How do I get it to default to the sdcard? I have a 16gb class 6 sdcard I would like to make good use of it!
1Thats is because we are emulating phone storage.
XDAndroid stores all of it's apps and settings in a file called "data.img". It is a fixed size file of 256MB. Everything that you change in settings or install via the market will be installed in this file. The free space you see is the "free" space left in this file. It is possible to make this file bigger, but you need some *nix knowledge to do so.
This post has been thanked 3 times.