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

Commit ca325279 authored by Frank PREEL's avatar Frank PREEL
Browse files

FP4 process

parent e0009a25
Loading
Loading
Loading
Loading
+95 −160
Original line number Diff line number Diff line
@@ -3,40 +3,30 @@
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": "connect bootloader",
      "command": ["connect bootloader", "flashing unlock"],
      "needUserGesture": true
    },
    {
      "id": "unlocking",
      "command": "flashing unlock",
      "needUserGesture": true
    },
    {
      "id": "unlocking",
      "id": "activate-developer-options",
      "needUserGesture": true
    },
    {
      "id": "activate-developer-options-2",
      "id": "enable-usb-file-transfer",
      "needUserGesture": true
    },
    {
      "id": "enable-usb-file-transfer-2",
      "needUserGesture": true
    },
    {
      "id": "device-detection-2",
      "id": "device-detection",
      "command": "connect adb",
      "needUserGesture": true
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader-2",
      "command": "connect bootloader",
      "needUserGesture": true
    },
    {
      "id": "unlocking",
      "command": "flashing unlock_critical",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock_critical"],
      "needUserGesture": true
    },
    {
@@ -44,165 +34,110 @@
      "needUserGesture": true
    },
    {
      "id": "activate-developer-options-2",
      "id": "activate-developer-options",
      "needUserGesture": true
    },
    {
      "id": "enable-usb-file-transfer-2",
      "id": "enable-usb-file-transfer",
      "needUserGesture": true
    },
    {
      "id": "device-detection-2",
      "id": "device-detection",
      "command": "connect adb",
      "needUserGesture": true
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader-2",
      "id": "connect-bootloader",
      "command": "connect bootloader",
      "needUserGesture": true
    },
    {
      "id": "flashing",
      "command": "flash bluetooth_a bluetooth.img"
    },
    {
      "command": "flash bluetooth_b bluetooth.img"
    },
    {
      "command": "flash devcfg_a devcfg.img"
    },
    {
      "command": "flash devcfg_b devcfg.img"
    },
    {
      "command": "flash dsp_a dsp.img"
    },
    {
      "command": "flash dsp_b dsp.img"
    },
    {
      "command": "flash modem_a modem.img"
    },
    {
      "command": "flash modem_b modem.img"
    },
    {
      "command": "flash xbl_a xbl.img"
    },
    {
      "command": "flash xbl_b xbl.img"
    },
    {
      "command": "flash tz_a tz.img"
    },
    {
      "command": "flash tz_b tz.img"
    },
    {
      "command": "flash hyp_a hyp.img"
    },
    {
      "command": "flash hyp_b hyp.img"
    },
    {
      "command": "flash keymaster_a keymaster.img"
    },
    {
      "command": "flash keymaster_b keymaster.img"
    },
    {
      "command": "flash abl_a abl.img"
    },
    {
      "command": "flash abl_b abl.img"
    },
    {
      "command": "flash boot_a boot.img"
    },
    {
      "command": "flash boot_b boot.img"
    },
    {
      "command": "flash recovery_a recovery.img"
    },
    {
      "command": "flash recovery_b recovery.img"
    },
    {
      "command": "flash dtbo_a dtbo.img"
    },
    {
      "command": "flash dtbo_b dtbo.img"
    },
    {
      "command": "flash vbmeta_system_a vbmeta_system.img"
    },
    {
      "command": "flash vbmeta_system_b vbmeta_system.img"
    },
    {
      "command": "flash vbmeta_a vbmeta.img"
    },
    {
      "command": "flash vbmeta_b vbmeta.img"
    },
    {
      "command": "flash super super.img"
    },
    {
      "command": "flash aop_a aop.img"
    },
    {
      "command": "flash aop_b aop.img"
    },
    {
      "command": "flash featenabler_a featenabler.img"
    },
    {
      "command": "flash featenabler_b featenabler.img"
    },
    {
      "command": "flash imagefv_a imagefv.img"
    },
    {
      "command": "flash imagefv_b imagefv.img"
    },
    {
      "command": "flash multiimgoem_a multiimgoem.img"
    },
    {
      "command": "flash multiimgoem_b multiimgoem.img"
    },
    {
      "command": "flash qupfw_a qupfw.img"
    },
    {
      "command": "flash qupfw_b qupfw.img"
    },
    {
      "command": "flash uefisecapp_a uefisecapp.img"
      "command": [
          "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 modem_a modem.img",
          "flash modem_b modem.img",
          "flash xbl_a xbl.img",
          "flash xbl_b xbl.img",
          "flash tz_a tz.img",
          "flash tz_b tz.img",
          "flash hyp_a hyp.img",
          "flash hyp_b hyp.img",
          "flash keymaster_a keymaster.img",
          "flash keymaster_b keymaster.img",
          "flash abl_a abl.img",
          "flash abl_b abl.img",
          "flash boot_a boot.img",
          "flash boot_b boot.img",
          "flash recovery_a recovery.img",
          "flash recovery_b recovery.img",
          "flash dtbo_a dtbo.img",
          "flash dtbo_b dtbo.img",
          "flash vbmeta_system_a vbmeta_system.img",
          "flash vbmeta_system_b vbmeta_system.img",
          "flash vbmeta_a vbmeta.img",
          "flash vbmeta_b vbmeta.img",
          "flash super super.img",
          "flash aop_a aop.img",
          "flash aop_b aop.img",
          "flash featenabler_a featenabler.img",
          "flash featenabler_b featenabler.img",
          "flash imagefv_a imagefv.img",
          "flash imagefv_b imagefv.img",
          "flash multiimgoem_a multiimgoem.img",
          "flash multiimgoem_b multiimgoem.img",
          "flash qupfw_a qupfw.img",
          "flash qupfw_b qupfw.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 core_nhlos_b core_nhlos.img",
          "flash core_nhlos_a core_nhlos.img",
          "erase userdata",
          "erase metadata",
          "--set-active=a",
          "flashing lock"]
        },
        {
          "id": "locking",
          "needUserGesture": true
        },
        {
      "command": "flash uefisecapp_b uefisecapp.img"
          "id": "activate-developer-options",
          "needUserGesture": true
        },
        {
      "command": "flash xbl_config_a xbl_config.img"
          "id": "enable-usb-file-transfer",
          "needUserGesture": true
        },
        {
      "command": "flash xbl_config_b xbl_config.img"
          "id": "device-detection",
          "command": "connect adb",
          "needUserGesture": true
        },
        {
      "command": "flash core_nhlos_a core_nhlos.img"
          "mode": "bootloader",
          "id": "connect-bootloader",
          "command": ["connect bootloader", "flashing lock_critical"],
          "needUserGesture": true
        },
        {
      "command": "flash core_nhlos_b core_nhlos.img"
          "id": "unlocking",
          "needUserGesture": true
        },
        {
      "command": "erase userdata"
          "id": "murena-cloud-account",
          "needUserGesture": true
        },
        {
      "command": "erase metadata"
          "id": "installation-complete"
        }
  ],
  "folder": [