* Results in some supposedly AAC compatible devices
like the Samsung Galaxy Buds Live not having it as
an option despite being a supported codec of the
device.
Change-Id: Ia53a378c74c9cd5ec0d881026b2067aa4d638fcb
PresenceAppSub2 is no longer used, so remove it from
whitelist
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
Change-Id: Ibc65b0d26d555c4b0bae02fb0bfbeb9a5075cac6
[1] - Why are they in system if it is copied to the vendor?
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: If130c5ac9f7de819abb0f6d3f7317d09bf7a50ab
[1] - Now we have Pixel 6 here, which doesn't use any Qualcommon,
so let's move it to the appropriate place.
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: I6027e8a0664a60de6b5d32e7cf98b8843088cf32
* As a general rule /system should be as generic as possible,
and these are not /product properties.
Change-Id: I77d0ed449a8d1db23f7607e41ee7e056a98d48b1
To resolve compilation issue for legacy targets
where lights aidl is not required, adding soong module
and configs for lights aidl to remove shared
libs dependency for legacy target and adding
shared libs dependency only for target defined
in soong_config_variables.
Change-Id: I6e5f847313d2ab184b5ea7198012fbbe01b8028d
APN's specifically are need register the network and data for all devices, not just Qualcomm. SPN's should follow that configuration since it is also network related and not device specific
Change-Id: Ia357bfe0d9c16144fca257c3eacad100bef925c5
Some of these are needed to boot and use the radio
on non-Qualcomm devices running CLO as well.
Others such as CellBroadcastReceiver and Stk are not Qualcomm-specific
and should be built on all devices.
Change-Id: I9b6036cd727010041563bb706396a003e3a77594
Their APN is way more updated than the current one we have.
As well as it´s a community project, their APN gets updated with better APNs than
CAF or AOSP actually do.
Signed-off-by: Hernán Castañón <herna@paranoidandroid.co>
Change-Id: Ic8316741b98b5cfd82aa6e0dd3b293f425f94cc9
This is required to properly include system/*/Android.mk
Change-Id: I7ee6611c8982ec7d60d8657543cc22af84beb6f6
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
These weren't supposed to be in /vendor/build.prop.
[ 2.006712] init: Do not have permissions to set 'persist.vendor.ims.disableADBLogs' to '1' in property file '/vendor/build.prop': SELinux permission check failed
[ 2.006718] init: Do not have permissions to set 'persist.vendor.ims.disableDebugLogs' to '1' in property file '/vendor/build.prop': SELinux permission check failed
[ 2.006722] init: Do not have permissions to set 'persist.vendor.ims.disableIMSLogs' to '1' in property file '/vendor/build.prop': SELinux permission check failed
[ 2.006727] init: Do not have permissions to set 'persist.vendor.ims.disableQXDMLogs' to '1' in property file '/vendor/build.prop': SELinux permission check failed
Change-Id: I1109941c44716b64d316272bcb2c3bf5e17cb3ff
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This was never supposed to be in /vendor/build.prop.
[ 2.006654] init: Do not have permissions to set 'vendor.mm.enable.qcom_parser' to '16777215' in property file '/vendor/build.prop': SELinux permission check failed
Change-Id: I9ee069e877994e54f1a5ff6e36a95c45b905990c
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
Fix for missing qcrilhook class
D AndroidRuntime: Shutting down VM
E AndroidRuntime: FATAL EXCEPTION: main
E AndroidRuntime: Process: com.android.phone, PID: 2643
E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/qualcomm/qcrilhook/QcRilHookCallback;
E AndroidRuntime: at java.lang.Class.newInstance(Native Method)
E AndroidRuntime: at android.app.AppComponentFactory.instantiateService(AppComponentFactory.java:129)
E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:4474)
E AndroidRuntime: at android.app.ActivityThread.access$1700(ActivityThread.java:248)
E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2077)
E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7883)
E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: com.qualcomm.qcrilhook.QcRilHookCallback
E AndroidRuntime: ... 12 more
Change-Id: I9a029e0c35ceb0f6e188e3ca1ca99721673172ac
Fixes:
01-18 19:35:49.834 2941 2941 E AndroidRuntime: FATAL EXCEPTION: main
01-18 19:35:49.834 2941 2941 E AndroidRuntime: Process: com.android.phone, PID: 2941
01-18 19:35:49.834 2941 2941 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/codeaurora/ims/QtiImsExtListenerBaseImpl;
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.qualcomm.qti.internal.telephony.ScbmHandler.init(ScbmHandler.java:247)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.qualcomm.qti.internal.telephony.QtiTelephonyComponentFactory.makeExtTelephonyClasses(QtiTelephonyComponentFactory.java:199)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:297)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:108)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:416)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.android.phone.PhoneApp.onCreate(PhoneApp.java:39)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1215)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6744)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.app.ActivityThread.access$1500(ActivityThread.java:248)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2054)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7880)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
01-18 19:35:49.834 2941 2941 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: org.codeaurora.ims.QtiImsExtListenerBaseImpl
01-18 19:35:49.834 2941 2941 E AndroidRuntime: ... 17 more
Change-Id: I0669f650055054bb27830c7e51f19d665b90ca0d