- 🗒 - List of useful links for amlogic S9xx/S8xx SoCs i've compiled by myself.
⚠️ - Please leave a comment if you have a suggestion. This list will not contain paid programs
This file contains hidden or 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
$HTTP["url"] !~ "^/admin" { | |
url.redirect = (".*" => "/admin") | |
} |
This file contains hidden or 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
strict-order |
This file contains hidden or 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
volumeselect() { | |
while true; | |
do | |
getevent -lc 1 2>&1 | grep VOLUME | grep DOWN > "$TMPDIR"/events | |
if grep VOLUME "$TMPDIR"/events >/dev/null; | |
then break | |
fi | |
done | |
if grep VOLUMEUP "$TMPDIR"/events >/dev/null; |
This is my way of extracting hidden fastboot oem
commands using ghidra
- May or may not work for various SoCs, i have tested this on Xiaomi Redmi Note 12 4G (Qualcomm sdm685)
- Download a firmware archive containing a ABL image.
- Extract the archive, change directory to where the image is located, and run:
# If not installed already
pip install uefi_firmware
error:03000098:digital envelope routines:do_sigver_init:invalid digest:crypto/evp/m_sigver.c:342:
make[1]: *** [/home/xxx/kernel/common/certs/Makefile:94: certs/signing_key.pem] Error 1
make[1]: *** Deleting file 'certs/signing_key.pem'
make: *** [/home/xxx/kernel/common/Makefile:1998: certs] Error 2
make: *** Waiting for unfinished jobs....
This error might occur durring kernel build. It is happening because newer versions of OpenSSL disallow using SHA-1.