[Discussion] What magisk modules you have in oreo? - Xiaomi Mi A1 Guides, News, & Discussion

I am using:
1. Adaway after enabling systemless in magisk settings
2. Greenify4magisk - helpful in hibernating notification hungry and backgroung running application
Both safetynetcheck are green.
Cant find SELinux permissive module. Can someone help? Also what other modules are you using?

Aj.GaLaxY aCE said:
I am using:
1. Adaway after enabling systemless in magisk settings
2. Greenify4magisk - helpful in hibernating notification hungry and backgroung running application
Both safetynetcheck are green.
Cant find SELinux permissive module. Can someone help? Also what other modules are you using?
Click to expand...
Click to collapse
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)

Gcam freezes
_mysiak_ said:
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Click to expand...
Click to collapse
Could you share that module, please? I added persist.camera.HAL3,enabled=1 to the build prop but the GCAM take a long time to open and even my stock camera. I don´t know what I am making wrong.

paqr28 said:
Could you share that module, please? I added persist.camera.HAL3,enabled=1 to the build prop but the GCAM take a long time to open and even my stock camera. I don´t know what I am making wrong.
Click to expand...
Click to collapse
You're doing it right, but there is a bug in Oreo, at the moment there is only one known workaround - set SELinux to permissive mode (for example with this or any other app/method). Gcam and stock camera will start fast in permissive mode.

Slow motion GCAM
_mysiak_ said:
You're doing it right, but there is a bug in Oreo, at the moment there is only one known workaround - set SELinux to permissive mode (for example with this or any other app/method). Gcam and stock camera will start fast in permissive mode.
Click to expand...
Click to collapse
Thank you, It finally works with SELinux to permissive, Did the Slow motion in gcam works for you? That is the only thing that doesn´t work for me.

paqr28 said:
Thank you, It finally works with SELinux to permissive, Did the Slow motion in gcam works for you? That is the only thing that doesn´t work for me.
Click to expand...
Click to collapse
Slow motion requires different media profile files, but when you replace them, stock camera will crash with slow mo mode.. As I never use this mode and I prefer fully working stock camera, I just let it be..

_mysiak_ said:
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Click to expand...
Click to collapse
Couldyou please share your module? It works on oreo?

IronJacob said:
Couldyou please share your module? It works on oreo?
Click to expand...
Click to collapse
Please find the module attached, it works for me on Oreo, no guarantees though
It adds these build.prop values:
Code:
persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
ro.qc.sdk.audio.fluencetype=fluencepro
ro.config.vc_call_vol_steps=14
ro.config.media_vol_steps=30
audio.safemedia.bypass=true

_mysiak_ said:
Please find the module attached, it works for me on Oreo, no guarantees though
It adds these build.prop values:
Click to expand...
Click to collapse
Thank you very much

_mysiak_ said:
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Click to expand...
Click to collapse
Fix video recording sounds? Is it bad?

_mysiak_ said:
Please find the module attached, it works for me on Oreo, no guarantees though
It adds these build.prop values:
Code:
persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
ro.qc.sdk.audio.fluencetype=fluencepro
ro.config.vc_call_vol_steps=14
ro.config.media_vol_steps=30
audio.safemedia.bypass=true
Click to expand...
Click to collapse
thank you man! to add or edit stuff in your module i can simply edit the system.prop file in your mod?
Also , i see you use "ro.qc.sdk.audio.fluencetype=fluencepro" while oher mod use "ro.vendor.audio.sdk.fluencetype=fluencepro", both valua are correct or other mod mistake this value?

riccetto80 said:
thank you man! to add or edit stuff in your module i can simply edit the system.prop file in your mod?
Also , i see you use "ro.qc.sdk.audio.fluencetype=fluencepro" while oher mod use "ro.vendor.audio.sdk.fluencetype=fluencepro", both valua are correct or other mod mistake this value?
Click to expand...
Click to collapse
Yes, you can edit system.prop to modify the values and reinstall the module to apply them. I used to be able to modify system.prop of already installed module in /magisk/module_name/system.prop file directly, but it stopped working for me - file doesn't get saved (not sure if related to Oreo).
"ro.qc.sdk.audio.fluencetype=fluencepro" was required in Nougat. In Oreo, the default value is indeed "ro.vendor.audio.sdk.fluencetype=none". However audio recording is fine as far as I can tell, so it either has been fixed by Xiaomi or "ro.qc.sdk.audio.fluencetype=fluencepro" is still working. Will check when I have more time for testing
Edit:I can't hear any difference between stock "ro.vendor.audio.sdk.fluencetype=none"; "ro.vendor.audio.sdk.fluencetype=fluencepro" and "ro.qc.sdk.audio.fluencetype=fluencepro". My guess would be that it has been fixed by Xiaomi in the January(?) Oreo update. Can anyone else confirm?

