Audio Compatibility Patch (Formerly Universal deep_buffer Remover) [MMTEx] - Magisk

This fixes music and streaming apps (Spotify, Pandora, etc) that aren't processing audio effects for various equalizer applications through the modification of audio policy.
Starting with v1.6 USB_policy patcher (upp) and Notification_helper remover (nhr) have been combined with acp. upp is to be used for usb dacs for v4a/jdsp. nhr is to remove notification_helper from audio_effects or delete the libvolumelistener.so binary. this prevents the "ducking" of v4a when you recive a notification and that notification comes in while playing music and v4a unprocesses and the processes again after the notification causing the volume to be extra loud. this stops that.
The vol key options are as follows :
- " Do you want to skip audio_policy patching? (Original acp before became 3in1 module)" This is asking if you want to skip what acp was before the combining of modules. if you are installing acp for spotify to process with v4a or jdsp then you'll want to select no here.
- " Would you like to skip notification_helper remover?" If you dont mind the "ducking" v4a does or if it doesnt happen or your device then you'll want to select yes here.
- " Would you like to skip usb policy patching for usb dacs?" If you dont use a USB extrenal DAC and v4a then you can select yes here.
- " - Use lib workaround? -" If you arent having issues then you can select no here. Pixel 2's, 3's, and essential phones will have this selected as yes automatically.
Download
XDA:DevDB Information
Audio Compatibility Patch, Tool/Utility for the XDA Community Apps
Contributors
ahrion, zackptg5, JohnFawkes
Source Code: https://github.com/Magisk-Modules-Repo/acp
Version Information
Status: Stable
Current Stable Version: v2.3
Stable Release Date: 2020-11-10
Created 2017-03-21
Last Updated 2020-11-10

Update.
[UPDATE] Universal deep_buffer Remover <2.1>
v2.1:
- Updated to Audio Modification Library (Magisk) v1.1
This should fix the boot loop issues seen in only Magisk v11.6
Download: Link - Mirror
Previous Changelogs (Unified installer):
HTML:
v2.0:
- Initial Magisk release
- Audio Modification Library v1.0 is included
- Unified installer that will install mod for both Magisk and System
- Pixel support included
- Magisk Template v3 support

Prepare for a new update to AudModLib.

[UPDATED] Universal deep_buffer Remover
v2.2:
- Added audmodlib.sh post-fs-data.d script
- Install script fixes
- post-fs-data.d script fixes
- Push AudModLib v1.2 hotfixes
Download
Previous Changelogs (Universal deep_buffer Remover):
HTML:
v2.1:
- Updated to Audio Modification Library (Magisk) v1.1
This should fix the boot loop issues seen in only Magisk v11.6
v2.0:
- Initial Magisk release
- Audio Modification Library v1.0 is included
- Unified installer that will install mod for both Magisk and System
- Pixel support included
- Magisk Template v3 support
[UPDATED] Universal deep_buffer Restorer
Reverts the changes made from the Universal deep_buffer Remover.
v2.1:
- Script fixes
Download
Previous Changelogs (Universal deep_buffer Restorer):
HTML:
v2.0:
- Initial Magisk release
- Unified uninstaller that will uninstall the mod for both Magisk and System installs
- Pixel support included
- Magisk Template v3 support

Will this affect safteynet ?

SyCoREAPER said:
Will this affect safteynet ?
Click to expand...
Click to collapse
That's the point of it being a magisk module buddy...

SyCoREAPER said:
Will this affect safteynet ?
Click to expand...
Click to collapse
DroneDoom said:
That's the point of it being a magisk module buddy...
Click to expand...
Click to collapse
Lol.
Also it makes for easy module management and uninstall/install/updating.

ahrion said:
Lol.
Also it makes for easy module management and uninstall/install/updating.
Click to expand...
Click to collapse
I found that with v2.2, deep_buffer wasn't actually being removed for me.
Culprit:
Code:
sed -i '/deep_buffer {/,/}/d' $CFG
Should be:
Code:
sed -i '/deep_buffer {/,/}/ d' $CFG
I changed that in the update-binary and su.d script and deep buffer was then removed. I uploaded a copy with these changes. Thanks!

