ONLY PROCEED IF YOU KNOW WHAT YOU'RE DOING
DON'T ATTEMPT TO RE-LOCK THE BOOTLOADER WHEN YOU MODIFIED THE BOOT IMAGE (Flashed Magisk)
I'M NOT RESPONSIBLE FOR ANY OF YOUR ACTIONS
THIS PROCESS WILL WIPE ALL YOUR DATA
Requires an unlocked bootloader, follow "Bootloader unlocking Guide"
DON'T ATTEMPT TO RE-LOCK THE BOOTLOADER WHEN YOU MODIFIED THE BOOT IMAGE (Flashed Magisk)
I'M NOT RESPONSIBLE FOR ANY OF YOUR ACTIONS
Bootloader unlocking Guide
Preamble
Unlocking the Bootloader is required for modifying partitions on the device. This is required for gaining root access or flashing a custom recovery/ROM.THIS PROCESS WILL WIPE ALL YOUR DATA
Prerequisites
- a Linux/Mac/Windows PC (this Guide is intended for Windows 10 users)
- USB Cable
- SDK Platform Tools
- USB Driver
- Fastboot Driver - those install automatically via Windows Update when the device is attached while in Fastboot mode (make sure you have internet connection and enabled "Give me updates for other Microsoft produectes when I update Windows." in the Windows Update settings.
Guide
- download and extract the SDK Platform Tools into a folder on your drive root (e.g. C:\adb)
- download and extract the USB Drivers into a folder, open it and install the drivers via right clicking on the android_winusb.inf -> install
- boot up your device
- open the settings app
- hold the power button to bring up the power menu, tap on Restart and choose Bootloader
- navigate inside the folder you extracted the SDK Platform Tools to and bring up the cmd (click inside the navigation bar, type cmd and hit enter)
- type
fastboot devices
and hit enter- if the device shows up continue
- if the device doesn't show up, open the Device Manager (devmgmt.msc) and look for an not correctly recognized Device (labeled "Android" or similar)
- right click -> Update driver -> search on my PC -> select from a list -> Have Disk... -> choose the downloaded android_winusb.inf -> Android Bootloader Interface
- type
fastboot flashing unlock
and hit enter
- on your device, select the "UNLOCK THE BOOTLOADER" option with the volume buttons and confirm with the power button
- your device should reboot and the bootloader is unlocked
Rooting Guide
Preamble
Rooting is the method of gaining the opportunity to modify partitions (from within the userspace).Requires an unlocked bootloader, follow "Bootloader unlocking Guide"
Prerequisites
- The same as for the "Bootloader unlocking Guide"
- Magsik - download it and copy it onto your device
- a Magisk-Patched boot.img
- get it from this post (perhaps outdated) - make sure the image is matching the OS Version! -search in this thread for different Versions
- Patch it yourself using the following guide
Bootimage patching Guide
Prerequisites
- matching boot image for your OS version (latest version here)
Guide
- install the Magisk-v*.apk on your device
- Start Magisk
- Tap on "install"
- choose "Select and Patch a File" and select your downloaded boot.img
- Wait for patching to finish, grab the patched boot.img and proceed with the Rooting Guide
Guide
- install the Magisk-v*.apk on your device
- boot into the bootloader (by using Advanced restart / holding down the volume-lower button and power-button together)
- navigate inside the folder you extracted the SDK Platform Tools to, copy the Magisk-Patched boot.img into and name it magisk_boot.img
- bring up the cmd inside this folder (click inside the navigation bar, type cmd and hit enter) type
fastboot flash boot magisk_boot.img
and hit enter- if the process is stuck and won't display SUCCESS after about 30 Seconds, abort it in the cmd by pressing Ctrl + C and press the volume-down button on the device to select "Reboot Bootloader". Confirm buy a press on the power-button and try again.
- after it displayed SUCCESS you can type in
fastboot reboot
and hit enter
- your device should reboot is now rooted
Custom Recoveries
- TWRP: https://forum.shiftphones.com/threads/twrp-recovery-3-5-v-10-for-shift-6mq.3389/
- Lineage Recoverey: https://forum.shiftphones.com/threads/shift6mq-lineageos-18-1-android-11-vorabtest.3991/
Custom ROMs
- LineageOS 18.1: https://forum.shiftphones.com/threads/shift6mq-lineageos-18-1-android-11-vorabtest.3991/
- LineageOS 19.1: https://forum.shiftphones.com/threads/shift6mq-lineageos-19-1-android-12l.4468/
Mods
- Improved Camera App: https://forum.shiftphones.com/threa...mera-app-koennt-ihr-empfehlen.3517/post-42763
Honorable Mentions
Shift Staff for the Device/OS
@7usr7local for the first unlocked bootloader
@mispecht for the first rooted device
@Lhotze for the extracted OS-L Bootimage
Zuletzt bearbeitet: