Joined
·
666 Posts
Here is how I see this happening.Repartition internal microSD in my case 8G.partition1 - 7G Fat32partition2 - 1G (linux compatible file system, ext2? yaffs?)format accordinglymount the partition under adb shell sumount ext2 /dev/block/mmcblk1p2 /datasd nosuid nodevcopy /data to /datasdmodify the comparable file to init.conf (standard andriod boot file) i believe this to bt init.rc, however after looking at the contents it appears that init.rc might be the initial setup script not one that is run every boot, none the less within the correct file is something similar to:mount yaffs2 [email protected] /data nosuid nodevchange this to mount ext2 /dev/block/mmcblk1p2 /data nosuid nodevmounting root of the internal SD 's 2nd partition at /datathis should essentially remap the /data to a larger area on the internal microSD.I will try this tomorrow, but if anyone with more experience would care to critique or provide suggestions they are more than welcome
