yukino-org / kazahana-v3

❄️ An extension based Anime & Manga client.
GNU General Public License v3.0
219 stars 29 forks source link

[Bug] DISPLAY_NAME column is null #165

Closed nate-moo closed 2 years ago

nate-moo commented 2 years ago

Describe the bug Unable to install latest Android APK on Android 12

To Reproduce Download APK Install APK

Expected behavior App to be installed

Screenshots Screenshot_20211124-111619

Environment (please complete the following information):

Additional context

Logs Rooted installer error: Device: google Pixel 6 | Not MIUI | Android 12 | Using FilterApkSource ApkSource implementation | SAI 4.5 com.aefyr.sai.model.filedescriptor.ContentUriFileDescriptor$BadContentProviderException: DISPLAY_NAME column is null at com.aefyr.sai.model.filedescriptor.ContentUriFileDescriptor.name(ContentUriFileDescriptor.java:30) at com.aefyr.sai.model.apksource.DefaultApkSource.getApkName(DefaultApkSource.java:42) at com.aefyr.sai.model.apksource.SignerApkSource.getApkName(SignerApkSource.java:64) at com.aefyr.sai.model.apksource.SignerApkSource.nextApk(SignerApkSource.java:46) at com.aefyr.sai.model.apksource.FilterApkSource.nextApk(FilterApkSource.java:25) at com.aefyr.sai.installer2.impl.shell.ShellSaiPackageInstaller.install(ShellSaiPackageInstaller.java:112) at com.aefyr.sai.installer2.impl.shell.ShellSaiPackageInstaller.lambda$enqueueSession$0$ShellSaiPackageInstaller(ShellSaiPackageInstaller.java:93) at com.aefyr.sai.installer2.impl.shell.-$$Lambda$ShellSaiPackageInstaller$VdI3y9AkULdYCG2o9afJnUCfQnA.run(Unknown Source:6) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:920)

Checklist

zyrouge commented 2 years ago

Has been fixed in dev but it's not released yet. You can install preview build for now: https://www.dropbox.com/s/k3q8tqcjrezki57/Yukino_v1.0.11-beta.0-android.apk?dl=0

nate-moo commented 2 years ago

That worked, thanks!