[GUIDE][ROOT][MAGISK] Photochrom Filter Enabler - OnePlus 8 Pro Guides, News, & Discussion

Disclaimer: you accept responsibility by flashing this magisk module to your device at your own risk. If you experience any issues with Magisk, please refer to https://github.com/topjohnwu/Magisk/issues
This magisk module was created by isolating the diff between the full payload.bin of OOS 10.5.8 and the delta payload.bin of OOS 10.5.9 which had entirely disabled the Photochrom camera.
- Tested on OOS 10.5.10 IN2025.
- Currently not working on OOS 10.5.11 IN2025 due to additional changes that were made, I am working on fixing this. Please do not ask me for an ETA or complain about my internet uploads speeds.
Please advise: this has not tested on Indian or European models, and I cannot guarantee compatibility.
Download link (compatible with OOS 10.5.10) for IN2025: https://www.androidfilehost.com/?fid=8889791610682885705
I identified the following changes:
/system/priv-app/OnePlusCamera.apk: removal of the photochrom filter selection, confirmed via changes in smali bytcode
/vendor/lib/camera/: various camera firmware binaries were recompiled, including changes to what I presume to be the 5MP camera with the built-in infrared lens filter (gc5035)
/vendor/lib/camera/components/: various camera component feature stubs/wrappers for the camera apk
/vendor/lib/hw/: changes to camera.qcom.so, which is compiled against the previously mentioned binaries, statically linked
/vendor/lib64/camera/: same as above
/vendor/lib64/camera/components/: same as above
/vendor/lib64/hw/: same as above
This magisk module will restore these changed files, including the stock camera application, camera firmware binaries/drivers and dependencies systemlessly. If you would like to revert the changes, simply disable or remove the magisk module via magisk manager.
Enjoy!

Anymore info?

Yeah how do we get this done?

Taking a bit longer than expected to upload, but it is coming.

xian1243 said:
Taking a bit longer than expected to upload, but it is coming.
Click to expand...
Click to collapse
wow over 4hrs upload for a simple Magisk module?

Mar-cel said:
wow over 4hrs upload for a simple Magisk module?
Click to expand...
Click to collapse
I guess we will never see it

xian1243 said:
...
Download link: (pending)
...
Click to expand...
Click to collapse
xian1243 said:
Taking a bit longer than expected to upload, but it is coming.
Click to expand...
Click to collapse
@xian1243 THREAD CLOSED! Placeholder are not accepted.
Please advise the moderators' team (best via the report function) when ready to provide a download link.

Oswald Boelcke said:
@xian1243 THREAD CLOSED! Placeholder are not accepted.
Please advise the moderators' team (best via the report function) when ready to provide a download link.
Click to expand...
Click to collapse
Thread re-opened as OP provides the download link.

Is it working ? anybody tried it yet ?

please for non root device please. (can flash over twrp without root ?)
because root is fail cts profile is false?
for oneplus 8 pro 10.5.10

The module doesn't work! IN2020

Working on IN2021 running OOS 10.5.10.IN11DA

bigstix said:
The module doesn't work! IN2020
Click to expand...
Click to collapse
Unfortunately I only have IN2025 to test with. So far it has been confirmed working for the Indian model IN2021 and the Global/US model IN2025. Are you running OxygenOS on your Chinese IN2020 model?

brmbjn said:
please for non root device please. (can flash over twrp without root ?)
because root is fail cts profile is false?
for oneplus 8 pro 10.5.10
Click to expand...
Click to collapse
Root with Magisk shouldn't break CTS profile. That being said, you could theoretically put these files directly onto the /system and /vendor partitons, however making changes to those partitions will most definitely cause you to fail CTS profile checks.
edit: I've been advised by Some_Random_Username that with HW attestation keys being enforced by Google now that will cause Magisk to fail SafetyNet/CTS.

https://www.apkmirror.com/wp-content/themes/APKMirror/download.php?id=1341422
just install this apk.

Breaks camera app on my EU model IN2023 with 10.5.10, can anyone verify this?

rhodry999 said:
Breaks camera app on my EU model IN2023 with 10.5.10, can anyone verify this?
Click to expand...
Click to collapse
Broken also on 10.5.11 on IN2025.

