How To Guide Update OS by flashing via fastboot (stock recovery) - Redmi Note 11S 4G / POCO M4 Pro 4G (fleur)

So you have a notification telling you that MIUI has an update available - great! Unfortunately the process in the Magisk OTA Upgrade Guide doesn't work for this phone, for some reason even after "uninstalling" Magisk the updater still refuses to apply the OTA update.
If you have installed a custom recovery then you may be able to apply the update through that, but I'll assume that you've followed this guide to root and are still using the stock recovery.
Updating is a 3 step process:
- Flash updated firmware.
- Patch new boot.img.
- Flash patched boot.img.
We'll be doing a "dirty" flash, which keeps your device storage intact. This should be fine for minor updates, however if the phone won't boot then you'll need to do a clean flash which will wipe your phone, so you should backup your data using a tool like Titanium Backup before proceeding.
Flash updated firmware:
- In the Updater app find the MIUI version that it wants to install (e.g. MIUI-V13.0.8.0.RKEEUXM).​- visit the MIUI Updates Tracker and download the matching Stable Fastboot update (if you can't find it read Extract boot.img from Payload below).​- unzip the TGZ and the TAR that it contains.​- connect your phone and run adb reboot bootloader to enter fastboot.​- run the flash_all_except_data_storage.bat script to flash the updated firmware. Your phone will reboot when it's done.​- (optional) if your phone won't boot then you'll need to perform a "clean" flash. Enter fastboot again and run the flash_all.bat script (this will wipe your data).​
Patch new boot.img
- push the new boot.img to the phone using adb push .\images\boot.img /sdcard (you'll need to have selected "File transfer/Android Auto" in the "Use USB for" prompt on the phone).​- in the Magisk App click Install in the Magisk tile, tap Select and Patch a File, select the boot.img file, and tap Let's Go.​- pull the magisk_patched-*.img from the phone using adb pull /sdcard/Download/magisk_patched-*.img .\.​
Flash patched boot.img
- boot into fastboot mode once again using adb reboot bootloader.​- flash the patched image using fastboot flash boot magisk_patched-*.img​- reboot using fastboot reboot​
Happy hacking!
Extract boot.img from Payload​If you can't find a fastboot image (boot.img) for your version then you might be able to extract it from the full firmware package. This will require the use of a third party tool such as payload-dumper (python) or payload-dumper-go. Note that you may be better off just waiting for the fastboot image to be released to the public.

I found only zip file but where i found the fastboot rom for V13.0.6.0.SKEMIXM?

xn0live said:
I found only zip file but where i found the fastboot rom for V13.0.6.0.SKEMIXM?
Click to expand...
Click to collapse
As mentioned on the other thread, this isn't available yet. I've updated the post to note how you can extract it from the payload file of full firmware .zips, but personally I'd just wait.

I managed to updated to (V13.0.6.0.SKEMIXM) while rooted using the updater app. You are not able to download the update but you can apply the update by choosing the file from local storage and you need to obtain the file from a third party. If you follow Magisk's guide you can keep the root and you don't need a PC

weim1 said:
Ich habe es geschafft, auf (V13.0.6.0.SKEMIXM) zu aktualisieren, während ich mit der Updater-App gerootet war. Sie können das Update nicht herunterladen, aber Sie können das Update anwenden, indem Sie die Datei aus dem lokalen Speicher auswählen, und Sie müssen die Datei von einem Drittanbieter beziehen. Wenn Sie der Anleitung von Magisk folgen, können Sie das Stammverzeichnis behalten und benötigen keinen PC
Click to expand...
Click to collapse
Ich habe die ZIP-Datei V13.0.6.0.SKEMIXM und root.
How do u install it, can u said?

xn0live said:
Ich habe die ZIP-Datei V13.0.6.0.SKEMIXM und root.
How do u install it, can u said?
Click to expand...
Click to collapse
After the update some apps weren't working right so I don't know how successful my method was that's why I haven't respond. It could be that I updated with the de-bloater module on and it may be the reason that everything was messed up. If you want I can tell you what to do but no guarantees

weim1 said:
After the update some apps weren't working right so I don't know how successful my method was that's why I haven't respond. It could be that I updated with the de-bloater module on and it may be the reason that everything was messed up. If you want I can tell you what to do but no guarantees
Click to expand...
Click to collapse
yeah it would be nice

xn0live said:
yeah it would be nice
Click to expand...
Click to collapse
First you need to download the update zip. I used the MIUI Downloader app from play store. Disable all the magisk modules from magisk manager and reboot. Then follow the official Magisk Ota upgrade guide but don't uninstall magisk. You need to enable a secret menu in the updater app to be able to install zips from storage. Just tap the MIUI 13 logo in the middle of the screen multiple times an you are ready. Load the file by opening the menu in the top right corner. Wait for the installation to finish and do not reboot the phone. Go to magisk and install to inactive slot then you can reboot.
Ps. Please backup all your data just in case something goes wrong.

aricooperdavis said:
As mentioned on the other thread, this isn't available yet. I've updated the post to note how you can extract it from the payload file of full firmware .zips, but personally I'd just wait.
Click to expand...
Click to collapse
V13.0.6.0.SKEMIXM fastboot is there
i have root, is it possible to flash it, but i do not want lost my data or other spaces, possible?

xn0live said:
V13.0.6.0.SKEMIXM fastboot is there
i have root, is it possible to flash it, but i do not want lost my data or other spaces, possible?
Click to expand...
Click to collapse
You may be able to "dirty" flash it by following the instructions in the OP, but you should back-up your data in case it doesn't work and you need to fully "clean" flash afterwards.

I started bootlooping (at this point its become a joke to me lol) again right after flashing the patched boot img. Then I remembered from your magisk installation tutorial about this step :
flash vbmeta --disable-verity --disable-verification vbmeta.img
I entered this command and boom I booted back to miui and it has been updated along with magisk running just fine.
I don't know if this happened just to me, but you can add that vbmeta flashing step in your tutorial.
Thanks again!

That's certainly unusual, I have no idea why you'd get a bootloop that can be fixed by flashing the vbmeta! Glad you got it sorted though

Miui 14 has been released for our phones. I was wondering if its the same process for flashing Miui 14, as it's basically flashing a different o.s, from android 12 to android 13.
I'm afraid if my magisk modules may interfere with the update process, which may result in a bootloop and loss of data.
Any insight on this?

Major updates are more likely to fail if you do them "dirty". Just back up your data partition before you start, then you can always flash the old OS and your old data partition if something goes wrong.

Related

[Q]Need help to root my phone

I want to root my desire x and install most stable and good looking ROM. I rooted a sony erricson device but it was real easy unlike HTC. I was reading guides on this forum and got confused regarding recovery, s-off, RUU, kernel, CID etc etc.
Please help me with simple guide and minimum chance to brick my device.
ShivaPower said:
I want to root my desire x and install most stable and good looking ROM. I rooted a sony erricson device but it was real easy unlike HTC. I was reading guides on this forum and got confused regarding recovery, s-off, RUU, kernel, CID etc etc.
Please help me with simple guide and minimum chance to brick my device.
Click to expand...
Click to collapse
I see that u r an xperia survivor, so im gonna explain a few steps.
In HTC, the recovery is not part of the kernel, like sony. HTC has a separate partition where recovery.img is flashed.
Kernel for ROM/OS booting is contained in boot.img and it is flashed in boot partition.
Recovery also contains a copy of kernel (zImage) so it is independant of the boot.img.
To root it, you have to somehow accomplish below steps.
1. Unlock Bootloader for your phone. Go to htcdev.com and search and follow instructions from main page.
2. Reboot phone in "FASTBOOT MODE" and Flash a custom recovery through fastboot.exe tool. Syntax is "fastboot flash recovery recovery.img". Use any available CWM or TWRP (mine). Take care whether you want ICS or JB compatible recovery becoz they work is different.
3. Take a nandroid backup through recovery. (You probably know this as it is same in all phones)
4. Flash a custom ics/jb rom.
5. Reboot phone in FASTBOOT MODE and flash the recommended "boot.img" mentioned in ROMs thread.
Use a little common sense and soon you'll learn doing things the HTC way.
Regards
Yasir
neXus PRIME said:
I see that u r an xperia survivor, so im gonna explain a few steps.
In HTC, the recovery is not part of the kernel, like sony. HTC has a separate partition where recovery.img is flashed.
Kernel for ROM/OS booting is contained in boot.img and it is flashed in boot partition.
Recovery also contains a copy of kernel (zImage) so it is independant of the boot.img.
To root it, you have to somehow accomplish below steps.
1. Unlock Bootloader for your phone. Go to htcdev.com and search and follow instructions from main page.
2. Reboot phone in "FASTBOOT MODE" and Flash a custom recovery through fastboot.exe tool. Syntax is "fastboot flash recovery recovery.img". Use any available CWM or TWRP (mine). Take care whether you want ICS or JB compatible recovery becoz they work is different.
3. Take a nandroid backup through recovery. (You probably know this as it is same in all phones)
4. Flash a custom ics/jb rom.
5. Reboot phone in FASTBOOT MODE and flash the recommended "boot.img" mentioned in ROMs thread.
Use a little common sense and soon you'll learn doing things the HTC way.
Regards
Yasir
Click to expand...
Click to collapse
ThankYou,
I have more questions. Currently i am downloading softwares to unlock bootloader. Sorry if i seem noobish.
On your 2) How to flash a custom recovery and what is flashtool.exe.? any links? Please explain in detail. It was a Shoib akhtar bouncer for me.
3) How to take nandroid backup
4) any links to a functional/stable JB ROM with pure android funcionality?
5) no clue again...any links?
I cant unlock via htc dev it say invalid code lenght? Im on jelly bean 405
Sent from my HTC Desire X using Xparent ICS Tapatalk 2
Cant flash the recovery
When i issue command fastboot flash recovery c:\recovery.img
it is saying cannot flash, unknown error.
I am using cmw6.can you guys give me a latest recovery and also tell how to take nandroid backup of recovery
ShivaPower said:
When i issue command fastboot flash recovery c:\recovery.img
it is saying cannot flash, unknown error.
Click to expand...
Click to collapse
Maybe this help you
http://forum.xda-developers.com/showthread.php?t=2076675
Thats a step by step tutorial from nlooooo
I think you're not in Fastboot mode but I'm not sure.
I am using cmw6.can you guys give me a latest recovery and also tell how to take nandroid backup of recovery
Click to expand...
Click to collapse
If you flashed the recovery, you will find easily the option to make a backup
I use TWRP, so i can't tell you in detail, sorry
0zura
0zura said:
Maybe this help you
http://forum.xda-developers.com/showthread.php?t=2076675
Thats a step by step tutorial from nlooooo
I think you're not in Fastboot mode but I'm not sure.
If you flashed the recovery, you will find easily the option to make a backup
I use TWRP, so i can't tell you in detail, sorry
0zura
Click to expand...
Click to collapse
yea i chose back up from bootloader ans got two files on my phone, recovery.img and boot.img. are they enough to backup. is this backup for stock revovery or cwm ??? the phone is running very good.
but i havnt rooted .i want to install a full sense or any beautiful n stable rom. can you link it here???
ShivaPower said:
yea i chose back up from bootloader ans got two files on my phone, recovery.img and boot.img. are they enough to backup. is this backup for stock revovery or cwm ??? the phone is running very good.
but i havnt rooted .i want to install a full sense or any beautiful n stable rom. can you link it here???
Click to expand...
Click to collapse
You have to chose in bootloader "Recovery"- in Recovery mode (CWM) can you make a backup, not in bootloader
The backup is for cwm
i don't know how many files the backup with cwm had, with TWRP it has 7 files with 1.5 GB
http://tech-lounge.de/nandroid-backup-das-wichtigste-backup-fuer-gerootete-android-geraete/ (german site)
Gesichert wird im Ordner “clockworkmod/backup” auf der SD-Karte und der Dateiname setzt sich aus dem Datum und der aktuellen Uhrzeit zusammen, so dass mehrere Backups parallel abgelegt werden können. Backups haben bei mir allerdings eine Größe von ungefähr 400 MB, also solltet ihr darauf achten, dass ihr genügend internen Speicher zur Verfügung habt.
Click to expand...
Click to collapse
In directory clockworkmod/backup on your SD-Card is the backup file (ca. 400MB) and the name of this file is the date and the time you have create the backup.
The Rom in my signature is a full sense rom. mySENSE-dx RC3.5
So now i have rooted my device. Please point me towards a suitable ROM to install and also the procedure...Waiting for reply.

Bricked my V10 C432

Hello,
i was on EMUI 9 with my BKL-L09 and decided to give the custom roms a new try.
So i backed up my recovery_ramdisk (it was rooted with magisk before) and then flashed twrp (version 3.2.3-3).
Now i went for Wipe>format data and gave it a try. Result: it was hanging after makefs->(..) done. So i done the whole procedure again but it was still hanging.
Now i can't get back into twrp, because only the twrp bootscreen is showing up. Even after restoring my recovery_ramdisk backup with fastboot i can't get back into erecovery Is there anything i can do?
Thanks.
Ok, i solved this by myself through downloading the full ota update, extracting everything and flashing new kernel, system and recovery from ota update contents.
Can you put the CMD lines to do it?
Thank you anyway. I think i have the same problem.
jesusdoar said:
Can you put the CMD lines to do it?
Thank you anyway. I think i have the same problem.
Click to expand...
Click to collapse
I don't have this smartphone anymore but i remember the following:
1. Download the Full OTA Zip (e.g. here: https://www.getdroidtips.com/huawei...-update-for-honor-view-10-download-available/
2. Use the Huawei Update Extractor to extract the partitions from the content in the zip file. (https://forum.xda-developers.com/showthread.php?t=2433454)
3. Flash the partitions over the existing ones on your V10 using fastboot "fastboot flash recovery_ramdisk recovery_ramdisk.img , ...) - these contents are inside the full ota package
Greetings
Did it work out for you?
You can also try to flash the original erecovery using fastboot und use the download option inside the Recovery App. This will reset all partitions back to default. But also all data is lost.
Brodelpiet said:
Did it work out for you?
You can also try to flash the original erecovery using fastboot und use the download option inside the Recovery App. This will reset all partitions back to default. But also all data is lost.
Click to expand...
Click to collapse
it works thank you, now the problem is that the erecovery doesn´t download the package to flash.
jesusdoar said:
it works thank you, now the problem is that the erecovery doesn´t download the package to flash.
Click to expand...
Click to collapse
Did you just flash the erecovery or also the normal recovery partition und Kernel from the zip? What kind of error do you get?
Brodelpiet said:
Did you just flash the erecovery or also the normal recovery partition und Kernel from the zip? What kind of error do you get?
Click to expand...
Click to collapse
Yeah i flashed the kernel and the recovery ramdisk. And now it boots into erecovery, but inside the erecovery, the option to download and install the last version of emui doesn´t work, it just shows an error that it can´t get the package info.
thanks for your attention.
greets

Root k20/mi9t without twrp

this guide help you to root k20/mi9t by using magisk patched boot img
this guide is for users who likes to be on stock with magisks modules customisation
advantage
[no data loss in whole process]
[safety passes okk]
[install modules like dolby,viper4android after root to improve sound quality]
REQUIREMENTS
.unlocked bootloader( its one time requirement)
.magisk patched boot img
patched boot img is created using stock boot img that is different for every miui version,so create your own patched boot img according to your miui version by this easy process https://forum.xda-developers.com/mi...dian-rom-v10-3-6-0-twrp-t3958566/post80163818
just to be on safe side remove all types of lock, u can use lock after all steps completed
NOW FOLLOW THE STEPS
install latest magisk manager apk
place the downloaded magisk patched boot img to adb folder or platform tool folder whatever u call in pc
1.boot your phone into fastboot by holding power menu &volume down button togethor
2.connect your phone to pc using original cable
3.Go to adb folder & open command window by clicking shift+control+right key on the blank space (command window appear in option)
4.now check your devices by if its properly connected by typing
code: fastboot devices
if it shows attached devices then proceed
5.now flash patched img by typing command
code: fastboot flash boot magisk_patched.img
finally boot your phone to system by typing command
code: fastboot reboot
6.now open magisk manager it show some recommendation just reject that option(important steps)
7.click on install in magisk manager then select direct install recommended option
let it install &reboot [step 7 is neccessary otherwise you cant install module in magisk)
this is 100% tested method
need any help or confused comment down below before attempting this
hit THANKS BUTTON IF U LIKE
Is bootloader unlock is required because you didn't mentioned that....
if u debloat xioami apps in miui roms & do some customization with magisk module .its become quite useful rom for a while now until stable custom rom available for use
RSM10 said:
Is bootloader unlock is required because you didn't mentioned that....
Click to expand...
Click to collapse
yes bootloder unlocked is required this is basic
u can do very little customisation like debloating with locked bootloader
Thanks I knew that bl unlock is required but since you didn't mentioned it here I thought you found a way out without unlocking bl. This patched boot.img is for 10.3.6.0 What if there is new update, then we will lost root.
i will try to provide patched boot img for future updates
rkview37 said:
this guide help you to root k20 by using magisk patched boot img
this guide is for users who likes to be on stock with magisks modules customisation
advantage
[no data loss in whole process]
[safety passes okk]
[install modules like dolby,viper4android after root to improve sound quality]
REQUIREMENTS
.unlocked bootloader
.magisk patched boot img (download from link below)
.must be on miui v10.3.6.0
just to be on safe side remove all types of lock, u can use lock after all steps completed
download magisk patched boot img provided by me
https://mega.nz/#!CpUz3KwB!76fE3z30gngG282mA9DzS05AZyjG6RuQFs5-STg2kXE
now follow steps carefully
install latest magisk manager apk
place the downloaded magisk patched boot img to adb folder or platform tool folder whatever u call in pc
1.boot your phone into fastboot by holding power menu &volume down button togethor
2.connect your phone to pc using original cable
3.Go to adb folder & open command window by clicking shift+control+right key on the black space (command window appear in option)
4.now check your devices by if its properly connected by typing
code: adb devices
if it shows attached devices then proceed
5.now flash patched img by typing command
code: fastboot flash boot magisk_patched.img
finally boot your phone to system by typing command
code: fastboot reboot
6.now open magisk manager it show some recommendation just reject that option(important steps)
7.click on install in magisk manager then select direct install recommended option
let it install &reboot [steps 7 is neccessary otherwise you cant install module in magisk)
this is 100% tested method
need any help or confused comment down below before attempting this
hit THANKS BUTTON IF U LIKE
Click to expand...
Click to collapse
Thank you keep updating as and when stock updates are received.
Sent from my [device_name] using XDA-Developers Legacy app
If we receive ota update. How should we install? Will magisk stay?
Sent from my [device_name] using XDA-Developers Legacy app
Can i do magisk update regularly?
manan001 said:
If we receive ota update. How should we install? Will magisk stay?
Sent from my [device_name] using XDA-Developers Legacy app
Can i do magisk update regularly?
Click to expand...
Click to collapse
1)as we all know k20 is single partition device.so we cannot perform ota whiile preserving magisk,i will update op with all info once i figured out a way to save effort of installing all modules all over again
2)magisk can be updated regularly,no issues at all
Finally installed magisk. Thanks for the detail steps. It works well.
Sent from my [device_name] using XDA-Developers Legacy app
10.3.8 OTA update available.
Patched boot.
https://drive.google.com/folderview?id=1-3QhAjIH5JmrlZaYgsCjr92XjcUv90nN
Sent from my [device_name] using XDA-Developers Legacy app
manan001 said:
10.3.8 OTA update available.
Patched boot.
https://drive.google.com/folderview?id=1-3QhAjIH5JmrlZaYgsCjr92XjcUv90nN
Click to expand...
Click to collapse
from where did you extracted stock boot img
afaik latest 10.3.8.0 stock rom not available on any site yet
manan001 said:
10.3.8 OTA update available.
Patched boot.
Do you have the stock recovery.img ?
How to update via OTA when i am on twrp ?
Can you confirm if root working after flashing your patched boot image ?
Click to expand...
Click to collapse
rkview37 said:
from where did you extracted stock boot img
afaik latest 10.3.8.0 stock rom not available on any site yet
Click to expand...
Click to collapse
In phone update we get option to download full rom ota. I downloaded and extracted boot.img, rest you know the process.
If you like my work do hit like button.
Dear Rkview31
If the flash install of the patched image fails, can we reinstall de rom with miflash? Or, is enough to reflash by fastboot command line the original fastboot rom image?
Can any one provide stock recovery (10.3.6) please.
neek619 said:
Can any one provide stock recovery (10.3.6) please.
Click to expand...
Click to collapse
go here
download from my mega account
https://mega.nz/#!Ok8yBYaB!N9CnTLSfpvoakHiQGDyyIxDvEL0MUmUsxAQqj3nhSu0
Guys
This procedure wokrs with eea device?
mauriciocardoso said:
Guys
This procedure wokrs with eea device?
Click to expand...
Click to collapse
guide is okk but stock boot img of every rom is different so patched boot img in this thread will not work for u
rkview37 said:
go here
download from my mega account
https://mega.nz/#!Ok8yBYaB!N9CnTLSfpvoakHiQGDyyIxDvEL0MUmUsxAQqj3nhSu0
Click to expand...
Click to collapse
Thanks for the file, was able to update to 10.3.8
Patched boot image by @manan001 in the link above do not work and reboots phone in recovery mode.
Patched my own boot image works fine with 10.3.8
https://drive.google.com/file/d/1-odNizuv4HlEw92O8tl_X13aQxdFwbGe/view?usp=drivesdk

