Код: Виділити все
localStorage.setItem('examineType', '2')If you get issues with the editor again, run the code above again.
Original post on 4pda (Russian)
Модератори: asoo, lvpokka, Internal error, Watchmens
Код: Виділити все
localStorage.setItem('examineType', '2')Make sure you reloaded the page after running this code.jazzrock71 писав: 23 червня 2021, 13:14I tried to paste that line into console, but it didn't work.... anyone can help me?
Код: Виділити все
// ==UserScript==
// @name Amazfit watch editor
// @namespace http://tampermonkey.net/
// @version 0.1
// @description enables the editor without giving up ID
// @author CyclingAsia
// @match https://dev.huami.com/watchface/*
// @icon https://www.google.com/s2/favicons?domain=huami.com
// @grant none
// ==/UserScript==
(function() {
localStorage.setItem('examineType', '2');
})();
I created several, the editor is very picky about the pictures, and their number. I had a set of .png images and only one of them was loaded, which had a small piece of a transparent background and it was displayed in Photoshop as a layer and not as a fixed background. Try to resave picturesNeverEndingRageDude писав: 28 липня 2021, 17:35Hello, anyone out there, who uses this editor have any idea on how to make "Frame Animation"? No matter what i try, editor downloads all the frames in .png format, but doesnt use them. It is apparent by file size when exported (.bin with and .bin w/o anim have the same size) and obviously is not used on watches themselves. I use GTS2mini.
I had such a problem, what is wrong with the cache, it seems to me, it helped me to log out and log in againnahasnaji писав: 15 вересня 2021, 03:28Guys, when I try to select a resolution in Huami editor, it only says "no data".
How can I solve this problem?
GTS 2 Mini is such a headache... I'm almost selling it.
Have you ever tried any of the Amazfit GTS Tools?neFAST писав: 15 вересня 2021, 06:48Look for my posts, a bin decompiler is work in progress. Contribute on GitHub if you can!
While this was working great for a while, it looks like the site got updated and the Tampermonkey script doesn't work anymore. Any ideas?CyclingAsia писав: 12 липня 2021, 13:32Evening all,
(first post)... Just a quick one to let people know the original localStorage command is missing a trailing ';'. If posted in the chrome console (and chrome derivative browsers), the command isn't executed.
I noticed that if I returned to the https://dev.huami.com/#/home page, the localStorage value was cleared. To solve this I've created a tampermonkey script that automatically executes the localStorage.setItem command.
Just install the tampermonkey extension,
create a new script,
copy and paste the following.
Код: Виділити все
// ==UserScript== // @name Amazfit watch editor // @namespace http://tampermonkey.net/ // @version 0.1 // @description enables the editor without giving up ID // @author CyclingAsia // @match https://dev.huami.com/watchface/* // @icon https://www.google.com/s2/favicons?domain=huami.com // @grant none // ==/UserScript== (function() { localStorage.setItem('examineType', '2'); })();
I've just had a quick look and I am still able to load https://dev.huami.com/watchface/index.html#/openFloof писав: 21 жовтня 2021, 14:58While this was working great for a while, it looks like the site got updated and the Tampermonkey script doesn't work anymore. Any ideas?CyclingAsia писав: 12 липня 2021, 13:32Evening all,
(first post)... Just a quick one to let people know the original localStorage command is missing a trailing ';'. If posted in the chrome console (and chrome derivative browsers), the command isn't executed.
I noticed that if I returned to the https://dev.huami.com/#/home page, the localStorage value was cleared. To solve this I've created a tampermonkey script that automatically executes the localStorage.setItem command.
Just install the tampermonkey extension,
create a new script,
copy and paste the following.
Код: Виділити все
// ==UserScript== // @name Amazfit watch editor // @namespace http://tampermonkey.net/ // @version 0.1 // @description enables the editor without giving up ID // @author CyclingAsia // @match https://dev.huami.com/watchface/* // @icon https://www.google.com/s2/favicons?domain=huami.com // @grant none // ==/UserScript== (function() { localStorage.setItem('examineType', '2'); })();![]()
Works for me.
Зараз переглядають цей форум: Немає зареєстрованих користувачів і 1 гість