Another pods support
I want to add support for my own pods by nothing, if it possible. Could you tell a little guide for adding another models to app? How you get constants in nothing_ear_2.rs file. May be this thread will be useful for yet another owners of nothing pods.
I've recently got Ear (Open) and they also don't work with this app. If I had some guidelines I could try adding support
You will basically have to reverse engineer the BLE calls. If you don't have a rooted device your best bet is running nothing x app on your pc using an emulator and then observing the packets via wireshark, tldr:
- Install android emulator on your pc
- Install nothing x on it
- Use it to connect to your earphones
- Use wireshark to observe the packets (just change anc and see which packets are sent)
It has been a long time and since then I have shifted earphones, but above are the rough steps. You can easily find tutorials online.
@sn99 any specific android emulator? Because in the Android Studio docs I don't see bluetooth for the android emulator mentioned anywhere. What setup where u using when you did this?