adolfintel / OpenPods

The Free and Open Source app for monitoring your AirPods on Android
https://fdossena.com/?p=openPods/index.frag
GNU General Public License v3.0
931 stars 161 forks source link

AirPods (3rd generation) #140

Closed Keeo closed 1 year ago

Keeo commented 2 years ago

Hi, would it be possible to add support for 3rd generation of airpods? https://www.apple.com/airpods-3rd-generation/

jvllmr commented 2 years ago

My 3rd gen air pods are mistaken as Powerbeats 3. I would like to give it a shot with fixing this sometime soon but I don't own Powerbeats 3 to verify the other direction :(

d4rken commented 1 year ago

This is due to only comparing part of and not the full identifier. There is overlap:

currently it's just one character of the identifier:

https://github.com/adolfintel/OpenPods/blob/104dc3454b249f7861d3aefaf7652e4a3b5796f4/app/src/main/java/com/dosse/airpods/pods/PodsStatus.java#L71-L94

d4rken commented 1 year ago

147 should fix this, please test it when you have time.