Try these after mounting manually-

setprop EXTERNAL_STORAGE_STATE mounted
am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only
false -d  file:///sdcard


On Nov 30, 9:48 am, Fasil <mfasi...@gmail.com> wrote:
> Hi,
>
> I have ported Android 1.6 on OMAP3530 and seems I getting a
> weired problem with automount of sdcard.
>
> I m booting android from MMC card which has got two partitions. One
> for Android RFS and another having the media contents and its a VFAT
> type.
>
> While I m using Android 1.1 there is no problem. On searching forums
> I
> could see mountd demaon was replaced by vold.
>
> I have changed the following files in Android source
> 1. development/data/etc/vold.conf
> media_path /devices/platform/mmci-omap-hs.0/mmc_host/mmc0
>
> 2. system/core/rootdir/etc/mountd.conf
> block_device /dev/block/mmcblk0p2
>
> Even after these two changes I m not able to auto mount SD card and
> if
> I manually mount in /SDCARD path. I m able to list the media files
> but
> not able to see in Android Music player application.
>
> Any idea or suggestion is highly appreciated.
>
> Thanks
> Fasil

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to