Hi Seth, I think the patch should be useful. The media on second MMC device will be founded with this patch. In fact, the patch is similar with mine. Thank you.
On 4月14日, 下午10時46分, Seth Forshee <[email protected]> wrote: > On Wed, Apr 07, 2010 at 11:04:04PM -0700, Jerry Juan wrote: > > Hello all, > > > My device got two MMCdevice, one is eMMC the other is for SD card. > > It seems vold can't mount eMMC when SD card is exist. > > My vold.conf want to use eMMC to replace SD card. SD card will be > > used for other purpose > > Does this patch help? > > https://review.source.android.com/#change,13969 > > What I found was that vold is using the device major when trying to > determine which device a partition is associated with. All MMC devices > have the same major, so when a second MMC device appears its partitions > will be matched to the first device, and as a result they are not > mounted. The patch above got multiple MMC devices working for me. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
