Table Of Contents
What is DRM Disabler?
A Magisk module designed to disable DRM (Digital Restrictions Management) completely on Android devices using Magisk, for reasons of security or ethics (see: Opposing Digital Rights Mismanagement and Examples of proprietary DRM). It’s a simple module that removes DRM components (services and libraries) from your device for reasons of ethics or security.
How to install?
- Directly install from Magisk Manager Module Section (Or)
- Download the module from the releases
- Flash the module through Magisk Manager or TWRP/OrangeFox
THIS IS NOT A MODULE THAT WILL HELP YOU BYPASS DRM PROTECTION
Quite the contrary, it will make you unable to watch any DRM-restricted content.
This is an alpha release
I am not responsible for any damage done to your device by this module, so flash at your of discretion.
LOOKING FOR TESTERS!
If you’re interested in helping the project by being a tester, please refer to CONTRIBUTING.md
Credits
- Atrate
- Topjohnwu
License
This project is licensed under the GPL-3.0-or-later.
After I installed it (FULL de-DRM) through Magisk and rebooted, my phone (CUBOT J3) rebooted with black screen. I rebooted again but the same. I can use fastboot mode so Please, what is the command to uninstall it ?
1. Connect the Mobile to PC using ADB/FASTBOOT,
Open CMD,
Make sure connection is up “adb devices” or “fastboot devices”,
and type the following:
2. “adb shell” [ to get mobile’s shell ]
3. “su” [ to get super user ]
4. “ls -Ral data/adb/modules” [ to list installed modules ]
5. “cd data/adb/modules” [ to change to modules directory ]
6. “rm -r data/adb/modules/” [ Remove module ] (be carefully).
( is the name of module.
for example, data/adb/modules/magisk-drm-disabler )
(at the end maybe needs to type “exit” to exit from shell)
7. reboot “adb reboot” ?
https://forum.xda-developers.com/t/guide-remove-magisk-modules-without-twrp.3995677/
Edit:
6. “rm -r data/adb/modules/(module-name)” [ Remove module ] (be carefully!).
( where (module-name) is the name of module.
For example, data/adb/modules/magisk-drm-disabler )