Rooting Android 9 December Update With Magisk (No TWRP)(Global) - Razer Phone Guides, News, & Discussion

- Make sure usb debugging is enabled in your developer options menu, your bootloader is unlocked and your critical partitions are unlocked. For instructions, visit https://developer.razer.com/razer-phone-dev-tools/general-instructions/?_ga=2.111753092.1097369801.1578321896-2010083175.1573219083?_ga=2.111753092.1097369801.1578321896-2010083175.1573219083
- Download and extract platform-tools to your desktop (for adb and fastboot functions) here http://https://developer.android.com/studio/releases/platform-tools
- Download the current release on Razers website here http://https://s3.amazonaws.com/cheryl-factory-images/cheryl-p-release-7083-user-full.zip or for a list of releases https://developer.razer.com/razer-phone-dev-tools/factory-images/. Unzip, and copy the boot.img to your phones internal storage.
-Download and install Magisk Manager on your device. https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
-open Magisk Manager, and select install, and when prompted, select "select and patch a file". Choose the boot.img you put in your internal storage.
-Once patching is finished (the patched image will be in the same location as the original image), move the patched boot.img from your phone to your platform-tools folder (will be labeled "magisk_patched.img").
-right-click within the platform-tools folder and select "open powershell window here" or "open cmd prompt here".
-IF USING CMD:
Code:
adb reboot bootloader
-IF USING POWERSHELL:
Code:
./adb reboot bootloader
. Your device should restart and boot into the bootloader.
-next, flash the patched boot image to BOTH slots,
-IF USING CMD:
Code:
fastboot flash boot_a magisk_patched.img
and then
Code:
fastboot flash boot_b magisk_patched.img
-IF USING POWERSHELL:
Code:
./fastboot flash boot_a magisk_patched.img
and then
Code:
./fastboot flash boot_b magisk_patched.img
-Finally, restart your device and verify Magisk is installed via the Magisk Manager app, and that WiFi is working.
NOTE Keep the original boot.img because it can be flashed the same way to revert to stock.

Thanks for this, I had been waiting on a method to root the latest update and this looks like it. Will try it when I get a chance.

Working 100%, thanks again.
Sent from my Phone using Tapatalk

patient81 said:
Working 100%, thanks again.
Sent from my Phone using Tapatalk
Click to expand...
Click to collapse
You're welcome!

After I try flashing <waiting for any device> shows up and nothing happens help

plankton57 said:
After I try flashing <waiting for any device> shows up and nothing happens help
Click to expand...
Click to collapse
I PMed you, in case you still need help.

bdizthebiz said:
I PMed you, in case you still need help.
Click to expand...
Click to collapse
i faced the same issue send help

bdizthebiz said:
I PMed you, in case you still need help.
Click to expand...
Click to collapse
Im having the same issue, stuck on <waiting for any device> in powershell. is there a fix for this?

Anytime tried relocking bootloader after this method?

@bdizthebiz Can you explain what´s the trick please?
Edit: Nevermind. I´ve solved it changing usb driver to Android Bootloader Interface.

Lonewolf007ljp said:
Anytime tried relocking bootloader after this method?
Click to expand...
Click to collapse
no reason to relock your bootloader unless you're getting rid of your phone. Just keep it unlocked.

crombull said:
@bdizthebiz Can you explain what´s the trick please?
Edit: Nevermind. I´ve solved it changing usb driver to Android Bootloader Interface.
Click to expand...
Click to collapse
how to change to android bootloader interface?
---------- Post added at 07:48 AM ---------- Previous post was at 07:29 AM ----------
After I try flashing <waiting for any device> shows up and nothing happens. I tried so many methods and couple hours. please help

Fastboot issue
If you're having issues interacting with your device while its in fastboot, it could be because the appropriate drivers aren't installed. Please refer to this link;
https://s3.amazonaws.com/cheryl-factory-images/How_to_Install_Android_Fastboot_Drivers_on_Windows.pdf

error
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot_a Magisk_patched.img
error: cannot load 'Magisk_patched.img': No such file or directory

kevinc999 said:
how to change to android bootloader interface?
---------- Post added at 07:48 AM ---------- Previous post was at 07:29 AM ----------
After I try flashing <waiting for any device> shows up and nothing happens. I tried so many methods and couple hours. please help
Click to expand...
Click to collapse
I changed the properties of the android device in device manager as bdizthebiz user said.

crombull said:
I changed the properties of the android device in device manager as bdizthebiz user said.
Click to expand...
Click to collapse
did that already. still same results

Sorry. I cannot help you. Perhaps using another PC...

Hi, thanks for your guide but before I attempt I am on the November 2019 Security Patch (Android 9), does this matter or do you not know? Sorry if it's a silly question.

this method work for oreo or not?

Related

Help Unbrick Nexus 5!

Quite the rookie when it comes to this stuff. As of now, I have a Nexus 5 LRX22C (5.0.1) which is bricked. When I turn it on, it will just stick on the Google screen and not move from there. I can get into download mode by holding vol up down and power, and in there I see that my bootloader is locked. I have a Mac and I am trying to understand how to "fastboot". I have downloaded the factory image file. Where do I go from here?
Thank you in advance!
Here's a guide on setting up ADB and fastboot on OSX.
http://forum.xda-developers.com/showthread.php?t=1917237
How can I enable USB debugging when the device is bricked?
aysal said:
How can I enable USB debugging when the device is bricked?
Click to expand...
Click to collapse
USB debugging doesn't need to be on for fastboot to work. Just unlock your bootloader and then flash the system image, both with fastboot, and then you should be up and running again.
---------- Post added at 07:01 PM ---------- Previous post was at 06:58 PM ----------
And FYI, if you plan on using the flash_all.sh you need to open it up using text edit and add a "./" in front of every fastboot command, otherwise it won't work.
_MetalHead_ said:
USB debugging doesn't need to be on for fastboot to work. Just unlock your bootloader and then flash the system image, both with fastboot, and then you should be up and running again.
Click to expand...
Click to collapse
I downloaded the SDK but I cannot find the "tools" it mentions.. I open the folder and have two files, "adb" and "fastboot"
aysal said:
I downloaded the SDK but I cannot find the "tools" it mentions.. I open the folder and have two files, "adb" and "fastboot"
Click to expand...
Click to collapse
I don't know what " tools" you're talking about. All you need are ADB and fastboot. Actually for this all you need is fastboot.
Edit: just looked at the guide and I see what you're talking about. Where did you download the SDK from?
_MetalHead_ said:
USB debugging doesn't need to be on for fastboot to work. Just unlock your bootloader and then flash the system image, both with fastboot, and then you should be up and running again.
---------- Post added at 07:01 PM ---------- Previous post was at 06:58 PM ----------
And FYI, if you plan on using the flash_all.sh you need to open it up using text edit and add a "./" in front of every fastboot command, otherwise it won't work.
Click to expand...
Click to collapse
_MetalHead_ said:
I don't know what " tools" you're talking about. All you need are ADB and fastboot. Actually for this all you need is fastboot.
Click to expand...
Click to collapse
So I just click on fastboot and connect the device in download mode?
aysal said:
So I just click on fastboot and connect the device in download mode?
Click to expand...
Click to collapse
No, you dont click on fastboot, you issue fastboot commands via terminal. Here's another guide on fastboot- http://forum.xda-developers.com/showthread.php?t=2277112
_MetalHead_ said:
No, you dont click on fastboot, you issue fastboot commands via terminal. Here's another guide on fastboot- http://forum.xda-developers.com/showthread.php?t=2277112
Click to expand...
Click to collapse
Thanks for all your help and quick replies but seems that guide is only for Windows and Linux? I'm on a Mac
Linux and Mac commands would be the same
Sent from my Nexus 5 using Tapatalk
aysal said:
Thanks for all your help and quick replies but seems that guide is only for Windows and Linux? I'm on a Mac
Click to expand...
Click to collapse
The first guide was how to get set up adb/fastboot on OSX, the second guide was for using them in general. The functionality is identical.
The only difference is that with OSX, you need to add "./" before every command. For instance, to unlock your bootloader on Windows the command is-
Code:
fastboot oem unlock
But on OSX it would be-
Code:
./fastboot oem unlock
Aside from that it's the same, so any thing you read about using fastboot applies to OSX as well.
ldubs said:
Linux and Mac commands would be the same
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Yes, except for the difference I mentioned above.
_MetalHead_ said:
The first guide was how to get set up adb/fastboot on OSX, the second guide was for using them in general. The functionality is identical.
The only difference is that with OSX, you need to add "./" before every command. For instance, to unlock your bootloader on Windows the command is-
Code:
fastboot oem unlock
But on OSX it would be-
Code:
./fastboot oem unlock
Aside from that it's the same, so any thing you read about using fastboot applies to OSX as well.
Yes, except for the difference I mentioned above.
Click to expand...
Click to collapse
I managed to unlock the bootloader and flash the image but now I am stuck at this image
http://i.ytimg.com/vi/KnlUdjUaD3Q/maxresdefault.jpg
It has been this way for nearly an hour now. I tried formatting and wiping cache to no avail. Ahhh one problem after the next!
. /Fastboot erase bootloader
. /Fastboot flash bootloader bootloader. Img
. /Fastboot reboot-bootloader
. /Fastboot erase recovery
. /Fastboot flash recovery recovery. Img
Repeat for each image file
Sometimes using the flash all bat doesnt work. Flashing each image individually should fix ya right up.

