<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: GPS android 2.3</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188810#M9230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://groups.google.com/group/android-ndk/browse_thread/thread/dd04fa705e33960e/c2f242f934c43995"&gt;http://groups.google.com/group/android-ndk/browse_thread/thread/dd04fa705e33960e/c2f242f934c43995&lt;/A&gt;&lt;/P&gt;&lt;P&gt;maybe it will help, compile you library only with a help of android's toolchain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 17:04:24 GMT</pubDate>
    <dc:creator>Kirill</dc:creator>
    <dc:date>2012-01-23T17:04:24Z</dc:date>
    <item>
      <title>GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188804#M9224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;I am trying to get android gps system working. I have a gps module&lt;BR /&gt;which output NMEA format data. It is connected to my devboard through&lt;BR /&gt;USB and I use standard ftdi driver. It creates /dev/ttyUSB0 interface.&lt;BR /&gt;Output speed of gps data is 4800, I change to it with busybox stty -F /&lt;BR /&gt;dev/ttyUSB0 4800 from 115200. I downloaded freerunner nmea gps parser&lt;BR /&gt;that implements gps.h. Then i put the source file (fr_gps.c) of parser&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;$android/src/hardware/mx5x/libgps/&lt;BR /&gt;&lt;BR /&gt;directory with Android.mk file&lt;BR /&gt;&lt;BR /&gt;LOCAL_PATH := $(call my-dir)&lt;BR /&gt;ifneq ($(TARGET_PRODUCT),sim)&lt;BR /&gt;# HAL module implemenation, not prelinked and stored in&lt;BR /&gt;# hw/&amp;lt;GPS_HARDWARE_MODULE_ID&amp;gt;.&amp;lt;ro.hardware&amp;gt;.so&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;include $(CLEAR_VARS)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCAL_PRELINK_MODULE := false&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCAL_SHARED_LIBRARIES := liblog libcutils libhardware&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCAL_SRC_FILES := gps_freerunner.c&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#LOCAL_SRC_FILES += gps.c&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCAL_MODULE := gps.default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCAL_MODULE_TAGS := eng&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;include $(BUILD_SHARED_LIBRARY)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;# endif&lt;BR /&gt;endif&lt;BR /&gt;&lt;BR /&gt;after compilation i put gps.default.so to&lt;BR /&gt;&lt;BR /&gt;/system/lib/hw&lt;BR /&gt;&lt;BR /&gt;directory and reboot my android. But any map application shows "GPS&lt;BR /&gt;disabled couldnt get location".&lt;BR /&gt;I didnt set BOARD_GPS_LIBRARIES in BoardConfig.mk. greping all files&lt;BR /&gt;in source tree I didnt find any file that using it. In source file of&lt;BR /&gt;parser I see LOGD messages but logcat didnt show anything. Could&lt;BR /&gt;anybody put me on right way, give some advices? googling through web&lt;BR /&gt;gives me fractional information about this.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 11:44:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188804#M9224</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2011-11-22T11:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188805#M9225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here are some notes from the one makes gps working on imx51_bbg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://nelsonchunglife.blogspot.com/2010/12/android-gps-porting-hal-code-fix.html"&gt;http://nelsonchunglife.blogspot.com/2010/12/android-gps-porting-hal-code-fix.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 05:56:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188805#M9225</guid>
      <dc:creator>charleschang</dc:creator>
      <dc:date>2011-11-28T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188806#M9226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply, I already get it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 08:29:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188806#M9226</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2011-11-28T08:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188807#M9227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Kirill&lt;/P&gt;&lt;P&gt;I am new to Android and Android GPS.&lt;/P&gt;&lt;P&gt;I want to make UART GPS working on our platform.&lt;/P&gt;&lt;P&gt;Would you pls give me some advices on how to make it work.&lt;/P&gt;&lt;P&gt;thanks &amp;amp; Best regards，&lt;/P&gt;&lt;P&gt;Stephen zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:22:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188807#M9227</guid>
      <dc:creator>StephenZhang</dc:creator>
      <dc:date>2012-01-04T14:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188808#M9228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i send you private message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 15:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188808#M9228</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2012-01-04T15:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188809#M9229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiril,&lt;/P&gt;&lt;P&gt;I am at exactly the same point as you have described.&lt;/P&gt;&lt;P&gt;Apparently, my gps.imx5x.so file does not contain symbol "HMI" , the error spat on logcat:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;E/HAL ( 2223): load: couldn't find symbol HMI&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;The Android.mk file looks 95% identical to yours, the only difference is that I am building the .so under hardware/mygpssupport instead of hardware/mx5/mygps....&lt;/P&gt;&lt;P&gt;How could I make HMI appear in the file, so code execution could proceed in hardware/libhardware/hardware.c:163:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hmi = (struct hw_module_t *)dlsym(handle, sym);&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Simonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 16:34:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188809#M9229</guid>
      <dc:creator>SimonasL_</dc:creator>
      <dc:date>2012-01-23T16:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188810#M9230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://groups.google.com/group/android-ndk/browse_thread/thread/dd04fa705e33960e/c2f242f934c43995"&gt;http://groups.google.com/group/android-ndk/browse_thread/thread/dd04fa705e33960e/c2f242f934c43995&lt;/A&gt;&lt;/P&gt;&lt;P&gt;maybe it will help, compile you library only with a help of android's toolchain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188810#M9230</guid>
      <dc:creator>Kirill</dc:creator>
      <dc:date>2012-01-23T17:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188811#M9231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just check your deamon is running or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 07:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188811#M9231</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-02-03T07:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188812#M9232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem when integrating telit gps to imx53 qsb board can anybody help me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 12:04:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188812#M9232</guid>
      <dc:creator>munna</dc:creator>
      <dc:date>2012-09-04T12:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188813#M9233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kirill, can u send me how u got it working even im facing the same problem, i got data in the terminal when doing cat /dev/ttyUSB0, i did the same thing like you with freerunner implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me please.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Kirill Danilenko said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/gps-android-2-3#4103961Comment47004"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Thanks for reply, I already get it working.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 09:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188813#M9233</guid>
      <dc:creator>munna</dc:creator>
      <dc:date>2012-09-07T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188814#M9234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hi Kirill,&lt;/P&gt;&lt;P style="background-color: #ffffff;"&gt;&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff; font-family: Arial;"&gt;&lt;SPAN style="font-size: 12.222222328186035px;"&gt;&amp;nbsp;&amp;nbsp; I am using &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;customized&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.222222328186035px;"&gt; board based on am335xevm&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; , and i have ported linux and android &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am new to android , but&amp;nbsp; have managed to read the gps data on linux (by opening and read the uart port data)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I need to add android gps driver (in order to make the gps chip&amp;nbsp; communicate with GL engine and &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;Android Location Services)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Kindly ,would you give me some advices and guidelines to make do that.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;thanks&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Carl &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:38:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188814#M9234</guid>
      <dc:creator>carlsalah</dc:creator>
      <dc:date>2013-05-09T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188815#M9235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have similar problem. My GPS device is on /dev/ttyUSB3, i see output with "cat /dev/ttyUSB3"&lt;/P&gt;&lt;P&gt;I added freerunner driver, and changed BoardConfig adding:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;BOARD_GPS_LIBRARIES := libgps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;Also i added entry in init.rc:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;setprop ro.kernel.android.gps ttyUSB3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;But GPS is not working in Android.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;Can you help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="add"&gt;Toxic&lt;/SPAN&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 12:03:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188815#M9235</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-06-12T12:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188816#M9236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed LOCAL_MODULE := gps.default to LOCAL_MODULE := gps.&amp;lt;platform&amp;gt; and GPS almost works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only problem i have at the moment is incorrect number of sattelites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that fix is here: &lt;A href="http://nelsonchunglife.blogspot.com/2010/12/android-gps-porting-hal-code-fix.html"&gt;NelsonChung's blog: Android GPS porting HAL code - Fix GPSStatus and GPSSvStatus issue&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone translate (explain) it for me? I don't know Chineese language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Toxic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 18:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188816#M9236</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-07-15T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188817#M9237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have this problem. Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Toxic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 12:00:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188817#M9237</guid>
      <dc:creator>ToxicAvenger</dc:creator>
      <dc:date>2013-08-22T12:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: GPS android 2.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188818#M9238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Kirill&lt;/P&gt;&lt;P&gt;i have the same problem. &lt;/P&gt;&lt;P&gt;Mi board is Mx6 android &lt;/P&gt;&lt;P&gt;and i do not now how  to connct the gps so lib to the java. &lt;/P&gt;&lt;P&gt;I need sam help. &lt;/P&gt;&lt;P&gt;Thnkes doron&lt;/P&gt;&lt;P&gt;doronsa@gmail.com&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 17:34:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GPS-android-2-3/m-p/188818#M9238</guid>
      <dc:creator>doronsandroy</dc:creator>
      <dc:date>2014-07-07T17:34:30Z</dc:date>
    </item>
  </channel>
</rss>

