I don’t want to contribute to the wiki yet, because maybe there is a way to fix it.
I can’t log in into Polish version of ING mobile app on SFOS 4.6, installed using Aurora Store.
It says the app has been installed from unknown source.
This has been an issue in 2022, but there has been a workaround made GitHub - enedil/fix-ingmobile-on-huawei: Spraw, by Moje ING działało na telefonie bez Google Play
It was possible to do this fix on SFOS, not using the script unfortunately but at least manually. Later ING has quietly rolled back this check, and it simply worked installing from Aurora store.
I haven’t used ING on SFOS for a few months and when I wanted to go back the issue is back, but that fix no longer works. Installing the app using Android’s pm install-create -S 122567816 -i com.android.vending
returns Java error when I try to do it.
Exception occurred while executing 'install-commit':
java.lang.NumberFormatException: s == null
at java.lang.Integer.parseInt(Integer.java:577)
at java.lang.Integer.parseInt(Integer.java:650)
at com.android.server.pm.PackageManagerShellCommand.runInstallCommit(PackageManagerShellCommand.java:1397)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:193)
at android.os.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:98)
at android.os.ShellCommand.exec(ShellCommand.java:44)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:21766)
at android.os.Binder.shellCommand(Binder.java:929)
at android.os.Binder.onTransact(Binder.java:813)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4603)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4307)
at android.os.Binder.execTransactInternal(Binder.java:1159)
at android.os.Binder.execTransact(Binder.java:1123)
Does anyone know what changes to com.android.vending
have been made in newest SFOS release?
Or has anyone found other way to workaround app detecting not being installed through Play Store?