mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[PR #34] [MERGED] Add on-device patcher module for Magisk/KernelSU #241
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#241
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/34
Author: @devnoname120
Created: 1/15/2025
Status: ✅ Merged
Merged: 1/25/2025
Merged by: @kavishdevar
Base:
main← Head:magisk-module-autopatcher📝 Commits (5)
e81ae32Get rid of cURL29acd20Add custom radare2 5.9.9 build for Android93838d2Add static arm64 busybox 1.36.1e1dc2c8Create on-device Bluetooth patcher module (arm64)ab67d7dAdd auto-update metadata to the patcher module📊 Changes
23 files changed (+173 additions, -448 deletions)
View changed files
📝
.gitignore(+2 -0)➕
CHANGELOG.md(+4 -0)➕
build-magisk-module.sh(+11 -0)➕
root-module/busybox/busybox-arm64(+0 -0)➕
root-module/busybox/xz(+3 -0)📝
root-module/customize.sh(+142 -52)➖
root-module/libcurl-android/bin/arm64-v8a/curl(+0 -0)➖
root-module/libcurl-android/bin/arm64-v8a/curl-config(+0 -196)➖
root-module/libcurl-android/bin/arm64-v8a/openssl(+0 -0)➖
root-module/libcurl-android/bin/armeabi-v7a/curl(+0 -0)➖
root-module/libcurl-android/bin/armeabi-v7a/curl-config(+0 -196)➖
root-module/libcurl-android/bin/armeabi-v7a/openssl(+0 -0)➖
root-module/libcurl-android/libs/arm64-v8a/libcrypto.so(+0 -0)➖
root-module/libcurl-android/libs/arm64-v8a/libcurl.so(+0 -0)➖
root-module/libcurl-android/libs/arm64-v8a/libssl.so(+0 -0)➖
root-module/libcurl-android/libs/arm64-v8a/libz.so(+0 -0)➖
root-module/libcurl-android/libs/armeabi-v7a/libcrypto.so(+0 -0)➖
root-module/libcurl-android/libs/armeabi-v7a/libcurl.so(+0 -0)➖
root-module/libcurl-android/libs/armeabi-v7a/libssl.so(+0 -0)➖
root-module/libcurl-android/libs/armeabi-v7a/libz.so(+0 -0)...and 3 more files
📄 Description
Tested and working on Android 15 QPR2 (library:
/apex/com.android.btservices/lib64/libbluetooth_jni.so)Notes:
tarcommand and to create anxzshim that is required for radare2 to run without Termux./data/local/tmp/aln_unzip/org.radare.radare2installeras a prefix./data/local/tmp/aln_unzip/org.radare.radare2installerwithout recompiling radare2 it won't work. You would have to recompile radare2..tar.gzbecauseZIPfucks up file permissions, symbolic links, etc. whereas.tar.gzis natively designed to preserve them.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.