How to install Stock rom for bricked Android One by using 'Fastboot'? (Links updated)

Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img', 'bootloader.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot flash bootloader bootloader.img
press enter.
viii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
andywoody12 said:
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
Click to expand...
Click to collapse
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
androidoverdoze said:
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
Click to expand...
Click to collapse
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
andywoody12 said:
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
androidoverdoze said:
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
Click to expand...
Click to collapse
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
andywoody12 said:
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
So, its a tablet pc. Ok if you can get access to the bootloader menu then only my procedure is possible.Actually you do not need any CWM recovery for getting into the bootloader menu. It comes up when you switch on your device by pressing the volume up and the power button at the same time.
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
nipun2309 said:
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
Click to expand...
Click to collapse
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Help needed !!
androidoverdoze said:
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Click to expand...
Click to collapse
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
AgentJT said:
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
Click to expand...
Click to collapse
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
androidoverdoze said:
Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Click to expand...
Click to collapse
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
androidoverdoze said:
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
Click to expand...
Click to collapse
where to use this zip file i hv dowloaded it plz help my phone is bricked
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this page http://forum.xda-developers.com/cro...lick-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this. http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
androidoverdoze said:
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
Click to expand...
Click to collapse
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
stan1996 said:
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
Click to expand...
Click to collapse
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
androidoverdoze said:
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Click to expand...
Click to collapse
where is the AOnePro installation folder??
stan1996 said:
where is the AOnePro installation folder??
Click to expand...
Click to collapse
It is the folder where the AOnePro gets installed. C: -> Program files (x86) -> ZedSofts -> AOnePro
Help Guys....
Yesterday, I was flashing twrp recovery from android one toolkit.
Before I was using Philz touch recovery.
after Installing twrp, whenever I tried to boot my device it directed to recovery mode and the image of twrp stucks.
even If I open reccovery mode from an alternative way...it stucks in the twrp screen "teamwin".
Help guys how to get my phone back.
will the given method will work for it?
I yes, can I use AndroidOne Toolkit for using installing recovery again?
---------- Post added at 03:03 PM ---------- Previous post was at 03:00 PM ----------
Can I use this method on cm13 rom?

[GUIDE] Fix device automatically rebooting after few seconds of booting.

