-
-
Save phhusson/ad4ac3d910090512ab76 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
. /opt/rootator.sh | |
KEYS=my-own-security-keys | |
openFirmware VRUAMDK.zip 7d0ba58701c029b56638a68ab90d6939 | |
function inDTS() { | |
sed -i -E 's/(min_brightness = <)0x[0-9]*/\10x3/g' *.dts | |
} | |
function inInitramfs() { | |
root | |
noDmVerity | |
xposedEnabled | |
} | |
updateBoot | |
updateRecovery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment