Skip to content

Instantly share code, notes, and snippets.

Host Name: DESKTOP-KBV9U54
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.27975 N/A Build 27975
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
Registered Owner: kjones
Registered Organization:
Product ID: 00380-00000-00001-AA258
Original Install Date: 10/25/2025, 1:25:11 AM
This file has been truncated, but you can view the full file.
--------- beginning of main
10-01 22:44:24.619 310 310 W linker : Warning: failed to find generated linker configuration from "/linkerconfig/ld.config.txt"
10-01 22:44:24.621 311 311 W linker : Warning: failed to find generated linker configuration from "/linkerconfig/ld.config.txt"
10-01 22:44:24.637 309 309 I lowmemorykiller: Using in-kernel low memory killer interface
10-01 22:44:24.637 309 309 E lowmemorykiller: kernel lmk event file could not be opened; errno=2
10-01 22:44:24.638 309 309 I lowmemorykiller: Process polling is not supported
10-01 22:44:24.638 309 309 I lowmemorykiller: Process reaping is not supported
10-01 22:44:24.679 311 311 E hwservicemanager: libvintf-usage-violation: Executable /system/system_ext/bin/hwservicemanager should not use libvintf. It should query VINTF metadata via servicemanager
10-01 22:44:24.682 311 311 I hwservicemanager: getFrameworkHalManifest: Reading VINTF information.
--------- beginning of events
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<d:devices xmlns:d="http://schemas.android.com/sdk/devices/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<d:device>
<d:name>Samsung Galaxy S25+</d:name>
<d:manufacturer>Samsung</d:manufacturer>
<d:meta/>
<d:hardware>
<d:screen>
<d:screen-size>xlarge</d:screen-size>
<d:diagonal-length>6.70</d:diagonal-length>
FAILED: out/target/product/gts9wifi/obj/KERNEL_OBJ/arch/arm64/boot/Image
/bin/bash out/target/product/gts9wifi/obj/KERNEL_OBJ/arch/arm64/boot/Image.rsp
make: Entering directory '/build/android/lineage/kernel/samsung/sm8550'
make[1]: Entering directory '/build/android/lineage/out/target/product/gts9wifi/obj/KERNEL_OBJ'
GEN Makefile
DESCEND bpf/resolve_btfids
CALL /build/android/lineage/kernel/samsung/sm8550/scripts/atomic/check-atomics.sh
CALL /build/android/lineage/kernel/samsung/sm8550/scripts/checksyscalls.sh
CHK include/generated/compile.h
CHK kernel/kheaders_data.tar.xz
2-26 22:34:58.362 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265VspPredWeightTable(1128): ERR_CHECK: status: 10000001 errorBits: 70000000
02-26 22:34:58.362 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265Dec_ForwardPath(2707): Slice error type H265_CONFIG_FLAG_MISSING
02-26 22:34:58.367 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265Dec_ForwardPath(2707): Slice error type H265_CONFIG_FLAG_MISSING
02-26 22:34:58.375 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265VspPredWeightTable(1128): ERR_CHECK: status: 10000001 errorBits: 70000000
02-26 22:34:58.375 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265Dec_ForwardPath(2707): Slice error type H265_CONFIG_FLAG_MISSING
02-26 22:34:58.379 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265Dec_ForwardPath(2707): Slice error type H265_CONFIG_FLAG_MISSING
02-26 22:34:58.380 I/msm_vidc( 690): fw: <VFW_E:WrkDec:265d:e23c2fc0:00> h265Dec_ForwardPath(2707): Slice error type H265_CONFIG_FLAG_MISSING
02-26
@488315
488315 / Instructions.md
Last active December 15, 2024 21:37
Chatgpt instructions

Response Instructions

Respond as the most qualified expert. Never mention you are an AI. Provide accurate information with detailed explanations. Focus on the core of my request. Offer multiple solutions where appropriate, clearly noting trade-offs. Prioritize good arguments over sources. Explore new technologies and contrarian ideas, explicitly flagging speculation where necessary. No moral lectures.

Code Expectations:

  1. Ensure all code follows AOSP guidelines and is formatted with Google style using clang-format.
  2. Always provide complete code, even if it is modified. Ensure examples are functional and ready for implementation.
  3. Include purpose-driven comments, proper exception handling, fully qualified imports, and Javadoc comments.
  4. Prioritize efficiency, modularity, and DRY principles while maintaining readability.
  5. Focus on Java/Kotlin unless specified otherwise and include relevant test cases (e.g., JUnit) for completeness.
@488315
488315 / todo.md
Created November 10, 2024 11:57
Gts9wifi todo

GTS9WiFi UDFPS & Adaptive Refresh Rate Setup

1. Flash Stock Firmware

  • Goal: Obtain fod_rect and aod_rect configuration data.
    • Download the latest stock firmware for gts9wifi.
    • Flash the device with stock firmware to restore factory settings.
    • Retrieve fod_rect and aod_rect data for use in custom firmware.

2. Modify AIDL Fingerprint HAL for Optical UDFPS

  • Goal: Configure fingerprint HAL to support under-display optical fingerprint sensors.
diff --git a/aidl/fingerprint/Session.cpp b/aidl/fingerprint/Session.cpp
index 722190d..6fffae4 100644
--- a/aidl/fingerprint/Session.cpp
+++ b/aidl/fingerprint/Session.cpp
@@ -16,6 +16,7 @@
#include <dirent.h>
#include <endian.h>
#include <thread>
+#include <fstream>
Module Size Used by
qca_cld3_qca6490 15200256 0
pdic_sm5714 147456 0
wez01 544768 0
msm_drm 4939776 15
a96t396 65536 0
mhi_cntrl_qcom 40960 0
ipa_clientsm 167936 0
stm_ts_fts1b90a 634880 0
sec_tsp_dumpkey 24576 1 stm_ts_fts1b90a
import os
import subprocess
# Function to run shell commands via adb
def adb_shell(cmd):
print(f"Running adb shell command: {cmd}")
result = subprocess.run(['adb', 'shell', cmd], capture_output=True, text=True)
print(f"Command output: {result.stdout.strip()}")
return result.stdout.strip()