Zackptg5 said:
I found that with v2.2, deep_buffer wasn't actually being removed for me.
Culprit:
Should be:
I changed that in the update-binary and su.d script and deep buffer was then removed. I uploaded a copy with these changes. Thanks!
Click to expand...
Click to collapse
That's because whoever added the deep buffer section of your config had a typo.
These patches aren't 100% fool proof to incompetent coders or ROM developers.

Zackptg5 said:
I found that with v2.2, deep_buffer wasn't actually being removed for me.
Culprit:
Code:
sed -i '/deep_buffer {/,/}/d' $CFG
Should be:
Code:
sed -i '/deep_buffer {/,/}/ d' $CFG
I changed that in the update-binary and su.d script and deep buffer was then removed. I uploaded a copy with these changes. Thanks!
Click to expand...
Click to collapse
As I told you earlier, the space between "/ d" is an issue with your particular config file. This is not a sed issue or a typo in my scripts. sed is my specialty. This is the reason why it doesn't work.
I will not be changing it. However I thank you man for being proactive in trying to find alternative solutions.

How to uninstall ur module via recovery?
Hi bro i flashed ur module and after the reboot i cant find root... Even after flashing supersu systemless zip again.. Still no root. Bcoz of no root i cant uninstall ur module from magisk manager. Need ur help plz

umeshbluezzz said:
Hi bro i flashed ur module and after the reboot i cant find root... Even after flashing supersu systemless zip again.. Still no root. Bcoz of no root i cant uninstall ur module from magisk manager. Need ur help plz
Click to expand...
Click to collapse
Go here and scroll down to "Module causing issues":
https://forum.xda-developers.com/apps/magisk/magisk-magisk-hide-troubleshooting-tips-t3561828/

So I've used your module, and it works great now, but my safetynet failed. Is this supposed to happen?

S4G4R said:
So I've used your module, and it works great now, but my safetynet failed. Is this supposed to happen?
Click to expand...
Click to collapse
Sometimes Magisk Hide doesn't restart properly on a reboot, especially after installing a new module. Try toggling Hide off and on again in settings.

Didgeridoohan said:
Sometimes Magisk Hide doesn't restart properly on a reboot, especially after installing a new module. Try toggling Hide off and on again in settings.
Click to expand...
Click to collapse
Worked! Thanks.

Good news guys. I finally found a fix for AM3D and Dolby Atmos to work 100% in enforcing on both MagiskSU/SuperSU, Magisk OR System install.
This will be available in the AudModLib v1.3 update I will be pushing soon. I'll obviously fix any more bugs or make any other additions in the meantime.

where are the Deep buffer entries located at?

ahrion said:
Good news guys. I finally found a fix for AM3D and Dolby Atmos to work 100% in enforcing on both MagiskSU/SuperSU, Magisk OR System install.
This will be available in the AudModLib v1.3 update I will be pushing soon. I'll obviously fix any more bugs or make any other additions in the meantime.
Click to expand...
Click to collapse
Hey I love your Magisk modules. Do you have a Dolby Digital Plus Magisk Module too? Thanks.

ELoTRIX said:
Hey I love your Magisk modules. Do you have a Dolby Digital Plus Magisk Module too? Thanks.
Click to expand...
Click to collapse
Check out his collective dolby thread in his signature

Installing this module on OP3 stock 7.1.1 rom break data connection
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk

Related

[Magisk Modules][A1]Prop Tweaks, Softkey Enabler, Lens[2.0.2][31/01/18]

