-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGPS Download #5
Comments
First step implemented, in testing. MTK7d.EPO must be downloaded manually. The program now accepts a |
With respect to the EPO data and the strange block of data that ends the transfer; MRU00's block: I have the Conrad Multi NAV-3 with firmware 1.20.22_DLES0_00 |
which files must i use for updasting the AGPS Data from the watch? the Files from mediathek.com dont work
|
The original source I had for the MTK7dEPO file has ceased updating. Using https://github.com/StevenMaude/armstrong I could get a file, but the byte count is wrong. https://github.com/scrapper/postrunner/blob/93b5fc82a4d8ef9c6587abdd43b2e91ea829cfda/lib/postrunner/EPO_Downloader.rb has the format here: http://www.vis-plus.ee/pdf/SIM28_SIM68R_SIM68V_EPO-II_Protocol_V1.00.pdf Which looks the same with 72 bytes per record instead of 60. Dumping them out, the last 12 bytes in each record look different to the old files, so I wrote a python script to chop those off:
I think that's correct as a hex dump then looks like the old files. |
I cleaned up my script and made it update with a timestamp, etc. f8cef28 |
Download EPO file from http://epodownload.mediatek.com/EPO.DAT to the watchDownload MTK7d.EPO from krippl ftp server.
http://www.gtop-tech.com/en/software/Software_Services_07.html
http://sourceforge.net/p/bt747/feature-requests/17/
http://forum.xda-developers.com/wiki/Fairphone_Fairphone/Guides
https://docs.google.com/file/d/0ByI4WbhJsiyqZjVjNTczNWEtZjczYi00YjY4LTlmMTgtNGIxZDcxZmFhMjEw/edit?hl=en&pli=1
ftp://ftp.leadtek.com.tw/gps/9023/G-monitor%203.26/User%20Manual/EPO%20Format%20and%20Protocol/LEADTEK%20EPO%20Format%20and%20Protocol%20Reference%20Manual%20V1.0.pdf
http://www.bt747.org/article/agps-servers
The text was updated successfully, but these errors were encountered: