They are working on a solution. Part of the Problem is removable storage. They are looking more of a solution of how Windows Mobile did it. Currently, you can only run Apps/Games from SD card if you are using a custom ROM with busybox installed. Even then, you could use the entire SD card, but then not have anything for music as the partitions are different. Apps are stored on EXT partition and everything else on FAT32. The trick is finding the right medium for you. I have a 500mb EXT partition on my sd card and that is more than plenty for right now. To resize it, you have to backup your SD card as partitioning wipes everything. There's the problem with their solution. While the apps2SD is a fix, its only temporary until they work around making the OS able to run apps off of a FAT32 Partition AND make it secure so it protects developers. What some apps have done is stick core pieces of the app in the internal memory and have files on the SD card which contain the libraries.