From b53b5c585a079aee0ef662c5bc33ef06fc28fb50 Mon Sep 17 00:00:00 2001 From: Seungpyo Hong Date: Mon, 22 Jun 2026 13:39:30 +0900 Subject: [PATCH 1/2] data(watch): drop invalid sub-1GB storage_options_gb from Huawei 2018 watches Huawei Watch GT/Magic carried storage_options_gb: [0.125] (128 MB), which is not a valid integer-GB value: app.validate requires int >= 1 and TechEngine's MobileDeviceRead rejects the fractional float, breaking the static dump. Remove the field (the optional storage list) so the records validate and dump cleanly. Refs #1 --- data/watch/huawei/2018/huawei-watch-gt/huawei-watch-gt.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/watch/huawei/2018/huawei-watch-gt/huawei-watch-gt.json b/data/watch/huawei/2018/huawei-watch-gt/huawei-watch-gt.json index 5715f16fd54..8dcf2de4b41 100644 --- a/data/watch/huawei/2018/huawei-watch-gt/huawei-watch-gt.json +++ b/data/watch/huawei/2018/huawei-watch-gt/huawei-watch-gt.json @@ -34,9 +34,6 @@ "type": "AMOLED capacitive touchscreen, 16M colors", "ppi": 326 }, - "storage_options_gb": [ - 0.125 - ], "connectivity": { "bluetooth": "4.2, LE, EDR" } From aa6670f82a98395ba834c4738e038db7b7ef06ec Mon Sep 17 00:00:00 2001 From: Seungpyo Hong Date: Mon, 22 Jun 2026 13:39:32 +0900 Subject: [PATCH 2/2] data(watch): drop invalid sub-1GB storage_options_gb from Huawei 2018 watches Huawei Watch GT/Magic carried storage_options_gb: [0.125] (128 MB), which is not a valid integer-GB value: app.validate requires int >= 1 and TechEngine's MobileDeviceRead rejects the fractional float, breaking the static dump. Remove the field (the optional storage list) so the records validate and dump cleanly. Refs #1 --- .../huawei/2018/huawei-watch-magic/huawei-watch-magic.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/watch/huawei/2018/huawei-watch-magic/huawei-watch-magic.json b/data/watch/huawei/2018/huawei-watch-magic/huawei-watch-magic.json index 2e0f4553dfd..9b357d711f3 100644 --- a/data/watch/huawei/2018/huawei-watch-magic/huawei-watch-magic.json +++ b/data/watch/huawei/2018/huawei-watch-magic/huawei-watch-magic.json @@ -34,9 +34,6 @@ "type": "AMOLED capacitive touchscreen, 16M colors", "ppi": 326 }, - "storage_options_gb": [ - 0.125 - ], "connectivity": { "bluetooth": "4.2, LE" }