[GH-ISSUE #461] fail to extract radare2 #234

Open
opened 2026-03-02 12:04:38 +03:00 by kerem · 8 comments
Owner

Originally created by @SuKassFuK001 on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/461

there is issue"fail to extract radare2"while setting up librepods APP in Android ,I was trying fix this with magisk patch but there is error with extract the radare2 file

Originally created by @SuKassFuK001 on GitHub (Feb 23, 2026). Original GitHub issue: https://github.com/kavishdevar/librepods/issues/461 there is issue"fail to extract radare2"while setting up librepods APP in Android ,I was trying fix this with magisk patch but there is error with extract the radare2 file
Author
Owner

@Agape2077 commented on GitHub (Feb 24, 2026):

librepods.txt
Here is the log
Maybe permission denied?

<!-- gh-comment-id:3949805968 --> @Agape2077 commented on GitHub (Feb 24, 2026): [librepods.txt](https://github.com/user-attachments/files/25512458/librepods.txt) Here is the log Maybe permission denied?
Author
Owner

@kakuzu-f0 commented on GitHub (Feb 24, 2026):

librepods.txt Here is the log Maybe permission denied?

UninitializedPropertyAccessException: The app crashes/fails because connectionStatusReceiver is being accessed (likely during unregistration) before it has been initialized.

E MainActivity: Error while unregistering receiver: kotlin.UninitializedPropertyAccessException: lateinit property connectionStatusReceiver has not been initialized

Radare2 / Offset Issues: The logs show that the offset finder is failing to find or hook the necessary addresses, which might be why Librepods fails to function or extract components properly:

D RadareOffsetFinder: No hook offset available
W libc: Access denied finding property "ro.vendor.display.support_round_corner_decoration_composite" (SELinux/Permission denial)

It seems like a race condition or a lifecycle issue where the app tries to clean up services that weren't fully started due to these permission denials on MIUI

<!-- gh-comment-id:3950453849 --> @kakuzu-f0 commented on GitHub (Feb 24, 2026): > [librepods.txt](https://github.com/user-attachments/files/25512458/librepods.txt) Here is the log Maybe permission denied? UninitializedPropertyAccessException: The app crashes/fails because connectionStatusReceiver is being accessed (likely during unregistration) before it has been initialized. E MainActivity: Error while unregistering receiver: kotlin.UninitializedPropertyAccessException: lateinit property connectionStatusReceiver has not been initialized Radare2 / Offset Issues: The logs show that the offset finder is failing to find or hook the necessary addresses, which might be why Librepods fails to function or extract components properly: D RadareOffsetFinder: No hook offset available W libc: Access denied finding property "ro.vendor.display.support_round_corner_decoration_composite" (SELinux/Permission denial) It seems like a race condition or a lifecycle issue where the app tries to clean up services that weren't fully started due to these permission denials on MIUI
Author
Owner

@kavishdevar commented on GitHub (Feb 24, 2026):

@SuKassFuK001 @Agape2077

testing something, removed the need for radare2. could you try these:

v0.2.0: https://github.com/kavishdevar/librepods/actions/runs/22353095111
v0.1.0-rc.4: https://github.com/kavishdevar/librepods/actions/runs/22353150985

<!-- gh-comment-id:3951947778 --> @kavishdevar commented on GitHub (Feb 24, 2026): @SuKassFuK001 @Agape2077 testing something, removed the need for radare2. could you try these: v0.2.0: https://github.com/kavishdevar/librepods/actions/runs/22353095111 v0.1.0-rc.4: https://github.com/kavishdevar/librepods/actions/runs/22353150985
Author
Owner

@SuKassFuK001 commented on GitHub (Feb 24, 2026):

@kavishdevar
the 0.1.0 can work.0.2.0 can't
there is null installing error in app

<!-- gh-comment-id:3952511138 --> @SuKassFuK001 commented on GitHub (Feb 24, 2026): @kavishdevar the 0.1.0 can work.0.2.0 can't there is null installing error in app
Author
Owner

@thkempka commented on GitHub (Feb 24, 2026):

Thanks kavishdevar! I experienced the same problem with radare2 unpacking (before that with downloading until the URL was fixed). Both versions detect the AP Pro 3, but 0.2.0 is extremely laggy (almost unusable) while 0.1.0 runs completely smooth (LOS 23.2 on S20 FE 5G).

<!-- gh-comment-id:3954707601 --> @thkempka commented on GitHub (Feb 24, 2026): Thanks kavishdevar! I experienced the same problem with radare2 unpacking (before that with downloading until the URL was fixed). Both versions detect the AP Pro 3, but 0.2.0 is extremely laggy (almost unusable) while 0.1.0 runs completely smooth (LOS 23.2 on S20 FE 5G).
Author
Owner

@Agape2077 commented on GitHub (Feb 25, 2026):

@kavishdevar
Thank you for your works

0.1.0 rc4 works fine but 0.2.0 still have some issues
Log at here

_data_user_0_me.kavishdevar.librepods_files_logs_airpods_log_20260225_101535.txt

<!-- gh-comment-id:3956318268 --> @Agape2077 commented on GitHub (Feb 25, 2026): @kavishdevar Thank you for your works 0.1.0 rc4 works fine but 0.2.0 still have some issues Log at here [_data_user_0_me.kavishdevar.librepods_files_logs_airpods_log_20260225_101535.txt](https://github.com/user-attachments/files/25534755/_data_user_0_me.kavishdevar.librepods_files_logs_airpods_log_20260225_101535.txt)
Author
Owner

@508916 commented on GitHub (Feb 25, 2026):

@kavishdevar
I use your two test applicarions all return this error:
Your AirPods Connection Issue Your AirPods are connected via Bluetooth, but LibrePods couldn't connect to AirPods using L2CAP. Error: Failed to establish con-nection: read failed, socket might closed or timeout, read ret: -1

My devices is Xiaomi RedmiK60 pro Android 13 KernelSU rooted and LSPosed

<!-- gh-comment-id:3960111316 --> @508916 commented on GitHub (Feb 25, 2026): @kavishdevar I use your two test applicarions all return this error: Your AirPods Connection Issue Your AirPods are connected via Bluetooth, but LibrePods couldn't connect to AirPods using L2CAP. Error: Failed to establish con-nection: read failed, socket might closed or timeout, read ret: -1 My devices is Xiaomi RedmiK60 pro Android 13 KernelSU rooted and LSPosed
Author
Owner

@Snowflake-Pink commented on GitHub (Feb 28, 2026):

v0.2.0 works fine for me, while former CI build with radare2 download link updating commit has the extract problem. Thanks a lot.
Redmi Note 12 Turbo(marble) HyperOS 3 Android 15 KSU + Lsposed Internel Test

<!-- gh-comment-id:3976736622 --> @Snowflake-Pink commented on GitHub (Feb 28, 2026): [v0.2.0](https://github.com/kavishdevar/librepods/actions/runs/22353095111) works fine for me, while former CI build with radare2 download link updating commit has the extract problem. Thanks a lot. Redmi Note 12 Turbo(marble) HyperOS 3 Android 15 KSU + Lsposed Internel Test
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#234
No description provided.