Widevine L1 on OnePlus 7 Pro on Unlocked Bootloader!
Widevine L1 Certification on OnePlus 7 Pro on an unlocked bootloader? Yes, you read that right! Read to know more about this interesting development that’s currently going on in custom development. As you all might be aware, there are quite a few perks of unlocking the device’s bootloader. But at the same time, it isn’t free from its fair share of downsides as well.
One among them is the degradation of WideVine L1 Certification to L3. For the unaware, this results in the inability of the users to watch or stream content on Netflix and other related apps in Full HD quality. SD is the maximum attainable quality in those devices. In this regard, there do exist a few workarounds that could bring back the L1 Certification on unlocked bootloader devices.
But those tweaks tend to bring in a few risks as well. However, if you are having the seventh iteration of the OnePlus series, then you would be in for a treat. After device owners recently installed the OxygenOS 11.0.1.1 update on their OnePlus 7 Pro, they were able to get back the WideVine L1 on their unlock bootloader and rooted devices.
Widevine L1 on Unlocked Bootloader on OnePlus 7 Pro

It has been confirmed working on the GM1910, GM1917, GM1913 variants of OnePLus 7 Pro, but with a varying degree of success. That is, while some have achieved success simply by installing the said update, others weren’t so lucky. Infact even after using the Magisk Hide feature, it didn’t work out for them. If you also belong to this latter category of users, then here’s a workaround that you could try out.

Widevine L1 on Rooted OnePlus 7 Pro (Android 11)
- First and foremost, make sure that you have installed the OxygenOS 11.0.1.1 update (Settings > System > System Updates).
- If that’s well and good, then head over to Play Store and tap on your avatar situated at the top right.
- Select Settings and then expand the Authentication section.
- Now disable the Biometric Authentication toggle and then re-enable it.
- Once that is done, you will have to delete the data of Play Store and Netflix. For that, long press on their app icon and select App Info.
- Then go to their Storage and Cache section and tap on Clear Storage. Click OK in the confirmation dialog box that appears.
- Now if you use any third-party app to check the DRM status on your device (such as the DRM Info app), then please delete its data as well.
- Once that is done, reboot your device to Recovery. For that, long-press the Power menu, tap on the overflow icon, and select Recovery (make sure Advanced Reboot is enabled under Developer Options).
- Once your device boots to Recovery, type in your password > Select Langauge > Wipe Data and Cache > Wipe Cache > Yes.
- Once the cache has been deleted, reboot your device to the OS. Now open the Play Store and sign in with your Google Account.
- Now check the DRM status, and hopefully, you would have got the L1 Certificate.
- How to Enable VoLTE and VoWiFi on any OnePlus Device
- How to Install TWRP Recovery and Root OnePlus 7/7 Pro
- Downgrade OnePlus Android 12 to Android 11 [OxygenOS 12 to OxygenOS 11]
- How to Install TWRP on OnePlus 7/7 Pro running Android 11
- How to Fix Loss Of Fingerprint Sensor Issue on any OnePlus Device
(Cancel Reply)
Δ
How to Fix Loss Of Fingerprint Sensor Issue on any OnePlus Device
In this guide, we will show you the steps to fix the loss of fingerprint sensor issue on any OnePlus device. This OEM has always been among the most active devices in custom development. Be it for flashing custom ROMs, installing custom recoveries, or gaining access to system partition via Magisk, there’s a lot to try out.
But at the same time, all these tweaks are quite risky in themselves and could lead to a few issues if not done correctly. However, more often than not, the MSM Download Tool is able to unbrick your OnePlus device within a few clicks. But some users have complained that even after bringing their device back to life via this tool, the fingerprint issue is still persistent.
When they are trying to set up fingerprint on their OnePlus device, they are instead being greeted with the “Enrollment was not completed, Fingerprint Registration error” message. if you are also getting bugged with this error, then fret not. In this guide, we will show you how to fix the loss of fingerprint sensor issue on any OnePlus device.
- How to Fix Loss Of Fingerprint Sensor Issue on any OnePlus Device STEP 1: Install Android SDK STEP 2: Backup Current Persist Partition STEP 3: Downgrade OnePlus via MSM Download Tool STEP 4: Unlock OnePlus Bootloader STEP 5: Enable Factory Mode on OnePlus STEP 6: Perform OnePlus Fingerprint Calibration STEP 7: Extract Persist.Img STEP 8: Replace Old Data and Engineer Mode with New One
How to Fix Loss Of Fingerprint Sensor Issue on any OnePlus Device

