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
124 stars 13 forks source link

May I ask which parameters can be adjusted to make it run on se2020 of iOS14.6. #1

Closed xhaaa closed 1 year ago

xhaaa commented 1 year ago

May I ask which parameters can be adjusted to make it run on se2020 of iOS14.6.

LNSSPsd commented 1 year ago

Sure, you can analyze bluetoothd of your version of iOS and try to get it worked. Searching for string "AirPods" inside that binary could help.

dqdd123 commented 1 year ago

I've got the bluetoothd file located under /usr/sbin, may I ask how to analyze it, I really want to use AirPods pro2 with my iphone12 of ios14.4, thanks a lot!

bluetoothd.zip

LNSSPsd commented 1 year ago

I've got the bluetoothd file located under /usr/sbin, may I ask how to analyze it, I really want to use AirPods pro2 with my iphone12 of ios14.4, thanks a lot!

bluetoothd.zip

Thanks for your binary, I've just implemented the support for iOS 14.4, and the package hosted on BigBoss would be updated in a few days hopefully.

dqdd123 commented 1 year ago

Really appreciate that!!