-
04:01
(UTC +03:00) - https://t.me/fz_asus
Pinned Loading
-
Usage: go to folder "OUT/volume-*" e...
Usage: go to folder "OUT/volume-*" extracted using "uefi-firmware-parser -b xbl.img -e -o OUT" and using any methods find directory with many other directories, usually its fourth level, starting from volume-* folder 1import os
2import re
3import shutil
45dxefdfinc = []
-
This program help your parse your ue...
This program help your parse your uefiplat to C code. 1from pyfdt.pyfdt import FdtBlobParse
23# NOTICE, you need to install pyfdt package first :)
4# pip install pyfdt
5 -
Help adapting anything like "techpac...
Help adapting anything like "techpack/camera" for successful building using gcc 6 (PostmarketOS), if any error came up, that not script fault, that means OEM provide not so good sources, but it will be easy to fix. Usage: python3 AbsoluteToRelative.py "PATH where to replace all includes to relative one". THAT SCRIPT ALSO GOES IN SUBDIRECTORIES!!! 1import os
2import subprocess
3import sys
45def find(name, path):
-
python script to know which device_p...
python script to know which device_pm_callback_end uses most time, usage: CONFIG_TRACING=y ; echo 1 > /sys/kernel/debug/tracing/events/power/device_pm_callback_end/enable ; echo 1 > /sys/kernel/debug/tracing/tracing_on ; python3 device_pm_callback_end_trace.py /sys/kernel/debug/tracing/trace 1import math
2import sys
3checked = [[0, 0]]
45with open(sys.argv[1]) as file: # should be /sys/kernel/debug/tracing/trace or some file
-
Get sda_encoding/scl_encoding from m...
Get sda_encoding/scl_encoding from mainline node 1def TLMM_GPIO_CFG(gpio, func, dir, pull, drive):
2return (
3((gpio & 0x3FF) << 4) |
4((func & 0xF) << 0) |
5((dir & 0x1) << 14) |
-
aston-mainline
aston-mainline PublicForked from map220v/sm8550-mainline
Mainline kernel for OnePlus 12R/Ace 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.