mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #74] [CLOSED] Added LibPatcher module straight into the app #260
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#260
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/74
Author: @th01c
Created: 3/2/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (5)
2ff6757Changed some theme problems,and added a root check screen1197768Added LibPatcher straight into the app,now the app auto flashes the required modules for the bluetooth lib to work without the user manual input,also the module dissapear when user uninstalls the app after an rebootd354508Added LibPatcher straight into the app,now the app auto flashes the required modules for the bluetooth lib to work without the user manual input,also the module dissapear when user uninstalls the app after an reboot3ed609aChanged some UI1dcb72aChanged some UI text📊 Changes
15 files changed (+2484 additions, -19 deletions)
View changed files
📝
android/app/build.gradle.kts(+2 -1)➕
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/MainActivity.kt(+45 -16)➕
android/app/src/main/java/me/kavishdevar/aln/screens/NoRootScreen.kt(+60 -0)➕
android/app/src/main/java/me/kavishdevar/aln/utils/LibPatcher.kt(+81 -0)➕
android/app/src/main/java/me/kavishdevar/aln/utils/RootChecker.kt(+30 -0)➕
android/app/src/main/res/drawable/ic_root_required.xml(+2013 -0)📝
android/app/src/main/res/values/themes.xml(+1 -1)📝
android/gradle/libs.versions.toml(+3 -1)📄 Description
feat: Implement dark mode for permission request screen and root check
This commit introduces the following changes:
//03 march 2025
feat: Integrate LibPatcher and clean MainActivity.kt
Date:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.