brmbjn said:
https://www.apkmirror.com/wp-content/themes/APKMirror/download.php?id=1341422
just install this apk.
Click to expand...
Click to collapse
This won't work, you also need the camera libraries that contain the calibration for the photochrom camera.

Dashwood Foxe said:
Broken also on 10.5.11 on IN2025.
Click to expand...
Click to collapse
This was tested on IN2025 10.5.10. It seems like Global version 10.5.11 and EU version 10.5.10 breaks the module, I'll have to look and see what changes were made. The changelog for this new update includes "adjustments" to the photochrom filter which was reenabled... but now doesn't "see through" plastics and such. That being said we may be able to reverse those changes with a similar module.

xian1243 said:
This was tested on IN2025 10.5.10. It seems like Global version 10.5.11 and EU version 10.5.10 breaks the module, I'll have to look and see what changes were made. The changelog for this new update includes "adjustments" to the photochrom filter which was reenabled... but now doesn't "see through" plastics and such. That being said we may be able to reverse those changes with a similar module.
Click to expand...
Click to collapse
Update disables the unfiltered camera and uses the ultrawide instead.

Related

[ROOT] [MAGISK] [Module] Hardware Origin Bypass for Xiaomi devices

Hi All -
Just wanted to make a thread here to link to the Magisk Module I created that bypasses the bootloop we get when we have CN hardware with the Global Rom. I think this will work for India and Russia hardware too. Enjoy.
https://forum.xda-developers.com/apps/magisk/module-xiaomi-global-rom-cn-hardware-t3899316
PWn3R said:
Hi All -
Just wanted to make a thread here to link to the Magisk Module I created that bypasses the bootloop we get when we have CN hardware with the Global Rom. I think this will work for India and Russia hardware too. Enjoy.
https://forum.xda-developers.com/apps/magisk/module-xiaomi-global-rom-cn-hardware-t3899316
Click to expand...
Click to collapse
Thanks for this! Have you tested this to make sure stock camera still works without any issue?
xterminater07 said:
Thanks for this! Have you tested this to make sure stock camera still works without any issue?
Click to expand...
Click to collapse
Mine never stopped working before, however, this works completely differently. This inserts a script into the boot process that happens before the device starts launching system services that changes the ro.boot.hwc and ro.boot.hwcountry to be "global". The other way I was doing it was to make the product props to a value that would make it skip the checks entirely. Unfortunately, changing that value removed the slider settings, broke the slider camera, and for some, stopped the stock camera from working. I have checked an all expected settings are in the menu, safetynet passes, the slider works, the stock camera works.
Great, all works, no problem with camera or slider settings.
PWn3R said:
Mine never stopped working before, however, this works completely differently. This inserts a script into the boot process that happens before the device starts launching system services that changes the ro.boot.hwc and ro.boot.hwcountry to be "global". The other way I was doing it was to make the product props to a value that would make it skip the checks entirely. Unfortunately, changing that value removed the slider settings, broke the slider camera, and for some, stopped the stock camera from working. I have checked an all expected settings are in the menu, safetynet passes, the slider works, the stock camera works.
Click to expand...
Click to collapse
Eggcellent!!! lol... so just flash with twrp and that's it?
Yes, flash Magisk, 18.0 and 18.1 don't work for me. Use 17.3 and then flash this and you should be golden.
i dont know who created this, but this was shared on a Mi Mix3 FB group from PH.
Magisk-v18.1_mix3专版
bluviper said:
i dont know who created this, but this was shared on a Mi Mix3 FB group from PH.
Magisk-v18.1_mix3专版
Click to expand...
Click to collapse
does this work on chinese device with chinese rom or xiaomi eu rom?
I have got it working on chinese device with xiaomi.eu rom.
xterminater07 said:
does this work on chinese device with chinese rom or xiaomi eu rom?
Click to expand...
Click to collapse
I can confirm that works, I already flashed
Inviato dal mio MIX 3 utilizzando Tapatalk
yes, its working on EU ROM coz im on Mi-Globe which is based on EU ROM.
bluviper said:
yes, its working on EU ROM coz im on Mi-Globe which is based on EU ROM.
Click to expand...
Click to collapse
Why would you use it on the EU/Mi-Globe?
Mackay53 said:
Why would you use it on the EU/Mi-Globe?
Click to expand...
Click to collapse
before, V18.0 wont work with mix3.
no matter how you install it. only 17.3 works
as of the moment, since the week before the Chinese New Year, there are no updates from mi-globe. until this weekend. so this is a good alternative to make v18 work with mix3.
bluviper said:
before, V18.0 wont work with mix3.
no matter how you install it. only 17.3 works
as of the moment, since the week before the Chinese New Year, there are no updates from mi-globe. until this weekend. so this is a good alternative to make v18 work with mix3.
Click to expand...
Click to collapse
What benefits do v18 make over v17.3?
Mackay53 said:
What benefits do v18 make over v17.3?
Click to expand...
Click to collapse
Other than a new magisk manager interface I don't notice any difference.
954wrecker said:
Other than a new magisk manager interface I don't notice any difference.
Click to expand...
Click to collapse
That's what I was thinking but people seem to really want to install it, I'm still on 17.1 as that's what comes with twrp.
I haven't tested 18.1 as posted above, but 17.3 is the latest working released version for global.
PWn3R said:
I haven't tested 18.1 as posted above, but 17.3 is the latest working released version for global.
Click to expand...
Click to collapse
Most people on telegram are now using 18.1 , apparently support for modules will end soon for 17.
The released 18.0 and 18.1 do not work on the mix 3. I have no idea if the one linked above does, but I also don't know what they modified which is why I was advising 17.3
Sent from my Mi MIX 3 using Tapatalk
PWn3R said:
The released 18.0 and 18.1 do not work on the mix 3. I have no idea if the one linked above does, but I also don't know what they modified which is why I was advising 17.3
Sent from my Mi MIX 3 using Tapatalk
Click to expand...
Click to collapse
its working. some of the others guys here installed it.
they said its working. i for one, installed, and its working.
based on the screen capture i posted. you can see a logo of xda, maybe they are a part of it somehow.
moreover, there are tons of bulleted changelogs for the 18.0 & 18.1
some of them may not be noticeable for a very large audience, but this "i guess" will make it future proof for the reason of rom updates and compatibility. since Android Q is in the works.
also, noticed these changes
Code:
v18.1
- [General] Support EMUI 9.0
- [General] Support Kirin 960 devices
- [General] Support down to Android 4.2
- [General] Major code base modernization under-the-hood
other changes are for MagiskHide, maybe to better hide other apps. because there are some few apps that still can detect rooted devices even if they are HIDDEN.

