Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

MediaTek GPS EPO Downloader [GPS Fix for AOSP-based ROMs]

$
0
0
MediaTek GPS EPO Downloader Daemon downloads EPO files from mediatek servers, which is required by MediaTek's GPS HALs for providing correct coordinates.

To include this daemon in your system, download the source into a folder inside your Android source directory.

Modify your device.mk
Code:

PRODUCT_PACKAGES +=
        gps_mtk_epod

Add these lines to your init.mt65xx.rc (recommended) or init.rc.

Code:

service gps_mtk_epod /system/bin/gps_mtk_epod
    user root
    oneshot
    disabled

on post-fs-data
    start gps_mtk_epod

Build and enjoy working GPS, use the stock GPS HAL from your device :D

Quote:

  1. This ALPHA version downloads the epo files every 1 hour
  2. This is a very basic implementation, would love to accept pull requests :)

Don't forget to say thanks! :D

XDA:DevDB Information
MediaTek GPS EPO Downloader, Tool/Utility for all devices (see above for details)

Contributors
tuxboy
Source Code: https://github.com/aniruddha-adhikary/gps_mtk_epod/


Version Information
Status: Alpha

Created 2015-05-30
Last Updated 2015-05-30

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>