A question - if I have the EIS and HAL3 already activated as I have the Gcam previously installed I don't need to deactivate them in your module? Just install the module? What I want is the voice recorder. Or, shall I put to zero ("0") these values: persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1

laotzy said:
A question - if I have the EIS and HAL3 already activated as I have the Gcam previously installed I don't need to deactivate them in your module? Just install the module? What I want is the voice recorder. Or, shall I put to zero ("0") these values: persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
Click to expand...
Click to collapse
You can keep them (Magisk merges build.prop changes from all modules), remove repeating lines or add comment sign "#" at the beginning of the line which you want to skip. The easiest way is to use module as it is, it should work without any issues..

Hello guys, anyone tried the Systemless Xposed for Oreo?

spithash said:
Hello guys, anyone tried the Systemless Xposed for Oreo?
Click to expand...
Click to collapse
Yes, many of us. It's working fine, but will break Safetynet.

These modules help me a lot everyday.

joeyhuab said:
These modules help me a lot everyday.
Click to expand...
Click to collapse
Pls Give link of Andromeda Enabler and all modules related with nav bar

sauru.660 said:
Pls Give link of Andromeda Enabler and all modules related with nav bar
Click to expand...
Click to collapse
Andromeda enabler: https://drive.google.com/open?id=1SwIza1UYLQrn0c6b0gS9zEV7p48YefKh
Soft keys only: https://drive.google.com/open?id=1kOrqcZRki8ZhEeGy8_AC515uXq6qjBkr
Navbar: https://drive.google.com/open?id=1mv1XkT_ElubR-hBUpXC2cmF7mYbplEXs
Enjoy.

joeyhuab said:
These modules help me a lot everyday.
Click to expand...
Click to collapse
Are you on Oreo or Nougat? If on Oreo, have you installed the latest update?

Related

Prospect of getting xposed to work on this?

What the title says...
I've got it working. Currently on Xposed 86. There are some issue with system settings force closing (launching, but not opening, no error message), but often this is fixed with a reboot.
Did disable resource hooks in the xposed app settings.
I think xposed 87 should work as well, it fixes a november security update, but my phone is still on the october security update anyway.
First boot after flashing will take a while.
normal method works (flashing zip through recovery..)
but the first boot, seriously takes ages (mine took 25 minutes , literaly)
EMUI theme may have some issue with Xposed, the rest should work as intend.
Mvs1989 said:
I've got it working. Currently on Xposed 86. There are some issue with system settings force closing (launching, but not opening, no error message), but often this is fixed with a reboot.
Did disable resource hooks in the xposed app settings.
I think xposed 87 should work as well, it fixes a november security update, but my phone is still on the october security update anyway.
First boot after flashing will take a while.
Click to expand...
Click to collapse
87 seems to work just fine and it didn't take long to reboot! btw for anyone wondering we need the ARM64 version.
btw what xposed modules do you find useful on this phone?
I only have the ad blocker and the skip tracks with volume but would love to hear suggestions.
lowspeed said:
btw what xposed modules do you find useful on this phone?
Click to expand...
Click to collapse
Thanks for letting me know .
Currently I'm using;
AFWall+ (firewall)
Greenify (hibernation)
MaxLock (fingerprint applock)
Play Store Changelog (auto expand changelog)
Secure Settings (for use with Tasker)
thilak devraj said:
normal method works (flashing zip through recovery..)
but the first boot, seriously takes ages (mine took 25 minutes , literaly)
Click to expand...
Click to collapse
it took only 7 min to me
Marella ram_youtubr said:
it took only 7 min to me
Click to expand...
Click to collapse
based on the number of apps you have
tasker is not working as expected in my device. is there any way to set minimum brightness to 1 i have tried all xposed models for this non of them working.