Renovate ICE on HD65BA

In the thread it says 10.0.8 is supported, but only HD65AA. I've got the HD65BA, Europe. As far as I know, there are no differences in these stock roms. Do you think it will still work? Anyone else who've tried?
It should be supported (10.0.8.HD65AA).
Download latest module, flash it alongside the overlay mount fix from magisk Downloads in Magisk Manager
Sent from my OnePlus7TPro using XDA Labs
Lossyx said:
It should be supported (10.0.8.HD65AA).
Download latest module, flash it alongside the overlay mount fix from magisk Downloads in Magisk Manager
Click to expand...
Click to collapse
I mean the HD65BA, not AA
joakimbo said:
I mean the HD65BA, not AA
Click to expand...
Click to collapse
Yep sorry!
Edit: Nevermind. I don't see your version being supported, however you can join telegram and ask if he can add your version number to the installation zip.
Hello All, can someone explain what this is? it looks like its a module that you flash over OOS to add more customization etc.. if so, would it work on the 10.3.1 global version of the 7T? also, if possible can someone send me the link so i can check it out?
Any news here? Joakimbo, did you check in the telegram group?
I'm also on the EU version like you and renovate sounds very cool. Seems to provide a lot of the missing options I wish oos had, and as a magisk module sounds quite interesting.
Edit:
Yes, renovate 11 for 10.0.8.HD65BA working perfectly!
Latest download in the telegram thread.
Installed the overlay fix 2.0 first..
All good. CRT, flashlight on power button etc..
MrGimpGrumble said:
Hello All, can someone explain what this is? it looks like its a module that you flash over OOS to add more customization etc.. if so, would it work on the 10.3.1 global version of the 7T? also, if possible can someone send me the link so i can check it out?
Click to expand...
Click to collapse
Massive module for magisk. Basically a custom ROM in the form of a magisk module!
Lots of extra customization. Reminding me of exposed module back in the days..
Simple installation, 10.3.1 is supported (I think). Find the orig thread and the link for the telegram group.
Eddiemc said:
Massive module for magisk. Basically a custom ROM in the form of a magisk module!
Lots of extra customization. Reminding me of exposed module back in the days..
Simple installation, 10.3.1 is supported (I think). Find the orig thread and the link for the telegram group.
Click to expand...
Click to collapse
Yeh I ended up flashing it and it's pretty awesome.
Thanks for the reply
Beta versions is not supported i guess.

