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

Commit 0e6df260 authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

webinstaller: Add Pixel 8 (shiba)

parent 10a541db
Loading
Loading
Loading
Loading
+85 −0
Original line number Diff line number Diff line
{
  "android": 14,
  "steps": [
    {
      "command": ["reboot bootloader", "delay 5"]
    },
    {
      "id": "connect-bootloader",
      "command": ["connect bootloader", "flashing unlock unlocked"],
      "needUserGesture": true
    },
    {
      "id": "unlocking-pixel",
      "needUserGesture": true,
      "command": ["delay 15", "connect bootloader"]
    },
    {
      "id": "flashing",
      "command": [
        "flash dtbo dtbo-e-2.5-u-20241030440761-official-shiba.img",
        "flash boot boot-e-2.5-u-20241030440761-official-shiba.img",
        "flash vendor_boot recovery-e-2.5-u-20241030440761-official-shiba.img",
        "flash vendor_kernel_boot vendor_kernel_boot-e-2.5-u-20241030440761-official-shiba.img"
      ]
    },
    {
      "id": "bootloader-to-recovery-manually",
      "needUserGesture": true
    },
    {
      "id": "format-device",
      "needUserGesture": true
    },
    {
      "id": "go-to-apply-update",
      "needUserGesture": true
    },
    {
      "id": "sideload",
      "command": "sideload pixel-8-rom.zip"
    },
    {
      "id": "sideload-ended",
      "needUserGesture": true
    },
    {
      "id": "connect-bootloader",
      "command": [
        "connect bootloader",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin",
        "flashing lock unlocked"
      ],
      "needUserGesture": true
    },
    {
      "id": "locking-pixel",
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
    },
    {
      "id": "installation-complete"
    }
  ],
  "folder": [
    {
      "name": "pixel-8-recovery.img",
      "path": "https://test.ota.ecloud.global/official/shiba/recovery-IMG-e-2.5-u-20241030440761-official-shiba.zip",
      "unzip": true
    },
    {
      "name": "pixel-8-rom.zip",
      "path": "https://test.ota.ecloud.global/official/shiba/e-2.5-u-20241030440761-official-shiba.zip"
    },
    {
      "name": "pkmd_pixel.bin",
      "path": "https://images.ecloud.global/official/pkmd_pixel.bin"
    }
  ]
}