Drivers are usually not done in C++ because using C++ then compiling the code does not allow direct access to the hardware, thus drivers are usually written in assembly. Assembly usually has more direct access to the hardware where C++ cannot, but again this also depends on the OS. Even assembly can have it limitations based on the OS due to security concerns.
On Tue, Apr 8, 2008 at 12:52 PM, morningcat <[EMAIL PROTECTED]> wrote: > > Understood, thanks. I assume that the drviers for these hardwares are > outside of the Android scope, they are more on the HW vendors who > develop the C++ drivers for their particular HW(GPS, WiMAX modem, Wifi > modem, GSM modem, CDMA modem). > > Anyone know any particular vendors who have done these drivers which > also have the Android on the platform ? > > > On Apr 8, 1:24 am, "tim jones" <[EMAIL PROTECTED]> wrote: > > All that stuff you mention is hardware dependent. > > > > You just can't write a script then all of a sudden have WiMax, or > > write some code and have GPS. > > > > > > > > > On Mon, Apr 7, 2008 at 8:59 AM, morningcat <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I am a new developer in this Android OS. It really is a linux OS with > > > some of google java application module. Anyone know information on > > > how to integrate the BP drivers ? > > > > > WiMAX driver > > > GSM modem driver > > > CDMA/EVDO driver > > > GPS driver > > > > > Thanks and Best Regards > > > > > Mike- Hide quoted text - > > > > - Show quoted text - > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