If you are having a weird bootloop where the phone just reboots after few seconds of booting like shown here (https://www.youtube.com/watch?v=3YcWsWYQVGQ) then you're in the right place, here's how you can fix the issue.
Before proceeding make sure you know your risks as I am not responsible for bricked devices, dead SD cards, thermonuclear war and anything really.
Steps:
1) Download Mi Flash Tool and install it. (For the drivers, skip it if you have installed the drivers already)
2) Download and Install minimal ADB and Fastboot Tool, persist.img and temporary twrp.img links will be below.
3) Copy the persist.img to your internal storage.
4) Copy the recoveryxx.img to same folder where you've saved the minimal ADB/Fastboot tool.
4) Goto the minimal adb fastboot tool folder where you had put the recoveryxx.img
5) Open cmdhere.exe
6) Put your phone in fastboot mode (Volume - and Power)
7) Type the following commands:
- fastboot devices (you should something like this:
Fastboot dsad5454sfs, If not, re-install the the fastboot drivers correctly. )
- fastboot oem unlock (This is just for unlocking the bootloader you can just skip it if you have unlocked bootloader.)
- fastboot boot recoveryxx.img *(basically the filename of the image file.)
Now you will boot to the temporary twrp and once you're there follow these steps:
8) Open Terminal in TWRP Custom Recovery (go to “Advanced” > “Terminal”).
9) Type the following command:
- dd if=/sdcard/persist.img of=/dev/block/mmcblk0p27
10) Go to reboot and select system and that's it!
Voila!
Minimal ADB and Fastboot tool: https://forum.xda-developers.com/sho....php?t=2317790
Mi Flash Tool: http://c.mi.com/thread-235054-1-1.html
TWRP Recovery: https://forum.xda-developers.com/mi-a1/development/recovery-twrp-3-1-1-0-touch-recovery-t3688472 , download the recovery3/2x.img according the android version your on.
Persist(Using this persist.img file is a must) : https://xiaomifirmware.com/download-link/?dlm-dp-dl=7270
Couldn't flash, Error: This image isn't allowed download.
tajamulbaba said:
Couldn't flash, Error: This image isn't allowed download.
Click to expand...
Click to collapse
Have you unlocked the bootloader? If you have and it's showing that error then download the august fastboot ROM and use that persist.img.
Edwin Hamal said:
Have you unlocked the bootloader? If you have and it's showing that error then download the august fastboot ROM and use that persist.img.
Click to expand...
Click to collapse
Yes I've unlocked bootloader, August ROM is nowhere available.
tajamulbaba said:
Yes I've unlocked bootloader, August ROM is nowhere available.
Click to expand...
Click to collapse
Available here (first result of Google search for "mi a1 firmware").
_mysiak_ said:
Available here (first result of Google search for "mi a1 firmware").
Click to expand...
Click to collapse
Thanks for the link, I downloaded and extracted the persist.img, it still shows the error.
tajamulbaba said:
Thanks for the link, I downloaded and extracted the persist.img, it still shows the error.
Click to expand...
Click to collapse
Try other builds then, that occurs if the size of persist.img is different than what your partition allows. For most the August one should work.
Does this break SafetyNet?
No!
ltf_195 said:
Does this break SafetyNet?
Click to expand...
Click to collapse
Nooo. What even makes you think it does?
Could you update the persist file? mine stuck on oreo..
So basically is it working on any nougat build?
awandroid89 said:
Could you update the persist file? mine stuck on oreo..
So basically is it working on any nougat build?
Click to expand...
Click to collapse
I've updated the guide the new one works no matter what.
Edwin Hamal said:
I've updated the guide the new one works no matter what.
Click to expand...
Click to collapse
Hi..successful to flash the file on august firmware but problem still happen. Do you know why?
TWRP
tajamulbaba said:
Couldn't flash, Error: This image isn't allowed download.
Click to expand...
Click to collapse
Use the twrp method as in this thread:
https://forum.xda-developers.com/mi-a1/how-to/guide-how-to-restrore-persist-partition-t3765643
Had the same problem, used twrp
CoolPlushBear said:
Use the twrp method as in this thread:
https://forum.xda-developers.com/mi-a1/how-to/guide-how-to-restrore-persist-partition-t3765643
Had the same problem, used twrp
Click to expand...
Click to collapse
I've updated my method too.
could you explain why does this happens?
Help me.
IMEI= 0
How to fix it?
Step 7.1 adb devices
Step 7.2 adb push persist.img /sdcard
Worked in my case.
Thanks
---------- Post added at 03:12 AM ---------- Previous post was at 03:10 AM ----------
Now i need to fix my IMEI
...
this can not find file on twrp terminal how i can flash it
Can I re-lock bootloader?
Hi,
Flashing the persist.img seems to have resolved the issue for me also, once I have completed the steps in the guide can I re-lock the bootloader?
I assume as we didn't flash TWRP and only booted into it temporarily should be fine?
Thanks

Root OOS 5.1.9 patched boot.img

