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