To enable Google Pay, Paypal and make Netflix available in the Play Store.
Installing Magisk will not swap your data, but keep in mind that you follow these steps at your own risk and I will be not responsible of any error/problem that can happen 😇
This tutorial assumes you understand how to use adb
and fastboot
and that developer mode is enabled on your phone.
You will have to redo steps 2 to 8 after each Lineageos update.
Magisk with Zygisk option enabled will make Google Pay and Paypal run on your phone.
The Safetynet fix module will make the Play Store think that your phone firmware is certified and display applications that will not appeared on uncertified phones, like Netflix.
Following the Magisk installation documentation, OnePlus 6 has boot ramdisk so we have to patch the boot.img
of Lineageos.
There is a vmbeta
partition in the original firmware, I did not patched it in this tutorial as this is an optional step.
- ☎️ : this action must be done on your phone
- 💻 : this action must be done on your computer
-
☎️ Install Magisk APK on your phone by downloading it from https://github.com/topjohnwu/Magisk/releases
-
💻 Download the
boot.img
of the Lineageos version installed on your mobile device https://download.lineageos.org/devices/enchilada/builds (:warning: do not use another version than the one jou installed on your phone!). -
💻 Copy the
boot.img
on your device
adb push boot.img /sdcard/Download
(you can check that your phone is connected by using the adb devices
command)
-
☎️ Patch
boot.img
using Magisk on your phone by selecting "Install" and selectingboot.img
.
Result will be the path of the patched image. -
💻 Copy patched
boot.img
on your PC
adb pull /sdcard/Download/magisk_patched-[random_strings].img
- 💻 Reboot your phone in fastboot mode:
adb reboot bootloader
- 💻 Flash the patched boot image to your phone:
fastboot flash boot magisk_patched-[random_strings].img
(you can check that your phone is connected by using the fastboot devices
command)
Then restart.
- ☎️ Enable Zygisk and Enforce Denylist options in Magik settings.
☎️ Go to https://github.com/kdrag0n/safetynet-fix/releases and download the latest version on your phone.
Install this version on your phone using Magisk by going in the "Modules" section and choosing "Install from storage" option and finally selecting the downloaded archive.
You will be able to see that your phone is certified in the Google Play Store:
Parameters > About > Play Protect Certification
ℹ️ It may require one day or two before the Play Store said that your phone is certified by Play Protect.
- Lineageos on OnePlus 6: https://wiki.lineageos.org/devices/enchilada/
- Magisk: https://github.com/topjohnwu/Magisk
- Magisk installation documentation: https://topjohnwu.github.io/Magisk/install.html
- Useful support for Magisk installation: https://www.xda-developers.com/how-to-install-magisk/
- Payload Dumper GO: https://github.com/ssut/payload-dumper-go
- Safetynet Fix: https://github.com/kdrag0n/safetynet-fix