Disclaimer: I am not responsible for ANY damage done to your phone
Now that we have that out of the way, I present to you my Magisk module for our device, what it does:
Magisk Night Light + Prop Mod:
* Enables Night light (Thanks to @jimmy123322 for the framework-res apk) (Only in 7.1.2, removed in 8.0)
* Adds EIS to prop file
* Enables slow motion in GCAM (Google Camera, thanks to @simonsmh) [Not working at the moment in oreo]
* Disables horrible noise cancellation during video cam recording
* Forces HAL 3
* Pixel Blue Accent (Removed for now until it can be added to our apk
* Pixel animations (when soft key enabler is installed and enabled) [Not yet available, working on it]
* Pixel (2016) Media sounds (ringtones, Notification and alarms)
Soft Key Enabler (Nougat ONLY!)
* Disables HW Keys
* Disables HW Key backlight
* Enables on screen soft keys
All this without breaking SafteyNet and without touching system partition (means OTA will work fine and you can always disable the module if you don't want it anymore without re-flashing system)
I made this because I was sick of restoring my system for OTA and for mess ups I did on the device.
I may add more tweaks, feel free to post suggestion such as useful prop tweaks or other similar things.
Enjoy!
Requirements:
Magisk 14.4+ for 1.4
Magisk 15.0+ for 2.0
Instructions:
Use magisk and add module in magisk
Download:
See Downloads Tab
XDA:DevDB Information
[Magisk Modules][A1]Prop Tweaks, Softkey Enabler, Lens[2.0.2][31/01/18], Tool/Utility for the Xiaomi Mi A1
Contributors
sooti, simonsmh, dr.bathman, Chris_Cheekyz
Version Information
Status: Stable
Current Stable Version: 2.0
Stable Release Date: 2018-01-21
Created 2017-11-09
Last Updated 2018-08-22
Reserved
Change Log:
31/01/18:
* Fixed missing props
30/01/18:
* Fixed missing prop enabler from config file, all prop changes should work now
21/01/18:
* Update to Magisk template 1500
* Updated zip for oreo
* Removed night mode
* Removed pixel blue accent for now
* Added pixel stock audio sounds
26/11/17:
A1 Tweak Module V1.4 (both changes thanks to @Chris_Cheekyz)
* Added pixel blue accent
* Pixel animations (when softkey enabler is installed and enabled)
19/11/17:
A1 Tweak Module V1.3
* Removed Google Lens and unlimited photos tweak, since people don't want the unlimited photos and I have no way of sepperating the two. the seperate tweak is here
15/11/17:
A1 Tweak Module V1.2
* Added google photos unlimited storage in full resolution from Pixel
* Added Google Lens feature from Pixel
Thanks to @dr.bathman for the files
His original module Here
Reserved
RESERVED
Cool, will see
Btw, can i see the screenshot please
harizinside said:
Cool, will see
Btw, can i see the screenshot please
Click to expand...
Click to collapse
Screenshot of what? The night mode? I attached it
Just what we needed!
Do I need Magisk 14? Because when I try to flash it says migisk data not setup correctly please install Magisk 14. But I've heard that I shouldn't do that. So now what?
DaveCZ said:
Do I need Magisk 14? Because when I try to flash it says migisk data not setup correctly please install Magisk 14. But I've heard that I shouldn't do that. So now what?
Click to expand...
Click to collapse
Yes, magisk 14.4 and higher
sooti said:
Yes, magisk 14.4 and higher
Click to expand...
Click to collapse
Done, thanks. But is it normal that in the GCAM is the slow motion laggy?
DaveCZ said:
Done, thanks. But is it normal that in the GCAM is the slow motion laggy?
Click to expand...
Click to collapse
Not sure what you mean... I use GCamMod from oneplus 3 and no lag, just low resolution of 720p. But works great other then that
Good Job!! Can't wait to try it out.
I also suggest a version of this module that enables the nav bar. (Separate, since the HW keys still stay active without tweaks which is annoying)
JaadiBooti said:
Good Job!! Can't wait to try it out.
I also suggest a version of this module that enables the nav bar. (Separate, since the HW keys still stay active without tweaks which is annoying)
Click to expand...
Click to collapse
Ya i thought about that and will probably do that, i simply didn't do it because not everyone wants it, i'll make a separate one and upload it.
Nice one, I was using cf.lumen as a replacement for the night light until now.
Good idea to keep the nav bar out of this, as a lot of people would probably prefer using the dedicated hardware buttons in the chin (me inculded). I guess releasing it as a separate module would be the best idea.
Whats the best method to root without loosing OTA updates?
nitroax said:
Whats the best method to root without loosing OTA updates?
Click to expand...
Click to collapse
Use magisk 14.4 and don't touch anything in the system partition and you should be fine
sooti said:
Use magisk 14.4 and don't touch anything in the system partition and you should be fine
Click to expand...
Click to collapse
How to install magisk without touching system?
Fastboot boot twrp? Then flashing magisk? Is that right way? Thanks..
Vihru said:
How to install magisk without touching system?
Fastboot boot twrp? Then flashing magisk? Is that right way? Thanks..
Click to expand...
Click to collapse
First unlock bootloader
(Oem unlock trough setting and enable usb debug)
Reboot to bootloader and type
Fastboot oem unlock
Fastboot reboot
Reboot to bootloader again and type
Fastboot boot xxx.img (xxx is the name of the .img)
Install magisk and reboot
Uninstall magisk app and install magisk manager
Note: it can happen that you don't have any magisk app...then just install the manager, if into the manager it's all green you're fine; else if magisk isn't installed correctly, remove the manager, reflash magisk trough twrp and reinstall the manager.
Getting a installation error. Have magisk 14.5 installed with the latest manager app. I am able to install other modules. Strange.
sednafx said:
Getting a installation error. Have magisk 14.5 installed with the latest manager app. I am able to install other modules. Strange.
Click to expand...
Click to collapse
Installed fine on magisk 14.4, and the mods are working well. @sooti, thanks for this Magisk module.

[ROM][AROMA][A2017G/U/CN][B10 7.1.1.][stock] SL!M➄ DF!NR

FOR OUR DEDICATED STOCK USERS :good:
Made an new AROMA ROM based on the A2017G-N-B10 stock version. Like the other slim roms it’s just based on stock with some additions and option to debloat further.
I added the JOJOC Battery Tweak in options that focuses on improved battery performance. I first used it in my MiFavor5.0 rom and gave me and other users some pretty amazing SOT. So therefore i implemented it here too and it gave me an average of +7h SOT.
It’s fully functional and tested. Smooth, no bugs. Magisk/SuperSU fully running without issues.
Hope you’ll E N J O Y !!!
Based on :
A2017G N-B10 STOCK ROM
INSTALL : ( TWRP )
When you're on another ROM, stock (or even on B05-slim,B06-slim² or B08…) and you want a clean install just follow this procedure :
Other models like A2017 and A2017U can flash this too. Only use Universal BL & your specific MODEM ! : https://androidfilehost.com/?w=files&flid=148464
0. In case you want to reflash your own apps, backup your personal apps with f.e. TB, ZipMe... (or whatever)
1. Make a full backup of your current device in TWRP ! (use it to RESTORE if necessary) DON’T FORGET !
2. Wipe cache / dalvik / data / system
3a For G version flash : A2017G-N-B10-bootstack : https://androidfilehost.com/?fid=890129502657589611
3b For U and CN version flash Universal BL+your MODEM : https://androidfilehost.com/?w=files&flid=148464 ! Don't forget to flash twrp 3.1.1.0 or 3.2.1.0 afterwards !
4. Install : AROMA A2017(G/U/CN) SL!M➄ DF!NR : https://androidfilehost.com/?fid=818070582850499299
5. Choose your stuff to add or debloat, let it RUN and reboot, wait…a minute…or 2…
6. Done ! No more no less
AFTER INSTALL :
1. Go into Adaway/give root permission/download files etc. and update DONE!
2. Go into PlayStore/settings and check “no auto updates” ! Otherwise the Youtube app will update again to that TERRIBLE ANNOYING ADD state!
3. Check with f.e. Kernel Adiutor, when you added JoJoc Tweak, if it’s running ok and see if values are matching like here : https://forum.xda-developers.com/showpost.php?p=75431784&postcount=2
3a. When on SuperSU, the JoJoc Tweak is enabled by default. So no worries.
3b. When on Magisk, just reboot into TWRP and flash the JoJoc Magisk Module : https://forum.xda-developers.com/showpost.php?p=75631796&postcount=169 and reboot. Or flash it within Magisk/add new module and search for your downloaded module on intSD/extSD. Check values whether tweak is running but it will.
4. ...
INFO :
Stripped off :
Accuweather
Browser (ume)
Chrome
Email
Maps
Touchpal (+languages)
ZTE clock replaced by Google Clock
ZTE calendar replaced by Google Calendar
ZTE File mananger replaced by ES ( you can replace it in aroma )
….......
Baked into :
AdAway
Google Calender (you can remove this later if you want)
Google Clock (you can remove this later if you want)
Youtube Black themed addfree
Minor Modifications :
Boot :
• Init.d enabled
• Dm-verity disabled
Zip aligned apk’s
Build.prop tweaks : (remove them in system/build.prop if not needed)
• Improved performance
• Faster boot
• Phone rings immediately
• Wifi scan interval 180sec
• Better call voice quality
• Better network signal
Added sounds LOS
Faster UI (scaling 0.25)
AROMA Features to choose from :
• Debloat most remaining apps
• Choose SuperSU or Magisk
• Add Google Dialer
• Add Google Keyboard
• Center Clock
• JoJoc Battery Tweak
• ......
Hope you'll E N J O Y !!!
Contributors :
me, myself and I
Credits :
@amarullz
@SuperR.
@Ayush Singh
@nfsmw_gr (for our work together on his JoJoc tweak , thnx !)
@kenet (for his centerclock script i recompiled – Thnx !)
@ZaneZam (iYTB Thnx !)
@Chainfire
@topjohnwu
@jcadduono
ROM OS Version : 7.1.1 Nougat MiFavor 4.2
Source : ZTE stock-rom A2017GV1.2.0B10 / original ZTE upload/reuploaded : https://androidfilehost.com/?fid=746010030569960734
Kernel : stock
Version Information :
Status : Stable
Created : 2018-03-08
Uploaded : 2018-03-10
Android Security Patch Level : 2018-01-05
....
raystef66 said:
....
Click to expand...
Click to collapse
Good work!!!
Dear raystef66! Could you build this A2017G B10 firmware with MiFavor 5.0 UI and add the M8 weatherwriter with MIUI8 to the Accuweather site. And do not delete application data:
Chrome
Email address
Maps
Touchpal (+ languages)
ZTE clock
ZTE calendar
ZTE File mananger.
It is possible to make a choice in Aroma install, ZTE application or Google.
[ROM][AROMA][A2017G/U/CN][B10 7.1.1.][stock] SL!M➄ DF!NR by raystef66
Flashed this new rom and works like magic. I chose Supersu, cause it was either that or Magisk. Since I am used to Supersu I decided to stick with it. TB likes it too.
Many thanks for your work.
Hello, I have a problem my download of the rom systematically stops at 96% how to do? Thank you
GAO161 said:
Hello, I have a problem my download of the rom systematically stops at 96% how to do? Thank you
Click to expand...
Click to collapse
Me tooo 96% ?
GAO161 said:
Hello, I have a problem my download of the rom systematically stops at 96% how to do? Thank you
Click to expand...
Click to collapse
mario32 said:
Me tooo 96%
Click to expand...
Click to collapse
Better check your connection ....
100% within 5 min
Can someone please test the Android personal dictionary with this rom? Slim4 is hands down my favorite rom for my A2017U. I'm wondering if it is worth the upgrade.
i installed, coming from darkrom 14.1 my phone will not connect to cell network. it keeps disabling and stating my phone is in airplane mode when i call. i have a a2017u
"Could not remount /system". reboot disemmcwp doesnt work.
I'm using magisk and try to convert apps to system apps with "/system/app mover"
Also strange problem: apps asking for root after a reboot.
Some suggestions or so?
I had the same problem.
It's only working with superSU.
If SuperSu is a sure thing, i think i will switch to SU and maybe switch back to magisk, if i cant find similar xposed modules or apps which i'm using with magisk.
In my case it's working without problems.
Xposed v89 is installed and the phone is encrypted.
Gruß in die Hauptstadt.
Magisk 15.3 + Magisk Manager 5.5.5 = root settings for apps survived a reboot
Magisk 15.3 / 16.0 + Magisk Manager 5.6.x = settings dont survived a reboot
I'm not sure whats happening, If i update magisk manager now.
strange, but magisk 15.3/5.5.5 is fine for me.
Grüße zurück ;D
EDIT: tried SU 2.82 but still "Could not remount /system". Sucks -.-
I can confirm troubles with downloads, 96% an each server on afh...
try some download manager I had the same problem and downloaded this file
Spillunke said:
Magisk 15.3 + Magisk Manager 5.5.5 = root settings for apps survived a reboot
Magisk 15.3 / 16.0 + Magisk Manager 5.6.x = settings dont survived a reboot
Click to expand...
Click to collapse
Grüsse :highfive: - here too the case is the missing logd. magisk and magiskhide need this from version 15.4 on to work propper. Correct me if i'm wrong This issue is not based on @raystef66 's great work here (thanks a lot!) but a ZTE issue.
hi, i can't enter in recovery. After tux led blinks orange a couple of time then nothing happens. i'm using twrp nfound latest.
digiNZM said:
Grüsse :highfive: - here too the case is the missing logd. magisk and magiskhide need this from version 15.4 on to work propper. Correct me if i'm wrong This issue is not based on @raystef66 's great work here (thanks a lot!) but a ZTE issue.
Click to expand...
Click to collapse
Ah okay. So i need to update step by step? 15.3 -> 15.4 -> 16.0?
I mean that problem still exists with 15.3 and Manager v5.6.3.

[MODULE][UNITY]Single-Flash Debloater

Single-Flash Debloater
Debloat your device With a single flash and your volume buttons!
Drawing inspiration from the implementation of the Keycheck binary in some of the audio mods available for magisk, I decided to create this module to see how far i could push it.
Simply flash and follow the instructions during the flash.
Reflash to be able to reinstall debloated apps
This module relies heavily on working volume buttons, so if you have neither, do not try this!!
Credits:
@Zackptg5
@veez21 for his debloat script upon which this module draws a lot of inspiration from​
Update!
changelog:
- Fixed apk uninstallation if detected on /data
Enjoy!:good:
Sent from my OnePlus5T using XDA Labs
Update!
v1.2.0 Changelog:
- Updated to Unity v1.5
Enjoy!
edit: v1.2.1 released, updated to unity v1.5.1
Sent from my OnePlus5T using XDA Labs
Thank u .!
Please tell me,
What is use of this module ?
What does it do ?

[MODULE] Universal GMS Doze

Universal GMS Doze
Overview
- Patches Google Play services app and certain processes/services to be able to use battery optimization
- Support API 23 or later
Download Links (Archives):
- GitHub Releases
- Mediafire
- MEGA
- SourceForge
- Telegram
Credits:
- @topjohnwu
Magisk - Magisk Module Template
- @MrCarb0n
Script / syntax helper
Extras:
- Donation: PayPal - LiberaPay - Ko-fi
- Source Code: GitHub
Troubleshooting
- Command-line for check optimization (with add-on installed):
Code:
> su
> gmsc
- Command-line for check optimization (general):
There's a line written Whitelist (except idle) system apps: and if com.google.android.gms line does not exist it means Google Play services is optimized.
Code:
> su
> dumpsys deviceidle
- Command-line for fix delayed incoming messages issue:
Code:
> su
> cd /data/data
> find . -type f -name '*gms*' -delete
- Command-line for disable Find My Device:
Code:
> su
> pm disable com.google.android.gms/
com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver
Change Log
- 1.9.0
Android 14 support
Fixed synchronization for Location Sharing and Play Games
- v1.8.8
A long-awaited hotfix
Addresses script that caused patching XML gone wrong
Raised Magisk Boot Service to 100 seconds
- v1.8.7
Android 13 support
Added GMS to battery optimization and disabled another components
Fixed broken API checking and Multi-User support
Moved to inbuilt (Magisk) BusyBox
Improved pre-boot conflict fixer and proper boot script execution
Improved superuser checking method and used cmd flag arguments
Improved XML patching logic
Minimized root path checking depth
Revived overall code quality and syntax
Rewrite GMS state checker bin
- v1.8.6
Added /system_ext detection support
Improved patching detections (Allow to revoke location permissions)
- v1.8.5
Added updateJson support
Improved patching detections (XML files)
v1.8.4
- Removed redundant script (GMS: Stay with disabling Find My Device only)
- v1.8.3
Android 12 support
Additional boot complete check
Multi-User support
Set ignore for GMS and IMS WRITE_SETTINGS
Minor improvements
- v1.8.2
Android 11 support
Improved installation (Magisk Live and Custom Recovery)
Improved patching detections (XML files and conflicting modules)
Integrated add-on (run 'gmsc' with superuser rights for check optimization status)
Set ignore for GMS and IMS BOOT_COMPLETED
Set ignore for GMS and IMS AUTO_START (custom permissions for Oxygen OS)
Updated template
- v1.8.1
Integrated custom recovery installation
Added boot logic for search and patch any conflicting modules (if present)
Whitelisted IMS and Turbo (this should fixed location crash issue in MIUI)
- v1.8.0
Initial re-release
100 seconds Magisk Boot Service
Hi.
I'm using Your doze for some time now and it's working quite good. Good work, thanks.
What does XiaomiDoze do, exactly and specifically?
Sent from my Xiaomi Redmi Note 5 using XDA Labs
What's the difference between universal gms doze NMF21F
Because it works great on OnePlus devices ,is the Oct version better than this
Known issue for Pie. I have frozen Find my Device via TiB.
Flashed module, but still unable to optimise play services.
Anyone else on Pie managed to get this to work?
Sent from my OnePlus 5 using XDA Labs
.
Sent from my OnePlus 5 using XDA Labs
L22EEW said:
Known issue for Pie. I have frozen Find my Device via TiB.
Flashed module, but still unable to optimise play services.
Anyone else on Pie managed to get this to work?
Click to expand...
Click to collapse
Not to freeze those Find My Device, I mean just Turning Off. Inside Settings > Security and location.
Sent from my Redmi 3 using XDA Labs
gloeyisk said:
Not to freeze those Find My Device, I mean just Turning Off. Inside Settings > Security and location.
Click to expand...
Click to collapse
Hmm. Tried that. Still no luck
I know this is still in experimental stage, I've been following this project. I can wait for more stable version ?
Sent from my OnePlus 5 using XDA Labs
What's the difference between device health service from Google and turbo app provided in zip, is it the same?
If it is the same could you make the module have an option to install or not, because some dev already included device health service in their roms.
Everytime I install this module and reboot, I got turbo crash first time my device booted up
Thanks in advance
Sorry for my broken English
Is this module usable near greenify aggressive doze?
ztoldy said:
Is this module usable near greenify aggressive doze?
Click to expand...
Click to collapse
No, Greenify has its own doze methods. But my module compatible with it. Turning On/Off Aggressive Doze inside Greenify will be better.
Sent from my Redmi 3 using XDA Labs
Hi thanks for this work . I installed this module . am on android pie unofficial X rom for nexus 6 .
However I got this when I try to open the battery from setting.
I attached a log file too .
mahir555 said:
Hi thanks for this work . I installed this module . am on android pie unofficial X rom for nexus 6 .
However I got this when I try to open the battery from setting.
I attached a log file too .
Click to expand...
Click to collapse
Thanks again for the report, which build of the module you've installed?
Sent from my Redmi 3 using XDA Labs
gloeyisk said:
Thanks again for the report, which build of the module you've installed?
Click to expand...
Click to collapse
The latest 1.2.3
mahir555 said:
The latest 1.2.3
Click to expand...
Click to collapse
Is it happened too with previous build?
Sent from my Redmi 3 using XDA Labs
gloeyisk said:
Is it happened too with previous build?
Click to expand...
Click to collapse
Ok give me some time ~20 min
.. Will report back
Yes . same behavior .. Even it appears when I try to open setting before clicking on battery .
I tried 1.2.2 & 1.2.0
I installed the magisk module. How can I see if it work?
I have also installed xxx rom limit with some Google play services wakelocks disabled through aroma installer . Any concern of conflicts?
I have OnePlus5.
Should I have to uninstall previous version of this module and reboot before install new one?
mahir555 said:
Ok give me some time ~20 min
.. Will report back
Yes . same behavior .. Even it appears when I try to open setting before clicking on battery .
I tried 1.2.2 & 1.2.0
Click to expand...
Click to collapse
Ohh well, I'll take a look for a new build when I have free time. You can check OP for Telegram group link, you can asking there also.
Sent from my Redmi 3 using XDA Labs

LineageOS 17.1 Magisk Garage !

Hi there,
This is a dedicated thread for LineageOS 17.1 where i will upload my Magisk modules !
Use Magisk Manager to install/remove the provided .zip modules (Recommended)
(You can install via TWRP too, but don't make any space if you change the .zip name, otherwise the installation will fail ...)
Enjoy !
Tell us a little about what each module is for!
veloz46 said:
Tell us a little about what each module is for!
Click to expand...
Click to collapse
it's inside the module itself !
veloz46 said:
Tell us a little about what each module is for!
Click to expand...
Click to collapse
Yes a small review, why not? Please!!!
here
Great contribution, @janhammer504
The following questions come to mind:
Call Recorder: I guess this module is device independent, as long as the LOS Dialer is used?
Google Sans: What difference does it make installing these fonts and where do you see them?
Notch Hide: So does this actually revert "has_notch" already set in the ROM and what's the purpose (I mean, having a punch hole may imply trying to prevent any content to be shown in that area)?
Master One said:
Great contribution, @janhammer504
The following questions come to mind:
Call Recorder: I guess this module is device independent, as long as the LOS Dialer is used?
Google Sans: What difference does it make installing these fonts and where do you see them?
Notch Hide: So does this actually revert "has_notch" already set in the ROM and what's the purpose (I mean, having a punch hole may imply trying to prevent any content to be shown in that area)?
Click to expand...
Click to collapse
1. Call Recorder is for LineageOS Dialer only (as mentioned in the module description)
2. Look to the screenshot to see the difference (these are the original fonts used in pixel devices)
3. This is an overlay to hide the notch (developer options : type cutout there to see where to apply) : useful for Netflix, YouTube, Gaming ... etc
Notch Hide / Update :
change the internal package name and use the official one !
How to enable :
developer Options > type display cutout
if not working : delete with TWRP or RootExplorer this folder ... and reboot !
/data/system/package_cache
Would be great to have more individual font modules. And system sounds. Preferably without loosing the default ones. Just sayin'...
Thank you for all your effort. This will be very usefull after official. Specially for some stuff... that will have to be removed
gardiol said:
Thank you for all your effort. This will be very usefull after official. Specially for some stuff... that will have to be removed
Click to expand...
Click to collapse
Which is?
Safetynet Fix added ... Enjoy !
All credits go to Didgeridoohan from Magisk Subforum !
janhammer504 said:
Safetynet Fix added ... Enjoy !
All credits go to tenow from Magisk Subforum !
Click to expand...
Click to collapse
Thanks! Is it possible to flash zip file via recovery or is it necessary to install magisk?
Shermo1208 said:
Thanks! Is it possible to flash zip file via recovery or is it necessary to install magisk?
Click to expand...
Click to collapse
yes you can copy-past the files in the system ... but how are you going to do that without ROOTING ???
janhammer504 said:
yes you can copy-past the files in the system ... but how are you going to do that without ROOTING ???
Click to expand...
Click to collapse
Flashing zip file with ofox recovery. Before ctsProfile problem I didn't have root and safety net passed without problem. Then, for the moment, I don't need root in my phone, therefore my question is if I can flash this zip file with ofox recovery. Thanks
Shermo1208 said:
Flashing zip file with ofox recovery. Before ctsProfile problem I didn't have root and safety net passed without problem. Then, for the moment, I don't need root in my phone, therefore my question is if I can flash this zip file with ofox recovery. Thanks
Click to expand...
Click to collapse
Magisk modules are stored to /data/adb/modules and mapped to /product/system/vendor/ ... without Magisk Root you can't load them !!!
janhammer504 said:
Magisk modules are stored to /data/adb/modules and mapped to /product/system/vendor/ ... without Magisk Root you can't load them !!!
Click to expand...
Click to collapse
Ok, thanks!!
any of you guys have tried installing ANX camera? because in my case I can't take any HDR pictures, wondering if it happens to anybody else.
FrameworkOverlay added :
. improve low brightness (new linear overlay) for more battery saving (works great)
. fix compatibility issue with chrome & webview (choose chrome as default system webiew in developer options to avoid yellow tint in chrome browser)
. add more color mode
. improve WiFi stability for both (2,4 & 5 GHz)
. update power_profile
. address some display glitches in some apps (related to the aspect ratio)
. many more things ....
I hope that @gardiol can merge this to the device three in the future !
edit : reuploaded here (XDA UI sucks again !!!)
update : fix some info in AndroidManifest
janhammer504 said:
FrameworkOverlay added :
. improve low brightness (new linear overlay) for more battery saving (works great)
. fix compatibility issue with chrome & webview (choose chrome as default system webiew in developer options to avoid yellow tint in chrome browser)
. add more color mode
. improve WiFi stability for both (2,4 & 5 GHz)
. update power_profile
. address some display glitches in some apps (related to the aspect ratio)
. many more things ....
I hope that @gardiol can merge this to the device three in the future !
edit : reuploaded here (XDA UI sucks again !!!)
update : fix some info in AndroidManifest
Click to expand...
Click to collapse
Already did... but you have to wait a few days before release.... because i want to test properly first.

Categories

Resources