Linux, macOS or Windobe ?
Ces indiquations proviennent du mainteneur officiel de cet appareil pour TWRP, mais sont valables pour le “recovery-e”
https://twrp.me/samsung/samsunggalaxys10e.html
Downloads:
- S10e - beyond0lte - G970F/G970N
- S10 - beyond1lte - G973F/G973N
- S10+ - beyond2lte - G975F/G975N
- S10 5G - beyondx- G970F/G977N
- avb disabled vbmeta
Instructions:
Odin (Windows)
Prerequisites: Samsung USB drivers, Odin v3.14.1
If you already have the bootloader unlocked you can skip to step 6.
- Make sure OEM Unlock is ON in developer settings;
- Turn off the phone;
- Use vol down + bixby key + usb cable plugged to a pc to start the phone in download mode;
- Long press vol up then confirm you want to unlock bootloader (this is needed one time only);
5.** Please be aware all your data will be erased including internal storage and phone will reboot!!** - Let the phone boot normally, pass the setup and connect to internet (wireless or mobile data) in order to unlock RMM;
- Make sure OEM Unlock is ON in developer settings;
- Turn off the phone;
- Use vol down + bixby key + usb cable plugged to a pc to start the phone in download mode, short press vol up to confirm you want to go to download mode;
10.** If by any chance you see RMM state=Prenormal or KG state=Prenormal, redo from step 5!** - Download appropriate TWRP .tar file according to your device
- Download avb disabled vbmeta .tar
- Open Odin v3.14.1 and place the downloaded TWRP .tar file in AP tab, downloaded vbmeta .tar file in CP tab and click Start - once you press start grab the phone and press vol up + bixby + power to force it boot straight in TWRP after flashing
!! Only if coming from full stock firmware
- In TWRP home screen press wipe - format data - yes
- Download and flash multidisabler-samsung-3.* zip to disable security and encryption.
Heimdall (Linux)
Install heimdall & additional required packages:
Code:
sudo apt-get update
sudo apt-get install heimdall-flash android-tools-fastboot android-tools-adb libusb-0.1-4 libusb-1.0-0 libusb-1.0-0-dev
If you already have the bootloader unlocked you can skip to step 6.
- Make sure OEM Unlock is ON in developer settings;
- Turn off the phone;
- Use vol down + bixby key + usb cable plugged to a pc to start the phone in download mode;
- Long press vol up then confirm you want to unlock bootloader (this is needed one time only);
5.** Please be aware all your data will be erased including internal storage and phone will reboot!!** - Let the phone boot normally, pass the setup and connect to internet (wireless or mobile data) in order to unlock RMM;
- Make sure OEM Unlock is ON in developer settings;
- Turn off the phone;
- Use vol down + bixby key + usb cable plugged to a pc to start the phone in download mode, short press vol up to confirm you want to go to download mode;
10.** If by any chance you see RMM state=Prenormal or KG state=Prenormal, redo from step 5!** - Download appropriate TWRP .img file according to your device
- Download avb disabled vbmeta .img
- Open your preferred terminal in linux and type (replace red lines with the path of downloaded img files):
Code:
sudo heimdall flash --RECOVERY /path/to/recovery.img --VBMETA /path/to/vbmeta.img
and press enter - once you press enter grab the phone and press vol up + bixby + power to force it boot straight in TWRP after flashing
!! Only if coming from full stock firmware
- In TWRP home screen press wipe - format data - yes
- Download and flash multidisabler-samsung-3.* zip to disable security and encryption