GreatApo / GreatFit

Amazfit APK watchface sources with many additional features and settings
MIT License
116 stars 54 forks source link
amazfit apk greatfit watchface

latest release release date Downloads HitCount

GreatFit: Amazfit Pace/Stratos/Verge APK Watchface sources

GreatFit Watchface Banner

ONE WATCHFACE TO RULE THEM ALL!

XDA Topic here

Features

Bugs

Tutorial for devs and stylers

This project scopes to provide an easy way to create Amazfit APK watchfaces even without coding skills! Take a look at this post.

Download

Get a ready to use binary

Or if you are hardcore, compile the source code with Android Studio.

Installation

To install this watchface, you will need a PC with the ADB installed. Connect your Amazfit on your PC and fire up a terminal.

ADB install command:

adb install -r GreatFit.X.X.apk

ADB uninstall command: (run this first if you get installation error message)

adb uninstall com.dinodevs.greatfitwatchface

Clear data: (not cleared with uninstall, run this if GreatFit crashes when changing versions)

adb shell pm clear com.dinodevs.greatfitwatchface

Screenshots

GreatFit v3.0 GreatFit v3.0 GreatFit v3.0 GreatFit v3.0 GreatFit v3.0 GreatFit v3.0 GreatFit v3.0

Credit where credit is due

This project couldn't be possible without getting familiar with the source code provided by Manuel Alvarez (whose code is here). Additional work has be done by Fabio Barbon (whose code is here), Luis Baena (@LBA97) and Saúl Alemán (@Nxsaul) (whose code is here).

Translations are ported from my Pace Calendar widget project (code here, see translators in the changelog here), @GramThanos jsCalendar project (code here) and by users here or on XDA (see changelog).

Special thanks to:

This project couldn't be possible without the following free software: • Android Studio • APK Easy Tool (decompile-recompile) • Notepad++ (smali editing) • JD-gui (jar file decompiler) • dex2jar (file type converter) • SVADeodexerForArt (working deodexer for amazfit's system) • 7zip

Libraries files (*.lib) have copyrights by Huami