Skip to content
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

Android 14 install failure #9

Open
Unclelon opened this issue Mar 17, 2024 · 6 comments
Open

Android 14 install failure #9

Unclelon opened this issue Mar 17, 2024 · 6 comments

Comments

@Unclelon
Copy link

Unclelon commented Mar 17, 2024

Can't install with Android 14 😪
Even with the adb command!
(adb install --bypass-low-target-sdk-block filename.apk)

"Entered adb shell
Performing Streamed Install
adb: failed to stat com.netvor.settings.database.provider_2.apk: No such file or directory"

Screenshot_20240317_111533_F-Droid Basic

@Unclelon Unclelon changed the title Issue Issue with Android 14 Mar 17, 2024
@Unclelon Unclelon changed the title Issue with Android 14 Android 14 install issue Mar 17, 2024
@Unclelon Unclelon changed the title Android 14 install issue Android 14 install failure Mar 17, 2024
@gamemn02
Copy link
Owner

Are you using pc adb or wireless debugging adb apps (like Brevent or LADB)?

@Unclelon
Copy link
Author

Unclelon commented Mar 17, 2024 via email

@Unclelon
Copy link
Author

Unclelon commented Mar 17, 2024 via email

@gamemn02
Copy link
Owner

gamemn02 commented Apr 3, 2024

You should be able to install the provider by moving the file to following directory: /data/local/tmp, and then running the adb command: adb install --bypass-low-target-sdk-block /data/local/tmp/com.netvor.settings.database.provider_2.apk
in some cases (using LADB) it requires to run following command instead: su -c pm install —bypass-low-target-sdk-block /data/local/tmp/com.netvor.settings.database.provider_2.apk

@gamemn02
Copy link
Owner

@Unclelon an alternative way would be (for LADB):
cat sdcard/Download/com.netvor.settings.database.provider_2.apk | pm install --bypass-low-target-sdk-block -S 106579

@Unclelon
Copy link
Author

Unclelon commented Apr 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants