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

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

web-installer: jump to flashing step if device is unlocked

parent 9caeffa2
Loading
Loading
Loading
Loading
+1 −1
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
    },
    {
+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
    },
    {
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock unlocked"],
      "command": ["connect bootloader", "flashing unlock goto_flashing"],
      "needUserGesture": true
    },
    {
+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
    },
    {
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock unlocked"],
      "command": ["connect bootloader", "flashing unlock goto_flashing"],
      "needUserGesture": true
    },
    {
Loading