Collection of Magisk Modules v2

Search This thread

culiacanazo

Senior Member
:confused:
Mystery user, don't we?

Sent from my SM-G900T using XDA Labs
 

Attachments

  • IMG_20170425_135742.jpg
    IMG_20170425_135742.jpg
    182 KB · Views: 1,001

nthacks

Senior Member
Dec 18, 2015
118
63
ASUS ROG Phone 5
Can you please crate module that adds only this line to build.prop?

ro.telephony.mms_data_profile=5

Yeah but what does it do?
When I googled it some threads on getting MMS to work on Galaxy S5 came up, so I assume it fixes MMS? I can't really test it out either so tell me if it works.

On another note, does anyone know if magisk actually modifies the build.prop file in system or it loads these properties separately?
Because with all the modules I tried, it doesn't seem to be adding anything to it but I can see the effect.
 

Attachments

  • FixMMS.zip
    7.7 KB · Views: 48

nthacks

Senior Member
Dec 18, 2015
118
63
ASUS ROG Phone 5
On another note, does anyone know if magisk actually modifies the build.prop file in system or it loads these properties separately?
Because with all the modules I tried, it doesn't seem to be adding anything to it but I can see the effect.

Also, when I tried changing an already existing property, it didn't seem to work. I wanted to disable Google Assistant so I tried making it add the line ro.opa.eligible_device=false but it didn't work (yes I cleared Google app data)

EDIT: It appears as though Google doesn't check that line anymore. I tried deleting the line from buildprop manually and rebooting, clearing data of Google app.
It gave me screen search the first time, then the second time onwards, Google Assistant popped up.
 
Last edited:

ZeRoZeRoRaZ

Senior Member
Apr 5, 2011
231
72
OnePlus 6T
Samsung Galaxy S10
Yeah but what does it do?
When I googled it some threads on getting MMS to work on Galaxy S5 came up, so I assume it fixes MMS? I can't really test it out either so tell me if it works.

On another note, does anyone know if magisk actually modifies the build.prop file in system or it loads these properties separately?
Because with all the modules I tried, it doesn't seem to be adding anything to it but I can see the effect.
Thx! It fixes MMS on my S7 Edge with RR Rom.
 
  • Like
Reactions: nthacks

Didgeridoohan

Retired Senior Moderator
May 31, 2012
12,300
1
14,847
Gone
Google Nexus 4
Nexus 6
On another note, does anyone know if magisk actually modifies the build.prop file in system or it loads these properties separately?
Because with all the modules I tried, it doesn't seem to be adding anything to it but I can see the effect.

It doesn't change the file, merely loads the module value rather than the one from build.prop.
 
  • Like
Reactions: nthacks
Pixel Launcher Transparent Dock Module

I edited the stock NexusLauncherPrebuilt.apk using the hotseat pointers from this thread: https://xdaforums.com/nexus-6p/themes-apps/mod-tutorial-pixel-launcher-smaller-t3499371

The app drawer correctly transitions from transparent to white when opened.

NPGRQrR.jpg

After installing this module, my Pixel Launcher looks great! However, every time I launch an app from the drawer it crashes the launcher. I'm running Pure Nexus 7.1.2, Magisk v12.0, substratum is theming it (Domination), and the launcher is built into /system. Any thoughts? TIA
 

