Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Atrate/Magisk-DRM-Disabler

Repository files navigation

Magisk DRM Disabler License: GPL v3

If you're on GitHub and want to create a Pull/Merge Request, head to this project's GitLab repo.

Description

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).

XDA Support thread

List of replaced files:

system
├── system/bin
│   ├── system/bin/drmserver
│   └── system/bin/mediadrmserver
└── system/vendor
    ├── system/vendor/bin
    │   └── system/vendor/bin/hw
    │       ├── system/vendor/bin/hw/android.hardware.drm@1.0-service
    │       ├── system/vendor/bin/hw/android.hardware.drm@1.0-service.widevine
    │       ├── system/vendor/bin/hw/android.hardware.drm@1.1-service.clearkey
    │       ├── system/vendor/bin/hw/android.hardware.drm@1.1-service.widevine
    │       ├── system/vendor/bin/hw/android.hardware.drm@1.2-service.clearkey
    │       └── system/vendor/bin/hw/android.hardware.drm@1.2-service.widevine
    └── system/vendor/lib
        └── system/vendor/lib/liboemcrypto.so

List of replaced directories:

/system/etc/drm
/system/lib/drm
/system/lib64/drm
/data/drm
/data/mediadrm
/data/vendor/mediadrm
/data/data/.drm
/data/.dcmdrm
/efs/drm
/persist/drm
/persist-lg/lgdrm

Installation

  1. Download the module from the releases
  2. Flash the module through Magisk Manager or TWRP/OrangeFox

Grab the newest release on GitLab or GitHub


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

topjohnwu for magisk

License

This project is licensed under the GPL-3.0-or-later.