🐟 Backup Boot Img Without Root

# Unpack magiskboot unpack -h ../vendor_boot.img # The unpack option does not detect the lz4_legacy compression magiskboot decompress ramdisk.cpio modified.cpio # Manually patch magiskboot cpio modified.cpio \ ' mkdir 000 .backup ' \ ' add 000 .backup/.magisk config ' \ ' mv init .backup/init ' \ ' add 0750 init magiskinit ' \ ' mkdir 0750 If you ever need to restore from a previous backup, it's simple. Boot back into TWRP, and tap the "Restore" button on the home screen. TWRP will show you a list of your previous backups. Tap the one you want and you'll see the following screen. Make sure all the boxes are checked and swipe the bar to restore. The recovery image supports localization of several background texts, e.g. installing, error, factory reset warnings, etc. For devices using xxhdpi and xxxhdpi, the build system generates these localization images dynamically since android-10 when building the recovery image. While the static images under res-*dpi/images/ is used for other So on that note, let’s start off with the guide. How to Root Spreadtrum Devices via Magisk Patched boot.img. STEP 1: Enable USB Debugging and OEM Unlocking. STEP 2: Unlock Spreadtrum Device Bootloader. STEP 3: Install Android SDK. STEP 4: Extract boot.img from Spreadtrum PAC Firmware. STEP 5: Install Magisk App on Spreadtrum Device. Open the ‘Magisk Manager’ app > Hit ‘Install’ then choose ‘Install’ again. Once done, tap on ‘Select and Patch a File’ > Head over to the storage and select the extracted stock boot.img file that you’ve moved earlier. After selecting the stock boot.img file, the Magisk Manager will automatically patch it on your device. Step 7: Boot your Galaxy S10 into Download Mode. For Odin to recognize your Galaxy S10 and flash the patched AP firmware, you must boot it into Download Mode. To do this, power off your phone first. Then connect it to your computer over USB while holding the Volume Down and Bixby keys together. Press and hold down the Shift key + right-mouse-click to open the command window/PowerShell. Next, enter the following command in order to flash the “patched_boot.img” to install Magisk and root your Android device: fastboot flash boot patched_boot.img. For devices with A/B partition system, you have to use the following commands: fastboot 3. CloneZilla. Unlike the rest of the tools in this list, Clonezilla isn’t one you install on your computer. Instead, it runs off of a USB drive and lets you boot into it to clone your hard drive. For anyone with experience creating Linux Live USBs, this will be very familiar, as the process is essentially identical. Step 3 – Flash the patched boot image. Copy the magisk_patched.img to your pc ; Reboot your device back into fastboot (see Unlock section above) Open a terminal in the directory your patched .

backup boot img without root