[android-porting] Re: vold issues

2010-08-13 Thread Anthony Russello
Hi, I tried that too, but still no success. Vold just stays in Pending status, and reports that the volume is busy if I try to mount via the command line (vdc). Thanks, Anthony On Aug 13, 2:11 pm, 邱建波 wrote: > try > "dev_mount sdcard /mnt/sdcard auto /block/mmcblk0" > in vold.fstab > > 2010/8/1

[android-porting] Re: vold issues

2010-08-13 Thread ran
I get success with this line in vold.fstab at my freerunner: dev_mount sdcard /mnt/sdcard 1 /block/mmcblk0 But in addition I have done: 1) fsck.msdos for 1 partition on my SD at linux host 2) manually done : # mount -t vfat /dev/block/mmcblk0p1 /mnt/sdcard and than : # vdc volume list

[android-porting] Re: vold issues

2010-08-13 Thread Bruce Beare
Do you have more than 4 partitions on the SD in all? If so... there is an array overrun problem that is getting you. A fix is already in the mainline: https://review.source.android.com/#change,15991 -Bruce On Aug 13, 3:02 am, ran wrote: > I get success with this line in vold.fstab at my free

[android-porting] Re: vold issues

2010-08-13 Thread Dark Knight
Hi, Have u set up your battery driver properly in your kernel? Coz i have observed that the sdcard detection has a dependency of battery (power) drivers. Also the path to be specified in vold.fstab should be that of the sdcard under /sys directory than /dev directory. This my vold.fstab entry:

Re: [android-porting] Re: vold issues

2010-08-16 Thread Deva R
Can you check http://review.omapzoom.org/5228? We need to explicitly place vold.fstab in /system/etc of file system during froyo boot. //Deva On Fri, Aug 13, 2010 at 1:56 PM, Dark Knight wrote: > Hi, > > > Have u set up your battery driver properly in your kernel? > Coz i have observed that t

Re: [android-porting] Re: vold issues

2010-08-16 Thread Anand Android
Add this line in vold.fstab dev_mount sdcard /mnt/sdcard auto /block/mmcblk0/mmcblk0p1 - Anand On Tue, Aug 17, 2010 at 1:28 AM, Deva R wrote: > Can you check http://review.omapzoom.org/5228? > > We need to explicitly place vold.fstab in /system/etc of file system > during froyo boot. > > //De