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
Add these lines to your init.mt65xx.rc (recommended) or init.rc.
Build and enjoy working GPS, use the stock GPS HAL from your device :D
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
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_epodCode:
service gps_mtk_epod /system/bin/gps_mtk_epod
user root
oneshot
disabled
on post-fs-data
start gps_mtk_epodQuote:
|
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