I'm curious if there's a way to create virtual memory for an Android phone. I have a 4gb mirco sd card in my phone.
Any ideas?
Asked
Active
Viewed 1.2k times
2

James Litewski
- 461
- 3
- 8
- 16
1 Answers
5
Yes. You can partition your SD card and add a swap space to it; I have this on my G1. However, it's fairly complicated voodoo. (link is for G2, but instructions should be good for most phones; however, you should probably search XDA for whatever your phone is to be sure)
Swapper 2 from the market will do this for you, apparently. I haven't tried it myself, I use a custom ROM that has it built in.

Logos
- 3,871
- 1
- 17
- 24
If you have a partitioning tool just pop your SD card into your computer, fire up the tool, shrink the FAT32 partition, and add a swap partition to the end (512MB is probably enough). If the preceding doesn't make any sense to you, you're probably better off just living with your phone as it is.
– Logos Nov 13 '11 at 22:33