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

Commit 69dfa296 authored by Paula's avatar Paula
Browse files

add recovery steps

parent ee0821f2
Loading
Loading
Loading
Loading
+9.73 KiB
Loading image diff...
+22 −1
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
  "connect-your-phone-instructions-notes": "Note: ’USB debugging’ is required for automatic device detection to work. If you haven't enabled it yet, we will help you out in the next steps.",
  "device-detection": "Device detection",
  "device-detection-detected": "A device has been detected.",
  "navigator-detection": "Navigator detection",
  "navigator-not-supported": "Your navigator is not supported",
  "navigator-not-supported-instructions": "You can use the following browsers: Microsoft Edge, Safari, Opera, Chrome",
  "donate": "Donate",
  "installation-complete": "The installation is complete!",
  "installation-complete-instructions-1": "Congrats! While your phone is booting, you should see the logo below. This takes time, please be patient.",
@@ -28,9 +31,27 @@
  "device-detection-instructions-2": "A pop-up will appear on your phone. Check 'always allow from this computer'",
  "let-s-get-started": "Let's get started",
  "murena-cloud-account": "Murena Cloud account",
  "sign-up-free": "Sign up FREE",
  "i-already-have-an-account": "I already have an account",
  "murena-cloud-account-instructions": "Keep your data safe and sync this device with your personal Murena Cloud account. 1GB free and paid plans available for more storage.",
  "next": "Next",
  "skip": "Skip",
  "start": "Start",
  "this-might-take-some-time-please-be-patient": "This might take some time please be patient"




  "go-to-apply-update-instructions-1": "1. Select Apply Update",
  "go-to-apply-update-instructions-2": "2. Apply update from adb",
  "go-to-apply-update-instructions-3": "3. The device is now in sideload mode",

  "erase-data-instructions-1": "1. Select Factory reset",
  "erase-data-instructions-2": "2. Select Format data / Factory reset option",
  "erase-data-instructions-3": "3. Next screen will display a warning that this action cannot be undone",
  "erase-data-instructions-4": "4. Select Format data to proceed or Cancel if you want to go back",
  "erase-data-instructions-5": "5. If you selected Format data, the format process will complete",
  "erase-data-instructions-6": "6. Display will now return to the Factory Reset screen",
  "this-might-take-some-time-please-be-patient": "This might take some time please be patient",
  "help-us-improve-the-tool-instructions-1": "Please, rate your experience with the Easy Installer.",
  "help-us-improve-the-tool-instructions-2": "Do you have any thoughts on how to improve this software?"
}
 No newline at end of file
+0 −5
Original line number Diff line number Diff line
[
  "fp3",
  "gs290",
  "oneplusnord"
]
 No newline at end of file
+0 −94
Original line number Diff line number Diff line
{
  "Pixel 4a (5G)": {
    "oem": {
      "unlocked" : {
        "unlock": {
          "command" : "flashing unlock"
        },
        "lock": {
          "command" : "flashing lock"
        }
      }
    },
    "recovery" : {
      "command" : "flash vendor_boot recovery.img"
    },
    "rom" : { "command" : "sideload rom.zip" },
    "folder" : [
      {
        "name": "recovery.img",
        "path" : "assets/sources/bramble/---.img"
      },
      {
        "name": "boot.img",
        "path" : "assets/sources/bramble/vbmeta.img"
      },
      {
        "name": "boot.img",
        "path" : "assets/sources/bramble/dtbo.img"
      },
      {
        "path" : "assets/sources/bramble/--.zip",
        "name": "rom.zip"
      }
    ]
  },
  "Pixel 4": {
    "oem": {
      "unlocked" : {
        "unlock": {
          "command" : "flashing unlock"
        }
      }
    },
    "recovery" : {
      "command" : "flash boot recovery.img"
    },
    "rom": {
      "command" : "sideload rom.zip"
    },
    "folder" : [
      {
        "name": "recovery.img",
        "path" : "assets/sources/flame/recovery-e-1.14-s-20230819321663-dev-flame.img"
      },
      {
        "name": "rom.zip",
        "path" : "assets/sources/flame/e-1.14-s-20230819321663-dev-flame.zip"
      }
    ]
  },
  "HD1901": {
    "oem": {
      "unlocked" : {
        "unlock": {
          "command" : "oem unlock"
        }
      }
    },
    "patch" : [
      { "command" : "flash dtbo dtbo.img" },
      { "command" : "flash vbmeta vbmeta.img" },
      { "command" : "flash recovery recovery.img" }
    ],
    "rom" : { "command" : "sideload rom.zip" },
    "folder" : [
      {
        "name": "vbmeta.img",
        "path" : "assets/sources/hotdogb/vbmeta.img"
      },
      {
        "name": "dtbo.img",
        "path" : "assets/sources/hotdogb/dtbo.img"
      },
      {
        "name": "rom.zip",
        "path" : "assets/sources/hotdogb/e-1.14-s-20230819321663-dev-hotdogb.zip"
      },
      {
        "name": "recovery.img",
        "path" : "assets/sources/hotdogb/recovery-e-1.14-s-20230816320616-stable-hotdogb.img"
      }
    ]
  }
}
 No newline at end of file
Loading