Skip to content

Instantly share code, notes, and snippets.

View gatlinnewhouse's full-sized avatar
📡
hacking on embedded

Gatlin Newhouse gatlinnewhouse

📡
hacking on embedded
View GitHub Profile
paste here when I find out how to get a log (tried to save a log but it did not save)
@gatlinnewhouse
gatlinnewhouse / dmesg.log
Created July 7, 2020 19:42
twrp-AIK.img errors
[ 15.376421] .(2)[312:logd.auditd]type=1400 audit(1594067142.055:111): avc: denied { getattr } for pid=300 comm="recovery" path="/sys/devices/virtual/timed_output/vibrator/enable" dev="sysfs" ino=19589 scontext=u:r:recovery:s0 tcontext=u:object_r:sysfs_vibrator:s0 tclass=file permissive=1
[ 15.404041] .(1)[74:kworker/u16:2][VcoreFS] SPM FIRMWARE IS NOT READY
[ 15.443873] .(0)[74:kworker/u16:2][VcoreFS] SPM FIRMWARE IS NOT READY
[ 15.451970] .(5)[300:recovery]mtk-tpd: tpd_fb_notifier_callback
[ 15.455425] .(6)[339:recovery]audit: audit_lost=82 audit_rate_limit=5 audit_backlog_limit=64
[ 15.455477] .(7)[312:logd.auditd]type=1400 audit(1594067142.055:111): avc: denied { getattr } for pid=300 comm="recovery" path="/sys/devices/virtual/timed_output/vibrator/enable" dev="sysfs" ino=19589 scontext=u:r:recovery:s0 tcontext=u:object_r:sysfs_vibrator:s0 tclass=file permissive=1
[ 15.455493] .(7)[312:logd.auditd]type=1400 audit(1594067142.139:112): avc: denied { unlink } for pid=300 comm="recovery" name="o
@gatlinnewhouse
gatlinnewhouse / settings.json
Last active July 31, 2020 00:13
Windows Terminal Settings
// This file was initially generated by Windows Terminal 1.1.2021.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@gatlinnewhouse
gatlinnewhouse / Log_2020-11-06_10-49-09.txt
Created November 6, 2020 19:07
GCam_6.1.021_Advanced_V1.4.032219.1950.apk log
---- Nov 6, 2020 10:49:09 ----
11-06 10:37:59.954 12934 12934 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.CAMERA in package: org.codeaurora.snapcam at: Binary XML file line #25
11-06 10:38:09.089 26766 9864 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.CAMERA in package: org.codeaurora.snapcam at: Binary XML file line #25
11-06 10:38:14.384 26766 12923 I Finsky : [1411] akxa.c(3): Verify: Verification package=org.codeaurora.snapcam, id=29 response=0
11-06 10:38:18.203 26766 26766 I Finsky : [2] VerifyInstallTask.mD(6): Verification complete: id=29, package_name=org.codeaurora.snapcam
@gatlinnewhouse
gatlinnewhouse / recovery.log
Created November 24, 2020 19:12
TWRP Kernel Source v0.2.1 Log
Starting TWRP 3.4.0-0-349ea555-dirty on Tue Nov 24 19:03:21 2020
(pid 309)
I:Lun file '/sys/class/android_usb/android0/f_mass_storage/lun0/file' does not exist, USB storage mode disabled
TW_INCLUDE_CRYPTO := true
I:Find_File: Error opening '/sys/class/backlight'
I:Found brightness file at '/sys/class/leds/lcd-backlight/brightness'
I:Got max brightness 255 from '/sys/class/leds/lcd-backlight/max_brightness'
I:TWFunc::Set_Brightness: Setting brightness control to 255
I:LANG: en
I:AB_OTA_UPDATER := true
@gatlinnewhouse
gatlinnewhouse / dmesg.log
Created November 25, 2020 00:40
TWRP Kernel Source v0.2.3 Alpha logs
[ 82.351589] .(0)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.391246] .(0)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.431253] .(0)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.439721] .(4)[309:recovery][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.471242] .(0)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.511251] .(0)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.551251] .(0)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.591409] .(1)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.631224] .(1)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
[ 82.671365] .(1)[238:kworker/u16:5][VcoreFS] SPM FIRMWARE IS NOT READY
@gatlinnewhouse
gatlinnewhouse / multimc log
Created June 25, 2021 21:59
crash when wrenching
This file has been truncated, but you can view the full file.
MultiMC version: 0.6.12-1530
Minecraft folder is:
C:/tools/MultiMC/instances/updating pack/minecraft
Java path is:
C:/Program Files/AdoptOpenJDK/jdk-15.0.2.7-hotspot/bin/javaw.exe
@gatlinnewhouse
gatlinnewhouse / setup_bmv080.sh
Last active July 16, 2025 20:22
Setup BMV080 with Platformio bash script
#!/bin/bash
# Prompt user for Bosch SDK directory
read -rp "Enter the Bosch SDK directory path: " BOSCH_SDK_DIR
# Prompt user for SparkFun BMV080 Arduino Library directory
read -rp "Enter the SparkFun BMV080 Arduino Library path: " SPARKFUN_LIB_DIR
# Define the mapping from SDK paths to Library paths
declare -A FILE_MAP=(
["api/inc/bmv080.h"]="src/sfTk/bmv080.h"