On Mon, May 4, 2009 at 3:30 PM, twebb <[email protected]> wrote:
> > > for the record, the file lives in /system/etc/vold.conf > > > > I didn't find it there, at least not in the git I'm looking at... > > > http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=rootdir/etc;h=a7dbd04b4031668782ed8259de72159fcb075731;hb=8fbedcf73c0bfd2ecdbb4d4c93edd3d39dc28fd4 > > I did finally find another post to the group pointing out that > vold.conf is actually in development/data/etc. When using this file, > I run into issues where vold does not find entries it expects to see > in the sysfs, and ultimately the SDcard is not mounted. > sorry, I though you were talking about the device's root filesystem. I believe the file located in development/data/etc/vold.conf is only used for SDK system images and correspond to the emulator's SD Card hardware emulation. You will need to write your own version or modify the current one. I believe you need a line that reads: media_path /devices/platform/msm_sdcc.2/mmc_host/mmc1 For the ADP1, I don't know which magic platform/host/partition name to use for you device though Hope this helps > > I've seen several posts to the group including questions and problems > with vold, but no real responses. Is the move from mountd to vold > complete? Are there any known issues with vold? It's just a bit > frustrating to have lost SDcard connectivity that I had in sdk-1.0. > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