any rom which comes with camera2api pre-enabled in it ??

i need a rom which is having camera2api pre-enabled in it ??
Aosp extended AEX Rom
Masik Miui Rom
Pixel Experience and Lineage os
Manav10799 said:
Pixel Experience and Lineage os
Click to expand...
Click to collapse
This comes as a surprise to me, as I had to manually enable camera2 two days prior in lineageos on whyred.
Anyway, OP, what is the problem with enabling it yourself via twrp? (mount system, open terminal in twrp > advanced then echo the one required line into the build.prop)
MSM Extended
https://forum.xda-developers.com/redmi-note-5-pro/development/stable-msm-xtended-x9-t3819822
v0id_walker said:
This comes as a surprise to me, as I had to manually enable camera2 two days prior in lineageos on whyred.
Anyway, OP, what is the problem with enabling it yourself via twrp? (mount system, open terminal in twrp > advanced then echo the one required line into the build.prop)
Click to expand...
Click to collapse
Or simply editing the build.prop in the system/ folder: "persist.camera.HAL3.enabled=1"
Sure you need to root the device but who doesn't in case you have already flashed a custom rom: hiding root from certain apps is not the problem (except Pokemon GO fair enough)
A R said:
i need a rom which is having camera2api pre-enabled in it ??
Click to expand...
Click to collapse
Masik
v0id_walker said:
This comes as a surprise to me, as I had to manually enable camera2 two days prior in lineageos on whyred.
Anyway, OP, what is the problem with enabling it yourself via twrp? (mount system, open terminal in twrp > advanced then echo the one required line into the build.prop)
Click to expand...
Click to collapse
yes i agree i also manually enabled camera2api on Los15.1 but it broke my front camera video calling feature in all the apps. So if anybody have any solution to this please do share here.
Surik4t4 said:
MSM Extended
https://forum.xda-developers.com/redmi-note-5-pro/development/stable-msm-xtended-x9-t3819822
Click to expand...
Click to collapse
they have just provided the option to enable or disable it from settings but what about the video calling feature which gets broken after enabling it ?? did anybody tested on any rom with enabling camera2api ???
A R said:
yes i agree i also manually enabled camera2api on Los15.1 but it broke my front camera video calling feature in all the apps. So if anybody have any solution to this please do share here.
Click to expand...
Click to collapse
There's magisk module called camera2_api+WhatsApp.zip that enable camera 2 api without conflict with any other app (in this case video calling on WhatsApp), i get it somewhere on di xda but not test it yet, i'll report back tomorrow
Bad english, sorry
Some advice: do not choose ROM just because camera2 API enabled. Enabling camera2 API is very easy. Choose ROM according to your needs and preferences first, then worry about camera2 API.
A R said:
they have just provided the option to enable or disable it from settings but what about the video calling feature which gets broken after enabling it ?? did anybody tested on any rom with enabling camera2api ???
Click to expand...
Click to collapse
Whatsapp video calling works perfectly well on Msm Xtented no issues here and in the latest build also comes with A2 ported cam

[Magisk Module] Nokia Extensions

