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

Commit 64bebfac authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch...

Merge branch '1150-adding-a-call-to-recovery-and-download-boot-modes-in-official-devices-where-it-is-missing' into 'master'

Resolve "Adding a call to recovery and download boot modes in official devices where it is missing"

Closes #1150

See merge request e/documentation/user!1400
parents ece52db8 e5443818
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ cpu_cores: '8'
cpu_freq: 1.8 GHz
current_branch:
depth: 10.1 mm
download_boot: devices.hold_volume_down_power
download_boot: devices.download_boot_teracube_models
gpu: MediaTek Helio A25
height: 155.2 mm (6.1 in)
image: emerald.jpg
@@ -27,7 +27,7 @@ available_in_murena_store: true
murena_store_url:
peripherals: [Headphone Jack,USB-C port,Separate Micro SD slot]
ram: 4 GB
recovery_boot:
recovery_boot: devices.recovery_boot_teracube_models
release: 2022
screen: 6.1 in
screen_ppi: ''
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ cpu_cores: "8"
cpu_freq: "Octa-core 2.2 GHz"
gpu: "Arm Mali G57"
current_branch: "21"
download_boot: devices.download_boot_volla
height: "291.1 mm (6.1 in)"
width: "189.3 mm"
depth: "8 mm"
@@ -46,6 +47,7 @@ peripherals:
  ]
ram: "12 GB"
release: 2025
recovery_boot: devices.recovery_boot_volla
screen: "12.6 in"
screen_ppi: "240"
screen_res: "1600x2560"
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ current_branch: "21"
height: "155.2 mm (6.1 in)"
width: "73.3 mm"
depth: "10.1 mm"
download_boot: devices.download_boot_teracube_models
image: "sapphire.jpg"
is_ab_device: true
kernel: { repo: "android_kernel_teracube_mt6765", version: "4.19" }
@@ -53,6 +54,7 @@ peripherals:
  ]
ram: "4 GB"
release: 2025
recovery_boot: devices.recovery_boot_teracube_models
screen: "6.1 in"
screen_ppi: "282"
screen_res: "720x1560"
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ cpu_cores: '8'
cpu_freq: 1.8 GHz
current_branch: 17.1
depth: 10.1 mm
download_boot: devices.hold_volume_down_power
download_boot: devices.download_boot_teracube_models
gpu: MediaTek Helio A25
height: 155.2 mm (6.1 in)
image: zirconia.jpg
@@ -27,7 +27,7 @@ available_in_murena_store: true
murena_store_url:
peripherals: [Headphone Jack,USB-C port,Separate Micro SD slot]
ram: 4 GB
recovery_boot:
recovery_boot: devices.recovery_boot_teracube_models
release: 2021
screen: 6.1 in
screen_ppi: ''
+5 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ devices:
  download_boot_10or: Our device doesn't have button mapping for bootloader, thus instead reboot to bootloader from recovery.
  download_boot_HardKernel: Attach a blank eMMC module to the device, and plug into your PC.
  download_boot_s20: Use <kbd>Volume Down</kbd> + <kbd>Volume Down</kbd> + usb cable plugged to a pc to start the phone in download mode, short press <kbd>Volume Up</kbd> to confirm you want to go to download mode
  download_boot_volla: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> to open the menu. Use <kbd>Volume Up</kbd> and <kbd>Volume Down</kbd> to navigate and <kbd>Power</kbd> to select. Select <kbd>Fastboot</kbd> option
  download_boot_teracube_models: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> to open the menu. Use <kbd>Volume Up</kbd> and <kbd>Volume Down</kbd> to navigate and <kbd>Power</kbd> to select. Select <kbd>Bootloader</kbd> option

  recovery_boot_reloading_appears: hold <kbd>Volume Down</kbd> + <kbd>Power</kbd> until "Recovery loading" appears, then release both.
  recovery_boot_amber: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd>. Release  <kbd>Power</kbd> after vibro and keep holding both buttons until the "Yandex" logo appears on the screen, then release.
@@ -142,6 +144,9 @@ devices:
  recovery_up_down_power_recovery: hold <kbd>Volume Up</kbd> + <kbd>Volume Down</kbd> + <kbd>Power</kbd>, then select “Recovery mode” using Volume keys.
  recovery_boot_android_one: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd>. Keep holding both buttons until the "Android One" logo appears on the screen, then release.
  recovery_boot_zte: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> until the ZTE logo appears, then release <kbd>Power</kbd> for a second and hold it again until the recovery comes up.
  recovery_boot_teracube_models: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> to open the menu. Use <kbd>Volume Up</kbd> and <kbd>Volume Down</kbd> to navigate and <kbd>Power</kbd> to select. Select <kbd>Recovery</kbd> option
  recovery_boot_volla: hold <kbd>Volume Up</kbd> + <kbd>Power</kbd> to open the menu. Use <kbd>Volume Up</kbd> and <kbd>Volume Down</kbd> to navigate and <kbd>Power</kbd> to select. Select <kbd>Recovery</kbd> option


referral_page:
  message: The referral program is on hold for now but don't worry it'll be back soon!
Loading