10.5.9 Global Update temporarily disables Photochrome filter

Update: According to this post by Androidpolice, a Oneplus representative had informed that the update was pushed out unintentionally, and for those who have already updated, a future update will bring back the photochrome mode. (Thanks to Walhalla for providing the link and info)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The temporary disable of Photochrome filter that came with the update in China has finally found its way to Global ROM.
I had just received the update notification from 10.5.6 to 10.5.9 and the new update will be disabling the Photochrome mode in Global ROM as well. FYI, I haven't updated yet.
The changelog mentions the filter is expected to return in June after revamp, but there is no exact date.
Here's the Changelog:
Dezzmond99 said:
The temporary disable of Photochrome filter that came with the update in China has finally found its way to Global ROM.
I had just received the update notification from 10.5.6 to 10.5.9 and the new update will be disabling the Photochrome mode in Global ROM as well. FYI, I haven't updated yet.
The changelog mentions the filter is expected to return in June after revamp, but there is no exact date.
Here's the Changelog:
Click to expand...
Click to collapse
Hi, does 10.5.9 comes with latest May 2020 Google security patch?
Thanks!
cmk7128 said:
Hi, does 10.5.9 comes with latest May 2020 Google security patch?
Thanks!
Click to expand...
Click to collapse
I'm not sure as I haven't done the update yet, will play around with Photochrome for a while before I update .
Still april security update
Isn't it possible to extract the 10.5.8 camera version as an apk and to install it then on the new ROM ?
Probably not if you are not rooted. I think lower version number than the system version is not possible, but you can try it. That is the one that is installed on my 10.5.8 firmware.
I just checked my camera app version, it´s 4.0.244. So this version can also be found on apk mirror https://www.apkmirror.com/?post_type=app_release&searchtype=apk&page=7&s=oneplus . So shouldn´t it be possible to flash the new ROM and afterwards the old camera version downloaded from apk mirror?
Is there anything else significant in the update? If not then I'm not bothering. I like this filter.
@Deacon-Frost
Have you even read my post?
@dladz
Not really, I compared the system partitions of 10.5.8 and 10.5.9 with WinMerge and have not found any useful changes. There are changed bluetooth libs, but thats all.
I spotted version 4.0.251 on apk several days ago as I also have .244 on my 8 pro.
I had thought about updating, but didn't.
Can anyone who has updated to 10.5.9 check and see what the camera version is?
TIA
Deacon-Frost said:
I just checked my camera app version, it´s 4.0.244. So this version can also be found on apk mirror https://www.apkmirror.com/?post_type=app_release&searchtype=apk&page=7&s=oneplus . So shouldn´t it be possible to flash the new ROM and afterwards the old camera version downloaded from apk mirror?
Click to expand...
Click to collapse
Of course I've not
Can someone go into there Camera app and turn off Ultrashot HDR and Smart Content Detection and take a picture in 3x zoom mode and see if the image it comes out is normal to you or the same as what the viewfinder showed?
Every photo I take it seems to overbrighten or the contrast is turned super high (even though the viewfinder looks fine).
I'm still within the 14 days period of my return in case my camera is faulty but the screen I got is nearly perfect condition with a slight smudge at bottom and a faint line at top so don't really want to send it in.
EDIT: Hoping this update fixes it for me if not...
I'm still on 10.5.6. 5.8 was pulled here in North America. Has anyone manually upgraded to 10.5.8 using the incremental file?
I want to know if it was any help or if I should just stick to 10.5.8.
Thanks,
Deacon-Frost said:
So shouldn´t it be possible to flash the new ROM and afterwards the old camera version downloaded from apk mirror?
Click to expand...
Click to collapse
My memory was not wrong. I just tried to install an older camera version on 10.5.8 and this was the result:
adb install -f "com.oneplus.camera_4.0.230-24190539_minAPI28(arm64-v8a)(nodpi)_apkmirror.com.apk"
Performing Streamed Install
adb: failed to install com.oneplus.camera_4.0.230-24190539_minAPI28(arm64-v8a)(nodpi)_apkmirror.com.apk: Failure [INSTALL_FAILED_VERSION_DOWNGRADE]
Click to expand...
Click to collapse
EDIT:
Ok, the OTA was only a "mistake"
https://www.androidpolice.com/2020/...-the-8-pros-color-filter-camera-in-oxygen-os/
Walhalla said:
My memory was not wrong. I just tried to install an older camera version on 10.5.8 and this was the result:
EDIT:
Ok, the OTA was only a "mistake"
https://www.androidpolice.com/2020/...-the-8-pros-color-filter-camera-in-oxygen-os/
Click to expand...
Click to collapse
Thanks for the info! I'll add that link to the post as well.
I'm not sure if they pulled back the update or not, but from yesterday night, my update available notification has vanished and it says im on the latest version already.
Dezzmond99 said:
Thanks for the info! I'll add that link to the post as well.
I'm not sure if they pulled back the update or not, but from yesterday night, my update available notification has vanished and it says im on the latest version already.
Click to expand...
Click to collapse
they pulled out this update too it not showing me anymore in the oxygen updater app
bubu23 said:
they pulled out this update too it not showing me anymore in the oxygen updater app
Click to expand...
Click to collapse
10.5.8 also pulled
10.5.10 11AA fw also disables photochrom
Does anyone not have 10.5.8 ?!!!?????? Full image.
Im pissed I just updated.
amnesia said:
10.5.10 11AA fw also disables photochrom
Click to expand...
Click to collapse
Odd I'm on that build and I still have photochrome

