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

Commit afb0689c authored by Frank PREEL's avatar Frank PREEL
Browse files

GS290

parent 5e1420d9
Loading
Loading
Loading
Loading
+2.54 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@
    "this-might-take-some-time-please-be-patient": "This might take some time please be patient",
    "unlocking-instructions-1": "Your phone is asking for an unlock. Select <code>unlock bootloader</code> by using <kbd>Volume Up</kbd> and <kbd>Volume Down</kbd> to navigate.",
    "unlocking-instructions-1-a": "Use the button <kbd>Power</kbd> to confirm.",
    "unlocking-instructions-1-b": "Your phone is asking for an unlock. Select <code>unlock bootloader</code> by using <kbd>Volume Up</kbd> button.",
    "unlocking-instructions-2": "The device will automatically reboot.",
    "unlocking-instructions-2-a": "<b>Wait until the bootloader screen is visible again</b> before going to the next step",
    "unlocking-instructions-3": "Since the device <b>resets completely</b>, you will need to <b>re-enable USB debugging</b>.",
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@
    "this-might-take-some-time-please-be-patient": "Cela peut prendre du temps, veuillez être patient",
    "unlocking-instructions-1": "Votre téléphone demande un déverrouillage. Sélectionnez <code>unlock bootloader</code> en utilisant les boutons <kbd>Volume Up</kbd> and <kbd>Volume Down</kbd> pour naviguer.",
    "unlocking-instructions-1-a": "Utiliser le bouton <kbd>Power</kbd> pour confirmer.",
    "unlocking-instructions-1-b": "Votre téléphone demade à être déverrouilé. Selectionner <code>unlock bootloader</code> en utilisant le bouton <kbd>Volume Up</kbd>.",
    "unlocking-instructions-2": "L'appareil va redémarrer. Il devrait maintenant être déverrouillé.",
    "unlocking-instructions-2-a": "<b>Attehdez que l'écran du bootloader soir à nouveau visible</b> avant d'aller à l'étape suivante.",
    "unlocking-instructions-3": "Comme l'appareil <b>réinitialise complètement</b>, vous devrez <b>réactiver le débogage USB</b>.",
+13 −0
Original line number Diff line number Diff line
@@ -216,6 +216,19 @@
        </div>
    </div>
    <!-- Start UNLOCKING -->
    <!-- GS290-->
    <div id="unlocking-gs290" class="card inactive">
        <div class="card-header" data-translate="Unlocking"></div>
        <div class="card-body">
            <p data-translate="unlocking-instructions-1-b"></p>
            <div class="text-center">
                <img class="instruction-img" src="assets/images/illustrations/gs290/Illustration - Accept warning-1.png">
            </div>
        </div>
        <div class="card-footer">
            <button data-translate="next" class="next" onclick="VIEW.executeStep(this, 'unlocking-gs290')"></button>
        </div>
    </div>
    <!-- FP3-->
    <div id="unlocking-fp3" class="card inactive">
        <div class="card-header" data-translate="Unlocking"></div>
+98 −0
Original line number Diff line number Diff line
{
    "android": 12,
    "steps": [
      {
        "command": "reboot bootloader"
      },
      {
        "id": "connect-bootloader",
        "command": [
          "connect bootloader",
          "oem unlock"
        ],
        "needUserGesture": true
      },
      {
        "id": "unlocking",
        "needUserGesture": true
      },
      {
        "id": "activate-developer-options",
        "needUserGesture": true
      },
      {
        "id": "enable-usb-file-transfer",
        "needUserGesture": true
      },
      {
        "id": "device-detection",
        "command": "connect adb",
        "needUserGesture": true
      },
      {
        "mode": "bootloader",
        "id": "connect-bootloader",
        "command": "connect bootloader",
        "needUserGesture": true
      },
      {
        "id": "flashing",
        "command": [
          "flash dtbo dtbo-e-2.2-t-20240716417775-dev-avicii.img",
          "flash vbmeta vbmeta-e-2.2-t-20240716417775-dev-avicii.img",
          "flash recovery recovery-e-2.2-t-20240716417775-dev-avicii.img"
        ]
      },
      {
        "id": "bootloader-to-recovery-manually",
        "needUserGesture": true
      },
      {
        "id": "format-device",
        "needUserGesture": true
      },
      {
        "id": "go-to-apply-update",
        "needUserGesture": true
      },
      {
        "id": "sideload",
        "command": "sideload oneplus-nord-rom.zip"
      },
      {
        "id": "sideload-ended",
        "needUserGesture": true
      },
      {
        "id": "connect-bootloader",
        "command": [
          "connect bootloader",
          "reboot"
        ],
        "needUserGesture": true
      },
      {
        "id": "murena-cloud-account",
        "needUserGesture": true
      },
      {
        "id": "installation-complete",
        "needUserGesture": true
      },
      {
        "id": "help-us-improve-the-tool"
      }
    ],
    "folder": [
      {
        "name": "One+ Nord recovery installer",
        "path": "https://images.ecloud.global/dev/avicii/recovery-IMG-e-2.2-t-20240716417775-dev-avicii.zip",
        "unzip": true
      },
      {
        "name": "oneplus-nord-rom.zip",
        "path": "https://images.ecloud.global/stable/avicii/e-2.2-s-20240715417774-stable-avicii.zip"
      }
    ]
  }
  
 No newline at end of file
Loading