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
#!/bin/bash | |
SOURCE=$1 | |
PRODUCT_MANUFACTURER=$(cat $SOURCE/system/system/build.prop | grep ro.product.system.manufacturer= | cut -c 32-) | |
SYSTEM_NAME=$(cat $SOURCE/system/system/build.prop | grep ro.product.system.name= | cut -c 24-) | |
SYSTEM_DEVICE=$(cat $SOURCE/system/system/build.prop | grep ro.product.system.device= | cut -c 26-) | |
VERSION_RELEASE=$(cat $SOURCE/system/system/build.prop | grep ro.system.build.version.release= | cut -c 33-) | |
VENDOR_BUILD_ID=$(cat $SOURCE/vendor/build.prop | grep ro.vendor.build.id= | cut -c 20-) | |
VENDOR_VERSION_INCREMENTAL=$(cat $SOURCE/vendor/build.prop | grep ro.vendor.build.version.incremental= | cut -c 37-) |
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
FAILED: out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-WfdCommon.art out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-WfdCommon.oat out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-WfdCommon.vdex out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-core-icu4j.art out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-core-icu4j.oat out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-core-icu4j.vdex out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-ext.art out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-ext.oat out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-ext.vdex out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-framework-graphics.art out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-framework-graphics.oat out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot-framework-graphics.vdex out/soong/rtwo/dex_bootjars/android/system/framework/arm64/boot- |
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
[DEVICE_PROVISIONED]: [1] | |
[aaudio.hw_burst_min_usec]: [2000] | |
[aaudio.mmap_exclusive_policy]: [2] | |
[aaudio.mmap_policy]: [2] | |
[arm64.memtag.process.system_server]: [off] | |
[audio.offload.disable]: [false] | |
[audio.offload.gapless.enabled]: [false] | |
[audio.record.delay]: [100] | |
[audio.sys.mute.latency.factor]: [2] | |
[audio.sys.noisy.broadcast.delay]: [500] |
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
blockdev --getsize64 /dev/block/by-name/super | |
9940500480 | |
blockdev --getsize64 /dev/block/bootdevice/by-name/boot_a | |
100663296 | |
blockdev --getsize64 /dev/block/bootdevice/by-name/dtbo_a | |
25165824 | |
blockdev --getsize64 /dev/block/bootdevice/by-name/init_boot_a | |
8388608 | |
blockdev --getsize64 /dev/block/mapper/product_b |
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
[ 42% 70955/168598] target C: libvolumelistener <= hardware/qcom-caf/sm8550/audio/audio-effects/post_proc/volume_listener.c | |
[ 42% 70956/168598] //hardware/interfaces/authsecret/aidl:android.hardware.authsecret-V1-ndk header-abi-dumper android/hardware/authsecret/IAuthSecret.cpp | |
[ 42% 70957/168598] target thumb C: libvolumelistener_32 <= hardware/qcom-caf/sm8550/audio/audio-effects/post_proc/volume_listener.c | |
FAILED: out/target/product/rtwo/obj_arm/SHARED_LIBRARIES/libvolumelistener_intermediates/volume_listener.o | |
/bin/bash -c "PWD=/proc/self/cwd /usr/bin/ccache prebuilts/clang/host/linux-x86/clang-r450784d/bin/clang -I hardware/qcom-caf/sm8550/audio/hal -I vendor/qcom/opensource/pal -I out/target/product/rtwo/obj/KERNEL_OBJ/usr/include/audio -I out/target/product/rtwo/obj/KERNEL_OBJ/usr/techpack/audio/include -I system/media/audio_effects/include -I system/media/audio_route/include -I hardware/qcom-caf/sm8550/audio/hal/audio_extn -I system/media/audio_utils/include -I out/target/product/rtwo/obj/vendor/qcom |
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
adb logcat | grep CameraStateRegistry | |
And check what camera ID is currently open |
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
vendor/bin/hw/[email protected]:system/bin/[email protected] | |
vendor/bin/hw/[email protected]:system/bin/[email protected] | |
vendor/bin/qseecomd:system/bin/qseecomd | |
system/etc/task_profiles.json | |
vendor/etc/task_profiles.json | |
vendor/lib64/hw/[email protected] |
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
vendor/bin/hw/[email protected]:system/bin/[email protected] | |
vendor/bin/hw/[email protected]:system/bin/[email protected] | |
vendor/bin/qseecomd:system/bin/qseecomd | |
system/etc/task_profiles.json | |
vendor/etc/task_profiles.json | |
vendor/firmware/aw8622x_haptic.bin | |
vendor/firmware/aw8622x_rtp.bin |
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
Initial merge: | |
git remote add fw-api https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/fw-api.git | |
Old: | |
https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/wlan/fw-api | |
git fetch fw-api <TAG> | |
git merge -s ours --no-commit --allow-unrelated-histories FETCH_HEAD |
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
git remote add moto-msm-kernel [email protected]:MotorolaMobilityLLC/kernel-msm.git | |
git fetch moto-msm-kernel MMI-S3SJ32.1-44-6 | |
git merge FETCH_HEAD | |
git remote add moto-msm-modules-kernel [email protected]:MotorolaMobilityLLC/motorola-kernel-modules.git | |
git fetch moto-msm-modules-kernel MMI-S3SJ32.1-44-6 |