[android-porting] Re: [android-porting]About RILD system

2009-05-20 Thread Johnny Song
g from the listen routine. further more, processCommandsCallback() will close s_fdCommand and delete this command event from ril event list. until now, I found this fd, s_fdCommand, is the only connection socket fd. and it is got when got

[android-porting] Re: How does Android init work?

2009-05-22 Thread Johnny Song
Regards, Johnny Song 2009/5/22 neilnguyen_2...@yahoo.com > > Dear all: > > Please bear with me, I am not an expert here. > First of all, I have linux 2.6.27 downloaded from cupcake branch, > running on my hardware platform. > I got my own root fs, with busybox tool set. Everyth

[android-porting] Re: [android-porting]About RILD system

2009-05-24 Thread Johnny Song
-stream */ if (ret != 0) { LOGE("error on reading command socket errno:%d\n", errno); } else { LOGW("EOS. Closing command socket."); } close(s_fdCommand); s_fdCommand = -1; ... ... } Best Regards, Johnny So

[android-porting] Re: sd card not working :(

2009-06-03 Thread Johnny Song
you can get vold.conf for emulator at *$(TOP)/development/data/etc/vold.conf * 2009/6/4 hairypothead...@googlemail.com > > where do I get one or how how do I make one? > > > -- Hi , Best Regards, Johnny Song --~--~-~--~~~---~--~~ unsub

[android-porting] Re: sd card not working :(

2009-06-04 Thread Johnny Song
also, you can refer the function: volmgr_config_volume() in vold to check what you need to config in your vold.conf file. 2009/6/4 Johnny Song > you can get vold.conf for emulator at * > $(TOP)/development/data/etc/vold.conf* > > 2009/6/4 hairypothead...@googlemail.com > >&