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

Commit 437a4024 authored by frankpreel's avatar frankpreel
Browse files

Merge remote-tracking branch 'origin/main'

parents 14c87e0c 327a707a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
const PRODUCT = '/e/OS Web Installer';
const VERSION = '0.4.1';
const VERSION = '0.5';

const express = require('express');
const app = express();
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    <meta charset="utf-8"/>
    <meta name="viewport"
          content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=0"/>
    <meta name="version" content="0.4.1"/>
    <meta name="version" content="0.5"/>
    <link rel="stylesheet" href="css/styles.css"/>
    <link rel="stylesheet" href="css/loader.css"/>
    <title>/e/OS web installer</title>
+83 −0
Original line number Diff line number Diff line
{
  "android": 13,
  "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.4.1-t-20241009439851-official-panther.img",
        "flash boot boot-e-2.4.1-t-20241009439851-official-panther.img",
        "flash vendor_boot recovery-e-2.4.1-t-20241009439851-official-panther.img",
        "flash vendor_kernel_boot vendor_kernel_boot-e-2.4.1-t-20241009439851-official-panther.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-7-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-7-recovery.img",
      "path": "https://images.ecloud.global/official/panther/recovery-IMG-e-2.4.1-t-20241009439851-official-panther.zip",
      "unzip": true
    },
    {
      "name": "pixel-7-rom.zip",
      "path": "https://images.ecloud.global/official/panther/e-2.4.1-t-20241009439851-official-panther.zip"
    },
    {
      "name": "pkmd_pixel.bin",
      "path": "https://images.ecloud.global/stable/pkmd_pixel.bin"
    }
  ]
}