The below instructions are listed under separate sections for ease of understanding. Make sure to follow in the exact same sequence as mentioned. [All Credits for this guide go to XDA Senior Member antnyhills ]. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.
STEP 1: Install Android SDK

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.
STEP 2: Backup Current Persist Partition
First and foremost, you need to backup your current persist.img. But since you are already facing fingerprint issues, wouldn’t this partition be already corrupted? Well, although it is broken, it still has all our working calibrations, including the all-important FingerPrint calibrations. So let’s proceed ahead and take a backup of the persist partition.
- To begin with, connect your device to the PC via USB cable. Make sure USB Debugging is enabled.
- Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This shall launch the Command Prompt window.
- Type in the below command in this window to gain administrative privileges: adb shell su
- You might get a prompt on your device, make sure to allow it.
- Finally, execute the below command to take a backup of the persist partition: dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/persist.img
- If the aforementioned command doesn’t work, then you could use the following command:
- su -c dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/Download/persist.img
It is recommended you transfer this backup to your PC as your device will be formatted in the subsequent steps to fix the loss of fingerprint sensor issue on your OnePlus device.
STEP 3: Downgrade OnePlus via MSM Download Tool
You will now have to flash an older build of OxyegnOS on your OnePlus device using the MSM Download Tool. Here’s how it could be done:
- To begin with, install the Qualcomm HS-USB QDLoader 9008 Drivers onto your PC.
- Then download and install the MSM Download Tool on your PC corresponding to your device.
- Now launch the tool, select Other in the Login prompt, and click Next. Credits: OnePlus Forum
- Click on the Target button and select O2 for Internation Firmware, India for Indian, or EU for European Tool.
- Connect one end of the USB cable to the PC. Then press and hold the Volume Up and Volume Down keys on your device and while doing so, connect the other end of the USB cable to your device.
- Your device shall now boot to the EDL Mode and you may now let go of the pressed Volume buttons.
- Finally, hit the Start button and wait for the flashing to complete.
STEP 4: Unlock OnePlus Bootloader
After downgrading via the MSM Download Tool, the device’s bootloader will be locked again. So unlock it using our guide: How to Unlock Bootloader on Any Android Device . Do keep in mind that doing so will wipe off all the data from your device, so take a backup beforehand. Once the bootloader stands unlocked, move over to the next step to fix the loss of fingerprint sensor issue on your OnePlus device.
STEP 5: Enable Factory Mode on OnePlus
- To begin with, download a File Explorer that supports root (such as Solid Explorer).
- Then launch the app and tap on the hamburger menu situated at the top left.
- Select the Root directory and grant it the permission in the Magisk request that appears.
- Now go to the below location: /mnt/vendor/persist/engineermode/
- There you should find the engineermode_config file, open it using a text editor.
- There you should find the following two lines: encrypt_app=true encrypt_adb=true
- Change their values to false, so the above two lines should now be: encrypt_app=false encrypt_adb=false
- Finally, save the changes and reboot your device and then proceed to the next step to fix the loss of fingerprint sensor issue on your OnePlus device.
STEP 6: Perform OnePlus Fingerprint Calibration
Now comes the interesting part. We will have to perform a fingerprint calibration but have to intentionally fail this test. Here’s how:
- To begin with, bring up the phone dialer and type in the below code: *#808#
- Then go to Device Debugging from the top menu bar > Fingerprint test > Fingerprint calibration test(Pure White – 90% Blue).
- Finally, tap on the Start test button situated at the top. Now here are all the tests and what you need to do: First off is the Flash Rubber Sleeve Test 1. Tap on it and then immediately put your fingers over the sensors Next is the Black Rubber Sleeve Test. Tap on it and do not put your fingers over the sensors. The third one is the Positioning Circle Test. Tap on it and then immediately put your fingers over the sensors. The final one is the Stripe Rubber Sleeve Test. Tap on it and then immediately put your fingers over the sensors.
- So black rubber is the only test in which you do not have to put your fingerprint over the sensors.

You should now get many red lines of errors indicating the failure of this test. If you only get one or two lines of error, then try again and reproduce more errors, as shown in the below image.
STEP 7: Extract Persist.Img
You will now have to extract the persist.img file, the file that we backed up in the second step. Yp could use the 7-ZIP software to extract this IMG file. Once extracted, you shall get quite a few folders. Copy the data and engineermode folders and transfer them to your device. Once done, proceed to the next step to fix the loss of fingerprint sensor issue on your OnePlus device.

STEP 8: Replace Old Data and Engineer Mode with New One
- Launch the Solid Explorer app, go to the Data folder and delete the gf_persist.so file.
- Once that is done, copy the data and engineermode folders that you had just transfer to your device from the Persist file.
- Finally, paste these two folders in the below location: /mnt/vendor/persist/
- You will now get a confirmation asking whether you want to keep the new folders or the old ones, select the New one.
- Finally, reboot your device. Once it boots up, you may now set up your fingerprint without any issues (Settings > Security and Lock Screen > Fingerprint).
- How to Enable VoLTE and VoWiFi on any OnePlus Device
- Enable and Use ADB Commands in OnePlus Stock Recovery
- How to Enable Hidden DC Dimming on any OnePlus using ADB
- How to Enable Call Recorder on any OnePlus Device
- Umar Ali 1 year ago Reply Hello I have OnePlus 11 and I have lost fingerprint persist after aut smt flashing. Now I read your two posts in one you said that same region and same model can use persist and flash While on other post you wrote that we not able to use persist of another device even they have same model and same region.
- Kedarnath 3 years ago Reply I also had the same issue after sceen replacement. Can you please conform me if your issue is solved. If yes can you please tell me if you followed the procedure mentioned in this article or any other. Please help,this issue is so annoying.
- Parth 3 years ago Reply I have installed a new screen (market copy) on oneplus 6t. After the replacement I cannot unlock phone using fingerprint. It is allowing me to add new fingerprints that means it reads just fine, only thing is it cannot unlock the device. What to do in this case? I dont want to buy the fingerprint rubber calibration tool unless it will work 100%
- Naufil 4 years ago Reply Iam facing finger enrollment issue after installing custom rom derpfest will rhis method still work ?
- Mark 4 years ago Reply I fully reset my device low level, with msmdownloadtool, after I replaced my screen and got this problem with the fingerprint sensor from the get go and other things did not help. So, I don’t think I have a functioning persist.img already. What should I do? Please help.
- playmo 4 years ago Reply this is absolutely amazing, thanks for sharing
- Nicolai 4 years ago Reply I do not have the engineermode_config file on my OnePlus 8T. Fahad 4 years ago Reply Can I relock the bootloader again??
(Cancel Reply)
Δ