Disclaimer:
All this was made for testing and educational purposes, ME is not responsible for what you do on/with your device using it, you must agree that you using all on your own risk, I am not responsible if you brick your device or anything else!
Hello, this is only for unlocked bootloaders! Hope you know when bootloader is unlocked all suntory blobs is inactive, widevine and ckb keys is not active too and also android atest key is not provisioned. What happen when you install this? All is back! More info on screenshoot from attachment.
Prereguires:
- stock rom version 53.1.A.3.34 , didn't tested on other versions!
How to install:
- to get L1 instead of L3 you need to flash boot delivery from android 9 via newflasher, this is mandatory for having L1 mode!
- boot twrp recovery
- flash Magisk-v20.4.zip
- boot you device, install magisk manager app from playstore, enable core only mode in magisk manager
- extract [email protected] from Magisk-v20.4.zip vendor/bin/hw folder and place in the same dir with adb on your pc
From above since magisk managed installer modification I done is not working you need to do it manualy via adb:
you're done.
Enjoy!
All this was made for testing and educational purposes, ME is not responsible for what you do on/with your device using it, you must agree that you using all on your own risk, I am not responsible if you brick your device or anything else!
Hello, this is only for unlocked bootloaders! Hope you know when bootloader is unlocked all suntory blobs is inactive, widevine and ckb keys is not active too and also android atest key is not provisioned. What happen when you install this? All is back! More info on screenshoot from attachment.
Prereguires:
- stock rom version 53.1.A.3.34 , didn't tested on other versions!
How to install:
- to get L1 instead of L3 you need to flash boot delivery from android 9 via newflasher, this is mandatory for having L1 mode!
- boot twrp recovery
- flash Magisk-v20.4.zip
- boot you device, install magisk manager app from playstore, enable core only mode in magisk manager
- extract [email protected] from Magisk-v20.4.zip vendor/bin/hw folder and place in the same dir with adb on your pc
From above since magisk managed installer modification I done is not working you need to do it manualy via adb:
Code:
adb push [email protected] /data/local/tmp
adb shell
su
mount -o remount,rw /vendor
cp -fr /data/local/tmp/[email protected] /vendor/bin/hw/
chown 0.2000 /vendor/bin/hw/[email protected]
chmod 0755 /vendor/bin/hw/[email protected]
chcon u:object_r:hal_secd_default_exec:s0 /vendor/bin/hw/[email protected]
sync
reboot
Enjoy!
Attachments
-
158.2 KB Views: 260
-
5.8 MB Views: 46
Last edited: