mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #124] [Android] App not installed #50
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Swhitzer on GitHub (May 12, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/124
Can't install rc3 and rc2.
However rc1 is installing and im able to activate xposed module, but cant grant bluetooth permissions for some reason.
Fresh iodeOS (i believe its linageos 18), android 11, SM-A520F
@kavishdevar commented on GitHub (May 16, 2025):
Seems to be because Android introduced the new bluetooth permissions in Android 12. I'll add the older permission, and you can test out from there.
And, you're not being able to install the newer releases because of some change in the manifest- sorry bout that, will fix it.
@kavishdevar commented on GitHub (May 16, 2025):
https://github.com/kavishdevar/librepods/actions/runs/15060848343
Download the APK from here. Since you already have the module installed from rc.1, you can directly update the system app.
@kairon0x00 commented on GitHub (May 17, 2025):
I'm having very similar issues that's why I'm not creating a separate issue.
Unable to install rc2 and rc3. only version rc1
This is the error message thrown when trying to install via adb
(installing from device itself fails aswell) :
[INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package couldn't be installed in /data/app/me.kavishdevar.librepods-IPXk06MHiBimeE5WoxC3LA==: Package me.kavishdevar.librepods has no signatures that match those in shared user android.uid.system; ignoring!]Xposed Module activated but unable to grant bluetooth permission
clicking the "Ask for regular permission" button won't ask for bluetooth permission, only notification.
This is the logcat output when pressing the button
05-17 18:40:36.779 2767 2790 I ActivityManager: START u0 {act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.android.packageinstaller cmp=com.android.packageinstaller/.permission.ui.GrantPermissionsActivity (has extras)} from uid 10084 05-17 18:40:36.827 3963 3963 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@aa9983eLineageOS 16
Android 9
Samsung A5 2017
SM-A520F
EDIT:
installing the provided debug.apk worked for permissions. however setup failed : "Failed to find function offset"
tried to install the bluetooth fix manual with magisk but without success:
@kavishdevar commented on GitHub (Oct 15, 2025):
Pre-A13 Bluetooth stack seems to be very different than A13+. I don't know if I should actually put in efforts bringing support for this. I juts switched to using a library that requires me to use A13+, but I can work on that if someone is able to figure out how the stack needs to be modified in the first place.
@kavishdevar commented on GitHub (Nov 20, 2025):
It's going to take a lot more digging through Android to get it to work on a13, doesn't seem very feasible to me.
@harshkumarkhatri commented on GitHub (Nov 24, 2025):
I am getting the same issue in s23 Ultra.
A dialog comes from Google Play protect saying tha the app blocked to protect your device.