[android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-18 Thread Arun George
Hi, I also had the same problem and it is solved now. You have to do two things to solve this 1- Configure your '/system/etc/vold.conf' correctly. media path should be set to uevent interface. It will be something like 'emu_media_path /devices/platform/mmci-omap-hs.0/mmc_host/ mmc0'

Re: [android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-16 Thread sreedhar b
Hi Hayden Huang , Were you able to get some clue to resolve the below discussed issue. If someone else has seen the similar issue, please help us. Regards, Sreedhar On Thu, Nov 12, 2009 at 9:32 PM, sreedhar b wrote: > Hi All, > > I have generated a detailed log on my sdcard mount issue with

Re: [android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-12 Thread sreedhar b
Hi All, I have generated a detailed log on my sdcard mount issue with vold and is given below. Please let me know how to overcome this issue. # I/vold( 621): Android Volume Daemon version 2.0 D/vold( 621): volmgr_configure_volume(volume_sdcard): D/vold( 621): volmgr_add_mediapath_t

Re: [android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-12 Thread sreedhar b
Hi Srikant, In my system, i have something like this, # ls -l /sys/class/mmc_host/mmc1/ lrwxrwxrwx1 00 0 Jan 1 00:00 device -> ../../../MMC drwxr-xr-x4 00 0 Jan 1 00:00 mmc1:bf0a drwxr-xr-x2 00 0 Jan 1 00:00 power lr

[android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-11 Thread Srikant
Change your development/data/etc/vold.conf file "media_path" to the correct path as per your device file system from the adb shell and find /class/mmc/mmc0 or similar exists. Then build it and see. On Nov 10, 11:24 am, sreedhar b wrote: > I have seen this problem in cupcake versions also where v

Re: [android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-09 Thread sreedhar b
I have seen this problem in cupcake versions also where vold is involved. Sdcard was not an issue with mountd earlier. On Mon, Nov 9, 2009 at 10:30 AM, Hayden Huang wrote: > I am having exactly same problem here. > is it caused by the donut release or it can work before? > > > On Nov 4, 10:41 p

[android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-09 Thread Hayden Huang
I am having exactly same problem here. is it caused by the donut release or it can work before? On Nov 4, 10:41 pm, sreedhar b wrote: > Hi All, > > Iam seeing the SDcard mount issue with the donut release 1.6_r1. > > This uses vold. > > Please see the below log portion for details: > > # I/vold