Top Liked Posts

  • There are no posts matching your filters.
  • 270
    Magisk Module Uninstaller/Disabler

    Here's a module uninstaller/disabler.
    It uninstalls/disables modules.
    It's useful when a module causes a bootloop or some other problem, or, if you just want to uninstall a module in twrp, for fun's sake.

    How to use:

    - Flash in recovery (TWRP)
    - Go to TWRP's Terminal or ADB Shell if you're not using twrp 3.x
    - Type to uninstall
    Code:
    uninmod
    or to disable modules
    Code:
    uninmod -d
    - That should present you a list of modules you've installed and if they're enabled or disabled

    NOTE: You should exit the script properly after using it.

    Download the latest attached file (currently v4)
    v3 - supports Magisk v15+
    v4 - supports Magisk v17-v18.x
    Since Magisk v19, all modules now exists in /data. Which means it's now much easier for anyone to do things to a module while in recovery.
    183
    This guide hasn't been updated in about 5 years.
    Please see the XDA article Best Magisk modules instead.

    Original thread by LarappsOfDongle

    See also Magisk Modules for OnePlus 3T.

    I decided to create a new thread as the old one has been obsolete ever since the release of Magisk v9. Since then, cache modules are no longer supported and some features have been integrated like busybox (removed in v13) and systemless hosts.

    NOTE: This is not a place to get help with Magisk. Please see @Didgeridoohan's Magisk and MagiskHide Installation and Troubleshooting Guide. If you cannot find the answer to your question there, please post in the Magisk Support / Discussion thread.

    This is also not a place to request Magisk modules. Please create your own topic starting with [REQUEST] in the title.
    MAGISK IS NOT XPOSED. Xposed modules cannot be "ported" to Magisk.

    If you need help with creating a Magisk module, please see the Assistance for Magisk Module Developers thread.

    Unchanged modules

    Mount Magisk (attached below)
    This simple script mounts the magisk.img in recovery to /magisk to allow it to be edited in case a module or script is causing a bootloop. Or you can use Magisk Module Uninstaller or Magisk Manager for Recovery Mode.

    Now available in Magisk repo

    ViPER4Android Installer


    Updated modules

    Busybox Installer: As of Magisk 13, Busybox is no longer integrated.
    Repo | XDA


    Obsolete modules

    Ad-Block Installer: Systemless hosts are now integrated into Magisk Manager. DNS-based ad blockers like AdAway are supported.

    Better Battery Stats Installer, Action Launcher, Nexus Launcher: Use Terminal App Systemizer



    Modules, modules and more modules!
    Modules with a Repo link can be installed via Magisk Manager in the Downloads section. Modules without a Repo link may not be compatible with Magisk 14 +. For help with modules, please contact the developer via their XDA support thread or GitHub page.

    Modules A - H (Post #2)
    Modules I - P (Post #3)
    Modules Q - Z (Post #4)


    Magisk Module Templates

    These are modified versions of the original Magisk Module Template that allow you to accomplish different things. Most will require extra work before they are ready to use.

    Templates (Post #5)


    If you know of any other modules, please let me know and I'll add them.
    68
    Modules A - H

    Active Edge Mod for Pixel 2 and Pixel 2 XL: Customize the Google Pixel 2’s Active Edge to do any action with Edge Sense Plus
    Repo | XDA: Pixel 2 / Pixel 2 XL

    Adaptive Icons Round Mask: Changes the icon mask to round, and changes useRoundIcon to true.
    Repo | attached here

    ADB & Fastboot for Android NDK: Static ARM adb and fastboot binaries for Android built with the NDK
    Repo | XDA

    Adreno GPU Developer Preview Drivers: Replace ROM Adreno GPU drivers from Qualcomm
    Repo | XDA

    Ainur Sauron MK II: Automatically detects your device specs, and performs all of the possible audio tuning within it's installer. You can sit back and enjoy incredible sound.
    Repo | XDA

    Ainur JamesDSPManager: Equalizer add-on for the Ainur Audio sound mod
    Repo | XDA

    AirAudio Magisk Module: This module enables AirAudio's "system-mode" and allows you to stream all your audio to any network-enabled receiver.
    Repo

    Always-on Fingerprint: Allows you to unlock your device without pressing the home button. The fingerprint scanner will remain always-on to allow that.
    XDA

    AM3D Zirene Sound: This module enables AM3D Zirene Sound.
    Repo | XDA

    Ambient Display Gestures: Adds a few nifty ambient display tweaks to your AOSP ROM.
    Repo

    Android Mic Fix: Fixes in call low volume mic issues for various Android devices.
    Repo | XDA

    Android O APT-X libraries: Android Oreo officially supports APT-X bluetooth audio, however not all phones have the needed library files. This module simply places the missing APT-X(HD) and LDAC files in your system if you don't already have it. Enjoy better bluetooth audio!
    Repo

    Android Pie Fonts: A compilation of the new Google Sans fonts from Android Pie.
    Repo

    Android RAM management fixes: Tweak the memory management of the device, enable more background apps.. et cetera..
    Repo

    App Data Keeper: Protects select apps+data from being wiped out on a regular TWRP factory reset.
    Repo | XDA

    AptoidePriv: Makes Aptoide a privileged app systemlessly.
    Repo

    APTX for Android Oreo: After Oreo, system should support aptx/HD natively. But this will incur additional licensing fees, so such as Nexus 5X/6P will not get support for aptx/HD.
    Repo

    ASUS Style Suite: ASUS wallpapers and themes
    Repo

    Audio Compatibility Patch: Fixes music and streaming apps (Spotify, Pandora, etc) that aren't processing audio effects for various equalizer applications through the modification of audio policy.
    Repo | XDA

    Audio Modification Library: AudModLib is a compatibility framework that allows the seamless integration of multiple audio mods for Magisk installs.
    Repo | XDA

    Battery Life Extender: A tool that lets you enable or disable charging programmatically so to extend/maintain battery life
    Repo | XDA

    Bixby Button Remapper: Allows you to remap the dedicated Bixby hardware button of the Samsung Galaxy S8/S8+ and S9/S9+ to any one of 15 user-selectable functions.
    Repo

    BQ™ Aquaris X5 Dolby™ Atmos Nougat: Enables the new Dolby™ BQ™ X5 Nougat port
    Repo | XDA

    camera_mi5s_libs: Adds Camera libhacks to Xiaomi Mi5s Global Stable ROM.
    Repo

    Camera2API enabler: Enables the Camera2API if your hardware supports it
    XDA

    Camera NX Mod: Systemless version of an experimental mod for Camera NX that fixes the black viewer in some custom roms for Nexus 5X. Also enables EIS for the video camera.
    XDA

    Camera Watermark Editor: Customizes the "Dual Camera Watermark" on Mi A1 devices.
    XDA

    CloudflareDNS4Magisk: Changes your system DNS to the Cloudflare servers.
    Repo: IPv4 / IPv6 | XDA

    Collective Dolby Atmos Ports: Enables Dolby Atmos (you can choose between 5)
    Repo | XDA

    crontab: Easy to use crontabs
    Repo

    CrossBreeder Lite: This is a lighter, newer version of CrossBreeder.
    Repo | XDA

    Custom Keylayout: Searches /sdcard and /external_sd for *.kl files and place them to /system/usr/keylayout, systemless-ly
    Repo

    Custom Notification Snoozing: Changes Oreo notification snooze times at boot.
    Repo

    Daydream Enabler: Enables Daydream on some devices
    Repo

    Daydream Enabler for Sony Xperia X F5121: Enables the android.software.vr.mode and android.hardware.vr.high_performance features for the Xperia X
    Repo

    DNSCrypt Proxy 2 for Android: A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2.
    Repo

    DNS Switcher: Allows you to change your dns systemlessly with terminal
    Repo

    Dolby Atmos® (OnePlus X): Enables Dolby Atmos on OnePlus X.
    Repo

    EmojiOne: Replaces the built-in emoji with Emoji One, systemlessly.
    Repo | XDA

    Enable Native Call Recording: Compatible with the OnePlus 5 on OxygenOS 4.5x.
    XDA

    Enable Doze for GMS: Move Google Play Services from the "App Not Optimised" list to "App Optimised" which mean DOZE mechanism will work its magic on Google Play Services, thus should saving you more juices/batt throughout the day.
    Repo | XDA

    EncFS: EncFS binaries for the Android environment
    Repo

    Energized Protection: Consolidates several reputable hosts files, and merges them into a unified hosts file with duplicates removed.
    Repo | XDA

    ExSDCard Write Access Enabler: Creates an additional path to your sdcard: /mnt/media_rw
    Repo | XDA

    F-Droid Privileged Extension: An unofficial installer of the F-Droid Privileged Extension
    Repo | XDA

    F2FS Loopback Bug Workaround: Read the Repo description
    Repo | XDA

    FaceID for Redmi Note 4: Face Unlock was introduced with Redmi Note 5 pro, this module enables the feature on Redmi Note 4 running on MIUI 9.5.4.0
    Repo

    Fingerprint Camera Shutter: Uses the fingerprint sensor to capture a picture on any camera for Redmi Note 4/4X's non-MIUI based custom ROMs.
    Repo | XDA

    Fingerprint Scanner Booster: Boosts Fingerprint sensor's responsiveness by prioritizing its process.
    XDA

    Frida Server: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Systemless version of the Frida Server for Android.
    GitHub

    Galaxy Note 8 Dual Speaker Mod: Systemless way of enabling dual speaker/pseudo stereo sound mod for Samsung Note 8.
    XDA

    Galaxy S8 Dual Speaker Mod: Allows you to use your earpiece as second speaker as well, creating pseudo-stereo output in result and should give better experience inplaying any audio
    XDA

    Gboard Themes: Adds custom Gboard themes
    Repo

    Global Optimized GPS File Replacer: Provides an improved GPS functionality with a better and faster accuracy location reference.
    Repo | XDA

    Google Dialer Framework: Installs the Google Dialer Framework. It will NOT install the Google Dialer / Google Phone, but you can easily install it through the Play Store.
    Repo

    Google Dialer and Contacts apps for the OnePlus 5/5T: A Google Dialer and Contacts module for the OnePlus 5/5T running OOS with full capabilities such as Caller ID and Nearby Places.
    Repo

    Google Face Unlock: Standalone Google Face unlock for Android 8.1
    Repo

    Google Framework: Inject Google Core Framework to be able to download & install Google Apps. Also adds Google Face Unlock to any ARM64 device.
    Repo

    Google Lens Enabler: This module systemless-ly adds the required xml files (taken from the Pixel 2 XL factory image) so that Google Lens is enabled in Google Photos.
    Repo | XDA

    Google Dialer and Contacts for OP5/5T: Self-explanatory
    Repo

    Greenify4Magisk: Makes Greenify work as a ROM-integrated (privileged) app systemlessly.
    Repo | XDA

    HEVC Enabler for OP3T: Enables HEVC (High Efficiency Video Codec) for the OnePlus 3T / 5
    Repo | XDA

    Honor V10 Stock Camera: Can be flashed with all Honor View 10 custom ROMs.
    Repo
    43
    @yochananmarqos
    Here's a new Magisk Mount flashable zip. The one in the OP doesn't mount /data, which is pretty annoying and creates magisk.img in /cache. I removed the part that creates the img and added /data and /cache mounting

    Current version: v2
    30
    Good news, everyone!

    I finally found the time, patience and attention span to update the OP. It has been reorganized, alphabetized and expanded for your viewing pleasure. There are many more modules to add, stay tuned!