-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Unable to fetch app icons of some apps properly #2
Comments
Another example, originated from Vivo V23: can't get app icon for "com.vivo.crontab" in: "/system/app/BBKCrontab/BBKCrontab.apk" isSystemApp?true For Settings.apk , it became quite large, so I had to split it. Rename "Settings.zip" to "Settings.zip.001" and "Settings2.zip" to "Settings.zip.002": |
Another example, from Samsung Galaxy A32: can't get app icon for "com.android.nfc" in: "/system/app/NfcNci/NfcNci.apk" isSystemApp?true |
Got more examples:
Attached for some, as this is quite a long list... |
Running the sample, I've found these apps that it failed to get their app-icons:
can't get app icon for "com.google.android.flipendo" in: "/system_ext/app/Flipendo/Flipendo.apk" isSystemApp?true
can't get app icon for "com.google.android.permissioncontroller" in: "/apex/com.android.permission/priv-app/GooglePermissionController@M_2022_05/GooglePermissionController.apk" isSystemApp?true
can't get app icon for "com.google.android.packageinstaller" in: "/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk" isSystemApp?true
can't get app icon for "com.google.android.gms" in: "/data/app/~~GwZpIzS5WIcv3titJUfL1Q==/com.google.android.gms-lBioJwnNFoNoiZOfntH9wQ==/base.apk" isSystemApp?true
can't get app icon for "com.android.settings" in: "/system_ext/priv-app/SettingsGoogle/SettingsGoogle.apk" isSystemApp?true
can't get app icon for "com.android.bluetooth" in: "/system/app/Bluetooth/Bluetooth.apk" isSystemApp?true
Might be related:
hsiafan/apk-parser#132
hsiafan/apk-parser#113
hsiafan/apk-parser#108
Attached some of these problematic APK files :
apks.zip
For SettingsGoogle.apk:
SettingsGoogle.zip
For base.apk , it became quite large, so I had to split it. Rename "base.zip" to "base.zip.001" and "base2.zip" to "base.zip.002":
base.zip
base2.zip
EDIT:
more cases:
can't get app icon for "com.google.pixel.exo" in: "/system_ext/app/Exo/Exo.apk"
can't get app icon for "com.android.bips" in: "/system/priv-app/BuiltInPrintService/BuiltInPrintService.apk"
can't get app icon for "com.android.systemui" in: "/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk"
can't get app icon for "com.android.traceur" in: "/system/app/Traceur/Traceur.apk"
apks.zip
SystemUIGoogle.zip
The text was updated successfully, but these errors were encountered: