diff --git a/.gitignore b/.gitignore index 7167904..506d2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,8 @@ __pycache__/ *$py.class cep_alm_pak.zip cep_7days.zip -credentials.json +credentials.* +README.html # C extensions *.so diff --git a/README.md b/README.md index b9055c9..71fddc1 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,12 @@ This process for Xiaomi login is pretty unintuitive, so make sure to read this f ## Amazfit -- Choose Xiaomi as login method. -- Fill in email and name fields. You can save them in the app by pressing the Save buttons. +- Choose Amazfit as login method. +- Fill in email and name fields. You can save them in the app by pressing the Save buttons. + +screenshot + +Note: saved data is not protected. If you use this to get aGPS data periodically, create a throwaway account without any devices. ### Key @@ -97,6 +101,7 @@ This key must be entered into Gadgetbridge during pairing process with devices t - For key, press `Fetch key`. The key will appear in the `Found key` field, get it by pressing the Copy button. Note: Only last key provided by the server is displayed. + screenshot This key must be entered into Gadgetbridge during pairing process with devices that require it diff --git a/screenshots/07.jpg b/screenshots/07.jpg index be2580c..45772d2 100644 Binary files a/screenshots/07.jpg and b/screenshots/07.jpg differ diff --git a/screenshots/amazfit_screen.png b/screenshots/amazfit_screen.png new file mode 100644 index 0000000..3fe4ae0 Binary files /dev/null and b/screenshots/amazfit_screen.png differ