-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'b/v1.3.0' into 'master'
v1.3.0 See merge request Atrate/magisk-drm-disabler!5
- Loading branch information
Showing
30 changed files
with
78 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ If you're interested in becoming a tester, please send me an e-mail or PM with y | |
|
||
If trying to remove DRM libs, please remember that some libraries relate to Digital Restrictions Management while some refer to Direct Rendering Management. Removing the latter will cause graphics breakages through the whole system and possibly bootloops. | ||
|
||
## Libraries that have been tested and cause a bootloop: | ||
## Libraries that have been tested and cause a bootloop (remember the above notice — Rendering vs Restrictions): | ||
``` | ||
[email protected] | ||
[email protected] | ||
|
@@ -38,10 +38,18 @@ libmediardm.so | |
libmediardmmetrics_lite.so | ||
``` | ||
|
||
Files used for DRM that cannot yet be replaced: | ||
These DRM-related files cannot be natively replaced. Instead, the symlinks pointing to them are replaced in `/system/etc/firmware` and `/system/vendor/firmware`. | ||
``` | ||
firmware | ||
└── image/ | ||
├── dxhdcp2.b00 | ||
├── dxhdcp2.b01 | ||
├── dxhdcp2.b02 | ||
├── dxhdcp2.b03 | ||
├── dxhdcp2.b04 | ||
├── dxhdcp2.b05 | ||
├── dxhdcp2.b06 | ||
├── dxhdcp2.mdt | ||
├── widevine.b01* | ||
├── widevine.b02* | ||
├── widevine.b03* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,15 @@ system | |
│ ├── lgdrmserver* | ||
│ └── mediadrmserver* | ||
├── etc/ | ||
│ ├── firmware/ | ||
│ │ ├── dxhdcp2.b00 | ||
│ │ ├── dxhdcp2.b01 | ||
│ │ ├── dxhdcp2.b02 | ||
│ │ ├── dxhdcp2.b03 | ||
│ │ ├── dxhdcp2.b04 | ||
│ │ ├── dxhdcp2.b05 | ||
│ │ ├── dxhdcp2.b06 | ||
│ │ └── dxhdcp2.mdt | ||
│ ├── init/ | ||
│ │ ├── drmserver.rc* | ||
│ │ └── mediardmserver.rc* | ||
|
@@ -81,8 +90,25 @@ system | |
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ └── [email protected]* | ||
└── lib/ | ||
└── liboemcrypto.so | ||
├── firmware/ | ||
│ ├── widevine.b00 | ||
│ ├── widevine.b01 | ||
│ ├── widevine.b02 | ||
│ ├── widevine.b03 | ||
│ ├── widevine.b04 | ||
│ ├── widevine.b05 | ||
│ ├── widevine.b06 | ||
│ └── widevine.mdt | ||
├── lib/ | ||
│ ├── libmm-hdcpmgr.so | ||
│ ├── liboemcrypto.so | ||
│ └── libwvhidl.so | ||
└── lib64/ | ||
├── libmm-hdcpmgr.so | ||
├── lib-sec-disp.so | ||
├── libSecureUILib.so | ||
├── libsecureui.so | ||
└── libsecureui_svcsock.so | ||
``` | ||
|
||
**List of directories replaced in FULL mode:** | ||
|
@@ -129,7 +155,7 @@ If you're interested in helping the project, please refer to [CONTRIBUTING.md](. | |
- topjohnwu for Magisk; | ||
- Jman420 for [volume key input](https://github.com/Jman420/magisk_selinux_manager/blob/develop/common/install.sh). | ||
|
||
## [Changelog](./CHANGELOG) | ||
## [Changelog](./CHANGELOG.md) | ||
|
||
## License | ||
This project is licensed under the [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.