Compare commits

..

13 Commits

Author SHA1 Message Date
HeroBuxx f35f6585ab fogos: Regenerate trew
Signed-off-by: HeroBuxx <me@herobuxx.me>
2025-12-09 01:08:49 +00:00
Michael Bestas 82071be28a fogos: Update to V1UGS35H.75-14-3-4
Change-Id: I1a825f1564c22161395dbdd8b013e5489f11efa2
2025-10-28 20:55:41 +02:00
Michael Bestas e5e7227ce3 fogos: Patch vidhance components with libui-v34
* EIS was broken, which caused hard crashes when switching
  to video mode in camera.

Change-Id: If7d3b4417208fbb51466992aece7ec9b82a1cd41
2025-10-28 01:25:27 +02:00
Michael Bestas be2ee5a421 fogos: Copy touch firmware to recovery & remove unused ones
Change-Id: I8f2f55976f3e19fbe006ea3126e7fc51182692cf
2025-09-02 15:23:32 +03:00
Michael Bestas 515fed54c8 fogos: Update to V1UGS35H.75-14-13-1
Change-Id: Iad08f6e109499ff6201fdd7f4b4afff230d9076b
2025-08-27 14:19:42 +03:00
Michael Bestas 1295e54fae fogos: Update to V1UGS35H.75-14-3-3
Change-Id: I2f905c16d4b147cf2e7aa1f7ef9e4c470288e201
2025-07-28 05:47:34 +03:00
Michael Bestas 798132330d fogos: Update to V1UG35H.75-14-9
Change-Id: I62c4a63298674d62f6420151f9c1cf5afa0e4a08
2025-05-23 00:51:09 +03:00
Michael Bestas 317fffc6a4 fogos: Update to V1UG35H.75-14-3
Change-Id: I38e21993e1a8f70f2efa1fee05b93a5a1780ca51
2025-05-02 06:05:47 +03:00
Michael Bestas 11d3d8d914 fogos: Update to U1UGS34.23-110-23-6
Change-Id: I701aa1166f5a1448c8190e7242db2e58675bbbf3
2025-04-09 16:30:41 +03:00
Michael Bestas 391122413d fogos: Disable mot_tap sensor
Change-Id: I961d627bef8c565a8fd8667e8afd178238fa95cb
2025-04-07 23:15:37 +03:00
Michael Bestas 20648a821a fogos: Import blobs & firmware from U1UGS34.23-110-23-4
Change-Id: I3e4ae269ff5083235cd6961fb273ed427cf0b227
2025-04-02 01:08:21 +03:00
Michael Bestas 7a6b0a06aa Set up LFS 2023-12-04 19:26:31 +02:00
Michael Bestas c82a3ae645 Initial empty repository 2023-01-03 01:21:06 +02:00
63 changed files with 234 additions and 232 deletions
+1
View File
@@ -0,0 +1 @@
radio/* filter=lfs diff=lfs merge=lfs -text
+3
View File
@@ -0,0 +1,3 @@
[lfs]
url = "https://lfs.undocumented.software/lfs/blobs.git/info/lfs"
pushurl = "ssh://git@lfs.undocumented.software/lfs/blobs.git"
+108 -85
View File
@@ -5,7 +5,7 @@
soong_namespace { soong_namespace {
imports: [ imports: [
"hardware/motorola", "hardware/motorola",
"vendor/motorola/knoir", "vendor/motorola/sm6375-common",
"vendor/qcom/opensource/display", "vendor/qcom/opensource/display",
], ],
} }
@@ -5941,6 +5941,30 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libos",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libos.so",
],
shared_libs: [
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libportrait_repair_ppl3_ocl", name: "libportrait_repair_ppl3_ocl",
owner: "motorola", owner: "motorola",
@@ -5965,6 +5989,37 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libpowercore",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libpowercore.so",
],
shared_libs: [
"libcutils",
"libutils",
"liblog",
"libbinder",
"libtinyxml2",
"vendor.display.config@1.0",
"libhidlbase",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libqll10", name: "libqll10",
owner: "motorola", owner: "motorola",
@@ -6100,6 +6155,33 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libsynx",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libsynx.so",
],
shared_libs: [
"libos",
"libthreadutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libtfestriping", name: "libtfestriping",
owner: "motorola", owner: "motorola",
@@ -6152,6 +6234,31 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libthreadutils",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libthreadutils.so",
],
shared_libs: [
"libos",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libvidhance", name: "libvidhance",
owner: "motorola", owner: "motorola",
@@ -6436,17 +6543,6 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
android_app_import {
name: "MotoSignatureApp",
owner: "motorola",
apk: "proprietary/system/app/MotoSignatureApp/MotoSignatureApp.apk",
preprocessed: true,
presigned: true,
dex_preopt: {
enabled: false,
},
}
android_app_import { android_app_import {
name: "EuiccPartnerApp", name: "EuiccPartnerApp",
owner: "motorola", owner: "motorola",
@@ -6458,22 +6554,6 @@ android_app_import {
product_specific: true, product_specific: true,
} }
android_app_import {
name: "MotCamera3AI",
owner: "motorola",
apk: "proprietary/product/app/MotCamera3AI/MotCamera3AI.apk",
overrides: [
"Camera2",
"Aperture",
],
preprocessed: true,
presigned: true,
dex_preopt: {
enabled: false,
},
product_specific: true,
}
android_app_import { android_app_import {
name: "EuiccGoogle", name: "EuiccGoogle",
owner: "motorola", owner: "motorola",
@@ -6510,55 +6590,6 @@ android_app_import {
product_specific: true, product_specific: true,
} }
android_app_import {
name: "MotCamera4",
owner: "motorola",
apk: "proprietary/product/priv-app/MotCamera4/MotCamera4.apk",
preprocessed: true,
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "MotorolaSettingsProvider",
owner: "motorola",
apk: "proprietary/system_ext/priv-app/MotorolaSettingsProvider/MotorolaSettingsProvider.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
system_ext_specific: true,
}
dex_import {
name: "com.motorola.motosignature",
owner: "motorola",
jars: [
"proprietary/system/framework/com.motorola.motosignature.jar",
],
}
dex_import {
name: "moto-core_services",
owner: "motorola",
jars: [
"proprietary/system/framework/moto-core_services.jar",
],
}
dex_import {
name: "moto-settings",
owner: "motorola",
jars: [
"proprietary/system/framework/moto-settings.jar",
],
}
dex_import { dex_import {
name: "com.android.hotwordenrollment.common.util", name: "com.android.hotwordenrollment.common.util",
owner: "motorola", owner: "motorola",
@@ -6767,11 +6798,3 @@ cc_prebuilt_binary {
relative_install_path: "hw", relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
sh_binary {
name: "motsettings",
owner: "motorola",
src: "proprietary/system_ext/bin/motsettings",
filename: "motsettings",
system_ext_specific: true,
}
+22
View File
@@ -3,3 +3,25 @@
# #
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),fogos)
$(call add-radio-file-sha1-checked,radio/abl.img,bf94da953b0745fbb21629c85fce6d6ffce22fb2)
$(call add-radio-file-sha1-checked,radio/bluetooth.img,a69928c0d50e9cd7938af0c8e597df1a466dd658)
$(call add-radio-file-sha1-checked,radio/devcfg.img,595f0872d42ace630c381fb4e6291183f2062a38)
$(call add-radio-file-sha1-checked,radio/dsp.img,6be03a523b4a75f993c9cf3f14537feaf6f2e57e)
$(call add-radio-file-sha1-checked,radio/fsg.img,706518a10b8dfa075abe5c3186e2d400bcb98d77)
$(call add-radio-file-sha1-checked,radio/hyp.img,cb29afbeb63b03d18cdee02b2511952301a61662)
$(call add-radio-file-sha1-checked,radio/keymaster.img,7850e9147fc17ce94fb5f6858c23b774e9ec9886)
$(call add-radio-file-sha1-checked,radio/logo.img,a883a51d62c05d693aef86189e5b18e81754efa5)
$(call add-radio-file-sha1-checked,radio/modem.img,72ff8ed35342fc5f1d5cbf2990979468f527986f)
$(call add-radio-file-sha1-checked,radio/prov.img,56b057cc4945847ab18dc1a89cad3cbff07add4c)
$(call add-radio-file-sha1-checked,radio/qupfw.img,290d0b5c7865692bf1a5aba601c5184509c8f334)
$(call add-radio-file-sha1-checked,radio/rpm.img,d41d3a6709d15c9490bbd4d167848f7c5c4ef9bf)
$(call add-radio-file-sha1-checked,radio/storsec.img,8c1bc048314103d60e56e1a319b4fb080c9a2598)
$(call add-radio-file-sha1-checked,radio/tz.img,3168193f54040d875b289633300a6b9b3f4bda85)
$(call add-radio-file-sha1-checked,radio/uefisecapp.img,7a47442f54435089e078d1f12c819927fdecf3b6)
$(call add-radio-file-sha1-checked,radio/xbl.img,8132b37fe4f2deca5cad295fb601b07bb5c48e8b)
$(call add-radio-file-sha1-checked,radio/xbl_config.img,bb3d8e20f1f9fd7c7ae836a017ffec1f1a47b958)
endif
+19
View File
@@ -1,3 +1,22 @@
# #
# Automatically generated file. DO NOT MODIFY # Automatically generated file. DO NOT MODIFY
# #
AB_OTA_PARTITIONS += \
abl \
bluetooth \
devcfg \
dsp \
fsg \
hyp \
keymaster \
logo \
modem \
prov \
qupfw \
rpm \
storsec \
tz \
uefisecapp \
xbl \
xbl_config
+7 -23
View File
@@ -3185,17 +3185,9 @@ PRODUCT_COPY_FILES += \
vendor/motorola/fogos/proprietary/product/etc/CarrierSettings/s999480.pb:$(TARGET_COPY_OUT_PRODUCT)/etc/CarrierSettings/s999480.pb vendor/motorola/fogos/proprietary/product/etc/CarrierSettings/s999480.pb:$(TARGET_COPY_OUT_PRODUCT)/etc/CarrierSettings/s999480.pb
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
vendor/motorola/fogos/proprietary/product/etc/permissions/com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/com.motorola.camera3.xml \
vendor/motorola/fogos/proprietary/product/etc/permissions/com.motorola.moto-uirefresh.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/com.motorola.moto-uirefresh.xml \
vendor/motorola/fogos/proprietary/product/etc/permissions/deviceowner-configuration-com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/deviceowner-configuration-com.motorola.camera3.xml \
vendor/motorola/fogos/proprietary/product/etc/permissions/privapp-permissions-com.google.android.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-com.google.android.euicc.xml \ vendor/motorola/fogos/proprietary/product/etc/permissions/privapp-permissions-com.google.android.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-com.google.android.euicc.xml \
vendor/motorola/fogos/proprietary/product/etc/permissions/privapp-permissions-com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-com.motorola.camera3.xml \
vendor/motorola/fogos/proprietary/product/etc/sysconfig/hiddenapi-whitelist-com.motorola.camera3.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/hiddenapi-whitelist-com.motorola.camera3.xml \
vendor/motorola/fogos/proprietary/recovery/root/vendor/firmware/ILITEK_FW:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/ILITEK_FW \ vendor/motorola/fogos/proprietary/recovery/root/vendor/firmware/ILITEK_FW:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/ILITEK_FW \
vendor/motorola/fogos/proprietary/recovery/root/vendor/firmware/chipone_firmware.bin:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/chipone_firmware.bin \ vendor/motorola/fogos/proprietary/recovery/root/vendor/firmware/chipone_firmware.bin:$(TARGET_COPY_OUT_RECOVERY)/root/vendor/firmware/chipone_firmware.bin \
vendor/motorola/fogos/proprietary/system/etc/permissions/com.motorola.motosignature.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/com.motorola.motosignature.xml \
vendor/motorola/fogos/proprietary/system/etc/permissions/moto-core_services.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/moto-core_services.xml \
vendor/motorola/fogos/proprietary/system/etc/permissions/moto-settings.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/moto-settings.xml \
vendor/motorola/fogos/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \ vendor/motorola/fogos/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
vendor/motorola/fogos/proprietary/vendor/etc/SVIConfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/SVIConfig.xml \ vendor/motorola/fogos/proprietary/vendor/etc/SVIConfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/SVIConfig.xml \
vendor/motorola/fogos/proprietary/vendor/etc/acdbdata/Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Bluetooth_cal.acdb \ vendor/motorola/fogos/proprietary/vendor/etc/acdbdata/Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/Bluetooth_cal.acdb \
@@ -3227,14 +3219,12 @@ PRODUCT_COPY_FILES += \
vendor/motorola/fogos/proprietary/vendor/etc/camera/vidhance_calibration_2rd:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration_2rd \ vendor/motorola/fogos/proprietary/vendor/etc/camera/vidhance_calibration_2rd:$(TARGET_COPY_OUT_VENDOR)/etc/camera/vidhance_calibration_2rd \
vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-goodixservice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-goodixservice.rc \ vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-goodixservice.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-goodixservice.rc \
vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-fpc2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-fpc2.rc \ vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service-fpc2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.biometrics.fingerprint@2.1-service-fpc2.rc \
vendor/motorola/fogos/proprietary/vendor/etc/init/android.hardware.nfc@1.2-service.sec.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.nfc@1.2-service.sec.rc \
vendor/motorola/fogos/proprietary/vendor/etc/init/init.gf_ident.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.gf_ident.rc \ vendor/motorola/fogos/proprietary/vendor/etc/init/init.gf_ident.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.gf_ident.rc \
vendor/motorola/fogos/proprietary/vendor/etc/init/init.nfc.sec.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.nfc.sec.rc \
vendor/motorola/fogos/proprietary/vendor/etc/init/motorola.hardware.camera.desktop@2.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/motorola.hardware.camera.desktop@2.0-service.rc \ vendor/motorola/fogos/proprietary/vendor/etc/init/motorola.hardware.camera.desktop@2.0-service.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/motorola.hardware.camera.desktop@2.0-service.rc \
vendor/motorola/fogos/proprietary/vendor/etc/libnfc-sec-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-nci.conf \ vendor/motorola/fogos/proprietary/vendor/etc/libnfc-sec-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-nci.conf \
vendor/motorola/fogos/proprietary/vendor/etc/libnfc-sec-vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-vendor.conf \ vendor/motorola/fogos/proprietary/vendor/etc/libnfc-sec-vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-sec-vendor.conf \
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.content.ai.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.content.ai.xml \
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.fogos.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.fogos.xml \
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.lens.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.lens.xml \
vendor/motorola/fogos/proprietary/vendor/etc/permissions/com.motorola.camera3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.motorola.camera3.xml \
vendor/motorola/fogos/proprietary/vendor/etc/qdcm_calib_data_mipi_mot_vid_tm_icnl9916c_hdp_652_120.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_mipi_mot_vid_tm_icnl9916c_hdp_652_120.xml \ vendor/motorola/fogos/proprietary/vendor/etc/qdcm_calib_data_mipi_mot_vid_tm_icnl9916c_hdp_652_120.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_mipi_mot_vid_tm_icnl9916c_hdp_652_120.xml \
vendor/motorola/fogos/proprietary/vendor/etc/qdcm_calib_data_mipi_mot_vid_txd_ili9883c_hdp_652_120.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_mipi_mot_vid_txd_ili9883c_hdp_652_120.xml \ vendor/motorola/fogos/proprietary/vendor/etc/qdcm_calib_data_mipi_mot_vid_txd_ili9883c_hdp_652_120.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_mipi_mot_vid_txd_ili9883c_hdp_652_120.xml \
vendor/motorola/fogos/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/sec_s3nrn4v_hwreg.bin \ vendor/motorola/fogos/proprietary/vendor/etc/sec_s3nrn4v_hwreg.bin:$(TARGET_COPY_OUT_VENDOR)/etc/sec_s3nrn4v_hwreg.bin \
@@ -3280,14 +3270,12 @@ PRODUCT_COPY_FILES += \
vendor/motorola/fogos/proprietary/vendor/firmware/fs1815.fsm:$(TARGET_COPY_OUT_VENDOR)/firmware/fs1815.fsm \ vendor/motorola/fogos/proprietary/vendor/firmware/fs1815.fsm:$(TARGET_COPY_OUT_VENDOR)/firmware/fs1815.fsm \
vendor/motorola/fogos/proprietary/vendor/firmware/sec_s3nrn4v_firmware.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/sec_s3nrn4v_firmware.bin \ vendor/motorola/fogos/proprietary/vendor/firmware/sec_s3nrn4v_firmware.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/sec_s3nrn4v_firmware.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech_2nd.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_s5kjns_qtech_2nd.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_sc202acs_sunny.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_sc202acs_sunny.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogor_sc202acs_sunny.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogor_sc202acs_sunny.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogos_ov16a1q_ofilm.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogos_ov16a1q_ofilm.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogos_ov16a1q_ofilm.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogos_ov16a1q_ofilm.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogos_s5k3p9_qtech.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogos_s5k3p9_qtech.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.sensormodule.mot_fogos_s5k3p9_qtech.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.sensormodule.mot_fogos_s5k3p9_qtech.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.default.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.default.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.default.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.default.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogo_sc202acs.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogo_sc202acs.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogo_sc202acs.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogo_sc202acs.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogor_s5kjns.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogor_s5kjns.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogor_s5kjns.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogor_s5kjns.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogor_s5kjns_2nd.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogor_s5kjns_2nd.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogos_ov16a1q.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogos_ov16a1q.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogos_ov16a1q.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogos_ov16a1q.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogos_s5k3p9.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogos_s5k3p9.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/com.qti.tuned.mot_fogos_s5k3p9.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/com.qti.tuned.mot_fogos_s5k3p9.bin \
vendor/motorola/fogos/proprietary/vendor/lib64/camera/fdconfigpreview.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigpreview.bin \ vendor/motorola/fogos/proprietary/vendor/lib64/camera/fdconfigpreview.bin:$(TARGET_COPY_OUT_VENDOR)/lib64/camera/fdconfigpreview.bin \
@@ -3449,12 +3437,16 @@ PRODUCT_PACKAGES += \
libofflinelog \ libofflinelog \
libopencv \ libopencv \
libopestriping \ libopestriping \
libos \
libportrait_repair_ppl3_ocl \ libportrait_repair_ppl3_ocl \
libpowercore \
libqll10 \ libqll10 \
libqllengine \ libqllengine \
libremosaic_wrapper \ libremosaic_wrapper \
libswregistrationalgo \ libswregistrationalgo \
libsynx \
libtfestriping \ libtfestriping \
libthreadutils \
libvidhance \ libvidhance \
motorola.hardware.camera.desktop@1.0 \ motorola.hardware.camera.desktop@1.0 \
motorola.hardware.camera.desktop@2.0 \ motorola.hardware.camera.desktop@2.0 \
@@ -3463,22 +3455,14 @@ PRODUCT_PACKAGES += \
vendor.goodix.hardware.biometrics.fingerprint@3.0 \ vendor.goodix.hardware.biometrics.fingerprint@3.0 \
vendor.qti.hardware.camera.postproc@1.0-service-impl \ vendor.qti.hardware.camera.postproc@1.0-service-impl \
vendor.qti.hardware.fingerprint@1.0 \ vendor.qti.hardware.fingerprint@1.0 \
MotoSignatureApp \
EuiccPartnerApp \ EuiccPartnerApp \
MotCamera3AI \
EuiccGoogle \ EuiccGoogle \
HotwordEnrollmentOKGoogleHEXAGON_WIDEBAND \ HotwordEnrollmentOKGoogleHEXAGON_WIDEBAND \
HotwordEnrollmentXGoogleHEXAGON_WIDEBAND \ HotwordEnrollmentXGoogleHEXAGON_WIDEBAND \
MotCamera4 \
MotorolaSettingsProvider \
com.motorola.motosignature \
moto-core_services \
moto-settings \
com.android.hotwordenrollment.common.util \ com.android.hotwordenrollment.common.util \
capsense_reset \ capsense_reset \
android.hardware.biometrics.fingerprint@2.1-goodixservice \ android.hardware.biometrics.fingerprint@2.1-goodixservice \
android.hardware.biometrics.fingerprint@2.1-service-fpc \ android.hardware.biometrics.fingerprint@2.1-service-fpc \
fpc_ident \ fpc_ident \
goodix_ident \ goodix_ident \
motorola.hardware.camera.desktop@2.0-service \ motorola.hardware.camera.desktop@2.0-service
motsettings
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
~ All Rights Reserved.
~ Motorola Mobility Confidential Restricted.
-->
<permissions>
<feature name="com.motorola.camera3" />
</permissions>
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<permissions>
<feature name="com.motorola.moto" />
<feature name="com.motorola.moto.uirefresh" />
<disallowed-managed-profile package="com.motorola.moto"/>
</permissions>
@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<config>
<required-managed-device package="com.motorola.camera3"/>
<required-managed-user package="com.motorola.camera3"/>
</config>
@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<permissions>
<privapp-permissions package="com.motorola.camera3">
<!-- System defined permissions -->
<permission name="android.permission.STOP_APP_SWITCHES"/>
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
<permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"/>
</privapp-permissions>
</permissions>
@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<hidden-api-whitelisted-app package="com.motorola.camera3" />
</config>
@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<library name="com.motorola.motosignature"
file="/system/framework/com.motorola.motosignature.jar"/>
</permissions>
@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<permissions>
<library
name="moto-core_services"
file="/system/framework/moto-core_services.jar"
/>
</permissions>
@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<permissions>
<library
name="moto-settings"
file="/system/framework/moto-settings.jar"
/>
</permissions>
Binary file not shown.
Binary file not shown.
-2
View File
@@ -1,2 +0,0 @@
#!/system/bin/sh
cmd motsettings "$@"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
on boot && property:ro.vendor.hw.nfc=samsung
start vendor.samsung_nfc_hal_service
service vendor.samsung_nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.samsung
override
class hal
user nfc
group nfc
disabled
# Motorola, pradofam, 24/01/2025, IKSWV-60614, add shutdown critical
shutdown critical
+12
View File
@@ -0,0 +1,12 @@
on boot
on post-fs-data
# NFC storage
# mkdir /data/nfc
# NFC permission
chown nfc nfc /dev/sec-nfc
chmod 0770 /dev/sec-nfc
# chown nfc nfc /data/nfc
# chmod 0770 /data/nfc
@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright (C) 2019 Motorola Mobility LLC,
~ All Rights Reserved.
~ Motorola Mobility Confidential Restricted.
-->
<permissions>
<feature name="com.motorola.camera3.content.ai" />
</permissions>
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright (C) 2023 Motorola Mobility LLC,
~ All Rights Reserved.
~ Motorola Mobility Confidential Restricted.
-->
<permissions>
<feature name="com.motorola.camera3.fogos" />
</permissions>
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
~ All Rights Reserved.
~ Motorola Mobility Confidential Restricted.
-->
<permissions>
<feature name="com.google.lens.feature.CAMERA_INTEGRATION" />
</permissions>
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright (C) 2013-2020 Motorola Mobility LLC,
~ All Rights Reserved.
~ Motorola Mobility Confidential Restricted.
-->
<permissions>
<feature name="com.motorola.camera3" />
</permissions>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:161faaae5cc0c4e90f02d204a7a221ea113aef64c12c7dd2a1835d6b21099a89
size 1047680
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3b55a5cff709ffc0f3135bd3f8d14f1bfa1442d875277673ba1ab5dff31b18f
size 827468
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03480120072e455e7e0b79af0673c1dea42abe94b088e441fe427a9d2ccb014c
size 130176
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c950f96de850abff7b197c26218af980594d9a1cfe217e625172e7ca164d849f
size 33554432
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b41fae6200bc78f9368baec1ba2f24bc9330c09a2c956a939eb07d7b979d4722
size 29810688
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c60ea44cffdd0d02dfc2f7df07ac12d87672f508d88402ddd4f1b7bb716a1ac
size 8387712
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e1085cf7c18323c1eb174d00e97ddcc586f24b261e74c31d8f5b5b64cf2819f
size 523392
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f07a8c3ca36d0dde59a9ce92746c67f77e0332eef8d1bc94ab091c1bb9efb4cd
size 7098368
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f74b95ea2224bf725a0197ec8c0d42d0f196ecb2535972e4e0c6674065798ebf
size 144490668
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2404bdb21e25beaa229728eb328963c5f308715525e1e87d58e7db0a873acfd
size 261248
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bb92153abd145e4ade6b7209e01302b6d999e9987a06258f0e9cd7439cc870b
size 81024
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:692c5aabd01933dfd792e08bc031f07b55f80b0b69bb0688e51a99d090d7fc7e
size 523392
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82c457523b97789ddc184d0bc48b34277a161a8c8f9ce00e21541f89ce41bd34
size 130176
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c439c015c1821aacfcb97dd4273c702f75aaab52b92eb6e1fd6028387d076e0c
size 4193408
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58c74af9817baf47ae86a59ee4f03a2460643716fb05b5e5704dac925acf77e3
size 2096256
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2721f6306b13dfd48eddb3bdc1cb8ad782add1110d50730eaf2b18f886426261
size 5241984
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0b4bf61ef201cba4a48299649fb29d3332282746156cb550cbac25b01e86319
size 261248