- 🗒 - 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; |
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.
Noted for Xiaomi Redmi Note 11S 5G (mt6886
, codename: opal
).
python mtk.py da peek 0x48090000 0xe0000 --filename pstore.bin
- Ghidra/
strings
can be later used to read text insidepstore.bin
after peeking