[MAGISK] Force HEVC encoding - OnePlus 6 Themes, Apps, and Mods

Force HEVC encoding
After some googling about HEVC on OP6, I found out that there's no module force enabling hevc encoding specifically for OP6. Digged a bit and found this mod for OP3/OP5 which actually works on OP6, but has configs that can eventually conflict with OP6's stock encoding configurations, so I went ahead and slightly modified stock 9.0.6 media_profiles_vendor.xml. Considering OP6's camera developement from OnePlus is probably stopped, expect this module to work on newer OOS just fine.
Don't expect any support from me. Any improvements are welcome via pull requests on GitHub.
GitHub: https://github.com/lutyjj/HEVCOP6
Downloads:
- View attachment HEVCOP6.zip
- View attachment HEVCOP6_lower_bitrate.zip
Credits: @tusar8 @CrashOverride1995

Any estimations on speed and size differences?

ashirviskas said:
Any estimations on speed and size differences?
Click to expand...
Click to collapse
With lowered bitrate (60% of stock) you'll get roughly the same quality with ~half file size decrease. 4K 30FPS 5s video: h264 - 28.1mb, h265 - 17mb. I'm not sure about bitrate values I use in lowered bitrate version, as I mentioned, they're just 60% of stock bitrate. If someone a bit more knowledgeable can suggest better values, I'm gladly use those.
Just HEVC enabled with stock bitrate results in same file size but pretty good boost in video quality.

Please make this for OnePlus 7 ( 9.5.8 rom ) . I really need it.

Related

[Q] slow-motion camera or port of droid X's camera?

Is there a way to take slow-motion video with the Vibrant camera? I know that the droid-X has one but i cant find a port or anything that will work on the vibrant.
so if anyone knows if there is either a port of the Droid X camera or maybe a slow-motion app I would appreciate it.
bpackard said:
Is there a way to take slow-motion video with the Vibrant camera? I know that the droid-X has one but i cant find a port or anything that will work on the vibrant.
so if anyone knows if there is either a port of the Droid X camera or maybe a slow-motion app I would appreciate it.
Click to expand...
Click to collapse
The way most consumer digital cameras do slow-motion video (and video at all) is to record many different frames on the camera's CCD chip. The Vibrant's CCD, for example, can take 2560x1920 still images. It also records 1280x720 video at 30fps. To do this, it puts 4 different frames on the CCD, one after another. (1280 times 2 is 2560, so you can fit two frames across and two frames down, so that's 4 images on the CCD at once.)
To do slow-motion video, you just need to subdivide the CCD even further to fit more frames on it. This is why cameras that support slow-motion video record it in lower resolution--you're not really speeding up capture so much as stuffing more frames on a single CCD, which has limits in how quickly it can refresh.
On the Vibrant, you could theoretically do 120fps in 640x480 resolution by subdividing the CCD into a 4x4 grid (instead of the 2x2 is uses to do 720p 30fps). This gives 4 times as many frames per CCD refresh, which means 120fps. (Or you could do 720x640 at 60fps by subdividing into a 4x2 grid--half the pixels of a 1280x720 at twice the frame rate.)
Are the camera hardware drivers open source? My knowledge of Android stops at the API--I've never done any low-level device driver programming. If you can get the camera driver source, this should be possible. But I have no idea how difficult it would be.
(I'd love to see this feature, though--I found this thread searching around to see if anyone had done it already.)
Bump. I'm assuming this is a development dead end until we get the camera driver source...but it'd still be awesome to have this feature on more Android devices.
chuckbass... what you says is no sense, forgive me, but that isn't the way slow motion works, if there is a way to get a frame from an area of the ccd and subdivide in 2x2 you will get 4 incoherent images cos each will be sepparated by half resolution
Slowmotion it's dependant on how fast you can get the whole frame from the CCD, resize, apply some compresion or not, and store
in this part the RAM memory has a vital role
the proccess is:
1) get the whole frame from ccd, it's can be done by api's, but I think may be slow, but you need to test first, but through apis is more compatible
2) resize the frame, at least you can get a resized by hardware image, I think through apis the cdd can return an jpg
3) store to ram in raw mode or the jpg
repeat at fast the cpu can until fill the reserved ram
this may works to do a burst slow motion for a few second but very fast frame rate
another ways is to apply an algorithm and store in ram just if it's necesary but better to store directly into a fast SD memory to record continuously, here you can do test to find the max memory you can store to SD and maybe not using compression but just store in raw mode (like a bmp, or rle bmp)
there is no relation with resolution/frame rate and how much slowmotion you can do
I mean, if you can record [email protected] that doesn't necessary means a [email protected]
samsung omnia i900 can get arround 120 fps in 320x240 in a low bitrate video, works fine with good light, and [email protected]
Galaxy S can record [email protected], but has a better cpu and gpu
It's depends on cpu power, and/or gpu (and not in MHz)
I don't know about android programming, and just a few useless things in winmo, but I'm glad if I can help with anything
it's seems that not much ppl is interested on slowmotion, funny, cos is a very nice feature!
if there slowmotion in galaxy S or optimus 3D I will buy, but for now I will get a Casio EX-F100 and a Nintendo 3DS soon

