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

Commit 1948e6e8 authored by Manu Suresh's avatar Manu Suresh
Browse files

Merge branch '1577-web-installer' into 'main'

web-installer: skip locking bootloader on supported devices for now

See merge request !52
parents 1e84a631 373ef914
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "oem unlock unlocked"],
      "command": ["connect bootloader", "oem unlock goto_flashing"],
      "needUserGesture": true
    },
    {
@@ -68,13 +68,9 @@
        "flash keymaster_a keymaster.img",
        "flash keymaster_b keymaster.img",
        "flash userdata userdata.img",
        "oem lock unlocked"
        "reboot"
      ]
    },
    {
      "id": "locking-fp3",
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+1 −1
Original line number Diff line number Diff line
{
  "security_patch_level": "2025-10-01",
  "security_patch_level": "2018-01-05",
  "steps": [
    {
      "mode": "bootloader",
+1 −1
Original line number Diff line number Diff line
{
  "security_patch_level": "2025-10-01",
  "security_patch_level": "2018-01-05",
  "steps": [
    {
      "mode": "bootloader",
+1 −1
Original line number Diff line number Diff line
{
  "security_patch_level": "2025-10-01",
  "security_patch_level": "2018-01-05",
  "steps": [
    {
      "mode": "bootloader",
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock unlocked"],
      "command": ["connect bootloader", "flashing unlock goto_flashing"],
      "needUserGesture": true
    },
    {
Loading