New OOS 11 Dialer for users on beta channel!

All new OOS 11 Dialer for 7T running OOS 10 Beta!
Users on beta should only flash this. Some reported it working on OB 8 As well, ( try on your own risk)
Don't spam for call recording, it is broken at the moment.
Flash in magisk and use. Simple, ain't it?
https://imgur.com/a/9KOlf1G
Download link:
OnePlus Dialer BETA 9.zip
drive.google.com
Thanks to Cody⁴⁷ for helping.
If you like my work, consider commenting
Any change in the function or UI or is there any extra feature?
niyonsv said:
Any change in the function or UI or is there any extra feature?
Click to expand...
Click to collapse
Flash and see sar..
And how to change your language?
Link is dead.
doggie13_ said:
Link is dead.
Click to expand...
Click to collapse
It is perfectly fine sir..just checked.
Hate to be the one digging up old threads, but I have a similar issue and want to use OOS 11.0.0.2 Dialer app on OOS 10.3.8.
I found out about this thread and to solve my own problem, I tried creating Magisk zip using OOS 11 Phone/Dialer app (com.oneplus.dialer), but no luck.
After granting all possible permissions to the Phone app, when I open it, an error pops up saying "Permissions Required - Phone requires the Call logs permission to provide necessary service", although I have given the required permissions in "system\etc\permissions\privapp-permissions-oem-system.xml" file:
<permission name="android.permission.READ_CALL_LOG"/>
<permission name="android.permission.WRITE_CALL_LOG"/>
Click to expand...
Click to collapse
I am attaching the zip that I created in a hope that someone can tell me what I am doing wrong.

[A515x] SafetyNET PASS [Android 10 - 11] [Magisk]