Installing Stock ROM, Magisk and Taking OTA .zips without losing root.

Ah, So You've rooted your 6.1 Plus/X6 but don't know how to Install stock or having troubles with it? I'm here to help!
*All of the instructions and procedures below requires an unlocked bootloader. If you do not have an unlocked bootloader, Please refrain from asking about it here.
*Not having an unlocked bootloader and following this will definitely brick your phone. You have been warned.
Installing Stock ROM - Method 1A(Nost) --
1. Get NOST from here - NOST
2. NOST ONLY SUPPORT OREO FIRMWARE, USE OST LA FOR PIE(Not sharing cause its a patched app, Search on Google and get it from TechMesto)
3. Download unpacked oreo firmware, You can get it from - Here
4. Extract the zip on your PC
5. Put your phone in bootloader mode, Power off - Press Volume Down+Power Button.
6. Now connect it to your PC
7. Open NOST, Select the .mlf file from the folder where you extracted the Firmware
8. Now select, Normal download and Erase User data option.
9. Now click on next and wait for NOST to flash the phone. (It takes 258 seconds or 2.3 - 2.5 minutes on my laptop)
Installing Stock ROM - Method 1B(OST LA) --
Same as NOST, It has the same UI.
Except You might have to change some values in the .mlf file.
An appropriate guide for the same - Here
Installing Stock ROM - Method 2(Hikary's Generic Flashing Script) --
I recommend this method more than NOST and OST LA.
1. Get Hikary's script from - Here
2. Get unpacked Firmware from - Here
3. Extract the Firmware
4. Put the .exe file you got from Github into the folder where you Extracted the firmware
5. Run the script
6. Follow instructions on screen
7. Profit!
Thanks alot to member - Hikary for this easy to use scipt!
You've installed Stock, Now let's add some magisk to it !
*Please disable Automatic System Updates through developer options to make taking OTA .zips easier.
Installing Magisk - Method 1A(Fastboot method) -
You will need Google's ADB drivers, Which you can get - Here/
1. Extract ADB to a Folder
2. Get Magisk patched boot images from - Here Don't worry, Boot images for Nokia 7 Plus will work on DRG(6.1 Plus/X6) and PL2(6.1)
3. Open adb(Type cmd in the address bar of the folder where you extracted adb)
4. Put your device on Download mode
5. type the command
Code:
fastboot boot 'nameofbootimage'.img
6. Now your phone will boot
7. Install Latest Magisk Manger from - [https://www.github.com/topjohnwu/magisk/releases]Here[/url]
8. Open Magisk Manger, You will see Magisk is installed, But there will also be an Install Button next to it. Tap on Install.
9. Let Magisk Install and re-boot the phone
10. Viola Magisk is now permenantly available
Installing Magisk - Method 1B(TWRP method) -
You will need Google's ADB drivers, Which you can get - Here/
1. Get the latest TWRP for 6.1 Plus
2. Get the Latest Magisk Installer from - [https://www.github.com/topjohnwu/magisk/releases]Here[/url]
3. Put the .zip file to your Internal Storage/SD Card
4. Open adb and pass the command
Code:
fastboot boot "nameofrecoveryfile.img"
5. Now TWRP will open on your phone
6. Install Magisk through TWRP
7. Wipe Dalvik
8. Reboot
9. Profit
Now you've got magisk. Follow the next post to see how to take an OTA update with Magisk Installed.
Nokia 6.1 Plus is an Android One certified device. Nokia is no slouch either when it comes to issuing updates. Learn how to take OTA without losing root.
1. Turn of Auto System updates through Developer options
2. Open Magisk Manager
3. Restore Stock Images but don't reboot.
4. Download and install, Let both the steps finish i.e applying update and apps, but don't reboot.
5. Go to magisk manager and select install to inactive slot option
6. Re-boot device.
7. You've not lost root, But have root access.
Done
CarbonGTR said:
Nokia 6.1 Plus is an Android One certified device. Nokia is no slouch either when it comes to issuing updates. Learn how to take OTA without losing root.
1. Turn of Auto System updates through Developer options
2. Open Magisk Manager
3. Restore Stock Images but don't reboot.
4. Download and install, Let both the steps finish i.e applying update and apps, but don't reboot.
5. Go to magisk manager and select install to inactive slot option
6. Re-boot device.
7. You've not lost root, But have root access.
Done
Click to expand...
Click to collapse
I don't see any option to restore stock images or install to inactive slot in Magisk. Am I missing something?
Hymix said:
I don't see any option to restore stock images or install to inactive slot in Magisk. Am I missing something?
Click to expand...
Click to collapse
Open Magisk Manager, Tap on Uninstall. You will see 2 options, Complete Uninstall and restore stock images.
*Nevar tap on the complete uninstall option, It will throw your phone into bootloop
To install to inactive slot, Tap on install, You will get 2 options, Release Notes and Install. Tap on Install again and select install to inactive slot, Reboot from within Magisk Manager.
The simplest way I've found to install Stock Rom is just using adb sideload.
Boot into TWRP and wipe as you would with any custom rom.
Go to advanced and adb sideload.
Send the adb sideload command from your computer with the relevant zip file.
Doesn't require any additional softward like NOST or OST....
Hymix said:
The simplest way I've found to install Stock Rom is just using adb sideload.
Boot into TWRP and wipe as you would with any custom rom.
Go to advanced and adb sideload.
Send the adb sideload command from your computer with the relevant zip file.
Doesn't require any additional softward like NOST or OST....
Click to expand...
Click to collapse
But does it also install the bootloader and stock recovery back? If yes then I'll add it to the post above.
CarbonGTR said:
But does it also install the bootloader and stock recovery back? If yes then I'll add it to the post above.
Click to expand...
Click to collapse
That's a good question. I've just been using stock and hadn't considered it. How would one check that?
Sent from my Nokia 6.1 Plus using Tapatalk
Bluebriz said:
That's a good question. I've just been using stock and hadn't considered it. How would one check that?
Sent from my Nokia 6.1 Plus using Tapatalk
Click to expand...
Click to collapse
It's easy. Get an OTA .zip file, Re-Boot to recovery and flash it. Or Use the ADB Sideload method.
Most likely installing the OTA would fail if the device is rooted because, Magisk will patch the boot.img.
Then I'll need to wait for another update, the September one, right? Because I installed it with ADB and have Magisk installed so I don't really want to mess with it until I have to.
Sent from my Nokia 6.1 Plus using Tapatalk
Bluebriz said:
Then I'll need to wait for another update, the September one, right? Because I installed it with ADB and have Magisk installed so I don't really want to mess with it until I have to.
Click to expand...
Click to collapse
I just took an OTA with Magisk installed it went fine. (September patch)
OK, then it doesn't seem to work. Trying to follow the steps, the system update gives an installation error. I'm guessing that somewhere along the road I've messed something up, so it seems stock rom and Magisk isn't an option for me.
Hymix said:
OK, then it doesn't seem to work. Trying to follow the steps, the system update gives an installation error. I'm guessing that somewhere along the road I've messed something up, so it seems stock rom and Magisk isn't an option for me.
Click to expand...
Click to collapse
Restore images before you do anything, If installation fails keep trying again. It happens to me to.
CarbonGTR said:
Restore images before you do anything, If installation fails keep trying again. It happens to me to.
Click to expand...
Click to collapse
Really? I did the restore via Magisk and that seemed fine, but then the update part didn't work. It downloaded then gave the error so I quit and started again with a fresh installation, minus Magisk.
Sent from my Nokia 6.1 Plus using Tapatalk
Have you guys modified the system/vendor partition in any way? If you did, Then it will obviously fail.
@Bluebriz and @Hymix I agree. It's the september security patch causing the installation issue.
It fails for me no matter what, Unless I completely un-root. But this method works perfectly fine on the August update.
Lets see for the October patch.
Okay, I can specifically narrow this down to way the September patch. The september patch requires the August security patch as a precondition to install. And that's where something funky is happening.
Guys a quick update. October update has been released but it also fails to install. This time I've managed to find the cause, Apparently some service that needs to be used for the update is being blocked/used by Magisk. (I could be wrong here)
The error code according to the recovery is 20(kDownloadStateInitializationError)
Is there any update to this issue?
Tried removing Magisk, didn't help.
Yesterday I got November security update ..iam using magisk...so it is showing installation problem...I tried in recovery and ADB method both didn't work.. finally I ended in bootloop ...so I again installed stock ROM...any solution is there without resetting each time how to install security updates..coz each time my data balance was wasted??

[ROOT] SM-A217F/DS

This is the root method I used on my A21s.
Must Have: Unlocked Bootloader.
YOU CAN FIND THE FIRMWARE YOU NEED ON SAMMOBILE OR FRIJA. SAMMOBILE WILL SEVERAL VERSIONS FOR YOUR DEVICE, FRIJA WILL ONLY HAVE THE LATEST VERSION.
1. Download the firmware for your device.
2.Load Zarchiver from playstore.
3.Open Zarchiver and locate the firmware you downloaded.
4.Click on the firmware, a menu will appear at the bottom. You will then have option to extract.
5. The only file we need is .AP
6.Click on AP file and rename AP_xxx.md5 to AP_.tar so your just highlighting the file and removing md5 so it only says .tar at the end.
7.Once you have renamed AP file click and again you will be given the option to extract. Once extracted, locate boot.img.lz4
8.Then extract boot.img.lz4 leaving you with boot.img
9.You should have Magisk manager installed on device. Use Magisk to patch the boot.img. once patched locate magisk_patched.img and rename to boot.img
10.Return to Zarchiver locate the patched boot.img and compress to boot.tar.
11. Move compressed boot.tar to computer and rename to boot.img.tar
12.Put device in download mode, open odin 3.14.4 and put the boot.img.tar in AP and click start. Once odin says pass, your device will boot to stock recovery and you will have to do a factory reset so save anything you need before doing this.
13.once device boots reinstall Magisk manager and follow prompts. You should now have a rooted device.
Have Fun.
Can you verify if usb connection is working with this method...i did follow a thread titled "root possibility" and someone succeeded but usb was not working when connected to computer was the only catch.
cldkrs said:
This is the root method I used on my A21s.
Must Have: Unlocked Bootloader.
YOU CAN FIND THE FIRMWARE YOU NEED ON SAMMOBILE OR FRIJA. SAMMOBILE WILL SEVERAL VERSIONS FOR YOUR DEVICE, FRIJA WILL ONLY HAVE THE LATEST VERSION.
1. Download the firmware for your device.
2.Load Zarchiver from playstore.
3.Open Zarchiver and locate the firmware you downloaded.
4.Click on the firmware, a menu will appear at the bottom. You will then have option to extract.
5. The only file we need is .AP
6.Click on AP file and rename AP_xxx.md5 to AP_.tar so your just highlighting the file and removing md5 so it only says .tar at the end.
7.Once you have renamed AP file click and again you will be given the option to extract. Once extracted, locate boot.img.lz4
8.Then extract boot.img.lz4 leaving you with boot.img
9.You should have Magisk manager installed on device. Use Magisk to patch the boot.img. once patched locate magisk_patched.img and rename to boot.img
10.Return to Zarchiver locate the patched boot.img and compress to boot.tar.
11. Move compressed boot.tar to computer and rename to boot.img.tar
12.Put device in download mode, open odin 3.14.4 and put the boot.img.tar in AP and click start. Once odin says pass, your device will boot to stock recovery and you will have to do a factory reset so save anything you need before doing this.
13.once device boots reinstall Magisk manager and follow prompts. You should now have a rooted device.
Have Fun.
Click to expand...
Click to collapse
Since you stressed that need an unlock boot loader device, you can include links of tutorials how unlock the boot loader or how to tell if our bootloader is unlocked. Is it as simple as toggling "OEM UNLOCK" in developer settings? A21s runs Android 10. What version of magisk you recommend to download and to flash? Pics? Screenshots? Videos?
You said magisk manager should be installed in the device to patch the boot, isn't the app will say magisk not installed when we open the manager app? Or we need to do this step using another phone thats rooted with magisk installed?
Thanks a lot for posting this have a nice day
Bro can you post boot.img.tar. Root patched which you are flshed in your phone
And also plz send AP of your phone
Plz bro upload root file.
Jbazt_katuforzs said:
Since you stressed that need an unlock boot loader device, you can include links of tutorials how unlock the boot loader or how to tell if our bootloader is unlocked. Is it as simple as toggling "OEM UNLOCK" in developer settings? A21s runs Android 10. What version of magisk you recommend to download and to flash? Pics? Screenshots? Videos?
You said magisk manager should be installed in the device to patch the boot, isn't the app will say magisk not installed when we open the manager app? Or we need to do this step using another phone thats rooted with magisk installed?
Thanks a lot for posting this have a nice day
Click to expand...
Click to collapse
Bro can you upload boot.img.tar Root file on xda plz and don't forget to mention AP version
Plz bro plz upload
cldkrs said:
This is the root method I used on my A21s.
Must Have: Unlocked Bootloader.
YOU CAN FIND THE FIRMWARE YOU NEED ON SAMMOBILE OR FRIJA. SAMMOBILE WILL SEVERAL VERSIONS FOR YOUR DEVICE, FRIJA WILL ONLY HAVE THE LATEST VERSION.
1. Download the firmware for your device.
2.Load Zarchiver from playstore.
3.Open Zarchiver and locate the firmware you downloaded.
4.Click on the firmware, a menu will appear at the bottom. You will then have option to extract.
5. The only file we need is .AP
6.Click on AP file and rename AP_xxx.md5 to AP_.tar so your just highlighting the file and removing md5 so it only says .tar at the end.
7.Once you have renamed AP file click and again you will be given the option to extract. Once extracted, locate boot.img.lz4
8.Then extract boot.img.lz4 leaving you with boot.img
9.You should have Magisk manager installed on device. Use Magisk to patch the boot.img. once patched locate magisk_patched.img and rename to boot.img
10.Return to Zarchiver locate the patched boot.img and compress to boot.tar.
11. Move compressed boot.tar to computer and rename to boot.img.tar
12.Put device in download mode, open odin 3.14.4 and put the boot.img.tar in AP and click start. Once odin says pass, your device will boot to stock recovery and you will have to do a factory reset so save anything you need before doing this.
13.once device boots reinstall Magisk manager and follow prompts. You should now have a rooted device.
Have Fun.
Click to expand...
Click to collapse
Bro can you post boot.img.tar. Root patched which you are flshed in your phone
And also plz send AP of your phone
Plz bro upload root file.
Jbazt_katuforzs said:
Since you stressed that need an unlock boot loader device, you can include links of tutorials how unlock the boot loader or how to tell if our bootloader is unlocked. Is it as simple as toggling "OEM UNLOCK" in developer settings? A21s runs Android 10. What version of magisk you recommend to download and to flash? Pics? Screenshots? Videos?
You said magisk manager should be installed in the device to patch the boot, isn't the app will say magisk not installed when we open the manager app? Or we need to do this step using another phone thats rooted with magisk installed?
Thanks a lot for posting this have a nice day
Click to expand...
Click to collapse
I post another tutorial how to unlock bootloader.
nikhilsony91 said:
Bro can you post boot.img.tar. Root patched which you are flshed in your phone
And also plz send AP of your phone
Plz bro upload root file.
Click to expand...
Click to collapse
Download the firmware and Follow the tutorial!
Can you post what magisk manager you used? I followed the procedure exactly amd to be sure that its my firmware i flashed a full sammobile firmware that went smoothly and patched the AP from that. But I end up on a loop of red msg like an error. Is the something i missing ?
what magisk manager version did you use? also why not post the patched file directly here, can you post screenshots that show magisk saying it works?
cldkrs said:
This is the root method I used on my A21s.
Click to expand...
Click to collapse
DONT use this RootMethod.
It is NOT possible until NOW, to root the A21s.
There is NO compatible Magisk and / or TWRP - Version out for the A21s.
This Methode is Bull**** ... There are many Methods on other Websites and YT - Video: ALL are NOT working ... They want only Visitors and Followers.
!!! U CANT ROOT THE A21s NOW !!!
MaBo2020 said:
DONT use this RootMethod.
It is NOT possible until NOW, to root the A21s.
There is NO compatible Magisk and / or TWRP - Version out for the A21s.
This Methode is Bull**** ... There are many Methods on other Websites and YT - Video: ALL are NOT working ... They want only Visitors and Followers.
!!! U CANT ROOT THE A21s NOW !!!
Click to expand...
Click to collapse
honestly i'd agree with you, but again, i don't think this person is asking for any sort of visitors or views, plus he's not linking anything ( like a youtube video or wesbite)
I private messaged him to ask for further explanation and awaiting his reply on the matter
Throwaway97 said:
honestly i'd agree with you, but again, i don't think this person is asking for any sort of visitors or views, plus he's not linking anything ( like a youtube video or wesbite)
I private messaged him to ask for further explanation and awaiting his reply on the matter
Click to expand...
Click to collapse
... again: CURRENTLY U CANT WITH ANY METHODE ROOT A "SAMSUNG - A21S", because there is NO working Magisk and / or TWRP - Version, same with SuperUser etc.
Go on the MAGISK or TWRP Website, u doesnt find a working Version for the A21s. He will send u nothing or Bull**** !
If u try his Methode or use his Bull****, u risk a Break !
U will find many Methodes in WWW, but this all are NOT working Methodes.
If u find one, u will be a Hero for ALL A21s User
Jbazt_katuforzs said:
Can you post what magisk manager you used? I followed the procedure exactly amd to be sure that its my firmware i flashed a full sammobile firmware that went smoothly and patched the AP from that. But I end up on a loop of red msg like an error. Is the something i missing ?
Click to expand...
Click to collapse
he can not ... Go on the MAGISK or TWRP Website, u doesnt find a working Version for the A21s.
Throwaway97 said:
what magisk manager version did you use? also why not post the patched file directly here, can you post screenshots that show magisk saying it works?
Click to expand...
Click to collapse
Go on the MAGISK or TWRP Website, u doesnt find a working Version for the A21s. he tells bull****
MaBo2020 said:
Go on the MAGISK or TWRP Website, u doesnt find a working Version for the A21s. he tells bull****
Click to expand...
Click to collapse
Wenn du meinst.
Translation: If you think.
cldkrs said:
Wenn du meinst.
Translation: If you think.
Click to expand...
Click to collapse
... ach, du bist deutscher, moin !
ich erzähle dir hier keinen mist, selbst XDA hat in Moment keine erfolgreiche Methode, um das A21s zu rooten. Und es gibt auch keine Version von TWRP, SuperUser und MAGISK, die auf dem A21s laufen. Die Anleitungen, die du überall siehst, sind NICHT für das aktuelle A21s, schon garnicht für die EuropaVersion des SmartPhones.
Das ist nicht bös gemeint, sondern die Wahrheit. Du wirst keine Methode finden, die zum RootErfolg führt ...
Bleib gesund
TRANSLATION:
... oh, you are German, moin!
I'm not telling you a crap here, even XDA currently has no successful method to root the A21s. And there are also no versions of TWRP, SuperUser and MAGISK that run on the A21s. The instructions that you see everywhere are NOT for the current A21s, certainly not for the European version of the smartphone.
That is not meant badly, but the truth. You will not find a method that leads to root success ...
Stay healthy
cldkrs said:
Wenn du meinst.
Translation: If you think.
Click to expand...
Click to collapse
hello, i want to tell you that i got a A20 phone a year or so ago and back then it had no root, but i managed to root it with without TWRP ( i never had TWRP on the phone ) and i also rooted it despite everyone saying no method worked, just by patching some files
im going to be honesty with you, i have already forgotten how i did it but i think it can work
i'll try soon
MaBo2020 said:
... ach, du bist deutscher, moin !
ich erzähle dir hier keinen mist, selbst XDA hat in Moment keine erfolgreiche Methode, um das A21s zu rooten. Und es gibt auch keine Version von TWRP, SuperUser und MAGISK, die auf dem A21s laufen. Die Anleitungen, die du überall siehst, sind NICHT für das aktuelle A21s, schon garnicht für die EuropaVersion des SmartPhones.
Das ist nicht bös gemeint, sondern die Wahrheit. Du wirst keine Methode finden, die zum RootErfolg führt ...
Bleib gesund
TRANSLATION:
... oh, you are German, moin!
I'm not telling you a crap here, even XDA currently has no successful method to root the A21s. And there are also no versions of TWRP, SuperUser and MAGISK that run on the A21s. The instructions that you see everywhere are NOT for the current A21s, certainly not for the European version of the smartphone.
That is not meant badly, but the truth. You will not find a method that leads to root success ...
Stay healthy
Click to expand...
Click to collapse
darum hab ich meins auch gerootet, Europa Version - MediaMarkt.
Translation: that's why I rooted mine, Europe Version - MediaMarkt.
cldkrs said:
darum hab ich meins auch gerootet, Europa Version - MediaMarkt.
Translation: that's why I rooted mine, Europe Version - MediaMarkt.
Click to expand...
Click to collapse
... wenn du deins ANGEBLICH gerootet hast, mach doch mal eine genauen Beschreibung für Alle hier, Schritt-für-Schritt mit exakter FirmwareVersion, welche Version von MAGISK und TWRP (am besten alles mit DownloadLink) gepachter MagiskDatei und am besten noch Screenshots von deinem gerooteten Handy.
Das kannst Du aber nicht, weils Bull**** ist, was Du hier erzählst oder es ein SmartPhone ist, welches Du vor Jahren gekauft hast. Die heutigen A21s lassen sich NICHT rooten, egal, welcher angebliche RootBlödsinn hier oder woanders erzählt wird.
KEINER bietet auch deswegen Links (exakter Firmware zB. exackte Version von TWRP, MAGISK, SU) zum direkten runterladen an, weils auch garnicht geht sondern und sie das wohl auchs elber genau wissen. Sie wollen sich nur interesssant machen und Viewer, Likes auf deren Seiten erreichen usw. Immer nur irgendwelche dummen Beschreibungen, wie man es angeblich machen soll, aber Beweise, das es auch wirklich zum Erfolg führt, hat noch keiner im gesamten Internet gezeigt. Alles LaberTaschen ...
Denn komischerweise schreiben immer viele, das sie es gerrotet haben oder eine Methode die klappt, aber nie sendet einer auch irgendeinen Beweis dazu.
Translation: if you allegedly have rooted yours, make a detailed description for everyone here, step-by-step with the exact firmware version, which version of MARGISK and TWRP (preferably everything with a download link) leased Magisk file and screenshots from your rooted mobile phone. Because strangely enough, many always write that they have redeemed it or a method that works, but nobody ever sends any proof.

Categories

Resources