You should start by building a shared library implementing the standard interface defined by Android for GPS. Since it's primary interface is UART no further config required. See this for details :- http://www.kandroid.org/online-pdk/guide/gps.html Then under your product's makefile edit it to build the library. Report the presence of GPS to android. Edit the initialisation script to suit your needs.
Since you are using a MEDIATEK module, from my knowledge almost ALL China Shanzai Phones running Android use this same module. So pick up the binaries from them if you can. On Jan 13, 7:41 am, shm <[email protected]> wrote: > I am a real beginner with Android. > Would you tell me the steps to porting a GPS module? > I am using a MediaTek module, which is controlled by UART I/F and > several ports (such as power). > > Thank you! -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
