Home > Default

How to Pass Magisk SafetyNet on Rooted Android 11

UPDATE: If your device is running Android 12 or 13, then check out this guide instead How to Pass SafetyNet on Rooted Android 12/Android 13.pass safetynet rooted android 13


In this guide, we will show you how to pass the Magisk SafetyNet on your rooted Android 11 device. One of the biggest perks of having an open-source OS like Android is the fact that you could carry out a plethora of tweaks and customizations. The only requirement is that your device’s bootloader needs to be unlocked. Once that is done, you could install custom ROMs, flash custom recoveries like TWRP, Pixel Experience Recovery, etc. Along the same lines, you could gain administrative rights or access to the system partition. This is done by rooting the device via Magisk (with TWRP or without TWRP– by patching stock boot.img).

Once you have achieved root, you could then flash tons on Magisk Modules, Xposed Framework, Substratum Themes, and plenty of other mods. However, these tweaks have some associated risks and caveats. When it comes to risk, if the steps aren’t performed correctly, then you could end up with a bootloop, soft-brick, or hard-bricked devices. In most instances, all these could easily rectified0 by flashing stock firmware via Fastboot or using the EDL mode in case of hard-brick. But all these are just one aspect. If we talk about the caveats or drawback, then there are quite a few. The most common issues result in the inability of various apps to function normally.

For example, banking apps like Google Pay will just refuse to work. Likewise, games like Pokemon Go will not function on a rooted device. Talking about Netflix, its Widevine L1 certification degrades to L3, hence you wouldn’t be able to watch videos in HD. In all these cases, there was a simple workaround, just hide the device unlock and root status via Magisk. But now, with the latest Android version, things have become a little more complicated. However, there does still exists a nifty workaround through which you pass the Magisk SafetyNet on your rooted Android 11 device. And this tutorial will show you how this could be achieved. Follow along.



What is the Magisk SafetyNet Issue on Android 11?

I would try to keep this entire explanation as simple as possible, without incorporating any technical jargon. SafetyNet was introduced by Google to keep a check on device tampering. That is, if you have performed any system-level tweaks or installed any custom binary, then this SafetyNet will be trigged. it would then warn the installed apps to proceed ahead with caution. The reason for the same is that unlocking any device or rooting it breaks the security guarantee that the OEM has to offer.

Your system partition is now easily accessible and hence could be accessed by unauthorized users. However, that usually doesn’t happen because the user who opts for these tweaks very well knows the risks associated with it and also how to fix any issue if he comes across. With that said, Google does its part and so do other apps. They simply check if SafetyNet has been tripped or not. If it has been, then the app will just refuse to function or work under limited capacity.

attestation failed android 11 root

However, Magisk came with a pretty nifty method to bypass this restriction: you could easily hide root and unlock status from your device using a baked-in feature of Magisk. This way Safetynet wouldn’t be able to detect any modifications on your device and hence all the apps will function without any issues. But with the release of Android 11, things have taken a turn, and for worse! Up until now, SafetyNet only used two parameters to check if the device has any custom binaries installed or not. These were the ctsProfileMatch and basicIntegrity. However, there’s now a third parameter added to this list in the form of evaluationType.

evaluationType: Basic vs Hardware

It is due to this third parameter, Magisk wouldn’t be able to hide the unlocked bootloader status from your device. On the other hand, the root hiding would still work along the expected lines. So the apps that verify if your device’s bootloader is unlocked or not, will no longer be able to work on a rooted device.

But there does exist a handy workaround through which you could pass the Magisk SafetyNet on your rooted Android 11 device. This in turn will allow SafetyNet to return a False status- both for unlocked bootloader and root, although your device will be rooted and having an unlocked bootloader (well, obviously!). Follow along for the detailed instructions.

Does your device Support SafetyNet’s Hardware-based Attestation?

Before we list out the instruction steps, let’s make you aware of an important. There is a simple way of testing if your device supports the latest Hardware-based Attestation or not.

check SafetyNet’s Hardware-based Attestation

  1. First off, make sure that you running the latest Magisk Canary build.  Then launch the app and tap on Check SafetyNet.
  2. If this is the first time you are performing these steps, then you will have to download the Proprietary Code as well. So tap on OK in the confirmation dialog box that appears.
  3. The process will now begin and should only take a couple of seconds. Once done, check out the third section at the bottom: evalType.
  4. If it is “BASIC“, then the Hardware-based Attestation is not yet implemented on your device. On the other hand, if it spells out “HARDWARE“, then your device is using this attestation.

