Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
--------- beginning of events
07-22 03:53:42.605 917 917 I snet_event_log: [121035042,-1,]
07-22 03:53:42.609 917 917 I auditd : SELinux: Loaded service_contexts from:
07-22 03:53:42.609 917 917 I auditd : /system/etc/selinux/plat_service_contexts
07-22 03:53:42.609 917 917 I auditd : /system_ext/etc/selinux/system_ext_service_contexts
07-22 03:53:42.609 917 917 I auditd : /product/etc/selinux/product_service_contexts
07-22 03:53:42.609 917 917 I auditd : /vendor/etc/selinux/vendor_service_contexts
--------- beginning of kernel
07-22 03:53:39.761 572 572 I modprobe: Loading module /vendor_dlkm/lib/modules/q6_pdr_dlkm.ko with args ''
07-22 03:53:39.761 572 572 I modprobe: Loading module /vendor_dlkm/lib/modules/qcom-scm.ko with args ''
@s4704
s4704 / rr
Created October 14, 2023 14:49
10-14 00:19:53.482: D/AndroidRuntime(9996): Shutting down VM
10-14 00:19:53.483: E/AndroidRuntime(9996): FATAL EXCEPTION: main
10-14 00:19:53.483: E/AndroidRuntime(9996): Process: com.android.phone, PID: 9996
10-14 00:19:53.483: E/AndroidRuntime(9996): java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.isAllIccIdQueryDone(SubscriptionInfoUpdater.java:253)
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.updateSubscriptionInfoByIccId(SubscriptionInfoUpdater.java:853)
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.cleanSubscriptionInPhone(SubscriptionInfoUpdater.java:773)
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.internal.telephony.SubscriptionInfoUpdater.handleSimAbsent(SubscriptionInfoUpdater.java:784)
10-14 00:19:53.483: E/AndroidRuntime(9996): at com.android.interna
@s4704
s4704 / man
Created October 3, 2023 14:28
android.hardware.bluetooth.audio.IBluetoothAudioProviderFactory/default (@2)
android.hardware.drm.IDrmFactory/clearkey (@1)
android.hardware.media.c2@1.0::IComponentStore/software
android.hardware.power.IPower/default (@3)
android.hardware.radio@1.2::ISap/slot2
android.hardware.wifi.hostapd.IHostapd/default (@1)
android.hardware.wifi.supplicant.ISupplicant/default (@1)
android.hardware.wifi@1.6::IWifi/default
com.motorola.hardware.biometric.fingerprint@1.0::IMotoFingerPrint/default
com.motorola.hardware.biometric.fingerprint@1.0::IMotoFingerPrintSensorTest/default
@s4704
s4704 / README.md
Created October 3, 2023 14:23 — forked from SebaUbuntu/README.md
Generate framework compatibility matrix from fqnames

Generate framework compatibility matrix from fqnames

  • Download these 2 files
  • Compile AOSP without fcm from stock and wait for check_vintf to error out
  • Delete Python prefix from all lines (e.g. checkvintf E 06-24 00:30:22 49120 49120 check_vintf.cpp:554])
  • Paste the result in fqnames.txt
  • Launch the script
# Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of The Linux Foundation nor
@s4704
s4704 / sh
Last active April 20, 2023 13:00
#!/system/bin/sh
mkdir /vendor/firmware_mnt
mount /dev/block/bootdevice/by-name/modem /vendor/firmware_mnt
echo "1" > /proc/sys/kernel/firmware_config/force_sysfs_fallback
echo "1" > /sys/kernel/boot_adsp/boot
exit 0
@s4704
s4704 / it
Last active April 20, 2023 13:08
# Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of The Linux Foundation nor
adsp.b00
adsp.b01
adsp.b02
adsp.b03
adsp.b04
adsp.b05
adsp.b06
adsp.b07
adsp.b08
adsp.b09
# Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of The Linux Foundation nor
# Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of The Linux Foundation nor