Hi,
I am using uart interface for GPS in my imx6sl.cat /dev/ttymxc works fine .From my any of the android gps-apps i could't able to receive data.
But in my logcat i could able to get NMEA data from my HAL lib gps.default.so
I am using
HAL-->gps.default.so(which i compiled by gps_serial.c)
In BoardConfig.mk--->
BOARD_HAVE_HARDWARE_GPS := true
USE_NMEA_GPS_HARDWARE := true
Can any one help me to fix this issue.