Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 39b29fe2 authored by Ahmed Harhash's avatar Ahmed Harhash
Browse files

nord: Update to A14

parent 8275838f
Loading
Loading
Loading
Loading
+55 −41
Original line number Original line Diff line number Diff line
{
{
  "android": 12,
  "android": 14,
  "steps": [
  "steps": [
    {
    {
      "command": "reboot bootloader"
      "command": "reboot bootloader"
@@ -33,42 +33,65 @@
    {
    {
      "mode": "bootloader",
      "mode": "bootloader",
      "id": "connect-bootloader",
      "id": "connect-bootloader",
      "command": "connect bootloader",
      "command": "reboot fastboot",
      "needUserGesture": true
      "needUserGesture": true
    },
    },
    {
    {
      "id": "flashing",
      "id": "flashing",
      "command": [
      "command": [
        "flash dtbo dtbo.img",
        "flash abl_a abl.img",
        "flash vbmeta vbmeta.img",
        "flash abl_b abl.img",
        "flash recovery recovery.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",
      "id": "murena-workspace-account",
      "needUserGesture": true
      "needUserGesture": true
@@ -80,17 +103,8 @@
  "folder": [
  "folder": [
    {
    {
      "name": "One+ Nord recovery installer",
      "name": "One+ Nord recovery installer",
      "path": "https://images.ecloud.global/official/avicii/recovery-IMG-e-latest-s-official-avicii.zip",
      "path": "https://images.ecloud.global/official/avicii/IMG-e-latest-u-official-avicii.zip",
      "unzip": true,
      "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"
    }
    }
  ]
  ]
}
}