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

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

panther: bypass lock process if unlocked

parent baca34ea
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -6,13 +6,17 @@
    },
    {
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock goto_flashing"],
      "command": ["connect bootloader"],
      "needUserGesture": true
    },
    {
      "id": "unlocking-pixel",
      "needUserGesture": true,
      "command": ["delay 15", "connect bootloader"]
      "command": [
        "flashing unlock goto_flashing",
        "delay 15",
        "connect bootloader"
      ]
    },
    {
      "id": "flashing",