From 75636518909e47a3363a1f8ea34b681b0ea4e0ac Mon Sep 17 00:00:00 2001 From: SahilSonar Date: Wed, 19 Nov 2025 22:24:35 +0530 Subject: [PATCH] webinstaller: Move emerald/zirconia to a15 --- app/public/resources/Teracube_2e.json | 4 ++-- app/public/resources/emerald-safe.json | 4 ++-- app/public/resources/emerald.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/public/resources/Teracube_2e.json b/app/public/resources/Teracube_2e.json index be88089..d5dafa3 100644 --- a/app/public/resources/Teracube_2e.json +++ b/app/public/resources/Teracube_2e.json @@ -5,7 +5,7 @@ { "mode": "bootloader", "id": "connect-bootloader", - "command": ["connect bootloader", "flashing unlock unlocked"], + "command": ["connect bootloader", "flashing unlock"], "needUserGesture": true }, { @@ -48,7 +48,7 @@ ], "folder": [ { - "path": "https://images.ecloud.global/official/zirconia/IMG-e-latest-s-official-zirconia.zip", + "path": "https://images.ecloud.global/official/zirconia/IMG-e-latest-a15-official-zirconia.zip", "name": "Teracube 2e (2020) installer", "unzip": true } diff --git a/app/public/resources/emerald-safe.json b/app/public/resources/emerald-safe.json index 853abb0..4084935 100644 --- a/app/public/resources/emerald-safe.json +++ b/app/public/resources/emerald-safe.json @@ -4,7 +4,7 @@ { "mode": "bootloader", "id": "connect-bootloader", - "command": ["connect bootloader", "flashing unlock unlocked"], + "command": ["connect bootloader", "flashing unlock"], "needUserGesture": true }, { @@ -49,7 +49,7 @@ ], "folder": [ { - "path": "https://images.ecloud.global/stable/emerald/IMG-e-latest-s-official-emerald.zip", + "path": "https://images.ecloud.global/stable/emerald/IMG-e-latest-a15-official-emerald.zip", "name": "Teracube 2e (2021 emerald) safe installer", "unzip": true } diff --git a/app/public/resources/emerald.json b/app/public/resources/emerald.json index 7ca01e0..6913299 100644 --- a/app/public/resources/emerald.json +++ b/app/public/resources/emerald.json @@ -5,7 +5,7 @@ { "mode": "bootloader", "id": "connect-bootloader", - "command": ["connect bootloader", "flashing unlock unlocked"], + "command": ["connect bootloader", "flashing unlock"], "needUserGesture": true }, { @@ -32,7 +32,7 @@ "flash scp_a scp.img", "flash spmfw_a spmfw.img", "flash md1img_a md1img.img --set-active=a", - "flashing lock unlocked" + "flashing lock" ] }, { @@ -55,7 +55,7 @@ ], "folder": [ { - "path": "https://images.ecloud.global/official/emerald/IMG-e-latest-s-official-emerald.zip", + "path": "https://images.ecloud.global/official/emerald/IMG-e-latest-a15-official-emerald.zip", "name": "Teracube 2e (2021 emerald) installer", "unzip": true } -- GitLab