Download Androidacy Module Manager 2.1.1 APK
Version: 2.1.1 (1074)
Languages: 17
Package: com.fox2code.mmm
Downloads: 272
Target: Android 13 (API 33)
nodpi
What's new in Androidacy Module Manager 2.1.1
From version 2.0.2:
Please read the full changelog. It contains very important information on the future of this app and caveats when updating.
Release notes: https://www.androidacy.com/magisk-module-download-simplified-foxmmm-2-0-2/
Magisk module download easier with the release of Fox’s Magisk Module Manager 2.0.2
Introduction
Welcome to the latest release of Fox’s Magisk Module Manager (FoxMMM) version 2.0.2, as always helping you to download magisk modules easily and fast! We have been hard at work improving the app for our technical audience, while keeping things simple and user-friendly. This update brings a host of important bug fixes, optimizations, and improvements that will make your magisk module download experience better than ever. As always, the app will remain free and open-source for the foreseeable future.
Fixes Galore to help you magisk module download
In this release, we addressed the root denied bug that we introduced in version 2.0.1. Previously, the progress bar would not be visible while loading repos. We fixed that bug. This will ensure that you’ll know when you can start a magisk module download or install. have also made various security fixes, including a solution to a race condition that could cause the app to become unusable after crashing once. Additionally, we have resolved the issue of the app crashing on migration from v1.1.0. However, preferences will be forcibly reset during the upgrade process.
Enhancements and Optimizations
We have focused on optimizing the code size and updating dependencies in this release, as well as compiling the app with Java 19 for better performance. The Chinese translation is fixed and will show in-app now. In addition, the app now hides the search bar on scrolling down to avoid overlapping with buttons. We have implemented a proper solution for YouTube Vanced and similar modules that previously failed to install. Upgradable magisk modules should now show up correctly in the online tab.
Acquisition and Future Plans
We are excited to announce that Androidacy has fully acquired FoxMMM. This will allow us to dedicate more resources to development and improve the app. This will also free up Fox2Code to work on even greater projects. This means it’ll be even easier to work with the magisk module download and install process. This is the last release with code pushed to https://github.com/Fox2Code/FoxMagiskModuleManager. Future releases will have code released at https://github.com/Androidacy/MagiskModuleManager with a new name and icon. However, the package name and signature will remain unchanged for compatibility reasons.
A Reminder for Users
Regrettably, the upgrade process will reset settings during this transition. We apologize for any inconvenience this may cause. However, we believe these changes will make your experience with FoxMMM even better. Rest assured, the app will continue to be free and open-source for the foreseeable future.
Closing – The best way to do a magisk module download
Thank you for your support and for choosing Fox’s Magisk Module Manager for your magisk module download needs. We hope you enjoy the improvements and bug fixes in version 2.0.2. Don’t forget to download the latest release at https://www.androidacy.com/downloads/?view=FoxMMM and stay tuned for more exciting updates in the future!
About Androidacy Module Manager 2.1.1
From version 0.4.0:
Fox's Magisk Module Manager
The official Magisk is dropping support to download online modules...
So I made my own app to do that! :3
This app is not officially supported by Magisk or its developers
The Modules shown in this app are not affiliated with this app
(Please contact repo owners instead)
Requirements
Minimum:
- Android 5.0+
- Magisk 19.0+
- An internet connection
Recommended:
- Android 6.0+
- Magisk 21.2+
- An internet connection
Note: This app may require the use of a VPN in countries with a state wide firewall.
For users
To install the app go to releases, and download and install the latest .apk
on to your device.
The app currently use these three repo as it's module sources, with it's benefits and drawback:
(Note: Each module repo can be disabled in the settings of the app)
(Note²: I do not own or monitor any of the repo, download at your own risk)
https://github.com/Magisk-Modules-Alt-Repo
- Accepting new modules here
- Less restrictive than the original repo
- Officially supported by Fox's mmm
https://www.androidacy.com/modules-repo/
- Accepting new modules here
- Modules downloadable easily outside the app
- Officially supported by Fox's mmm
- Contains ads
https://github.com/Magisk-Modules-Repo
- No longer accept new modules or receive update to existing modules
- May be shut down at any moment
- Official app dropped support for it
- No longer supported by Fox's mmm
As the main repo may shutting down due to the main app no longer supporting it, stopped accepting new modules, and also no longer receive updates since the 21 December 2021.
If a module is in multiple repos, the manager will just pick the most up to date version of the module, allowing developers to switch repo at their own pace if they want to.
Note: If you or a friend uploaded a module and it doesn't appear in your module list you can disable the low quality filter in the app settings.
Go to the developer documentation for more info.
Screenshots
For developers
The manager can read new meta keys to allow modules to customize their own entry
It also use minApi
, maxApi
and minMagisk
in the module.prop
to detect compatibility
And support the support
and donate
properties to allow them to add their own support links
And if you want to be event fancier you can setup config
to your own config app.
(Note: the manager use fallback values for some modules, see developer documentation for more info)
It also add new ways to control the installer ui via a new #!
command system
It allow module developers to have a more customizable install experience
For more information please check the developer documentation
For translators
See app/src/main/res/values/strings.xml
and app/src/main/res/values/arrays.xml
If your language is right to left you should make a copy of app/src/main/res/values/bools.xml
and set lang_support_rtl
to true
.
Translators are not expected to have any previous coding experience.
I want to add my own repo
To add you own repo to Fox's mmm it need to follow theses conditions:
- The module repo or at least one of it's owners must be known.
- Modules in the repo must be monitored, and malicious modules must be removed.
- Module repo must have a valid, working, automatically or frequently updated
modules.json
(Example)
In addition of these initial condition the repo must follow these rules:
- Repos must process and take-down off their repo module where it's removal was requested by their original author, even if their licences legally allow their distributions.
- Repos may collect and store "mixed anonymous data" without user permission (Anonymous means no personal data, usernames, email, or IP addresses) (Mixed means users data must be split and not that separate data is not linkable together)
- Temporary storage of IPs address without user consent is allowed for rate limiting, GeoIP, security reason, and must not be used for any other purpose without user consent. (GeoIP is the process of getting the country of an IP address)
- Repos may not collect and/or distribute any personal data without user explicit consent
- Modules owners must be aware that their modules are being hosted on the repository
(This rule doesn't apply for modules fromMagisk-Modules-Repo
last updated before 2022) - Modules owners must be aware of any change made of the distributed version of their modules.
If all of these conditions are met you can open an issue for review.
(And don't forget to include a link to the modules.json
)
If an existing repo is not respecting theses rules please open an issue.
If a repo is repeatedly violating these rule will be removed from the app.
Last update of theses rules are: 6 February 2022
Please note that these rules does not apply retroactively. If your post an issue about rules violation they must violate both the version of the rules at the moment of the incident and the latest version of the rules.
(This paragraph doesn't apply for legal requests or illegal behaviour)
Androidacy Module Manager 2.1.1 variants
This release comes in several variants (we currently have 5). Consult our handy FAQ to see which download is right for you.
Version:2.2.3(1081) for Android 7.0+ (Nougat, API 24)
Uploaded:July 21, 2023 at 7:45PM UTC
File size:6.56 MB
Downloads:482
Version:2.2.2(1080) for Android 7.0+ (Nougat, API 24)
Uploaded:July 10, 2023 at 8:13PM UTC
File size:6.54 MB
Downloads:61
Version:2.2.1(1078) for Android 7.0+ (Nougat, API 24)
Uploaded:July 3, 2023 at 12:29PM UTC
File size:6.52 MB
Downloads:38
Version:2.1.1(1074) for Android 7.0+ (Nougat, API 24)
Uploaded:May 13, 2023 at 6:37AM UTC
File size:9.29 MB
Downloads:272
Version:2.1.0(1070) for Android 7.0+ (Nougat, API 24)
Uploaded:May 11, 2023 at 12:15AM UTC
File size:9.29 MB
Downloads:42
Version:2.0.2(1070) for Android 7.0+ (Nougat, API 24)
Uploaded:May 3, 2023 at 5:39PM UTC
File size:9.18 MB
Downloads:84
Version:2.0.1(1067) for Android 7.0+ (Nougat, API 24)
Uploaded:April 26, 2023 at 7:42PM UTC
File size:9.2 MB
Downloads:144
Version:2.3.7
Uploaded:March 29, 2024 at 6:15AM UTC
File size:13.52 MB
Downloads:7,459
Version:2.3.6
Uploaded:December 11, 2023 at 11:38PM UTC
File size:5.9 MB
Downloads:3,603
Version:2.3.5
Uploaded:November 16, 2023 at 10:30PM UTC
File size:5.91 MB
Downloads:1,400
Version:2.3.4
Uploaded:October 22, 2023 at 4:02PM UTC
File size:5.87 MB
Downloads:1,514
Version:2.3.3
Uploaded:September 25, 2023 at 9:06PM UTC
File size:5.79 MB
Downloads:1,344
Version:2.3.1
Uploaded:September 12, 2023 at 1:10AM UTC
File size:6.25 MB
Downloads:1,038
Version:2.2.3
Uploaded:July 21, 2023 at 7:45PM UTC
File size:15.61 MB
Downloads:3,588
Version:2.2.2
Uploaded:July 10, 2023 at 8:13PM UTC
File size:15.59 MB
Downloads:998
Version:2.2.1
Uploaded:July 3, 2023 at 12:29PM UTC
File size:15.57 MB
Downloads:621
Version:2.1.1
Uploaded:May 13, 2023 at 6:37AM UTC
File size:27.87 MB
Downloads:4,368