2020-11-24 20:00:29 +01:00
|
|
|
# huafetcher
|
|
|
|
|
2020-11-24 23:12:25 +01:00
|
|
|
Kivy GUI for huami-token. Works on desktop and as Android apk. Downloads key and aGPS data, unzips it into `/storage/emulated/0`
|
|
|
|
|
|
|
|
[huami-token](https://github.com/argrento/huami-token): all credits to the original author
|
|
|
|
|
2020-11-24 23:15:52 +01:00
|
|
|
<img src="screenshot1.jpg" width="300" alt="screenshot" />
|
|
|
|
<img src="screenshot2.jpg" width="300" alt="screenshot" />
|
|
|
|
|
|
|
|
|
2020-11-24 23:12:25 +01:00
|
|
|
## Install
|
|
|
|
|
|
|
|
Install [Buildozer](https://github.com/kivy/buildozer/) and [Kivy](https://github.com/kivy/kivy)
|
|
|
|
|
|
|
|
pip install buildozer
|
|
|
|
pip install kivy
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
python main.py
|
|
|
|
|
2020-11-24 23:20:36 +01:00
|
|
|
## Make Android apk
|
2020-11-24 23:12:25 +01:00
|
|
|
|
|
|
|
buildozer -v android debug deploy run
|
|
|
|
|