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

Verified Commit f610edb0 authored by Manu Suresh's avatar Manu Suresh
Browse files

web-installer: skip locking bootloader on all other devices

parent c8f05050
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -67,14 +67,9 @@
        "flash cmnlib64_b cmnlib64.img",
        "flash keymaster_a keymaster.img",
        "flash keymaster_b keymaster.img",
        "flash userdata userdata.img",
        "oem lock unlocked"
        "flash userdata userdata.img"
      ]
    },
    {
      "id": "locking-fp3",
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+0 −5
Original line number Diff line number Diff line
@@ -44,11 +44,6 @@
      "command": ["connect bootloader"],
      "needUserGesture": true
    },
    {
      "id": "locking-mimir",
      "needUserGesture": true,
      "command": ["flashing lock", "delay 5"]
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+1 −6
Original line number Diff line number Diff line
@@ -43,14 +43,9 @@
        "flash vbmeta vbmeta.img",
        "erase userdata",
        "erase metadata",
        "flash userdata userdata.img",
        "flashing lock"
        "flash userdata userdata.img"
      ]
    },
    {
      "id": "locking",
      "needUserGesture": true
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
+1 −6
Original line number Diff line number Diff line
@@ -48,15 +48,10 @@
      "command": [
        "connect bootloader",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin",
        "flashing lock unlocked"
        "flash avb_custom_key pkmd_pixel.bin"
      ],
      "needUserGesture": true
    },
    {
      "id": "locking-pixel",
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+1 −6
Original line number Diff line number Diff line
@@ -47,15 +47,10 @@
      "command": [
        "connect bootloader",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin",
        "flashing lock unlocked"
        "flash avb_custom_key pkmd_pixel.bin"
      ],
      "needUserGesture": true
    },
    {
      "id": "locking-pixel",
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
Loading