LNSSPsd / PodsGrant

Treat AirPods Pro 2 as AirPods Pro to get it working better on older operating systems (for a few iOS versions only)
MIT License
110 stars 13 forks source link

iOS 15.4.1 (actually) bluetoothd #23

Closed Mattjab11 closed 1 year ago

Mattjab11 commented 1 year ago

Here is the bluetoothd.zip for 15.4.1, not 15.4. I installed the rootless tweak and my volume slider shows the AirPods icon but I still don’t have the pop-up. (iPhone 12 iOS 15.4.1 —A2698)

end1essrain commented 1 year ago

15.4和15.41蓝牙文件是一样的,你没效果估计是因为xina。

LNSSPsd commented 1 year ago

The pop-up is not such address-based and I guess this issue is hooking related.

rastafaa commented 1 year ago

Check to see if you have the tweak injected into sharingd

LNSSPsd commented 1 year ago

Check to see if you have the tweak injected into sharingd

Actually I've already put a postinst script to kill sharingd right after installation, so I'm not really sure what went wrong.

rastafaa commented 1 year ago

Actually I've already put a postinst script to kill sharingd right after installation, so I'm not really sure what went wrong.

Yeah I saw that but I mean it's possible that they are blocking tweak injection into it.. I personally block injection or do custom config across dozens of daemons (and apps, bundles, widgets, etc) to make things run smoother.

I actually had to add an allowance for your tweak to go into bluetooth and sharing on my phone.

stylesbeyond commented 1 year ago

Here is the bluetoothd.zip for 15.4.1, not 15.4. I installed the rootless tweak and my volume slider shows the AirPods icon but I still don’t have the pop-up. (iPhone 12 iOS 15.4.1 —A2698)

where does this file go? thanks

LNSSPsd commented 1 year ago

It's the problem with failing to hook, trying to kill sharingd and SharingViewService may help. The pop-up has no relationship with addresses, it is based on an objective-c hook.

stylesbeyond commented 1 year ago

How does one kill those services.

LNSSPsd commented 1 year ago
killall -TERM sharingd
killall -TERM SharingViewService