All Projects → GreatApo → Greatfit

GreatApo / Greatfit

Licence: mit
Amazfit APK watchface sources with many additional features and settings

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Greatfit

Apkupdater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
Stars: ✭ 1,028 (+907.84%)
Mutual labels:  apk
Vab
V Android Bootstrapper
Stars: ✭ 77 (-24.51%)
Mutual labels:  apk
Nodebase
Android NodeJS Platform to Build Sharable Application
Stars: ✭ 86 (-15.69%)
Mutual labels:  apk
Nfpm
NFPM is Not FPM - a simple deb, rpm and apk packager written in Go
Stars: ✭ 1,088 (+966.67%)
Mutual labels:  apk
Kivy Apk
Vbox+Ubuntu16.04打包生成kivy apk
Stars: ✭ 74 (-27.45%)
Mutual labels:  apk
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (-21.57%)
Mutual labels:  apk
Goreleaser
Deliver Go binaries as fast and easily as possible
Stars: ✭ 9,290 (+9007.84%)
Mutual labels:  apk
Patdroid
A Program Analysis Toolkit for Android
Stars: ✭ 95 (-6.86%)
Mutual labels:  apk
Mobile Security Framework Mobsf
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
Stars: ✭ 10,212 (+9911.76%)
Mutual labels:  apk
Androidanimationexercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
Stars: ✭ 1,254 (+1129.41%)
Mutual labels:  apk
Node Google Play Cli
command line tools using the node-google-play library
Stars: ✭ 58 (-43.14%)
Mutual labels:  apk
Website 2 Apk Builder
Convert your Website to a working Android App. Supports html, php, htm, js, css. Build app from any website or from local directory.
Stars: ✭ 67 (-34.31%)
Mutual labels:  apk
Backgroundupdate
后台更新APP(两句代码实现)
Stars: ✭ 80 (-21.57%)
Mutual labels:  apk
Hellomello
Experiments with writing Android apps in Nim
Stars: ✭ 47 (-53.92%)
Mutual labels:  apk
Xdupdate
Android 自动更新 / 阿里云 OSS 一键上传更新 (Android auto update / upload update by aliyun OSS)
Stars: ✭ 92 (-9.8%)
Mutual labels:  apk
Droidjack
Este troyano para Android es uno de los más completos. Con él vamos a poder tener acceso a remoto a todo el dispositivo infectado, desde la agenda, las llamadas y los SMS hasta el micrófono y las cámaras del smartphone. Todo.
Stars: ✭ 44 (-56.86%)
Mutual labels:  apk
Gradle Android Apk Size Plugin
Gradle plugin that generates CSV files with apk size per output and variant of an apk
Stars: ✭ 79 (-22.55%)
Mutual labels:  apk
Piracychecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Stars: ✭ 1,359 (+1232.35%)
Mutual labels:  apk
Guarda Android Wallets
Mobile cryptocurrency wallets for Android
Stars: ✭ 95 (-6.86%)
Mutual labels:  apk
Updater
基于DownloadManager封装的更新器,使用超简单!
Stars: ✭ 82 (-19.61%)
Mutual labels:  apk

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

  • This is a Pace/Stratos/Verge APK watchface
  • Custom apk watchface with open sources
  • Supports 21 languages: English, Bulgarian, Chinese, Croatian, Czech, Dutch, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Thai, Turkish
  • Ability to change widgets/progress bars
  • Seconds are enabled based on your system settings (refresh the watchface)
  • More weather widgets (humidity, wind direction and strength, UV status, city, max/min temperature)
  • New watch alarm widget
  • New air pressure, altitude/dive depth (calculated based on air pressure & temperature)
  • New xdrip values widget (will be supported with Xdrip by Klaus3d3)
  • New phone battery widget/bar (needs amazfit service+phone app)
  • New phone alarm widget (needs amazfit service+phone app)
  • New calories progress bar (set target in settings)
  • New heart-rate progress bar (min 0 bpm, max 200 bpm)
  • New world time widget, you can select the time zone (GMT) it displays
  • New notifications widget, see unread notifications (needs amazfit service+phone app)
  • New moonphase widget
  • New walked distance widget (based on daily steps and height)
  • Better image resolution when raising hand
  • Ability to show only time when screen is off (to save battery, doesn't apply on raise of hand screen)
  • Status bar position and enable/disable
  • Font weight selection in settings
  • White background option
  • Many other options available in settings

Bugs

  • If screen off mode is not applied or you see widgets over old widgets, just re-apply the watchface
  • Xdrip widget is not working

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:

  • @lfom, @GramThanos, @renzettis and the rest of the Amazmod team for helping me out
  • @KieronQuinn for the settings style code (from his AmazfitStepNotify app)
  • and all those invisible people giving back to the community by helping or donating! (special thanks are also included in changelogs)

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].