Nokia Extensions!​Telegram Group
This thread is discontinued. Future posts will be made here.​
Module description
Why should the Chinese have all the fun? This module aims at porting features from the Chinese variants of Nokia phones to Global variants (Android One).
Features
1. AI Floating Ball
The phone will recommend relevant application shortcut settings according to your usage. You can also:
Use the custom shortcuts to customize the shortcut menu.
Use gestures to enrich your interaction with the phone.
2. Data speed indicator
Tested and working on Nokia 6, Nokia 8 and Nokia 7 plus on Oreo. After installation, go to Settings - Network & Internet - Data Usage and toggle Show data speed. Now you should be able to see your internet speed on your status bar.
3. Screenshot Plus
Take long screenshots, edit them on the go.
4. Screen Recorder
Supports FHD, HD and SD at 30 and 60 FPS, records audio too.
5. Junk Cleaner
Clears cache and junk files.
6. Task Manager
View and end a running task.
7. Smart Boost
Enjoy gaming without frame drops and hiccups!
8.. Virus scanner
Scan for virus and keep your phone secure.
9. NokiaPure fonts
Change your system font to NokiaPure
How to's
To install the module, flash the zip using Magisk manager or TWRP and reboot.
To uninstall the module, flash the same zip again and reboot.
To get the internet speed on the status bar, go to Settings - Network & Internet - Data Usage and toggle Show data speed.
To use Screenshot plus and Screen Recorder, add them to Quick Settings.
To open AI Floating Touch, Smart boost, Task manager, Junk Cleaner and Virus scan use NEX Launcher.
Compatibility
Nokia Phones
Magisk 17+
Android 8.1.0 and above
Download from Magisk Manager.
Source code: Github[/SIZE]
Credits
@topjohnwu for Magisk
@ahrion & @Zackptg5 for Unity template and Volume Key Selector
FIH/Evenwell/HMD Global (whoever it is) for making these apps
Changelog
v1
Initial release
v1.1
Added more features - Screenshot plus, Screen Recorder, System dashboard
Added NokiaPure fonts
v1.2
Added smart boost
fixed some FCs
v1.3
Merged Pie and Oreo files into a single package
Users can now select only the files they want to install using volume keys
How to use these apps? I am unable to use the apks after downloading.
yagyanshskumar said:
How to use these apps? I am unable to use the apks after downloading.
Click to expand...
Click to collapse
The Title shows that it's a Magisk Module. Means that you need to be rooted using Magisk
Akilesh T said:
Nokia Extensions!
Module description
Why should the Chinese have all the fun?
Click to expand...
Click to collapse
Haha, great!
maybe is not working on nokia 6 with magisk root which have locked bootloader
frnsl3 said:
maybe is not working on nokia 6 with magisk root which have locked bootloader
Click to expand...
Click to collapse
I guess you are using Magisk 16.1
This module requires Magisk 17+
ZeroPointMax said:
Haha, great!
Click to expand...
Click to collapse
These features could have been added by Nokia mobile itself if they wanted to. But they decided to keep it only for China, going with "Pure stock" Android for the rest of the markets. You can say that it might reduce the speed of the updates, but China variants have been getting updates at almost the same speed as the global variants. It would have been great if they had gone with something like OOS.
Akilesh T said:
I guess you are using Magisk 16.1
This module requires Magisk 17+
Click to expand...
Click to collapse
yep so sad, able rooting but not maximum potential and soft brick too often if we modify the system
frnsl3 said:
yep so sad, able rooting but not maximum potential and soft brick too often if we modify the system
Click to expand...
Click to collapse
Magisk is systemless
Akilesh T said:
Magisk is systemless
Click to expand...
Click to collapse
not talking about magisk there, i tell you about rooting
Unable to install
I have nokia 8. When i try to install this module, it says that my decvice is pixel Xl and refuses to install. I think this is because i have installed daydream enabler module. Is there a way to bypass the device check and proceed with installing this module?
audiophile55 said:
I have nokia 8. When i try to install this module, it says that my decvice is pixel Xl and refuses to install. I think this is because i have installed daydream enabler module. Is there a way to bypass the device check and proceed with installing this module?
Click to expand...
Click to collapse
Looks like that module edited your build.prop
You can bypass it. Extract the zip. Remove the device check part in install_module function inside the config.sh file. Rezip it and flash again
Akilesh T said:
Looks like that module edited your build.prop
You can bypass it. Extract the zip. Remove the device check part in install_module function inside the config.sh file. Rezip it and flash again
Click to expand...
Click to collapse
Can you tell me exactly which lines to remove? I try removing few lines but getting the same error. I am a noob at this. BTW, i also tried deleting the entire config.sh file and still I get the same error.
EDIT: My bad. I kept flashing the original zip and not extracted zip. All good now.
audiophile55 said:
Can you tell me exactly which lines to remove? I try removing few lines but getting the same error. I am a noob at this. BTW, i also tried deleting the entire config.sh file and still I get the same error.
EDIT: My bad. I kept flashing the original zip and not extracted zip. All good now.
Click to expand...
Click to collapse
You mustn't delete config.sh file
:good:
does this module work with other android one phones? im using xiaomi a2 lite @ oreo 8.1
How can i use ai floating? . I cant find where to activate it
cbkottege said:
How can i use ai floating? . I cant find where to activate it
Click to expand...
Click to collapse
Search for "touch" in settings. There'll be a result like "Hide in do not disturb apps". That'll take you to the AI floating button' settings
Hi. I am using nokia 8. After installation module and restart, i get smart tuner and data speed indicator force close, how to fix it sir?
(Sorry for my bad english)
zeronatdo said:
Hi. I am using nokia 8. After installation module and restart, i get smart tuner and data speed indicator force close, how to fix it sir?
(Sorry for my bad english)
Click to expand...
Click to collapse
Are you using the latest version (v1.3)?

