Unable to update app manually (by apk) -> Error -1001?


-Skyrider-

Members
Mar 12, 2021
22
13
So I'm attempting to update an app manually by APK (installed through google play) as the dev shared a fixed apk with me. But I'm unable to install it due to this:

1723043264696.png

Is there any reason why it won't let me update? Running on HyperOS weekly 1.0.24.7.28.dev (Poco F5 Pro)

Help is appreciated!
 
Use ADB logcat to get a verbose explanation of the underlying issue:
Code:
adb logcat -s PackageInstallerSession
 
@Igor Eisberg I get the same error. I used your adb command and got this:
Code:
08-11 08:30:31.784  2189  3415 E PackageInstallerSession: mUserActionRequired should not be null.
08-11 08:30:31.787  2189  3415 E PackageInstallerSession: mUserActionRequired should not be null.
08-11 08:30:33.916  2189  3068 D PackageInstallerSession: Marking session 1034801549 as applied
08-11 10:26:45.748  2189  3068 D PackageInstallerSession: Marking session 760996578 as applied
 
So I'm attempting to update an app manually by APK (installed through google play) as the dev shared a fixed apk with me. But I'm unable to install it due to this:

View attachment 53713

Is there any reason why it won't let me update? Running on HyperOS weekly 1.0.24.7.28.dev (Poco F5 Pro)

Help is appreciated!
Doesn't look like a normal APK, it must be a split APK.
Play Store has version 17.2.6, so not sure why you're trying to manually update it to 17.2.1, but that won't work.
 
@Igor Eisberg Just to add this information: It seems like to first install an app with an APK is not the problem, only updating. At least on my side (houji 24.7.28).
 
I tried and switched to stable ROM aswell, but the problem persists. The installation failure only occurs, if the app were installed via Play Store and I want to update this app via APK.
 
Yes, I have observed this phenomenon on other custom ROMs as well.
You need to uninstall the app that was installed from GPlay.