* Populates a new feature flag to record the level of
OpenGL ES dEQP test support.
Change-Id: I55c39601687ab66745c17598ec08e3eee12bf84c
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This reverts commit 07fb532f08.
This causes weird inconsistent scrolling behaviors, even on v5.4.
Change-Id: I57e6e31aed281c51ec436dabf8e1fbb770580fa2
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>
Some devices may want to override these default settings
and use its own customized post-boot script.
Set vendor.post_boot.custom to "true" from the device tree to override.
Change-Id: If1a71b489710be39df250eda65450d7e4c3a9a13
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
This was working fine for us because of the way we inherit
QCOM common, but was not working for other ROMs
that inherit it from device.mk.
Change-Id: If7e640bde5fd7e6c72c55d17470168aba3cb6a9e
* The entire point of it is to disable rounded corners,
which can't possibly be intended for commerical products.
Change-Id: I63c335e6074bc7427910201765fab80a5a1532ad
/dev/hw_random should be readable by system_server for EntropyMixer to
be able to use it.
Bug: http://b/179086242
Test: adb shell logcat | grep Entropy
Test: android.permission.cts.FileSystemPermissionTest#testDevHwRandomLockedDown
Change-Id: I7dd7faf300f5ce3cab8d02c69be7915238cf61da