Skip to content

Instantly share code, notes, and snippets.

@phhusson
Created October 13, 2015 22:28
Show Gist options
  • Save phhusson/ad4ac3d910090512ab76 to your computer and use it in GitHub Desktop.
Save phhusson/ad4ac3d910090512ab76 to your computer and use it in GitHub Desktop.
#!/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