[android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Lay
Dear Android experts, I am experimenting with adding USB HSDPA dongle to Android. I am not sure if anyone has done it. The USB host is already working as the USB dongle can be detected. To get HSDPA working, do I need to modify the RIL portion? Is pppd needed? I am totally at a loss on how to

Re: [android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Hamilton Vera
Hi there, check the drivers that linux uses when you plug your device, you may start there. About RILD http://hvera.wordpress.com/2010/10/14/android-on-imx51evk-with-3g-modem/ Please provide more information, so we can provide a better support. []'s Hamilton Vera On Mon, Oct 18, 2010 at

Re: [android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Ming-Ta Yu
Probably. It depends on the dongles. Some dongles only allow you to use ppp to communicate with them but some can behave like the network interface cards. I think RIL should still be needed for both cases. On 10/18/2010 04:58 PM, Lay wrote: Dear Android experts, I am experimenting with