You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Android phone (realme 12+) running Android 14. Currently, its screen is smashed dead (dropped on asphalt without screen protector, no image, no touchscreen, no parts available), so I use scrcpy to use it. I tried installing GeoclueShare on it by drag-and-dropping it into scrcpy, but I got two errors. One is the following warning:
Large screenshot
This warning could be ignored by tapping More details and Install anyway, however, the following error shows up in scrcpy's console:
Performing Streamed Install
adb: failed to install /path/to/geoclueshare.apk: Failure [INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 21]
ERROR: "adb install" returned with value 1
ERROR: Failed to install /path/to/geoclueshare.apk
I thought that maybe it's only blocked over ADB, however, I sent the APK to my phone directly and installed it using the Google Files app. After the Play Protect warning I got this error:
Large-ish screenshot
This error message when using realme's built-in file manager:
Large screenshot
The text was updated successfully, but these errors were encountered:
On new Android versions (since 14, if I remember correctly), you can't install apps targeting really old Android versions. To install it anyway, you need to use adb directly (which is probably not a problem in your case): adb install --bypass-low-target-sdk-block GeoclueShare-v1.1-signed.apk
This app is running well on my Pixel 6a (GrapheneOS with Android 15 QPR1), but with a black stripe at the bottom of the screen.
However, this app should probably be updated to target newer Android versions to fix installation.
I have an Android phone (realme 12+) running Android 14. Currently, its screen is smashed dead (dropped on asphalt without screen protector, no image, no touchscreen, no parts available), so I use scrcpy to use it. I tried installing GeoclueShare on it by drag-and-dropping it into scrcpy, but I got two errors. One is the following warning:
Large screenshot
This warning could be ignored by tapping More details and Install anyway, however, the following error shows up in scrcpy's console:
I thought that maybe it's only blocked over ADB, however, I sent the APK to my phone directly and installed it using the Google Files app. After the Play Protect warning I got this error:
Large-ish screenshot
This error message when using realme's built-in file manager:
Large screenshot
The text was updated successfully, but these errors were encountered: