Replies: 1 comment 1 reply
-
Hello, I reproduced your situation. The GTR 3 Pro Limited Edition device is quite special, and our use case did not support this situation at the beginning You need to manually modify it in https://docs.zepp.com/docs/reference/related-resources/device-list/ Query all deviceSources of GTR3 Pro in the document and fill them into ![]() "platforms": [
{
"name": "gtr3-pro",
"deviceSource": 229
},
{
"name": "gtr3-pro-w",
"deviceSource": 230
},
{
"name": "gtr3-pro-w1",
"deviceSource": 242
},
{
"name": "gtr3-pro-wl",
"deviceSource": 6095106
},
],
"designWidth": 480 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to build the ZeppOS hello-world sample app for my Amazfit GTR 3 Pro Limited Edition (using
zeus create hello-world
, OS API 1.0, target: gtr3-pro). However, I’m encountering issues when attempting to test the app directly on the smartwatch.When I try to use
zeus bridge
, I get the following error: "Install lite app result: device does not support this mini-program/watchface". Additionally, scanning the QR code generated viazeus preview
in the Zepp app results in a "Download files, error code: null" message.I'm running out of ideas on how to get a basic sample app running on my watch. Any advice or solutions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions