Comment 1 for bug 1017823

Revision history for this message
Jayeeta Bandyopadhyay (jayeeta) wrote :

There is one work around to mount SD card manually by running the following commands from console

mount -t vfat /dev/block/mmcblk1p1 /mnt/sdcard
setprop EXTERNAL_STORAGE_STATE mounted
am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///mnt/sdcard