Problem Fixed: Failed to enabled camera2api in "build.prop" file.

for those who facing problems to enable CAMERA2API. Edit build prop still unsuccessful. please try this way. it works for me.
Go to the Magisk Manager
Please disable all magical modules. No need to delete.
Reboot phone.
Then edit build.prop file to enable camera2api.
Save and reboot phones.
Review the build prop, whether previous edits were still saved. If stored, it means you've succeeded.
Test with Camera Probe app. InshaAllah u will get Level 3.
Run gcam. You can use Gcam as desired.
Go to Magisk Manager
Re Enable all the magisk that u disable before.
Reboot phone.
You explained like ****ttt
jorgeepelos said:
You explained like ****ttt
Click to expand...
Click to collapse
Help
Brother,
I am using MiMax 3 chinese rom.
Can you please give a step by step guide how to enable camera2api?
This didnt work, My ROM has nothing to do with the camera 2 api, no app to manage the api, no script until i added it & it didnt understand it (nothing nowhere)

Question Stock Camera App

After flashing LineageOS, the only missing thing for me was the stock Camera app. The BSG GCam is very good, but it sill misses some things, namely the ability to use the LED ring around the sensor for macro photography or combined zoom using both sensors.
Here is a magisk module that will add the Camera app, which you can later update through play store:
https://rkapl.cz/uploads/magisk-moto-stock.zip (v3)
thanks for your work
rkapl said:
If someone could send and adb logcat of loading the camera service and starting the camera application, that would be appreciated.
Click to expand...
Click to collapse
Is this what you need? I did a force-stop on the camera app, then started `adb logcat`, started the camera app and took a photo, then killed the logging. There's a lot of extra junk, but hopefully you can filter it down to just what you need.
I'm on stock firmware version S1RT32.41-20-16 (retcn)
Edit: I uploaded it a couple of times, but it doesn't seem to be working, so here's a link to the log file instead: https://nc.home.nfriedly.com/s/TeeFJCqyy2a8rSy (there's a download button at the top right; the link should work for a few weeks.)
rkapl said:
it will crash
Click to expand...
Click to collapse
Because it miss priv-app permisson. I do change base your magisk module . And test success on lineage-19-20220827-NIGHTLY-nio
https://mega.nz/file/cX02WSaA#e5vERFugmXVeP8Tti0em3McXhlxaq9AmVyI1g-ayXOU
gyfx said:
Because it miss priv-app permisson. I do change base your magisk module . And test success on lineage-19-20220827-NIGHTLY-nio
https://mega.nz/file/cX02WSaA#e5vERFugmXVeP8Tti0em3McXhlxaq9AmVyI1g-ayXOU
Click to expand...
Click to collapse
Hello, you are right, it needed to be a system app. Weird that the old version worked mostly ok.
Also I apologize to @nfriendly, I missed his ADB dump, but it is not needed anymore.
Thank you for your work!
but i got bootloop on lineageos-19-20220827 :<
Tried removing all of the magisk modules and just install this module (v2), still no luck.
Same here, also bootlooping with lineageos-19-20220903. Even though this module was the first and only i activated. I used it with magisk 25.2 if that matters.
Ok, I will re-test it. Maybe I did a mistake during packaging, sorry for the troubles.
Sorry, I've made some mistakes packaging the module. I've uploaded a new version, it is mostly a repackage of
@gyfx's work (his original version did not have the bug btw).
Cant thank you enough for the combined work from all of you!
As of now the magisk module works perfectly with my current lineageos install.
Thank you for porting the camera app! It works fine, installation as Magisk module worked flawlessly.
One minor annoyance is that the three buttons on the bottom of the screen cover up parts of the menu labels of the Camera app. But that's just a cosmetic problem
Thank you for making this available, really neat. On first starting the app I was asked if I wanted to update from the Play Store which I answered "yes" but this then failed. I'm assuming this is because its installed as a Magisk Module rather than from Play directly?
Thank you for porting the camera app!

Categories

Resources