UNIVERSAL SafetyNet FIX
(A515x Edition)
ABOUT THIS:​This is a universal fix for SafetyNet on devices with hardware attestation and unlocked bootloaders. It defeats both hardware attestation and the new SafetyNet CTS profile updates released on January 12, 2021. The only requirement is that you can pass basic attestation, which requires a valid combination of device and model names, build fingerprints, and security patch levels.
Passing basic attestation is mostly out-of-scope for this module; this module is meant to defy hardware attestation, as well as reported "basic" attestation that actually uses hardware under-the-hood. Nonetheless, it features a few basic attempts at helping pass basic attestation on some devices, especially older devices and devices running stock ROMs.
HOW DO I USE IT?​
Code:
1. Simply install the module by Magisk, reboot
2. Enable Magisk Hide and enjoy
**ITS ONLY for A51 OneUI 2.5 or 3.0
CREDITS TO:​
@kdrag0n (Original developer of this mod)
@spit85 (For his important information and experience applying it to other devices )
SafetyNET Patch A51
Its based on the stock keystore so it doesnt affect anything​
is it working One UI 2.1 refined v1.0 ?
Fatih27 said:
is it working One UI 2.1 refined v1.0 ?
Click to expand...
Click to collapse
It should be the same keystore. You can test it. If your phone doesn't boot, boot to recovery and delete the module there.
Hi, I do the steps but it keeps saying that the certification failed :/
EDIT: Solved
My sefty net passes but after that i can't access mobile setting
It says the settings has stopped
ameer419 said:
My sefty net passes but after that i can't access mobile setting
It says the settings has stopped
Click to expand...
Click to collapse
You are using a Samsung galaxy a51? Android 10 or 11?
spit85 said:
You are using a Samsung galaxy a51? Android 10 or 11?
Click to expand...
Click to collapse
Android 10
ameer419 said:
Android 10
Click to expand...
Click to collapse
That's strange. It should work on android 10. I hex patched that keystore by my self. Maybe you got another magisk module that conflicts with these one. Do you have magisk props hide module? If yes, delete that module. You don't need it with these safetynet patch. And these patch is only for stock rom or stock base roms
spit85 said:
That's strange. It should work on android 10. I hex patched that keystore by my self. Maybe you got another magisk module that conflicts with these one. Do you have magisk props hide module? If yes, delete that module. You don't need it with these safetynet patch. And these patch is only for stock rom or stock base roms
Click to expand...
Click to collapse
Yes at that time i have that module but after this problem...i unroot my device
ameer419 said:
Yes at that time i have that module but after this problem...i unroot my device
Click to expand...
Click to collapse
Then root your phone again and only instal this module. I should work. Or flash the boot image again with Odin and root it over twrp recovery
spit85 said:
Then root your phone again and only instal this module. I should work. Or flash the boot image again with Odin and root it over twrp recovery
Click to expand...
Click to collapse
Yeah i m going to root it tomorrow
Just after rooting....do i have to install thia module
Would u like to suggest me to install any other module to pass safety net
ameer419 said:
My sefty net passes but after that i can't access mobile setting
It says the settings has stopped
Click to expand...
Click to collapse
Hi, If u are in RefinedUI 2.0 its a bug but I have already fixed it, check the small updates section of the Refined thread
BlassGO said:
Hi, If u are in RefinedUI 2.0 its a bug but I have already fixed it, check the small updates section of the Refined thread
Click to expand...
Click to collapse
I m on ui2.5
ameer419 said:
I m on ui2.5
Click to expand...
Click to collapse
With RefinedUI?
BlassGO said:
With RefinedUI?
Click to expand...
Click to collapse
Bro I have not so much knowledge about thi....i don't know it's refined or not....how to check
ameer419 said:
Bro I have not so much knowledge about thi....i don't know it's refined or not....how to check
Click to expand...
Click to collapse
I guess you are on stock rom and only unlock the bootloader and rooted the phone. If you have the Samsung galaxy a51, this patch work. If you have another phone model, it's possible that's the reason your phone trips in settings
spit85 said:
I guess you are on stock rom and only unlock the bootloader and rooted the phone. If you have the Samsung galaxy a51, this patch work. If you have another phone model, it's possible that's the reason your phone trips in settings
Click to expand...
Click to collapse
Yes... i have stock rom unlocked bootloader
I will try thi today after rooting because i unroot my phone due to settings has stopped issue
Updater process ended with ERROR 1
Error installing zip file "/external_sd/SafetyNet_Patch_A515_a10-11.zip
or
Updater process ended with ERROR 123
Error installing zip file "/external_sd/SafetyNet_Patch_A515_a10-11.zip
mikola08 said:
It doesn't want to install on android 11
Click to expand...
Click to collapse
Magisk crashes when tapping from "install from storage"
Using
[ROM][A515x] RefinedUI v2.0 [OneUI3.0 - Android11]​
[ROM][A515x] RefinedUI v2.0 [OneUI3.0 - Android11]
FEATURES [ 2.0 - REMAKE ] - NDataX replaced with BlueFly (An improved version) - Mixplorer removed (Problems with Google File Manager) - Added the option to remove the Magisk App from the /system (Abnormal State) - The OMC was updated with the...
forum.xda-developers.com
A short splash screen shows up with an blue folder icon.
Any idea how to fix that?

Categories

Resources