11 Commits

Author SHA1 Message Date
Pranav Vashi
e620dab75b taimen: Add Moto Dolby support
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Asriadi Rahim <asriadirahim03@gmail.com>
2024-07-08 16:43:06 +08:00
Asriadi Rahim
d50aeddc61 taimen: Sync permission Evox 9.x gms
Signed-off-by: Asriadi Rahim <asriadirahim03@gmail.com>
2024-06-08 23:09:09 +08:00
Nolen Johnson
9f0cfd61e3 Regen for QPR2 2024-06-08 23:06:53 +08:00
Nolen Johnson
0806ba9b0f taimen: Extract firmware 2024-06-08 23:06:53 +08:00
Nolen Johnson
5810e4cc30 Re-extract after recent extract_utils changes 2024-06-08 23:06:53 +08:00
Asriadi Rahim
97d8e8f521 taimen: Drop EUICC support
* 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>
2024-03-03 14:34:10 +08:00
Michael Bestas
bf54f06218 taimen: Drop QTI datastatusnotification
It crashes on Android 14

Change-Id: I7649956d630659f81094f66a6fef334511959aef
2024-03-03 14:34:10 +08:00
Bruno Martins
fa91f0f497 taimen: Use libhidlbase-v32 for select Android P blobs
To workaround the removal of gBn/sConstructorMap from libhidl just for
the blobs that call _ZN7android8hardware7details17gBnConstructorMapE
and/or _ZN7android8hardware7details17gBsConstructorMapE.

Change-Id: I2376734cefb9d63775bd4e82feca9c588cd191ac
2024-03-03 14:34:10 +08:00
LuK1337
bbe4211f38 Use libutils-v33 for pm-service
Change-Id: Ia998fa72d8747de18010abe6491d2c374cb7aa0a
2024-03-03 14:34:10 +08:00
Michael Bestas
3affea8cf9 Remove no longer needed aptX blobs
Change-Id: Idfa140879555b67b06c06ab2b807239656a9c5e7
2023-03-17 21:40:20 +02:00
Christian Hoffmann
c0594ffe6c Import blobs from RP1A.201005.004.A1
* And subsequent modifications taken from
* repo: https://github.com/TheMuppets/proprietary_vendor_google
* branch: lineage-19.1
* as of: a434787e0f1855e6e6df58301669b0b6d8dd3d61

Change-Id: I827a3f9e4ee6d643d6301e811444b90b964753b9
2022-10-01 08:53:46 +02:00