[MOD] 60 FPS 1080P Camera RN3P SD (MIUI 8, 6.0.1, Root)

Recently I have discovered you CAN record 1080p video at 60fps with stock MIUI8 just needs a few simple mods and specific camera apps.
This mod is only for and tested on the Redmi Note 3 Pro Snapdragon variant (kenzo).
For this mod to work you will need a few things to get started.
--- Select a Camera App ---
1. MotoCamera (MotoCamera_V6.0.62.1_ModV4.apk)
2. In MotoCamera set the mode to 1080 60 FPS in the settings pane (swipe from the edge to access options).
-OR-
1. FreeDCam -
2. you must edit the 1080p video profile in it's settings under 'video profile editor', set/change video frame rate to 60 fps and 'record mode' -> Normal then save, back in settings make sure Camera2 API is selected.
(3.3.147 is the current stable, but has a bug switching from 'pic' to 'video' and back where camera will appear to freeze, that bug is fixed in version 4 alpha but it has another have an issue saving some settings, I suggest starting with 3.3.147 to test it out.)
----
--System Changes---
3. you need to put the modified 'media_profiles_8956.xml' (found attached to this post) to enable 60fps on the device, use a file-manager like MiXplorer or similar to replace the file it can be found in /etc/ (make backups first), you can also just rename the old file to something like '/etc/media_profiles_8956.xml-'.
OR
I have also created a Magisk script for systemless modification., if you don't want to change / modify system files and happen to have Magisk installed just install the zip file in Magisk Manger - easy.
if you are going the non Magisk route then I suggest you backup your original media_profiles_8956.xml or just rename it to something else just incase you dislike the mod and want to return to stock.
4. reboot, and try it out, [email protected], you do need to be in nicely lit area otherwise fps will drop in low light -
.
Video: MPEG4 Video (H264) 1920x1080 59fps 16931kbps [V: VideoHandle [eng] (h264 baseline L4.2, yuv420p, 1920x1080, 16931 kb/s)]
-
Pros:
60 FPS 1080p
very smooth such a noticeable difference
media_profiles_8956.xml mod ups the stock bitrate for audio to 320k , and raises video bitrate for better looking videos.
Cons:
Breaks stock camera video recording (camera app crashes)
still has the FPS lag in low light
60 FPS only works in specific camera apps, if you find others please let me know!
I have tested this on MIUI 8 Global beta 7.6.15, I am not sure the results of other OSes or MIUI versions, so as with any mod try it at own risk and make sure you have a working twrp or recovery.
good luck.
BTW there is also a 960P mod for 90fps, but it cannot coexist with the 1080p 60FPS mod .
otyg said:
Spoiler
Recently I have discovered you CAN record 1080p video at 60fps even in stock MIUI with a few simple mods (and specific camera apps), this mod is only for the Redmi Note 3 Pro Snapdragon.
For this tutorial we will need a few things first so follow along.
1. MotoCamera (MotoCamera_V6.0.62.1_ModV4.apk)
https://forum.xda-developers.com/moto-x-style/themes-apps/moto-camera-6-0-43-10-modded-apk-t3459690
OR
1. Another alternative is FreeDCam - but you must edit the 1080p video profile in it's settings, change video frame rate to 60 fps and record mode > Normal then save), also make sure CameraAPI2 is selected.
2. In MotoCamera select 1080 60 FPS in the settings (swipe from the side to access options).
3. Next is the 'hard' part you need to put a modified /etc/media_profiles_8956.xml to enable 60fps on the device (see attachment below), I have also created a Magisk script for systemless modification., if you don't want to change system files and happen to have magisk installed..,
if you are going the non Magisk route then I suggest you backup your original media_profiles_8956.xml or just rename it to something else just incase you dislike the mod and want to return to stock.
reboot, and try it out, 60fps 1080p you need to be in nicely lit area otherwise fps will drop in low light.
Pros:
60 FPS 1080p
very smooth such a noticeable difference
media_profiles_8956.xml mod ups the stock bitrate for audio to 320k , and raises video bitrate for better looking videos.
Cons:
Breaks stock camera video recording (camera app crashes)
still has the FPS lag in low light
60 FPS only works in specific camera apps, if you find others please let me know!
I have tested this on MIUI 8 Global beta 7.6.15, I am not sure the results of other OSes or MIUI versions, so as with any mod try it at own risk and make sure you have a working twrp or recovery.
good LUCK.
Click to expand...
Click to collapse
Nice [emoji7]
Is the breaking of the stock camera reversible by restoring xml file?
Inviato dal mio Redmi Note 3 utilizzando Tapatalk
magico18 said:
Nice [emoji7]
Is the breaking of the stock camera reversible by restoring xml file?
Inviato dal mio Redmi Note 3 utilizzando Tapatalk
Click to expand...
Click to collapse
yeah, if you restore the xml stock camera should work like normal again, just remember to reboot after changing the xml files.
Any 1080p 60fps samples?
i can record full hd on my device using miui.eu rom
wakaranay said:
i can record full hd on my device using miui.eu rom
Click to expand...
Click to collapse
This thread is about recording in 60FPS! You miui.eu ROM can record only in 30FPS.
Maybe Open Camera will support
Sent from my Redmi Note 3 using Tapatalk
sora_61 said:
Maybe Open Camera will support
Sent from my Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
I tried
Open Camera,
Snap Camera HDR (all CameraAPI levels),
Lumio Camera (btw this is another awasome camera, if you want a steady 30fps video with no FPS drops even in low light, just no 60 FPS though ),
Camera MX
but they all record at 30 fps
So far the only ones known to work at 60 FPS are
Moto Camera
FreeDCam
cyngn.cameranext (not tested)
CameraNX (only for android 7.x)
Have you figured out any way to make the camera record stable 30FPS even in low light without any third party camera app? Thanks man, I'll be using Lumio Cam for now. Haha.
Edit: It actually works! Seriously, how can this camera do this kind of stuff?! It actually performs better, but kinda hated the UI lol, at least the video camera can be usable now.
Will it work on Los based ROMs?
Sent from my Redmi Note 3 using Tapatalk
$()/\/@ said:
Will it work on Los based ROMs?
Sent from my Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
for the 60 fps mod?, I have no idea I only tested it on MIUI 8, you can see if the /etc/media_profiles_8956.xml file exists on the LOS rom and try porting the modified settings over and try motocamera out.
krazy23 said:
Have you figured out any way to make the camera record stable 30FPS even in low light without any third party camera app? Thanks man, I'll be using Lumio Cam for now. Haha.
Edit: It actually works! Seriously, how can this camera do this kind of stuff?! It actually performs better, but kinda hated the UI lol, at least the video camera can be usable now.
Click to expand...
Click to collapse
Afaik there is no way to make stock camera app record steady 30 fps, I edited kenzo.xml inside of miuisystem.apk and I can enable a few extra options for the stock camera like video image stabilization, 4k video ..etc but still suffers the fps lag in dark, I also dislike the zero shutter lag feature of the stock camera since images come out looking like watercolor (when zoomed in), where if you compare a image that was taken with another camera like SnapCam or Lumio the water color effect will be gone and have more detail for far away objects (but at the cost of shutter delay) ,
btw I can make a magisk script for a miuisystem.apk with the stock camera mods enabled, but you might have to be on the same version of miui 8 (7.6.15) since I am not sure how often that file changes and if it can work across different miui8 versions
otyg said:
Afaik there is no way to make stock camera app record steady 30 fps, I edited kenzo.xml inside of miuisystem.apk and I can enable a few extra options for the stock camera like video image stabilization, 4k video ..etc but still suffers the fps lag in dark, I also dislike the zero shutter lag feature of the stock camera since images come out looking like watercolor (when zoomed in), where if you compare a image that was taken with another camera like SnapCam or Lumio the water color effect will be gone and have more detail for far away objects (but at the cost of shutter delay) ,
btw I can make a magisk script for a miuisystem.apk with the stock camera mods enabled, but you might have to be on the same version of miui 8 (7.6.15) since I am not sure how often that file changes and if it can work across different miui8 versions
Click to expand...
Click to collapse
What I mean is, are there any solutions like binary patches or any system stuff that doesn't fiddle with the camera app? Or have you found any other camera app that can do stable 30fps in low light?
Sadly, I'm already using NOS so I can't test stuff, but that's a good idea. I don't think MIUI doesn't change it's files that much. Good work man! :highfive:
Just tested, it works like a charm [emoji106]
Inviato dal mio Redmi Note 3 utilizzando Tapatalk
krazy23 said:
What I mean is, are there any solutions like binary patches or any system stuff that doesn't fiddle with the camera app? Or have you found any other camera app that can do stable 30fps in low light?
Sadly, I'm already using NOS so I can't test stuff, but that's a good idea. I don't think MIUI doesn't change it's files that much. Good work man! :highfive:
Click to expand...
Click to collapse
Just Lumio that I found so far (that can do 30 fps without mods in low light), besides it costing money its pretty nice .
I have heard if you first set a manual shutter speed to a fixed 1/30 in snap camera hdr it might also work in that app, although I have not tried it, I might mess around with it later after it finishes charging
This mod work for xiaomi redmi note 4 sd?
AtomR said:
This thread is about recording in 60FPS! You miui.eu ROM can record only in 30FPS.
Click to expand...
Click to collapse
Ok. go take your meds
Nice work.
Sent from my Xiaomi Mi Max using XDA Labs
@otyg Would be amazing if you could find a way to enable slowmotion in google camera, thanks.
---------- Post added at 02:48 PM ---------- Previous post was at 01:54 PM ----------
Oh and, as a side note, do not try to apply this mod to any of the custom roms here, it will bootloop the device.
otyg said:
I tried
Open Camera,
Snap Camera HDR (all CameraAPI levels),
Lumio Camera (btw this is another awasome camera, if you want a steady 30fps video with no FPS drops even in low light, just no 60 FPS though ),
Camera MX
but they all record at 30 fps
So far the only ones known to work at 60 FPS are
Moto Camera
FreeDCam
cyngn.cameranext (not tested)
CameraNX (only for android 7.x)
Click to expand...
Click to collapse
that lumio cam can even record 4k at stable 26fps in low light conditions ( with fraps while playback )
View attachment 4191179
AgentBuBu said:
that lumio cam can even record 4k at stable 26fps in low light conditions ( with fraps while playback )
View attachment 4191179
Click to expand...
Click to collapse
Yeah shame this feature is limited to one app tho, luckily Lumio is a nice all around app with lots of settings, it's a pretty new app so maybe more features will become available with future updates, I think lumio manually controls the shutter speed so it never drops under 30 perhaps that's how they defeat the fps drop, I tried contacting the developers but never heard back sadly.
but still since now we know what this camera can do, it sucks that it's being held back from its full potential by xiaomi, it should work like this out of the box, variable framerate was a bad idea.

