* It will drop until we have a god solution for euiccgoogle.apk bug
* Log:
11-20 22:18:44.727 9204 9233 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
11-20 22:18:44.727 9204 9233 E AndroidRuntime: Process: com.google.android.euicc, PID: 9204
11-20 22:18:44.727 9204 9233 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.os.AsyncTask$4.done(AsyncTask.java:415)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:381)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:250)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:269)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Both subId and slotIndex in request are invalid.
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3061)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:3041)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:3024)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2966)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.internal.telephony.ITelephony$Stub$Proxy.iccOpenLogicalChannel(ITelephony.java:9707)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.telephony.TelephonyManager.iccOpenLogicalChannel(TelephonyManager.java:7172)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.telephony.TelephonyManager.iccOpenLogicalChannel(TelephonyManager.java:6989)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.euicc.telephony.UiccLogicalChannel.openChannel(UiccLogicalChannel.java:281)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.euicc.telephony.UiccLogicalChannel.open(UiccLogicalChannel.java:253)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.euicc.telephony.UiccLogicalChannel.open(UiccLogicalChannel.java:104)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.euicc.telephony.UiccLogicalChannel.openIsdR(UiccLogicalChannel.java:117)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.google.android.euicc.pixel.telephony.QcrilUiccSlotsManager.getPhysicalSlotsStatus(QcrilUiccSlotsManager.java:137)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.euicc.service.CompleteBootService.updatePsimPresenceStateOnFirstBoot(CompleteBootService.java:188)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at com.android.euicc.service.CompleteBootService.onHandleWork(CompleteBootService.java:241)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:392)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:383)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at android.os.AsyncTask$3.call(AsyncTask.java:394)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:264)
11-20 22:18:44.727 9204 9233 E AndroidRuntime: ... 3 more
* Pixel 2 series also not oficially eSIM support, it is back to each provider or region
* The bug make the pisycal slot looks not work perfectly and signal lose when setup the device after flash the ROM even after reboot
* It is happend since A13 and more crazy in A14
Signed-off-by: Asriadi Rahim <asriadirahim03@gmail.com>
To workaround the removal of gBn/sConstructorMap from libhidl just for
the blobs that call _ZN7android8hardware7details17gBnConstructorMapE
and/or _ZN7android8hardware7details17gBsConstructorMapE.
Change-Id: I2376734cefb9d63775bd4e82feca9c588cd191ac
* And subsequent modifications taken from
* repo: https://github.com/TheMuppets/proprietary_vendor_google
* branch: lineage-19.1
* as of: a434787e0f1855e6e6df58301669b0b6d8dd3d61
Change-Id: Ia82b29ab0af3ef51e8f42b6b3ff79fae4e072978