mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #75] [CLOSED] implement patching in the app instead of module #264
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#264
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?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/75
Author: @th01c
Created: 3/3/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
4816379Changed AGP for android studio from 8.8.0 to 8.8.0-alpha05a0572c7Added some custom functionality90a9488Reformated the MainActivity.kt for smaller size and better readability414b609Reverted back to the original MainActivity2486f19Reverted back9888d6bFixed Mainb34a4cdFixed Device Activity8bfa1ebChanged CrossedDevice.kt code2b4bf34Added some comments in the code for better readability619feceMerge remote-tracking branch 'upstream/main'📊 Changes
25 files changed (+2571 additions, -97 deletions)
View changed files
📝
android/app/build.gradle.kts(+2 -1)📝
android/app/release/baselineProfiles/0/app-release.dm(+0 -0)📝
android/app/release/baselineProfiles/1/app-release.dm(+0 -0)📝
android/app/release/output-metadata.json(+2 -2)➕
android/app/src/main/assets/btl2capfix/META-INF/com/google/android/update-binary(+33 -0)➕
android/app/src/main/assets/btl2capfix/META-INF/com/google/android/updater-script(+1 -0)➕
android/app/src/main/assets/btl2capfix/busybox/busybox-arm64(+0 -0)➕
android/app/src/main/assets/btl2capfix/busybox/xz(+3 -0)➕
android/app/src/main/assets/btl2capfix/customize.sh(+190 -0)➕
android/app/src/main/assets/btl2capfix/module.prop(+7 -0)➕
android/app/src/main/assets/btl2capfix/post-fs-data.sh(+15 -0)📝
android/app/src/main/java/me/kavishdevar/aln/CustomDeviceActivity.kt(+12 -27)📝
android/app/src/main/java/me/kavishdevar/aln/MainActivity.kt(+87 -41)📝
android/app/src/main/java/me/kavishdevar/aln/composables/NavigationButton.kt(+5 -5)📝
android/app/src/main/java/me/kavishdevar/aln/screens/DebugScreen.kt(+6 -6)➕
android/app/src/main/java/me/kavishdevar/aln/screens/NoRootScreen.kt(+62 -0)📝
android/app/src/main/java/me/kavishdevar/aln/services/AirPodsService.kt(+1 -1)📝
android/app/src/main/java/me/kavishdevar/aln/utils/CrossDevice.kt(+2 -2)➕
android/app/src/main/java/me/kavishdevar/aln/utils/LibPatcher.kt(+81 -0)📝
android/app/src/main/java/me/kavishdevar/aln/utils/Packets.kt(+1 -1)...and 5 more files
📄 Description
This update introduces significant UI and interface enhancements. Additionally, a local library patcher has been implemented, requiring either kernel-level root (SU), Magisk, or APatch to overlay modified lib64 Bluetooth libraries. Further UI functionalities have been added.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.