[GH-ISSUE #10] Problem with the Android workaround #4

Closed
opened 2026-03-02 12:02:32 +03:00 by kerem · 9 comments
Owner

Originally created by @NhProGamer on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/10

Describe the bug
When i do your guide for the workaround, it don't work at all

To Reproduce
Do the workaround fix on the readme

Expected behavior
hash of libbluetooth_jni.so (insystem files) would be the exact same of the fix file

Screenshots

sweet:/data/adb/post-fs-data.d # sha256sum /apex/com.android.btservices/lib64/libbluetooth_jni.so
aeff3f63a3cb4e707bc5b6a99238b73edbf21907744dd86fecc3c0d410fcaebb  /apex/com.android.btservices/lib64/libbluetooth_jni.so
sweet:/data/adb/post-fs-data.d # sha256sum /apex/com.android.btservices@350090000/lib64/libbluetooth_jni.so
aeff3f63a3cb4e707bc5b6a99238b73edbf21907744dd86fecc3c0d410fcaebb  /apex/com.android.btservices@350090000/lib64/libbluetooth_jni.so
sweet:/data/adb/post-fs-data.d # sha256sum /data/adb/modules/btl2capfix/system/lib64/libbluetooth_jni.so
bf0ce6b83c5f46ce8b5c184da9d508cac02f45e33af4413467bae2bcf60cd22a  /data/adb/modules/btl2capfix/system/lib64/libbluetooth_jni.so
sweet:/data/adb/post-fs-data.d # sha256sum /data/local/tmp/overlay/upper/libbluetooth_jni.so
bf0ce6b83c5f46ce8b5c184da9d508cac02f45e33af4413467bae2bcf60cd22a  /data/local/tmp/overlay/upper/libbluetooth_jni.so

Desktop (please complete the following information):

  • Distro: PixelOS (A14)
  • Version Latest
  • Root: Magisk
  • Phone: Xiaomi Redmi Note 10 Pro (codename sweet)

Additional context
The app doesn't work

Originally created by @NhProGamer on GitHub (Dec 5, 2024). Original GitHub issue: https://github.com/kavishdevar/librepods/issues/10 **Describe the bug** When i do your guide for the workaround, it don't work at all **To Reproduce** Do the workaround fix on the readme **Expected behavior** hash of libbluetooth_jni.so (insystem files) would be the exact same of the fix file **Screenshots** ```bash sweet:/data/adb/post-fs-data.d # sha256sum /apex/com.android.btservices/lib64/libbluetooth_jni.so aeff3f63a3cb4e707bc5b6a99238b73edbf21907744dd86fecc3c0d410fcaebb /apex/com.android.btservices/lib64/libbluetooth_jni.so sweet:/data/adb/post-fs-data.d # sha256sum /apex/com.android.btservices@350090000/lib64/libbluetooth_jni.so aeff3f63a3cb4e707bc5b6a99238b73edbf21907744dd86fecc3c0d410fcaebb /apex/com.android.btservices@350090000/lib64/libbluetooth_jni.so sweet:/data/adb/post-fs-data.d # sha256sum /data/adb/modules/btl2capfix/system/lib64/libbluetooth_jni.so bf0ce6b83c5f46ce8b5c184da9d508cac02f45e33af4413467bae2bcf60cd22a /data/adb/modules/btl2capfix/system/lib64/libbluetooth_jni.so sweet:/data/adb/post-fs-data.d # sha256sum /data/local/tmp/overlay/upper/libbluetooth_jni.so bf0ce6b83c5f46ce8b5c184da9d508cac02f45e33af4413467bae2bcf60cd22a /data/local/tmp/overlay/upper/libbluetooth_jni.so ``` **Desktop (please complete the following information):** - Distro: PixelOS (A14) - Version Latest - Root: Magisk - Phone: Xiaomi Redmi Note 10 Pro (codename sweet) **Additional context** The app doesn't work
kerem closed this issue 2026-03-02 12:02:32 +03:00
Author
Owner

@kavishdevar commented on GitHub (Dec 5, 2024):

Hi!

I can see that the file in the module and in the overlay folders are the same, which means, the problem lies with the overlay in the post-fs-data.d/bt.sh script.

Also, could you send the sha sums for /system/lib64/libbluetooth_jni.so?

<!-- gh-comment-id:2520417471 --> @kavishdevar commented on GitHub (Dec 5, 2024): Hi! I can see that the file in the module and in the overlay folders are the same, which means, the problem lies with the overlay in the `post-fs-data.d/bt.sh` script. Also, could you send the sha sums for `/system/lib64/libbluetooth_jni.so`?
Author
Owner

@NhProGamer commented on GitHub (Dec 5, 2024):

Hi, here it is the sha sum

kali:/ # sha256sum /system/lib64/libbluetooth_jni.so
bf0ce6b83c5f46ce8b5c184da9d508cac02f45e33af4413467bae2bcf60cd22a  /system/lib64/libbluetooth_jni.so
<!-- gh-comment-id:2520497747 --> @NhProGamer commented on GitHub (Dec 5, 2024): Hi, here it is the sha sum ```bash kali:/ # sha256sum /system/lib64/libbluetooth_jni.so bf0ce6b83c5f46ce8b5c184da9d508cac02f45e33af4413467bae2bcf60cd22a /system/lib64/libbluetooth_jni.so ```
Author
Owner

@NhProGamer commented on GitHub (Dec 5, 2024):

when i try to manualy run bt.sh it output me that

kali:/data/adb/post-fs-data.d # ./bt.sh
mount: 'overlay'->'/apex/com.android.btservices@350090000/lib64': Invalid argument
mount: 'overlay'->'/apex/com.android.btservices/lib64': Invalid argument
<!-- gh-comment-id:2520505674 --> @NhProGamer commented on GitHub (Dec 5, 2024): when i try to manualy run bt.sh it output me that ```bash kali:/data/adb/post-fs-data.d # ./bt.sh mount: 'overlay'->'/apex/com.android.btservices@350090000/lib64': Invalid argument mount: 'overlay'->'/apex/com.android.btservices/lib64': Invalid argument ```
Author
Owner

@kavishdevar commented on GitHub (Dec 5, 2024):

Hi, here it is the sha sum

So, this is good! lemme see why the overlay isn't working.

<!-- gh-comment-id:2520515400 --> @kavishdevar commented on GitHub (Dec 5, 2024): > Hi, here it is the sha sum So, this is good! lemme see why the overlay isn't working.
Author
Owner

@kavishdevar commented on GitHub (Dec 7, 2024):

Apologies for the late reply! The issue might be that the directories were not properly created in /data/local/tmp. Please verify again!

<!-- gh-comment-id:2525156657 --> @kavishdevar commented on GitHub (Dec 7, 2024): Apologies for the late reply! The issue might be that the directories were not properly created in `/data/local/tmp`. Please verify again!
Author
Owner

@Obnomus commented on GitHub (Jan 5, 2025):

I followed all the steps and this is all I got

Screenshot_20250105-152558_ALN
Screenshot_20250105-152958_Lawnchair
Screenshot_20250105-153133_ALN

<!-- gh-comment-id:2571585646 --> @Obnomus commented on GitHub (Jan 5, 2025): I followed all the steps and this is all I got ![Screenshot_20250105-152558_ALN](https://github.com/user-attachments/assets/a1cd9a66-277e-44c9-9903-fac42a35732a) ![Screenshot_20250105-152958_Lawnchair](https://github.com/user-attachments/assets/7cd779dc-ce08-4f46-98f6-d2e7c79ef2bd) ![Screenshot_20250105-153133_ALN](https://github.com/user-attachments/assets/67885c75-e268-42fe-b81f-89b751a14ab2)
Author
Owner

@kavishdevar commented on GitHub (Jan 5, 2025):

@Obnomus please share the logs, filtered by my package id using
logcat | grep me.kavishdevar.aln

<!-- gh-comment-id:2571704660 --> @kavishdevar commented on GitHub (Jan 5, 2025): @Obnomus please share the logs, filtered by my package id using `logcat | grep me.kavishdevar.aln`
Author
Owner

@Obnomus commented on GitHub (Jan 6, 2025):

crash-me-kavishdevar-aln-06_01-10-35-57_512.zip

I hope this is the correct logs and if not then I'll try again.

<!-- gh-comment-id:2572293485 --> @Obnomus commented on GitHub (Jan 6, 2025): [crash-me-kavishdevar-aln-06_01-10-35-57_512.zip](https://github.com/user-attachments/files/18313766/crash-me-kavishdevar-aln-06_01-10-35-57_512.zip) I hope this is the correct logs and if not then I'll try again.
Author
Owner

@kavishdevar commented on GitHub (Jan 13, 2025):

Please follow the instructions in the README for a simplified installation process. You need to install a module available in the latest nightly release.

Closing as obselete. Please create a new issue if needed.

<!-- gh-comment-id:2588123406 --> @kavishdevar commented on GitHub (Jan 13, 2025): Please follow the instructions in [the README](https://github.com/kavishdevar/aln#installation) for a simplified installation process. You need to install a module available in the [latest nightly release](https://github.com/kavishdevar/aln/releases/). Closing as obselete. Please create a new issue if needed.
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#4
No description provided.