diff --git a/app/public/resources/-Nord.json b/app/public/resources/-Nord.json index 8bd275beb687c224f247cb46f1bf04ef7165e5e6..c5e5bcdc6f3ee3803da9550ec81465f4264af00b 100644 --- a/app/public/resources/-Nord.json +++ b/app/public/resources/-Nord.json @@ -1,5 +1,5 @@ { - "android": 12, + "android": 14, "steps": [ { "command": "reboot bootloader" @@ -33,42 +33,65 @@ { "mode": "bootloader", "id": "connect-bootloader", - "command": "connect bootloader", + "command": "reboot fastboot", "needUserGesture": true }, { "id": "flashing", "command": [ - "flash dtbo dtbo.img", - "flash vbmeta vbmeta.img", - "flash recovery recovery.img" + "flash abl_a abl.img", + "flash abl_b abl.img", + "flash aop_a aop.img", + "flash aop_b aop.img", + "flash bluetooth_a bluetooth.img", + "flash bluetooth_b bluetooth.img", + "flash devcfg_a devcfg.img", + "flash devcfg_b devcfg.img", + "flash dsp_a dsp.img", + "flash dsp_b dsp.img", + "flash featenabler_a featenabler.img", + "flash featenabler_b featenabler.img", + "flash hyp_a hyp.img", + "flash hyp_b hyp.img", + "flash imagefv_a imagefv.img", + "flash imagefv_b imagefv.img", + "flash keymaster_a keymaster.img", + "flash keymaster_b keymaster.img", + "flash logo_a logo.img", + "flash logo_b logo.img", + "flash modem_a modem.img", + "flash modem_b modem.img", + "flash qupfw_a qupfw.img", + "flash qupfw_b qupfw.img", + "flash storsec_a storsec.img", + "flash storsec_b storsec.img", + "flash tz_a tz.img", + "flash tz_b tz.img", + "flash uefisecapp_a uefisecapp.img", + "flash uefisecapp_b uefisecapp.img", + "flash xbl_config_a xbl_config.img", + "flash xbl_config_b xbl_config.img", + "flash xbl_a xbl.img", + "flash xbl_b xbl.img", + "flash boot_a boot.img", + "flash boot_b boot.img", + "flash dtbo_a dtbo.img", + "flash dtbo_b dtbo.img", + "flash recovery_a recovery.img", + "flash recovery_b recovery.img", + "flash vbmeta_a vbmeta.img", + "flash vbmeta_b vbmeta.img", + "flash vbmeta_system_a vbmeta_system.img", + "flash vbmeta_system_b vbmeta_system.img", + "flash odm odm.img", + "flash product product.img", + "flash system system.img", + "flash system_ext system_ext.img", + "flash vendor vendor.img", + "erase userdata", + "erase metadata" ] }, - { - "id": "bootloader-to-recovery-manually", - "needUserGesture": true - }, - { - "id": "format-device", - "needUserGesture": true - }, - { - "id": "go-to-apply-update", - "needUserGesture": true - }, - { - "id": "sideload", - "command": "sideload oneplus-nord-rom.zip" - }, - { - "id": "sideload-ended", - "needUserGesture": true - }, - { - "id": "connect-bootloader", - "command": ["connect bootloader", "reboot"], - "needUserGesture": true - }, { "id": "murena-workspace-account", "needUserGesture": true @@ -80,17 +103,8 @@ "folder": [ { "name": "One+ Nord recovery installer", - "path": "https://images.ecloud.global/official/avicii/recovery-IMG-e-latest-s-official-avicii.zip", - "unzip": true, - "mapping": { - "^dtbo.*img$": "dtbo.img", - "^vbmeta.*img$": "vbmeta.img", - "^recovery.*img$": "recovery.img" - } - }, - { - "name": "oneplus-nord-rom.zip", - "path": "https://images.ecloud.global/stable/avicii/e-latest-s-official-avicii.zip" + "path": "https://images.ecloud.global/official/avicii/IMG-e-latest-u-official-avicii.zip", + "unzip": true } ] }