[android-porting] eMMC support ext3 and Fastboot/Android Recovery mode

2010-01-20 Thread Jerry Juan
Hello all, About eclair start to support eMMC with ext3, I am wondering if eMMC can support Fastboot and Factory default? Anyone know it? If it can not support fastboot, how to flash/erase image to eMMC? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.c

[android-porting] vold can't mount multi MMC device

2010-04-08 Thread Jerry Juan
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 When the SD card is exist, eMMC can't be mounted automatically. It shows be

[android-porting] Re: vold can't mount multi MMC device

2010-04-08 Thread Jerry Juan
t; On Thu, Apr 8, 2010 at 11:34 AM, 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 b

[android-porting] Re: vold can't mount multi MMC device

2010-04-11 Thread Jerry Juan
, 下午11時16分, dmitriy moskvitin wrote: > Hi, Jerry Juan~ > Very intresting task > Well, to manage 2 sd-card at the same time: > 1. patchvoldin several places, to allow it manage multi-devices at > same time. But,voldis just "tip of the iceberg" > 2. patch/add a looo

[android-porting] Re: vold can't mount multi MMC device

2010-04-14 Thread Jerry Juan
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 wrote: > On Wed, Apr 07, 2010 at 11:04:04PM -0700, Jerry Juan wrote: > > Hello all, > &

[android-porting] Re: vold can't mount multi MMC device

2010-04-14 Thread Jerry Juan
, dmitriy moskvitin wrote: > Hi, Jerry Juan~ > > well, let's rock: > 1. kernel mmc/sd driver -> I have better assign with eMMC different > major number. That's just for debug + you remove some side effects in > vold. > 2. system level: vold >     2.1 which vold