Broken EUICC handling

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-08-05 15:42:58 -04:00
parent 196dfddf63
commit 7ef5d9a9c4
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
8 changed files with 102 additions and 10 deletions

View file

@ -287,12 +287,14 @@ echo "Deblobbing...";
#eUICC (Virtual SIM) [Google]
if [ "$DOS_DEBLOBBER_REMOVE_IMS" = true ] || [ "$DOS_DEBLOBBER_REMOVE_EUICC" = true ]; then
blobs=$blobs"|EuiccGoogle.apk|EuiccGoogleOverlay.apk"; #Google LPAD
blobs=$blobs"|EuiccSupportPixel.apk|EuiccSupportPixelPermissions.apk"; #Hardware support
blobs=$blobs"|esim0.img|esim-v1.img|esim-full-v0.img|esim-a1.img|esim-a2.img"; #Firmware
blobs=$blobs"|com.google.euiccpixel.xml|com.google.euiccpixel.permissions.xml"; #Permissions
makes=$makes"|android.hardware.telephony.euicc.*"; #Manifests
makes=$makes"|GoogleParts"; #Disables apps if GMS is not available
#overlay=$overlay"|config_telephonyEuiccDeviceCapabilities"; #TODO handle multiple lines
if [ "$DOS_DEBLOBBER_REMOVE_EUICC_FULL" = true ]; then
blobs=$blobs"|EuiccSupportPixel.apk|EuiccSupportPixelPermissions.apk"; #Hardware support
blobs=$blobs"|esim0.img|esim-v1.img|esim-full-v0.img|esim-a1.img|esim-a2.img"; #Firmware
blobs=$blobs"|com.google.euiccpixel.xml|com.google.euiccpixel.permissions.xml"; #Permissions
makes=$makes"|android.hardware.telephony.euicc.*"; #Manifests
fi;
fi;
#Google Camera