Hi people,
Here can you you get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
update download links: https://www74.zippyshare.com/v/dxGCgGju/file.html
https://wsi.li/1U5TP90Cyt26
Great , works perfectly. Thank you
thanks buddy really appreciate the effort just updated.
Gonna test the camera tomorrow when it's daylight haha
Just patched with your file, worked like a charm! Thanks a lot for the effort!!!
No problem people and all you have to do is use a bin extractor to get all the files from the update and then let magisk patch the boot.img so that you get a nice patched fastboot ?
McNizi said:
Great , works perfectly. Thank you
Click to expand...
Click to collapse
Sent from my Galaxy S8 using XDA Labs
how to install it guide please
---------- Post added at 04:00 AM ---------- Previous post was at 03:59 AM ----------
McNizi said:
Great , works perfectly. Thank you
Click to expand...
Click to collapse
how o you install it thanks
---------- Post added at 04:01 AM ---------- Previous post was at 04:00 AM ----------
Viking84 said:
Just patched with your file, worked like a charm! Thanks a lot for the effort!!!
Click to expand...
Click to collapse
guide to install it please help
sry but, what's the advantage?
need unlocked bootloader, yes?
Can you install this from twrp? Reason I ask is because I like to restore the stock boot image before installing a custom kernel, and this would save a step for me.
Thanks for posting this. This got me past accidentally flashing twrp directly to the boot partition after taking the latest OTA.
help
McNizi said:
Great , works perfectly. Thank you
Click to expand...
Click to collapse
installation guide please help
---------- Post added at 06:12 AM ---------- Previous post was at 06:11 AM ----------
RiTCHiE007 said:
Hi people,
Here can you you get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
files can be downloaded here https://wetransfer.com/downloads/5c80da83c5af3815fae1ee8ed785756220180717173519/0d0778
Click to expand...
Click to collapse
installation guide please help
izote61 said:
installation guide please help
---------- Post added at 06:12 AM ---------- Previous post was at 06:11 AM ----------
installation guide please help
Click to expand...
Click to collapse
He just told you. Read the first post:
get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
files can be downloaded here https://wetransfer.com/downloads/5c8...7173519/0d0778
help
REAL6 said:
He just told you. Read the first post:
get the patched boot.img for 5.1.9 so that you can fastboot from the boot.img and then root your device in cmd.
Patched and normal boot.img can be downloaded from the attachments
After the update you need to boot your phone into bootloader then then type fastboot boot patched_boot.img and when it the phone boots then install magisk manager on the phone and then press install and then directly (recommend) option.
files can be downloaded here https://wetransfer.com/downloads/5c8...7173519/0d0778
Click to expand...
Click to collapse
help how to do it fastboot from the boot.img
izote61 said:
help how to do it fastboot from the boot.img
Click to expand...
Click to collapse
Install ADB and the fastboot mode with the oneplus drivers.
Then type cmd in the windows search bar to open up command prompt
Will my data be deleted after this procedure?
Enviado desde mi ONEPLUS A6003 mediante Tapatalk
deleted
RiTCHiE007 said:
Install ADB and the fastboot mode with the oneplus drivers.
Then type cmd in the windows search bar to open up command prompt
Click to expand...
Click to collapse
Hi, I don't know what I'm doing wrong :
My OEM Bootloader is unlocked
I reboot on fastboot mode
I connect the phone to my PC
I launch the PowerShell window from the folder where I have downloaded the boot.img and patched_boot.img
I check if my phone is here : fastboot devices (OK)
I launch the first command : fastboot boot.img => then the phone reboot "normally"
I power off the phone
I boot on fastboot mode
I launch the second command : fastboot patched_boot_img => the the phone reboot "normally"
And no root at the end... What am I doing wrong ?
Tibawbaw said:
Hi, I don't know what I'm doing wrong :
My OEM Bootloader is unlocked
I reboot on fastboot mode
I connect the phone to my PC
I launch the PowerShell window from the folder where I have downloaded the boot.img and patched_boot.img
I check if my phone is here : fastboot devices (OK)
I launch the first command : fastboot boot.img => then the phone reboot "normally"
I power off the phone
I boot on fastboot mode
I launch the second command : fastboot patched_boot_img => the the phone reboot "normally"
And no root at the end... What am I doing wrong ?
Click to expand...
Click to collapse
Reboot to recovery and flash magisk
Geoz said:
Reboot to recovery and flash magisk
Click to expand...
Click to collapse
Sorry, I'm so close :
I reboot to recovery
I type my password
I select English
Then... "Wipe data and cache" or "Advanced"
No "flash". Do I have to wipe cache (or anything else) in order to flash magisk ?
Thanks for your help !!
Tibawbaw said:
Sorry, I'm so close :
I reboot to recovery
I type my password
I select English
Then... "Wipe data and cache" or "Advanced"
No "flash". Do I have to wipe cache (or anything else) in order to flash magisk ?
Thanks for your help !!
Click to expand...
Click to collapse
If updating from stock only cache

