-
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.
Added more files and directories, drm fw binary blobs
The files in firmware and persist-lg are not as of yet removed, until a way is found to remove them through Magisk. They figure here just for reference (for now). Signed-off-by: Atrate <[email protected]>
- Loading branch information
Showing
24 changed files
with
116 additions
and
16 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -11,21 +11,50 @@ A Magisk module designed to disable DRM (Digital Restrictions Management) comple | |
**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/[email protected] | ||
│ ├── system/vendor/bin/hw/[email protected] | ||
│ ├── system/vendor/bin/hw/[email protected] | ||
│ ├── system/vendor/bin/hw/[email protected] | ||
│ ├── system/vendor/bin/hw/[email protected] | ||
│ └── system/vendor/bin/hw/[email protected] | ||
└── system/vendor/lib | ||
└── system/vendor/lib/liboemcrypto.so | ||
├── bin/ | ||
│ ├── drmserver* | ||
│ └── mediadrmserver* | ||
└── vendor/ | ||
├── bin/ | ||
│ └── hw/ | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ └── [email protected]* | ||
├── etc/ | ||
│ └── init/ | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ ├── [email protected]* | ||
│ └── [email protected]* | ||
└── lib/ | ||
└── liboemcrypto.so | ||
firmware | ||
└── image/ | ||
├── widevine.b01* | ||
├── widevine.b02* | ||
├── widevine.b03* | ||
├── widevine.b04* | ||
├── widevine.b05* | ||
├── widevine.b06* | ||
└── widevine.mdt* | ||
persist-lg | ||
└── firmware/ | ||
├── widevine.b01* | ||
├── widevine.b02* | ||
├── widevine.b03* | ||
├── widevine.b04* | ||
├── widevine.b05* | ||
├── widevine.b06* | ||
└── widevine.mdt* | ||
``` | ||
Please note that files in firmware/ and persist-lg/ are NOT YET replaced, until a workaround is found. They still appear in the list so that users can remove them by themselves, although this is risky. | ||
|
||
**List of replaced directories:** | ||
``` | ||
|
@@ -40,6 +69,8 @@ system | |
/efs/drm | ||
/persist/drm | ||
/persist-lg/lgdrm | ||
/persist-lg/widevine | ||
/persist-lg/data/widevine | ||
``` | ||
|
||
## Installation | ||
|
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 |
---|---|---|
|
@@ -10,4 +10,6 @@ REPLACE=" | |
/efs/drm | ||
/persist/drm | ||
/persist-lg/lgdrm | ||
/persist-lg/widevine | ||
/persist-lg/data/widevine | ||
" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/system/bin/sh | ||
# This binary has been succesfully replaced. This script will hang forever so it is not launched again. | ||
while :; do sleep 2073600; done |