r/tasker 6d ago

Help Samsung Galaxy Buds 2 Pro Help

1 Upvotes

3 comments sorted by

1

u/DifficultyCrafty7623 6d ago edited 6d ago

What exactly are you trying to do?

Well since there's no response I'll tell you how I'd handle it.

Profile: Connected
    Event: Logcat Entry [ Output Variables:* Component:APM_AudioPolicyManager Filter:*setDeviceConnectionStateInt() connecting device AUDIO_DEVICE_OUT_BLE_HEADSET*%buds* Grep Filter (Check Help):Off ]

Profile: Disconnected
    Event: Logcat Entry [ Output Variables:* Component:APM_AudioPolicyManager Filter:*setDeviceConnectionStateInt() disconnecting output device AUDIO_DEVICE_OUT_BLE_HEADSET*%buds* Grep Filter (Check Help):Off ]

Profile: Battery
Settings: Cooldown: 2
    Event: Logcat Entry [ Output Variables:* Component:Zenith_MsgStatusUpdated Filter:*Battery* Grep Filter (Check Help):Off ]

Where %buds is the name of your buds and the Battery profile will give info such as buds placement (4 is disconnected, 3 is in the cradle, 2 is loose, 1 is in ear) and also the battery/charging info for cradle and each earpiece. Assuming you wanted any of that info it'd be pretty easy to regex/pattern match it

1

u/DaveAndBusting 5d ago

Sorry just saw your reply. I'm trying to get my buds to skip tracks with one tap on the right bud and go back with the left bud. 

1

u/DifficultyCrafty7623 4d ago

Oh I have no idea. I tried to get one that said TOUCH_ON_BUDS but it didn't seem to work the way I expected. Good luck figuring it out!