How to Pass Magisk Safety Net on Android 11 Root

Now that you are aware of the method to check for evaluationType/Hardware attestation, let’s check out the steps to pass the Magisk SafetyNet on your rooted Android 11 device. We have broken down the below steps into separate sections for ease of understanding. Follow along.

STEP 1: Enable MagiskHide

enable magiskhide root android 11

  1. First and foremost, you will have to enable the Magisk Hide option.
  2. For that, launch Magisk Manager on your device.
  3. Then tap on the Settings icon situated at the top right.
  4. Scroll to the Magisk section and enable the Magisk Hide toggle.


STEP 2: Randomizing Magisk Manager with another name

It’s now time to hide the Magisk Manager app from being identified by other apps. This in turn will be done by randomizing the app’s package name to any other name of your choice! As an example, I will be renaming it to Droidwin, so if any apps check for Magisk installation, they wouldn’t be able to find it since it has been masked under the DroidWin name. Sounds impressive, right? Well, it definitely is! Here’s what needs to  be done in this regard:

magisk randomize root android 11

  1. Launch Magisk Manager on your device and head over to Settings.
  2. Then go to the Hide Magisk Manager section and type in the new name in the space provided.
  3. Finally, hit OK and that’s it. Within a few seconds, the app will be randomized by the name that you had entered.
  4. Furthermore, its icon will also switch to the default Android app icon.
    magisk randomize root android 11

Do keep in mind that the first time you laucnh Magisk (by tapping on the name that you had given), Magisk will ask for an upgrade. Just tap on OK and wait for a few seconds. It will do the required backend work and will then boot up the Magisk Manager app for you. It is just  one time process, next time onewards you could directly open the app.
magisk manager upgrade android 11 root

STEP 3: Hide Magisk SafetyNet from Google Apps, Services, and Frameworks

Just to be double sure, we would also be hiding the apps from the Google ecosystem. Here’s how:

 

  1. Launch Magisk Manager on your device and tap on the Shield icon situated at the bottom menu.
    magiskhide option android 11
  2. Then select the MagiskHide option. It will now load all the installed apps.
  3. Your focus should be on finding the Google Play Services. So head over to that name and tap on it.
    hide root magisk google apps
  4. Doing so will bring its associated services as well. Enable the toggle for all the processes, as shown in the image.


STEP 4: Spoofing your Device Fingerprints to Pixel 3A

Finally, it’s now time to change your device fingerprint identification and spoof it to Pixel 3A. But why? Well, this is because Pixel 3A was the last device in the Pixel series to use the old SafetyNet attestation method, which Magisk can hide from. So SafetyNet will hence perform its search using the old method itself and it wouldn’t be able to identify any system-level tweaks on your device. With the explanation now clear, here are the instructions to carry out this task:

  1. Launch Magisk Manager on your device and tap on the Modules icon (the fourth one).
  2. Search for MagiskHide Props Config and then tap on the Download button situated at the bottom right.
  3. Finally, tap on the Install button and wait for the process to finish. Once done, reboot your device.
    install magiskhide module root android 11
  4. After this, you will need to install a terminal emulator app on your device. We have used the Termux app, but you could try any one of your choices.
  5. Now launch the app, type su and hit Enter. This will bring up the Magisk pop-up, tap Grant to give the app root access. [su command is used to get the SuperUser access].
    superuser request terminal emulator
  6. Then type props and hit enter. This will launch the MagiskHide module.
    run magisk module from terminal emulator
  7. After this, you will have to select the “Force BASIC key attestation” option. So type 2 and hit enter.
  8. Next, enter d to select the “Pick from device list” option. Enter 7 to select “Google.
    spoof fingerprint google magiskhide
  9. Then type in 20 to select “Google Pixel 3a.” The reason for this selection, as already mentioned before, is the fact that this device still uses the old attestation method.
    spoof fingerprint google magiskhide
  10. Then type in y to confirm and again y to reboot the device. Once your device reboots, just clear the data of the desired Google apps and that’s it. You have successfully passed the SafetyNet test on your rooted Android 11 device.
    safetynet success rooted android 11

