[android-porting] How to add 3G support for Android

2010-03-29 Thread feiyang yun
hi all, I want to add 3G(WCDMA, EVDO, TD-SCDMA) support on Eclair. I know wvdial can support these on linux, but on Android, how? wheather i need to add a reference-ril to support it or anything else? whould you please give me a clear roadmap to achieve it. thanks -- unsubscribe:

Re: [android-porting] Re: wpa_supplicant issue

2010-01-20 Thread feiyang yun
hi you can check hardware/libhardware_legency/wifi/ 2010/1/21 linux newbie linux.newbi...@gmail.com Hi, Thanks for your suggestions. I went through the source code and modified wpa_supplicant configuration file and then I enabled it as service in init.rc file and its working.(verified on

Re: [android-porting] Failure to mount ext3 partition inside init.rc after loadable module

2010-01-17 Thread feiyang yun
hi, maybe the driver isn't loaded completely(ie. the partition hasn't been recognize) when mount execute 2010/1/16 sean scr...@gmail.com Hi, I am trying to mount a formated ext3 partition on actual HW (zoom2 and qualcomm) after insmod inside of init.rc but it fails to mount. I tried

Re: [android-porting] Re: Failed to load Wi-Fi driver

2010-01-17 Thread feiyang yun
hi, see hardware/libhardware_legency/wifi/, it controls wifi on/off 2010/1/15 linux newbie linux.newbi...@gmail.com Hi, I set, BUILD_WPA_SUPPLICANT to true in external/wpa_supplicant folder and now I can able to get the binary under system/bin folder. I just copied the wpa_supplicant