camera tweaks

Hey everyone!
First and Foremost, DO A NANDROID BACKUP!!!!! I am not responsible for any mistakes that you make or if anything happens to your phone.
for thoes who want to test non compression settings and are rooted :
you can flash in magisk and that allows to set jpeg 100%
It's only work with stock camera . It's has no effect in gcam or ....
Changelog:
V1-
-set JPEG quality to 100%
-Increase 1080 and 4k bit rate
-Set audio to channel 2 (stereo)
-Increase audio bit rate
-Increase photos details
V2-
-Some changes for better vibrance and saturation
V3-
-Increase video quality
-Increase audio quality
-Increase photos details
V4-
- Larger Image Buffer
- Larger colour information flow from colour sensor in blend matrix
- Better overall handling of ISO exposure settings
- Better low light performance
- Less noise in low ISO
- More aggressive handling of high ISO aliasing
- Extra frame of bracketing for HDR modes
Enjoy
What does it contain?
Yes, some explanation and info would be welcome haha.
EDIT : guys, don't flash until we have more info.
look at the README:
Changelog:
Code:
v1 - Initial Release
v2 - Fixed the earpiece not working throughout the system
v3 - Fixed Earpiece not switching from multimedia to calls
v4 - Fixed bluetooth audio issue
v5 - Fixed right channel not playing through main speaker
v6 - Fixed latency issue between earpiece and main speaker
The rest seems legit, so it doesn't seem to be a scam, however, it would be good to know exactly what it does. Also, since you used as a model the stereo speaker mod from @acervenky , it would be nice to give him some credit.
Samples
Gcam - stock camera - camera tweak
More sharp and WB super accurate
Works as a module and easy to uninstall?
Just delete from magisk model
https://forum.xda-developers.com/newreply.php?do=newreply&p=78280377
Apart from JPEG quality, which was set to 100% by you, these files have no impact on photos, processing or whitebalance.
They control video.
Also, OnePlus' stock camera and for example GCam are already using 95% JPEG quality.
There is no noticeable difference between 95 and 100%. All this does is needlessly increasing filesize.
Providing downsized samples through the forum is also not saying anything.
The "difference" which can be seen in your samples is not caused by the change you did to the files.
You just took a bad photo from what I can see (bad focus / handshake?!).
Also keep in mind that stock camera sometimes does not apply postprocessing when using it right after GCam.
Clear recents first if you compare them.
If I missed something, please provide thorough information to what you've actually changed.
No disrespect, but in terms of photo-quality this is a placebo-tweak.
V2
Samples:
Gcam - stock - camera tweak
AcmE85 said:
https://forum.xda-developers.com/newreply.php?do=newreply&p=78280377
Apart from JPEG quality, which was set to 100% by you, these files have no impact on photos, processing or whitebalance.
They control video.
Also, OnePlus' stock camera and for example GCam are already using 95% JPEG quality.
There is no noticeable difference between 95 and 100%. All this does is needlessly increasing filesize.
Providing downsized samples through the forum is also not saying anything.
The "difference" which can be seen in your samples is not caused by the change you did to the files.
You just took a bad photo from what I can see (bad focus / handshake?!).
Also keep in mind that stock camera sometimes does not apply postprocessing when using it right after GCam.
Clear recents first if you compare them.
If I missed something, please provide thorough information to what you've actually changed.
No disrespect, but in terms of photo-quality this is a placebo-tweak.
Click to expand...
Click to collapse
Just try it you will see the changes
Nice, thank's you for this mod ?
V3
Flash part 1 and part 2
javad79 said:
Samples:
Gcam - stock - camera tweak
Click to expand...
Click to collapse
Image 1 and 3 are screenshots ?
Photo seems actually nice on camera tweaked but your presentation and samples look weird... what's your mod actually modifying to improve quality??
Looking at the files I agree with the earlier comment, looks like your touching video encoding/decoding... don't see anything related to picture in there...
Gugus38 said:
Image 1 and 3 are screenshots ?
Photo seems actually nice on camera tweaked but your presentation and samples look weird... what's your mod actually modifying to improve quality??
Looking at the files I agree with the earlier comment, looks like your touching video encoding/decoding... don't see anything related to picture in there...
Click to expand...
Click to collapse
In V3 I make changed in Media profile to change jpeg quality and increase audio quality and force it to record stereo and increase video quality by changing bit rate
In part 2 I add some tweak
I belief with this mod you can get better results than stock
Camera or gcam
V3 increase gcam quality too
I'm so busy now and couldn't test or send good samples
If you have any ideas to increase quality just say it
Stock-gcam-tweake
Upload to imgur or any other site that doesn't compress the photos. Thx
http://imgur.com/gallery/I5EnS2W
I am a little confused . What file should I install?
javad79 said:
V3
Flash part 1 and part 2
Click to expand...
Click to collapse
Falsh first one after that second one