[HOW TO] Install + Root ULM Pie (21d and 20e) and add working TWRP /w stock!

Hey guys,
VIDEO TUTORIAL:
https://youtu.be/ylBSZk7EqcA o
Someone written a better tutorial or you can follow my video tutorial
https://docs.google.com/document/d/1fdeO9jmm8ewwRX_G0MaGHsVfIVtxgh0yRK0-Yypcl_E/edit?usp=drivesdk
Credits:
@loonycgb2 for the bootloader tutorial
@jsergan[/MENTION] for the root tutorial
@Zackptg5p and whoever helped him for this DM Verity and forceencrypt disabler
Where "21ULMD Kdz file"
I can't found it on web
Ahmed Ismael said:
Where "21ULMD Kdz file"
I can't found it on web
Click to expand...
Click to collapse
https://lg-firmwares.com/downloads-file/20303/G710ULM21d_00_NAO_US_OP_0711
---------- Post added at 07:17 PM ---------- Previous post was at 07:16 PM ----------
Before I flash it I wanted to ask if you notice any performance difference between 11g (oreo) and 21d. Is it just as fast?
ninjamirage said:
https://lg-firmwares.com/downloads-file/20303/G710ULM21d_00_NAO_US_OP_0711
---------- Post added at 07:17 PM ---------- Previous post was at 07:16 PM ----------
Before I flash it I wanted to ask if you notice any performance difference between 11g (oreo) and 21d. Is it just as fast?
Click to expand...
Click to collapse
I Cross-Flash G710ULM20 GFI
Performance increases
I cross-flashed G710pm to G710ulm20e USA. Thanks OP and lge.fun
I only have to ask if you should let magisk manager download and install the updated zip (20.1). I decided not to because it may break the rooted boot image.
ninjamirage said:
I cross-flashed G710pm to G710ulm20e USA. Thanks OP and lge.fun
I only have to ask if you should let magisk manager download and install the updated zip (20.1). I decided not to because it may break the rooted boot image.
Click to expand...
Click to collapse
Nah it works you can update it via twrp or direct install it.
Awesomeslayerg said:
Nah it works you can update it via twrp or direct install it.
Click to expand...
Click to collapse
Thanks. I don't think I need fastboot yet. I am not sure how to erase the LAF partition.
ninjamirage said:
I cross-flashed G710pm to G710ulm20e USA. Thanks OP and lge.fun
I only have to ask if you should let magisk manager download and install the updated zip (20.1). I decided not to because it may break the rooted boot image.
Click to expand...
Click to collapse
ninjamirage said:
Thanks. I don't think I need fastboot yet. I am not sure how to erase the LAF partition.
Click to expand...
Click to collapse
To zero it out use adb shell or the termrnial app then su
The do:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/laf_a
To get into download mode:
Theres two ways#
1. Get into fastboot mode and set current slot to b
Code:
fastboot --set-active=b
then reboot and hold the up button while its connectrc to your pc and you should be able to get into download mode
2. Boot into twrp, then tap reboot in the menu and on the bottom it should say slot a or b and select b. Then reboot. Dont worry about not being able to mount.
Awesomeslayerg said:
To zero it out use adb shell or the termrnial app then su
The do:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/laf_a
To get into download mode:
Theres two ways#
1. Get into fastboot mode and set current slot to b
Code:
fastboot --set-active=b
then reboot and hold the up button while its connectrc to your pc and you should be able to get into download mode
2. Boot into twrp, then tap reboot in the menu and on the bottom it should say slot a or b and select b. Then reboot. Dont worry about not being able to mount.
Click to expand...
Click to collapse
Is that for installing a custom rom?
Then do you need to do this?
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta_a.img
ninjamirage said:
Is that for installing a custom rom?
Then do you need to do this?
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta_a.img
Click to expand...
Click to collapse
Yes
This tutorial is trash, I'm tried everything but my device keep getting bricked and bootloop, pls delete it!
CyborgSG said:
This tutorial is trash, I'm tried everything but my device keep getting bricked and bootloop, pls delete it!
Click to expand...
Click to collapse
One person got it to work. I
Can you show the full details of your method, as I'm tried patch both img and it's work, but when I boot to download mode and connect to PC and open LGUp, it's always show unknown model, try flash the img it in fastboot many time, it's always happen like that
CyborgSG said:
This tutorial is trash, I'm tried everything but my device keep getting bricked and bootloop, pls delete it!
Click to expand...
Click to collapse
CyborgSG said:
Can you show the full details of your method, as I'm tried patch both img and it's work, but when I boot to download mode and connect to PC and open LGUp, it's always show unknown model
Click to expand...
Click to collapse
First don't call a tutorial trash cause you didn't do it properly and you didn't even detail the problem properly. . Second, make sure you're still on 11g firmware or go back to 11g firmware via download mode of you're not and then flash the abl partition from the unlocked bootloader tutorial if you havent used that abl. Then fastboot flash rooted 11g boot_a and boot_b file then reboot to firmware and make sure it boots all the way up and restart your PC then try going into download mode again if it works go into fastboot flash the 21ulmd booted rooted image both a and b then immediately restart to download mod
I'm on g710ulm11g and I'm rooted, updated the magisk to 20.1, now do I have to boot to fastboot and boot the twrp20ulmrooted img to boot_a and boot_b and then boot to download mode?
CyborgSG said:
I'm on g710ulm11g and I'm rooted, updated the magisk to 20.1, now do I have to boot to fastboot and boot the twrp20ulmrooted img to boot_a and boot_b and then boot to download mode?
Click to expand...
Click to collapse
Noo. Fastboot flash 21ulmrooted to both a and b then reboot to download mode.
question: I am rooted with magisk and on ULM21d. I have extracted the image file and renamed it "twrp21ulmdroot.img" and put this file on my internal storage /sdcard. When I run the command dd if=/sdcard/twrp21ulmdroot.img of=/dev/block/bootdevice/by-name/boot_a in adb shell (as root #) it keeps giving me a response of dd: /sdcard/twrp21ulmdroot.img: No such file or directory. The file is actually there. Any ideas?
way2aware said:
question: I am rooted with magisk and on ULM21d. I have extracted the image file and renamed it "twrp21ulmdroot.img" and put this file on my internal storage /sdcard. When I run the command dd if=/sdcard/twrp21ulmdroot.img of=/dev/block/bootdevice/by-name/boot_a in adb shell (as root #) it keeps giving me a response of dd: /sdcard/twrp21ulmdroot.img: No such file or directory. The file is actually there. Any ideas?
Click to expand...
Click to collapse
Are you sure you didn't name it twrp21ulmd.img.img? Or reboot the device.. Make sure it's where the Download, pictures etc.. folders are.
Awesomeslayerg said:
Noo. Fastboot flash 21ulmrooted to both a and b then reboot to download mode.
Click to expand...
Click to collapse
When I'm try to boot the twrp20ulmrooted to boot a and boot b, bcoz I want to root on g710ulm20e, then in command it's show up: cannot boot a boot.img *and* ramdisk, so what exactly command I have to use in adb and fastboot?
Awesomeslayerg said:
Are you sure you didn't name it twrp21ulmd.img.img? Or reboot the device.. Make sure it's where the Download, pictures etc.. folders are.
Click to expand...
Click to collapse
sir, your tutorial worked perfectly for me- I now for the first time since owning this phone have a custom recovery. Thank you for your help :good:
Edit: my problem earlier was that the image file was not installing to my internal storage in the right place for whatever reason... /sdcard was not available when searching my int storage. So I dropped the file into 'Download', then used Advanced tools pro file manager to grab it and paste it into the parent directory. At that point the shell commands worked

Categories

Resources