最近買手機送了這一隻錶,外型不錯看
可是,無法輸出gpx有點難過
ps:指南針跟氣壓計,感謝二樓大大提點
=============== 解法如下 ===============
自己去谷哥找的 https://github.com/aricooperdavis/Huawei-TCX-Converter
It is notoriously difficult to get the data out of this app.
順便學了這個字 "notorious" 惡名昭彰
If you have an unrooted phone then:
Download the Huawei Backup App onto your phone.
Start a new unencrypted backup of the Huawei Health app data to your external storage (SD Card)
Navigate to Huawei/Backup/***/backupFiles/***/ and copy com.huawei.health.tar to your computer.
Unzip the file and navigate to com.huawei.health/files/ and you should should see a number of HiTrack files.
我用電腦版的 HiSuite 去備份, 一樣的 tar 卻無法解開. 但用手機的Huawei Backup App, tar 在電腦卻可以解開
主要我們要找到 Hitrack

然後安裝 Python , 最後用 Python 跑這支Huawei-TCX-Converter.py程式去轉換 Hitrack
python Huawei-TCX-Converter.py HiTrack_1551732120000155173259000030001 -v
就會有 TCX了
然後再用 TCX converter 去轉 gpx ,就大功告成了....有夠辛苦的
