diff --git a/app/public/resources/FP4-safe.json b/app/public/resources/FP4-safe.json index f23cb99524906b2284db182d20b7a4ac17308f1e..14fe92f7839d442c50926dbf4e1f0d2f1853c821 100644 --- a/app/public/resources/FP4-safe.json +++ b/app/public/resources/FP4-safe.json @@ -125,7 +125,7 @@ { "name": "FP4 installer", "unzip": true, - "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-u-official-FP4.zip" + "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-a14-official-FP4.zip" } ] } diff --git a/app/public/resources/FP4.json b/app/public/resources/FP4.json index de3334953a1f10785e8998a01f053a12cbcea2a7..d90729cc09a97520c0f2a89e1276c66493f3a684 100644 --- a/app/public/resources/FP4.json +++ b/app/public/resources/FP4.json @@ -157,7 +157,7 @@ { "name": "FP4 installer", "unzip": true, - "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-u-official-FP4.zip" + "path": "https://images.ecloud.global/official/FP4/IMG-e-latest-a14-official-FP4.zip" } ] } diff --git a/app/public/resources/shiba.json b/app/public/resources/shiba.json index f40c91fc66cdb12bca96dff2242fe548409c9365..27caae7a30e25953fd8bfcb181ffac9b74862164 100644 --- a/app/public/resources/shiba.json +++ b/app/public/resources/shiba.json @@ -68,7 +68,7 @@ "folder": [ { "name": "pixel-8-recovery.img", - "path": "https://images.ecloud.global/official/shiba/recovery-IMG-e-latest-u-official-shiba.zip", + "path": "https://images.ecloud.global/official/shiba/recovery-IMG-e-latest-a14-official-shiba.zip", "unzip": true, "mapping": { "^dtbo.*img$": "dtbo.img", @@ -79,7 +79,7 @@ }, { "name": "pixel-8-rom.zip", - "path": "https://images.ecloud.global/official/shiba/e-latest-u-official-shiba.zip" + "path": "https://images.ecloud.global/official/shiba/e-latest-a14-official-shiba.zip" }, { "name": "pkmd_pixel.bin", diff --git a/app/public/resources/tangorpro.json b/app/public/resources/tangorpro.json new file mode 100644 index 0000000000000000000000000000000000000000..214a6564fb71e81d2bd35639204b91947a110bc0 --- /dev/null +++ b/app/public/resources/tangorpro.json @@ -0,0 +1,89 @@ +{ + "android": 14, + "steps": [ + { + "command": ["reboot bootloader", "delay 5"] + }, + { + "id": "connect-bootloader", + "command": ["connect bootloader", "flashing unlock unlocked"], + "needUserGesture": true + }, + { + "id": "unlocking-pixel", + "needUserGesture": true, + "command": ["delay 15", "connect bootloader"] + }, + { + "id": "flashing", + "command": [ + "flash dtbo dtbo.img", + "flash boot boot.img", + "flash vendor_boot recovery.img", + "flash vendor_kernel_boot vendor_kernel_boot.img" + ] + }, + { + "id": "bootloader-to-recovery-manually", + "needUserGesture": true + }, + { + "id": "format-device", + "needUserGesture": true + }, + { + "id": "go-to-apply-update", + "needUserGesture": true + }, + { + "id": "sideload", + "command": "sideload pixel-tablet-rom.zip" + }, + { + "id": "sideload-ended", + "needUserGesture": true + }, + { + "id": "connect-bootloader", + "command": [ + "connect bootloader", + "erase avb_custom_key", + "flash avb_custom_key pkmd_pixel.bin", + "flashing lock unlocked" + ], + "needUserGesture": true + }, + { + "id": "locking-pixel", + "needUserGesture": true + }, + { + "id": "murena-workspace-account", + "needUserGesture": true + }, + { + "id": "installation-complete" + } + ], + "folder": [ + { + "name": "pixel-tablet-recovery.img", + "path": "https://images.ecloud.global/official/tangorpro/recovery-IMG-e-latest-a14-official-tangorpro.zip", + "unzip": true, + "mapping": { + "^dtbo.*img$": "dtbo.img", + "^boot.*img$": "boot.img", + "^recovery.*img$": "recovery.img", + "^vendor_kernel_boot.*img$": "vendor_kernel_boot.img" + } + }, + { + "name": "pixel-tablet-rom.zip", + "path": "https://images.ecloud.global/official/tangorpro/e-latest-a14-official-tangorpro.zip" + }, + { + "name": "pkmd_pixel.bin", + "path": "https://images.ecloud.global/official/pkmd_pixel.bin" + } + ] +} diff --git a/app/public/resources/tetris.json b/app/public/resources/tetris.json index 2d619b2234b68d3eb5152963ec07d81ec07b7fce..5805e1cd6d767b83b960497c228ce8140ce4ed40 100644 --- a/app/public/resources/tetris.json +++ b/app/public/resources/tetris.json @@ -74,7 +74,7 @@ { "name": "cmf-phone1-rom.zip", "unzip": true, - "path": "https://images.ecloud.global/official/tetris/IMG-e-latest-u-20241217455359-official-tetris.zip" + "path": "https://images.ecloud.global/official/tetris/IMG-e-latest-a14-20241217455359-official-tetris.zip" } ] }