for a), not sure, but android-developers might reply with some ready hints.

for b), is ur media_path points to /sdcard properly (is mmcblk0p2 ==
/sdcard? from the way you listed, it looks like mmcblk0p3). any ways, double
check it, and add few more traces in vold during bootup, to see where its
broken.

-- 
Regards,
Deva
www.bittoggler.com

On Fri, Sep 10, 2010 at 8:01 PM, Neil Jones <[email protected]> wrote:

> HI,
>
> Im currently working on an Android port to a custom arch, its going
> ok, I have the OS up and Wifi up (its all a little slow im not worried
> about that yet), I have 2 main issues:
>
> a)I cannot get the web browser to work, it fails trying to access the
> sql db
>
> E/Cursor  (  839): Bailing on database busy rety
> E/Cursor  (  839): Bailing on database busy rety
> E/Database(  839): Error inserting title=http://m.facebook.com/r.php
> bookmark=0
> date=946687294820 created=0 visits=1 url=http://m.facebook.com/r.php
> E/Database(  839): android.database.sqlite.SQLiteException: error code
> 5: databa
> se is locked
>
> b)I cannot get the SDCard to be recognised I have 3 partions on my
> sdcard card 1 for /system, 1 for /data they get mounted by init fine,
> and 1 for /sdcard. I then have a vold.conf file:
>
> volume_sdcard {
> media_path /dev/block/mmcblk0p2
> media_type mmc
> mount_point /sdcard
> ums_path /devices/platform/usb_mass_storage/lun0
> }
>
> but It never gets recognised and I dont see anything reported in
> logcat?
>
> Cheers for any help you can offer oh its Android 2.1 sources (eclair I
> think)
>
> Neil
>
> --
> unsubscribe: 
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to