[PR #444] [MERGED] fix: update radare2 download source to GitHub releases #401

Closed
opened 2026-03-02 12:41:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/444
Author: @MaizeShark
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @kavishdevar

Base: mainHead: radare2-fix


📝 Commits (1)

  • 61df13f fix(radare2): update radare2 download url

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 android/app/src/main/java/me/kavishdevar/librepods/utils/RadareOffsetFinder.kt (+1 -1)
📝 build-magisk-module.sh (+1 -1)

📄 Description

This PR updates the download URL for the radare2 binary used in both the Android application and the Magisk module build script.

The previous your-objectstorage.com links have become unreliable or offline, leading to the setup failures reported by multiple users in #439. This change migrates the source to official GitHub release assets provided by devnoname120 (5.9.8-android-aln), i hope that is the correct one.

Changes

  • RadareOffsetFinder.kt: Updated RADARE2_URL to point to the new GitHub release asset.
  • build-magisk-module.sh: Updated the curl target to ensure the Magisk module builds with a valid binary.

Linked Issues

  • Fixes #439: Resolves "Failure to install Radare2 Tarball in setup".

Testing & Verification

Important

Partial Verification: I have verified that the new URLs are reachable and the files are being pulled correctly. However, I am currently unable to perform a full end-to-end connection test due to the ongoing L2CAP connection issues on the Pixel 7a (as documented in #229).
Despite the socket timeout/PSM issues on my specific hardware, this PR successfully fixes the installation phase of the setup, which was previously failing for everyone.

Summary by CodeRabbit

  • Chores
    • Updated radare2 dependency download sources to GitHub releases for improved reliability and consistency.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/444 **Author:** [@MaizeShark](https://github.com/MaizeShark) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@kavishdevar](https://github.com/kavishdevar) **Base:** `main` ← **Head:** `radare2-fix` --- ### 📝 Commits (1) - [`61df13f`](https://github.com/kavishdevar/librepods/commit/61df13fc3a9e57075cf43c75a5f88bbc9bcd0b40) fix(radare2): update radare2 download url ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/java/me/kavishdevar/librepods/utils/RadareOffsetFinder.kt` (+1 -1) 📝 `build-magisk-module.sh` (+1 -1) </details> ### 📄 Description This PR updates the download URL for the `radare2` binary used in both the Android application and the Magisk module build script. The previous `your-objectstorage.com` links have become unreliable or offline, leading to the setup failures reported by multiple users in **#439**. This change migrates the source to official GitHub release assets provided by `devnoname120` (`5.9.8-android-aln`), i hope that is the correct one. ### Changes * **`RadareOffsetFinder.kt`**: Updated `RADARE2_URL` to point to the new GitHub release asset. * **`build-magisk-module.sh`**: Updated the `curl` target to ensure the Magisk module builds with a valid binary. ### Linked Issues * **Fixes #439**: Resolves "Failure to install Radare2 Tarball in setup". ### Testing & Verification > [!IMPORTANT] > **Partial Verification:** I have verified that the new URLs are reachable and the files are being pulled correctly. However, I am currently unable to perform a full end-to-end connection test due to the ongoing L2CAP connection issues on the Pixel 7a (as documented in **#229**). > Despite the socket timeout/PSM issues on my specific hardware, this PR successfully fixes the **installation phase** of the setup, which was previously failing for everyone. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated radare2 dependency download sources to GitHub releases for improved reliability and consistency. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:41:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#401
No description provided.