Pagina 1 di 1

DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 14 feb 2019, 12:06
da romstemp
You can use "watch skin local" (Local watch Face) in Mi Fit to update or change your watch face.
But you must to edit some bytes in the .BIN file In order to make that .bin file can be displayed in "watch skin local"

How to HEX your .BIN to use in "watch skin local" of Mi Fit
1. open your .BIN with HexEdit ( https://www.dropbox.com/s/hmqdynh8dl0lj ... t.zip?dl=0 )
2. on bytes 17 to 24 edit FF FF FF FF FF FF FF FF to 0F 00 EE 00 00 00 39 60 and save
FF FF FF FF FF FF FF FF    to   0F 00 EE 00 00 00 39 60
FF FF FF FF FF FF FF FF to 0F 00 EE 00 00 00 39 60
HEX.jpg (116.32 KiB) Visto 12102 volte
3. Now your .BIN can use in "watch skin local" of Mi Fit


How to use "watch skin local" ( Local watch Face )
1. Folder of "watch skin local" is /storage/emulated/0/Android/data/com.xiaomi.hm.health/files/watch_skin_local/
2. make new folder in "watch skin local" ( one folder for one watch face )
3. Copy modified youreWatchface.BIN and yourWatchface.jpg or png or gif in your new folder
4. Now open Mi fit and go to "Local watch Face" you can see your Watcface
Local watch Face
Local watch Face
Screenshot_20190213-075228_Mi Fit.jpg (31.71 KiB) Visto 12102 volte
--------------------------------------------------------------------------------------------------------------------------------------------------

I write a small program for patch bytes 17- 24 of BIN with VB . ( for Windows)
The program will work by patch FF FF FF FF FF FF FF FF to 0F 00 EE 00 00 00 39 60
use by Double click on file.BIN in screen 2
Picture ( My Program)
Picture ( My Program)
VB-Bip2.jpg (59.16 KiB) Visto 12102 volte

If you can't use hex, you can try using my program to patch BIN
bip-patch-bin.zip
New Version Fix some error
(872.2 KiB) Scaricato 532 volte

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 22 feb 2019, 02:27
da anatoliaa
Great post! I didn’t knowral of these resources and I’m going to go check them out now! thank your post!

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 04 mar 2019, 06:11
da slimfictiv
cool!

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 08 mar 2019, 23:36
da JohnM
I down loaded the bin, modified it via hex editor, copied to a new folder in /files/watch_skin_local/ but it does not show up under local. Also, there is no .jpg or png or gif included when down loaded. So, I assume that may be the problem but do not know where to get the face gif. Any help would be appreciated.
John

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 09 mar 2019, 04:58
da TXK
JohnM ha scritto: 08 mar 2019, 23:36
I down loaded the bin, modified it via hex editor, copied to a new folder in /files/watch_skin_local/ but it does not show up under local. Also, there is no .jpg or png or gif included when down loaded. So, I assume that may be the problem but do not know where to get the face gif. Any help would be appreciated.
John
Right-click on the image and save it as...
[save as].png
[save as].png (77.24 KiB) Visto 11767 volte

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 10 mar 2019, 02:28
da JohnM
Thanks for the reply about right clicking the face and saving. I did that and moved the face and modified .bin to a new folder in local but it does not appear. What should I try now?
John

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 10 mar 2019, 04:46
da romstemp
JohnM ha scritto: 10 mar 2019, 02:28
Thanks for the reply about right clicking the face and saving. I did that and moved the face and modified .bin to a new folder in local but it does not appear. What should I try now?
John

Please Attach your modified.bin to me.
I would like to check that file.

Thank

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 10 mar 2019, 12:18
da TXK
JohnM ha scritto: 10 mar 2019, 02:28
Thanks for the reply about right clicking the face and saving. I did that and moved the face and modified .bin to a new folder in local but it does not appear. What should I try now?
John
You can try to save GIF as PNG by using the drawing program of WIN system.

Re: DIY How to add your watch face in (Local watch Face) on Mi Fit

Inviato: 19 apr 2019, 15:32
da tassioluis
romstemp ha scritto: 14 feb 2019, 12:06
If you can't use hex, you can try using my program to patch BIN
bip-patch-bin.zip
This worked very well! Thanks! A great workaround to see and install WF via official program.