STEP 5: Flash Universal SafetyNet Fix Magisk Module

So I went through all of your comments and it turns out that there are some users who aren’t able to pass the SafetyNet test on their rooted Android 11. It all seems to boil down to this hardware-backed attestation method. Here is what is actually happening with most users/ In order to verify and validate the CTS profile, Google Play Services is opting for the more stringent hardware-backed attestation even if you have selected the basic attestation.

So it seems that Google is straightaway neglecting the report from the SafetyNet Attestation API that the device is using basic attestation and is rather directly going for the hardware-backed attestation. But thanks to XDA Senior Member kdrag0n he has managed to bypass this limitation as well, that too via a magisk Module. With that said, you still need to complete the first four steps mentioned above and then only should try out the instructions mentioned below.

Flash Universal SafetyNet Fix Magisk Module pass safetynet

  1. To begin with, download the Safetynet fix module from GitHub: safetynet-fix-v1.1.1.zip
  2. Now transfer this file to your device and launch the Magisk Manager app.
  3. Tap on the module’s icon situated at the bottom right. Then tap on Install from Storage.
  4. Scroll to the downloaded SafetyNet Fix module ZIP file and select it.
  5. The module will be flashed within seconds. Once done, hit the Reboot button situated at the bottom right.
  6. When your device boots up, recheck for SafetyNet via magisk and the issue would have been rectified by now.

So this was from this guide on how to fix the how to pass the Magisk SafetyNet on your rooted Android 11 device. If you have any queries, do let us know in the comments section below. We will get back to you with a solution at the earliest.


Share:
  • laserbean

    Hi. I did this and google pay works. However, Samsung themes does not anymore. “Device not supported” error. Is there any Samsung fingerprints that will achieve the same effect as the “pixel 3” ?
    Thank you very much.

  • To anyone that is still unable to verify their SafetyNet even after following Step 5, you can try this. It worked for my POCO F3:-

    1. Open Termux and access the props again
    2. Type 1 and enter to edit device fingerprint
    3. Type f and enter to pick a certified fingerprint
    4. Find your device, apply, and reboot.

  • P Tharun

    Sir I need oos 11.0.9.9 indian version stock boot.img😭

  • Hello,
    with android 11 (lineage OS) in Oneplus 3, the safinet is correct and a lot of app works, but google pay detect it as not valid device.
    There is a way to solve it with magisk?

    Thanks a lot.
    Sergio.

  • Amrit Gupta

    Hey bro,
    I know that you gave the correct instructions but still the SafetyNet Check is coming failed…….. Plz help me …….
    Btw , I think the devs realized their shortcomings and implement other parameters for checking too

  • Hi thanks for the post ia there an update for this > it has stopped working.

    • Sadique Hassan

      Given me a couple of days, I’m preparing this guide for Android 12. Please do try out the steps mentioned in that guide (the instructions will be valid on Android 11 as well).

  • Hi Sadique!

    First of all, thank you so much for this toturial. It worked perfectly.

    I have a question – after spoofing the fingerprints to Pixel 3A, many apps that use biometrics as a security control (mainly my baking app and password manager) are no longer working with a finger print.
    My banking app won’t activate the fingerprint feature, and my password manager is claiming my device doesn’t have a fingerprint recognized. This started only after spoofing the fingerprints to Pixel 3A.

    Do you have any idea how can this be fixed?

    Thank you.

  • Did this but am still seeing Safetynet fail. Any ideas?

    Flashed to Pixel 3a on Android 9. Universal Safetynet is installed. Still failing.

  • Hey…. Why don’t reply

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. come on just reply

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply….

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply.

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply. am waiting

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks.

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply ok

  • Hey. Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply

  • Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply anything

  • Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge. Just reply

  • Are you alive? or died? since you are not responding to any of my queries? You are just collecting information from the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks. You do not have any knowledge

  • Are you alive? or died? since you are not responding to any of my queries? You are just collecting information for the website and just posting them here. I left a comment for you which is not a difficult question for you to answer. I think, you searched in the web for this specific comment but didn’t find any solution. As I said, you just want people to say thanks