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

Verified Commit 8dc8f728 authored by Sahil Sonar's avatar Sahil Sonar 💬 Committed by Nicolas Gelot
Browse files

webinstaller: Add Pixel 8 (shiba)

parent 53e351ec
Loading
Loading
Loading
Loading
+89 −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.img",
        "flash boot boot.img",
        "flash vendor_boot recovery.img",
        "flash vendor_kernel_boot vendor_kernel_boot.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://images.ecloud.global/official/shiba/recovery-IMG-e-latest-u-official-shiba.zip",
      "unzip": true,
      "mapping": {
        "^dtbo.*img$": "dtbo.img",
        "^boot.*img$": "boot.img",
        "^recovery.*img$": "recovery.img",
        "^vendor_kernel_boot.*img$": "vendor_kernel_boot.img"
      }
    },
    {
      "name": "pixel-8-rom.zip",
      "path": "https://images.ecloud.global/official/shiba/e-latest-u-official-shiba.zip"
    },
    {
      "name": "pkmd_pixel.bin",
      "path": "https://images.ecloud.global/official/pkmd_pixel.bin"
    }
  ]
}