BluetoothLibraryPatcher - Fix bluetooth pairings loss [Android 11/10/Pie/Oreo/Nougat]

trantinvan

New member
Jun 19, 2017
2
0
0
Library not support for samsung galaxy a70
(A705f).( twrp zip)
Magisk module works( just flash it and no error) but i want to also fix smart watch pairing issues.

---------- Post added at 08:26 AM ---------- Previous post was at 08:13 AM ----------

Library not working for my samsung galayx a70 ( a705F) ( flashable zip)
Magisk modules work but i want to fix galaxy wearable issues.
https://drive.google.com/file/d/1n92pihiuy9eSL1he-caeOjprjCnaYPY4/view?usp=sharing
https://drive.google.com/file/d/1ZffhwvZ7PfsVr9WHMCPxvDO6_Ldr9794/view?usp=sharing
 

3arthur6

Senior Member
Sep 15, 2011
413
857
123
For any one who wants to install previous version, I upload 2.1 version. It's works for me without any errors. S20 Ultra
https://dr.acreature.us/d/f/588533244287300942
For author, if I try to install latest version from Magick manager, I receive error and no debug file i found in internal storage.
Hey
As it's not the first time I push some bullshit I can understand but please don't provide older release it will not help.
I just fixed 2.2
 
  • Like
Reactions: dr4go

ZonalRipper

Member
Jun 22, 2018
33
7
8
Hey @3arthur6

I downloaded your patcher and tried running this on the S20U running Android 11.
It failed to run at first because on the mounting options, you have it trying to mount using $ANDROID_ROOT which tries to use /system, however TWRP is mounting system as/system_root

I amended these in the update-binary and the hex script and it then run succesfully however i then get a incompatible library error.

Seems in Android 11 they have change the hex values compared previous versions which has been the same for years.

I have attached the BluetoothLibPatcher-Files.tar, hoping that you could take a look and update the patcher to work with S20 & Android 11

If you need anything else then please let me know
ZonalRipper
 

Attachments

Vuska

Senior Member
Jul 26, 2010
1,625
385
113
Bandung
Screenshot_20201211-214351.jpg
Screenshot_20201211-214351.jpg

Hi... i install this module from Magisk....
but why i see that the mod still has new update ? (i install newest release v2.2

My device : S10+ Snapdragon stock Rom TD1, android 10.

Thank you
 

Vuska

Senior Member
Jul 26, 2010
1,625
385
113
Bandung
Hi sir, @3arthur6 .... can you please see this for me ?
because after i installed magisk module.. bluetooth device still need to re pair after restart / flight mode. 🙏

attach of my libbluetooth.so and buildprop include in zip..
thank you...
 

Attachments

sonic997

Senior Member
Sep 18, 2011
204
6
38
Excuse me, I have a galaxy S10+, snapdragon version.

May I have a .tar version of patch? This is because my phone dont have a work 3th party recovery. I want it to patch in Odin.

Thank you very much


Update: Magisk patch found, patched and work ! Problem solved with many thanks~
 
Last edited:

Vuska

Senior Member
Jul 26, 2010
1,625
385
113
Bandung
Excuse me, I have a galaxy S10+, snapdragon version.

May I have a .tar version of patch? This is because my phone dont have a work 3th party recovery. I want it to patch in Odin.

Thank you very much


Update: Magisk patch found, patched and work ! Problem solved with many thanks~
may i know what series of s10+ ?
9750 (HK / China) or other from us canada ?

because not work for me with 9750 HK (TGY) with CTD1 release rom
 

GabrielLaw

New member
Aug 18, 2017
1
0
1
Hi, @3arthur6
I have used your patcher, everything works fine with my Bluetooth headphone. But after using the patch, my Galaxy Fit always loses connection after rebooting or toggling aeroplane mode.
I have tried the shell command and the TWRP zip file but they both don't work.
My device model is Samsung Galaxy Note10+ (SM-N9750) and the Fit model is SM-R370.
The attaching files are my libluetooth.so and build.prop. Looking forward to your reply!
 

Attachments

Dr.itech2016

New member
Feb 23, 2019
3
0
1
Thanks but not working on my Galaxy S20 Ultra in android 11 ..
I used Magisk version & TWRP in thread with latest version but doesnot connect with my Galaxy watch at all ..
I hope you can fix it soon so i can use my Galaxy watch again, this is my BluetoothLibPatcher-files as you requested ..
 

Attachments

ianmacd

Senior Member
Jan 5, 2016
2,299
3,649
203
Amsterdam
localhost
Thanks but not working on my Galaxy S20 Ultra in android 11 ..
I used Magisk version & TWRP in thread with latest version but doesnot connect with my Galaxy watch at all ..
I hope you can fix it soon so i can use my Galaxy watch again, this is my BluetoothLibPatcher-files as you requested ..
Devices launched on Android 10 or 11 don't need the Bluetooth library to be patched. It's enough to disable the wsm service in /vendor/etc/vintf/manifest.xml or /vendor/etc/vintf/manifest/vaultkeeper_manifest.xml. This is one of the things the Multidisabler does, but it's easy enough to do it manually.
 

Dr.itech2016

New member
Feb 23, 2019
3
0
1
Devices launched on Android 10 or 11 don't need the Bluetooth library to be patched. It's enough to disable the wsm service in /vendor/etc/vintf/manifest.xml or /vendor/etc/vintf/manifest/vaultkeeper_manifest.xml. This is one of the things the Multidisabler does, but it's easy enough to do it manually.
Thanks, its work when i delete that lines related with wsm service as you said ..

By the way I'm using multidisabler you create and thanks for that, but when android 11 release in my device i used that version 2.6 and after i install it, i forgot to use prefix bluetooth you provided because i didn't notice that note ..

May be next time when i update android into next verison, i will use newest version you provide ..

Thanks again

Regards ..
 

ianmacd

Senior Member
Jan 5, 2016
2,299
3,649
203
Amsterdam
localhost
Thanks, its work when i delete that lines related with wsm service as you said ..

By the way I'm using multidisabler you create and thanks for that, but when android 11 release in my device i used that version 2.6 and after i install it, i forgot to use prefix bluetooth you provided because i didn't notice that note ..

May be next time when i update android into next verison, i will use newest version you provide ..
Yes, v2.6 of the multidisabler had no Android 11 support yet. This was added in v3.0.

Glad you got everything working now.
 

vnbonda

New member
Jan 2, 2021
2
0
11
Devices launched on Android 10 or 11 don't need the Bluetooth library to be patched. It's enough to disable the wsm service in /vendor/etc/vintf/manifest.xml or /vendor/etc/vintf/manifest/vaultkeeper_manifest.xml. This is one of the things the Multidisabler does, but it's easy enough to do it manually.
With my crooked hands I deleted this manifest.xml file, cleaned it, it is empty, now the phone is in an endless reboot, how to cure it? help me please.

Samsung Note 10 LDU phone unlocked to see the SIM with the assigned IMEI
 
Last edited: