• Administrador
  •  
    Support Ukraine
    If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
    If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
     

Amazfit X Original Watchfaces [Amazfit X]

Topics related to the creation, development, and designing of the watch faces.

Moderadores: asoo, Watchmens

Reglas del Foro
When adding a new topic, use the template: Topic title [device name]
For example: How to create watch face [Stratos 3]
All communication in this branch should only be in English.
Responder
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Amazfit X Original Watchfaces [Amazfit X]

Mensaje por Inquisitom »

Hello,

Could someone share the "stock" Amazfit X Watchfaces if possible - especially the one called "Technology in Blue" ?
I'd be eager to learn how they are constructed so we could improve the great WatchFace Editor by adding as example:
- the PAI score
- direct links to specific activities (running, cycling etc..)
- direct links to other features (countdown, music etc..)

I was wondering if getting original ".bins" could be achived with a rooted android phone ... but I don't have one unfortunately.

Thank you !
Avatar de Usuario
SashaCX75
Mensajes: 820
Registrado: 26 Oct 2019, 15:18
Ubicación: Ukraine
Has thanked: 13 times
Been thanked: 1030 times
Contactar:

Mensaje por SashaCX75 »

Dials from the Zepp program can be extract. For this, the root not needed.

Dials built into the watch cannot be extract.
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

SashaCX75 : could you please share the dials from Zepp pls, or tell me how could I get them ?
Thanks
Avatar de Usuario
SashaCX75
Mensajes: 820
Registrado: 26 Oct 2019, 15:18
Ubicación: Ukraine
Has thanked: 13 times
Been thanked: 1030 times
Contactar:

Mensaje por SashaCX75 »

viewtopic.php?f=14&t=783

/Android/data/com.huami.watch.hmwatchmanager/files/watch_skin_local/
The folder is visible from PC and phone. On a phone with 11 android, not all explorers see it. Dials built into the watch cannot be extract. In order for the dial to appear in the folder, it must be installed on the clock.
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

Thanks SashaCX75

Unfortunately, as I mentioned on the first post, I don't have an Android phone - only an Iphone :-/
And I cannot access the folder "/iPhone/Amazfit/watchSkin/" as explained for ios in the post you shared. The Zepp app makes it not possible to share its contents, and my Iphone is not/won't be jailbreaked.
ajeto
Mensajes: 29
Registrado: 28 May 2020, 13:15
Ubicación: serbia
Has thanked: 13 times
Contactar:

Mensaje por ajeto »

Can you post a picture of "Technology in Blue" , cant find it...
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

Any other additional is welcome !

Imagen
Avatar de Usuario
SashaCX75
Mensajes: 820
Registrado: 26 Oct 2019, 15:18
Ubicación: Ukraine
Has thanked: 13 times
Been thanked: 1030 times
Contactar:

Mensaje por SashaCX75 »

Inquisitom
Read the topic from the link in my message. It seems to be written on which way to look for watch faces on iOS
for iOS
First, you need to install one of the stock watch faces available in Amazfit/Mifit (if you have already installed one, you may skip this step).
Open the folder with the downloaded watch face in the file manager with the path:
/iPhone/Amazfit/watchSkin/ - if Amazfit
/iPhone/Mifit/watchSkin/ - if Mifit
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

SashaCX75 thanks for the support. It seems this is not possible anymore with the new Zepp application. Maybe this was working before with the Amazfit or Mifit apps

This is why I’m asking if someone could do this from his android phone if possible - thkx
Avatar de Usuario
Lordalpine
WF maker
Mensajes: 62
Registrado: 09 Oct 2019, 22:09
Ubicación: Santo Tirso
Has thanked: 6 times
Been thanked: 35 times
Contactar:

Mensaje por Lordalpine »

Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

Lordalpine you rock :)
thanks
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

Lordalpine Great thanks ! I partially got what I wanted

We have now the new "stand" parameter:

Código: Seleccionar todo

    "Stand": {
      "TopLeftX": 18,
      "TopLeftY": 63,
      "BottomRightX": 90,
      "BottomRightY": 82,
      "Alignment": "Center",
      "Spacing": 0,
      "ImageIndex": 22,
      "ImagesCount": 10
    },
Unfortunately for the weather, I was able to unpack the bin with my tools :( :

Código: Seleccionar todo

2021-02-03 19:28:50,918 - root - WARNING - [ParamConv:parse] currentPath 6\.\10 / Parameter 10 isn't supported for <class 'watchFaceParser.elements.weather.Weather'>
2021-02-03 19:28:50,918 - root - CRITICAL - Parameter 10 isn't supported for <class 'watchFaceParser.elements.weather.Weather'>
Traceback (most recent call last):
  File "program.py", line 164, in parseResources
  File "watchFaceParser\utils\parametersConverter.py", line 190, in parse
  File "watchFaceParser\utils\parametersConverter.py", line 131, in childIsList
IndexError: Parameter 10 isn't supported for <class 'watchFaceParser.elements.weather.Weather'>
I'll blindly test with:

Código: Seleccionar todo

  "Sunrise": {
    "Hours": {
      "Tens": {
        "X": -4,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      },
      "Ones": {
        "X": 38,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      }
    },
    "Minutes": {
      "Tens": {
        "X": 107,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      },
      "Ones": {
        "X": 152,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      }
    },
    "Delimiter": {
      "X": 75,
      "Y": 421,
      "ImageIndex": 27
    }
  },
  "Sunset": {
    "Hours": {
      "Tens": {
        "X": -4,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      },
      "Ones": {
        "X": 38,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      }
    },
    "Minutes": {
      "Tens": {
        "X": 107,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      },
      "Ones": {
        "X": 152,
        "Y": 435,
        "ImageIndex": 1,
        "ImagesCount": 10
      }
    },
    "Delimiter": {
      "X": 75,
      "Y": 421,
      "ImageIndex": 27
    }
  },
I will tease a bit 8-)

Imagen
Inquisitom
Mensajes: 20
Registrado: 13 Ene 2021, 16:47
Ubicación: Brussels
Has thanked: 11 times
Been thanked: 14 times
Contactar:

Mensaje por Inquisitom »

A tool has been released thanks to your collaboration.

Here's the original thread:
viewtopic.php?p=8036#p8036
Avatar de Usuario
Lordalpine
WF maker
Mensajes: 62
Registrado: 09 Oct 2019, 22:09
Ubicación: Santo Tirso
Has thanked: 6 times
Been thanked: 35 times
Contactar:

Mensaje por Lordalpine »

Responder

Volver a “Watchfaces discussion”

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 1 invitado