Hi Folks,
After installing Froyo beta 1 (in Internal Storage) and beta 2 (which was working without problems on SD-card) I wanted to switch back to Internal Storage installation with beta 3.
Now everything is working to my wishes:
- Android is running from Internal Storage, Swap is on Internal Storage as well
- Music is stored on SD-card and being recognized by music players
- SD-card is mounted in Android as /sdcard
- remaining Internal Storage is mounted in Android as /storage
This is my device:
Omnia II with 8 GB Internal Storage and 16 GB SD-card.
Internal storage is formatted as suggested in the guide from
Gardakkan.
SD-card is formatted as a fat32 logical partition (SD-card is extended partition). The formatting I did with Windows Mobile. Prior to that I deleted all partitions on the SD-card.
In order to get this working I didn't follow
Gardakkan 100%.
Here is what I did different:
vold.fstab in /media/system/system/etc
(according to suggestion of
thanh_nha0706)
Change the following line:
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.0/mmc_host/mmc0
-->
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.1/mmc_host/mmc1
init.rc in /media/system/
uncommented the follwing line:
# mount vfat /dev/block/mmcblk0p5 /sdcard
-->
mount vfat /dev/block/mmcblk0p5 /sdcard
Change the following line:
mount vfat /dev/block/mmcblk1p5 /storage
-->
Quote
Quote
mount vfat /dev/block/mmcblk1p1 /storage
--> You can also change this line to:
Quote
mount vfat /dev/block/mmcblk0p1 /storage
and your phone will mount SD card at /storage and recognize your internal memory as a SD card... 
I wanted to thank the dev's for the great work !! Keep on the good job !
If I might be allowed to express a wish ... it would be really nice to have a working FM-radio in Android Froyo :-)