- 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
This file has been truncated, but you can view the full file.
This file contains 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
--------- 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 '' |
This file contains 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
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 |
This file contains 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
android.hardware.bluetooth.audio.IBluetoothAudioProviderFactory/default (@2) | |
android.hardware.drm.IDrmFactory/clearkey (@1) | |
[email protected]::IComponentStore/software | |
android.hardware.power.IPower/default (@3) | |
[email protected]::ISap/slot2 | |
android.hardware.wifi.hostapd.IHostapd/default (@1) | |
android.hardware.wifi.supplicant.ISupplicant/default (@1) | |
[email protected]::IWifi/default | |
[email protected]::IMotoFingerPrint/default | |
[email protected]::IMotoFingerPrintSensorTest/default |
This file contains 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
# 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 |
This file contains 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
#!/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 |
This file contains 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
# 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 |
This file contains 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
adsp.b00 | |
adsp.b01 | |
adsp.b02 | |
adsp.b03 | |
adsp.b04 | |
adsp.b05 | |
adsp.b06 | |
adsp.b07 | |
adsp.b08 | |
adsp.b09 |
This file contains 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
# 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 |
This file contains 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
# 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 |
NewerOlder