Hello,
I have downloaded the source from code aurora and the board support packages from qualcomm. After compilation of images and flashing, com.android.phone process fails. Below is a portion of my logs from logcat:-
01-01 00:11:31.524 3776 3776 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method ‘int com.android.internal.telephony.IExtTelephony.getPrimaryStackPhoneId()’ on a null object reference
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at com.android.services.telephony.TelecomAccountRegistry.setupAccounts(TelecomAccountRegistry.java:487)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at com.android.services.telephony.TelecomAccountRegistry.access$500(TelecomAccountRegistry.java:59)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at com.android.services.telephony.TelecomAccountRegistry$1.onSubscriptionsChanged(TelecomAccountRegistry.java:286)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$1.handleMessage(SubscriptionManager.java:364)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5417)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-01 00:11:31.524 3776 3776 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-01 00:11:31.527 299 512 D PRDrmPlugIn: PRDrmPlugin::onTerminate, uniqueId = 4182
01-01 00:11:31.527 813 2758 W ActivityManager: Process com.android.phone has crashed too many times: killing!
01-01 00:11:31.530 300 300 I ExtendedExtractor: QTIParser is prefered
01-01 00:11:31.531 300 300 I ExtendedExtractor: ExtendedExtractor::create 0xaae0ecc8
01-01 00:11:31.531 300 300 I ExtendedExtractor: ExtendedExtractor::updateExtractor: Use default QTI parser
01-01 00:11:31.532 300 774 E MM_OSAL : FileSource::FileSource
01-01 00:11:31.532 300 774 E MM_OSAL : FileSource::FileSource m_bEveryThingOK 1
01-01 00:11:31.532 300 774 E MM_OSAL : MM_File_Create failed .Efs Error No -1 , File Name /data/mmosal_logmask.cfg , Mode 0
01-01 00:11:31.532 300 774 E MM_OSAL : Open or read fail on /data/mmosal_logmask.cfg. Possible permission denied issue. Looking for /data/misc/media/mmosal_logmask.cfg
01-01 00:11:31.532 300 774 E MM_OSAL : MM_File_Create failed .Efs Error No -1 , File Name /data/misc/media/mmosal_logmask.cfg , Mode 0
01-01 00:11:31.533 3776 3776 I Process : Sending signal. PID: 3776 SIG: 9
If this issue is regarding telephony services, is there a way to disable it or any suggestion regarding this issue ?
Thanks,
Arun