I'd like to add new bearer(s) to Android (rooted/custom build), to be a peer with Wifi and GPRS.
I have done some Android development and I am aware that (in Android 2.2) there are constants for WIFI and GPRS. Does this mean that I will need to be adding constants in all over the place, as well as providing the network stack?
The first bearer I want to add is USBNet (for Androids with USB host).
Another will be a 3G USB dongle as a second GPRS bearer.
I have started by downloading the source.