Pagina 1 di 1

Amazfit X Original Watchfaces [Amazfit X]

Inviato: 28 gen 2021, 14:52
da 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 !

Re: Amazfit X Original Watchfaces

Inviato: 28 gen 2021, 20:05
da SashaCX75
Dials from the Zepp program can be extract. For this, the root not needed.

Dials built into the watch cannot be extract.

Re: Amazfit X Original Watchfaces

Inviato: 28 gen 2021, 23:09
da Inquisitom
SashaCX75 : could you please share the dials from Zepp pls, or tell me how could I get them ?
Thanks

Re: Amazfit X Original Watchfaces

Inviato: 29 gen 2021, 17:35
da 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.

Re: Amazfit X Original Watchfaces

Inviato: 29 gen 2021, 20:43
da 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.

Re: Amazfit X Original Watchfaces

Inviato: 29 gen 2021, 21:21
da ajeto
Can you post a picture of "Technology in Blue" , cant find it...

Re: Amazfit X Original Watchfaces

Inviato: 29 gen 2021, 21:55
da Inquisitom
Any other additional is welcome !

Immagine

Re: Amazfit X Original Watchfaces

Inviato: 30 gen 2021, 08:18
da 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

Re: Amazfit X Original Watchfaces

Inviato: 30 gen 2021, 08:30
da 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

Re: Amazfit X Original Watchfaces

Inviato: 02 feb 2021, 19:28
da Lordalpine

Re: Amazfit X Original Watchfaces

Inviato: 02 feb 2021, 20:05
da Inquisitom
Lordalpine you rock :)
thanks

Re: Amazfit X Original Watchfaces

Inviato: 03 feb 2021, 17:21
da Lordalpine

Re: Amazfit X Original Watchfaces

Inviato: 03 feb 2021, 18:34
da Inquisitom
Lordalpine Great thanks ! I partially got what I wanted

We have now the new "stand" parameter:

Codice: Seleziona tutto

    "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 :( :

Codice: Seleziona tutto

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:

Codice: Seleziona tutto

  "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-)

Immagine

Re: Amazfit X Original Watchfaces

Inviato: 04 feb 2021, 12:12
da Inquisitom
A tool has been released thanks to your collaboration.

Here's the original thread:
viewtopic.php?p=8036#p8036

Re: Amazfit X Original Watchfaces

Inviato: 14 feb 2021, 16:39
da Lordalpine