[Dev Help ]Enabling Slow Motion 60fps Recording with Max pro M1 6gb

Hi , This is about max pro m1 6gb version slowmotion recording and 60fps recording feature enabling discussion project :
Our device main sensor is capable of shooting video at 1080p 90fps and 720p at 120 fps
also processor SD 636 is capable the same :
But Asus didn't provided these options in our devices :
So I am collecting information about the camera functions and how can we able to modify its library to do this features :
I am not a Developer So Information collected from this can be useful for a developer to develop those features :
As far as I know Omnivision sensors used in Le eco 2 and Xiaomi Mi MIx and Max can deliver slowmotion also redmi Note 3 pro able to do it with their omni sensors :
Our chromatrix.xml
https://github.com/TheMuppets/propr...etc/camera/ov16885_holitech_16m_chromatix.xml :
No mentions about hfr
Update 2
After some tries , I got vendor blobs of lenovo z5
and took 3 lib so files from vendor lib
zsl video ibchromatix_ov16885_hlt_back_zsl_video_3a.so
default video buxxx
hfr60 buxx
i got 60 fps or 53 in front camera where ui added for back
Update 1 : compared to poco f1 media_profile xmls
Mediaprofile v1
Mediaprofile.xml are same only .
Difference noted in mediaprofile vendor. There they added slowmotion profiles
Post will Be Updated according to the information : Others can share information
There is a magisk mod called oxify, which installs opne plus camera on the phone and using that we can get slow motion. I think it's 120fps. If someone could port those drivers to asus to work on all the rest camera apps it would be awesome
OVB Prime said:
There is a magisk mod called oxify, which installs opne plus camera on the phone and using that we can get slow motion. I think it's 120fps. If someone could port those drivers to asus to work on all the rest camera apps it would be awesome
Click to expand...
Click to collapse
We can install one plus camera and get slowmotion but it's not hardware based slowmotion and only 30fps
In 6gb cam modules are ok to record slowmotion both front and back but they limited to 30fps in mediaprofile as well some lib files ..if you look into the chromatrix.xml of each camera hardware profiles you can see they removed those hfr lines .. but present in front cam but it is limited to 30fps ..
May be this guy can help @defcomg
Go ahead
Is it really possible to do so? There is a thread for enabling 60fps for the 3/32gb variant but is is very unstable and buggy.
Any new update?

Zero Camera Mod - Bitrates | JPG 92 > 100 | Pro Video Mode | 4K60 External SD

Increased Bitrates (20% over stock) - 4K60, 4K, QHD, 1080p60, Slow Motion
Increased JPG quality for single and burst shots - Default was 92, now 100
Pro Video Mode
No Recording Time Limits
Record 4K60 to external SDcard
Installs latest Samsung Camera revision
Remove 4GB video file size limit - App only
Adjust Photo/Video Edge Sharpness & DeNoise settings - App only (Exynos only currently)
Custom bitrates - App only
1080p, 18:5:9, 720p bitrate adjustment - App only
Custom Shutter Speed > 10 seconds - App only
Choose your own custom Gallery - App only
23 Feb - v2
Camera update v10.0.00.72
App Only options are mostly due to library, xml file changes which have to be patched specifically to your model and something I don't have the time to maintain for different models.
JPG quality on S10 / N10 default is awful at 92 compression.
Camera Mod App - Paid
Download Now - Magisk Free Version
Adjust Photo/Video Edge Sharpness & DeNoise settings -
please add snapdragon support
Can I use this camera on LOS 17?
Jab_ said:
Can I use this camera on LOS 17?
Click to expand...
Click to collapse
No the rom needs the SamsungCamera.
Great..
Many many thanks for the Magisk version.
it works ... :good:
Works great! Realy good work, thanks! so, what's the difference with SamsungCamera 10.0.0.80? On s10+ works well but i can't see the difference!
any more review about this i wanna buy it
Does it allow to record at 60fps with the wide lens 0.5x camera?
Working on s10+ (g975f)? I try on ambasadii rom and after apply magisk module, no camera app on launcher.
app has v10.0.00.72 camera version, my original is v10.0.00.80..
DeeJay-DEFFI said:
Working on s10+ (g975f)? I try on ambasadii rom and after apply magisk module, no camera app on launcher.
app has v10.0.00.72 camera version, my original is v10.0.00.80..
Click to expand...
Click to collapse
Works fine on the same phone and the same rom. Camera app versione change to .80 to .72.
Hello and thanks for the app and mod! does it work with exynos s10e, cause I'm planning to buy one!
So, I've the app updated. Do we need tu use the magisk module anyway? Does it need to be updated?
Is this thread dead?

Categories

Resources