gamemn02 / Settings-Database-Provider

An android package with only a content resolver work as bridge between android settings database provider and your app
Apache License 2.0
47 stars 2 forks source link

Android 14 install failure #9

Open Unclelon opened 3 months ago

Unclelon commented 3 months ago

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

gamemn02 commented 3 months ago

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

Unclelon commented 3 months ago

Hello Nadhir, use both ways (PC and LADB) but both ways doesn't work.

-------- Ursprüngliche Nachricht -------- Von: Nadhir Boukorsi @.> Gesendet: 17. März 2024 15:15:09 MEZ An: gamemn02/Settings-Database-Provider @.> CC: Unclelon @.>, Author @.> Betreff: Re: [gamemn02/Settings-Database-Provider] Android 14 install failure (Issue #9)

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

-- Reply to this email directly or view it on GitHub: https://github.com/gamemn02/Settings-Database-Provider/issues/9#issuecomment-2002486525 You are receiving this because you authored the thread.

Message ID: @.***> VG Dirk Runge (ツ)

Unclelon commented 3 months ago

Here's the LADB output:

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

-------- Ursprüngliche Nachricht -------- Von: Nadhir Boukorsi @.> Gesendet: 17. März 2024 15:15:09 MEZ An: gamemn02/Settings-Database-Provider @.> CC: Unclelon @.>, Author @.> Betreff: Re: [gamemn02/Settings-Database-Provider] Android 14 install failure (Issue #9)

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

-- Reply to this email directly or view it on GitHub: https://github.com/gamemn02/Settings-Database-Provider/issues/9#issuecomment-2002486525 You are receiving this because you authored the thread.

Message ID: @.***> VG Dirk Runge (ツ)

gamemn02 commented 3 months ago

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 commented 2 months ago

@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 commented 2 months ago

Hello Nadhir, it worked very well with the "ADB App Control“ App. Thanx Greetz from Mr.Lon™ (ツ) mrlon.bandcamp.com

Von: Nadhir Boukorsi Gesendet: Mittwoch, 3. April 2024 08:50 An: gamemn02/Settings-Database-Provider Cc: Unclelon; Author Betreff: Re: [gamemn02/Settings-Database-Provider] Android 14 install failure(Issue #9)

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/temp/com.netvor.settings.database.provider_2.apk — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>