Status Update
Comments
ga...@google.com <ga...@google.com> #2
Hello,
Are you able to supply example code for when this is happening, for both phone and watch side?
Are you trying to use BIND_LISTENER
in your own app, or is this an issue with the underlying data layer API?
(BIND_LISTENER
has been deprecated for a long time, so am wondering whether this is an issue in the Wear API themselves or not:
Thanks
bh...@gmail.com <bh...@gmail.com> #3
up...@gmail.com <up...@gmail.com> #4
From
on 6/6/2014: issue 36996391
Same here. Face looks squished and tablet doesn't recognize it. Resetting and reregistering didn't help. The feature is completely broken.
ga...@google.com <ga...@google.com> #5
This is a known issue when targeting API level 33. A fix is being prepared.
bh...@gmail.com <bh...@gmail.com> #6
th...@gmail.com <th...@gmail.com> #7
bh...@gmail.com <bh...@gmail.com> #8
is this issue fixed?
bh...@gmail.com <bh...@gmail.com> #9
did you figure out why WearableListenerService was no longer working once I targeted API level 33?
bh...@gmail.com <bh...@gmail.com> #10
Is any Update for the watch to phone sync not working when the targeted API level set to 33?
ma...@udisc.com <ma...@udisc.com> #11
ch...@gmail.com <ch...@gmail.com> #12
ty...@udisc.com <ty...@udisc.com> #13
ju...@gmail.com <ju...@gmail.com> #14
ju...@gmail.com <ju...@gmail.com> #15
ki...@gmail.com <ki...@gmail.com> #16
ja...@gmail.com <ja...@gmail.com> #17
ma...@udisc.com <ma...@udisc.com> #18
If you use a phone running Android 12 or earlier, it works fine. This is rendering our WearOS app completely useless for anyone with a newer phone that runs Android 13, and there is no known workaround so we're having to tell hundreds of customers that our app just straight up doesn't work right now.
If your app is impacted, please make sure to star this issue to get Google's attention, and tell all the other devs at your company and your customers that are impacted to star this issue as well.
am...@gmail.com <am...@gmail.com> #19
am...@gmail.com <am...@gmail.com> #20
gr...@gmail.com <gr...@gmail.com> #21
ja...@gmail.com <ja...@gmail.com> #22
ph...@gmail.com <ph...@gmail.com> #23
na...@gmail.com <na...@gmail.com> #24
ga...@google.com <ga...@google.com> #25
This issue should be fixed now. The fix has been rolled out via GMSCore and will also require using the latest com.google.android.gms:play-services-wearable:18.0.0 release.
Note that you don’t need to add BIND_LISTENER manually, it has been deprecated for a long time and it continue to remain so (read more at
For more details, see
Would you be able to test again after updating and confirm whether the fix works for you?
Many thanks
ma...@udisc.com <ma...@udisc.com> #26
We can confirm that updating our Android and WearOS apps to com.google.android.gms:play-services-wearable:18.0.0 has fixed the watch -> phone communication issue when targeting API level 33!
We're uploading new versions to the Play Store now, and we're hopeful it will be approved quickly so we can get our WearOS users back up and running.
Thanks again for the prompt action and response, we really appreciate it!
bh...@gmail.com <bh...@gmail.com> #27
Would you be able to test again after updating and confirm whether the fix works for you?
Yes, Working fine after updating the API.
Thanks.
ga...@google.com <ga...@google.com> #28
Thank you for confirming this - much appreciated.
ar...@gmail.com <ar...@gmail.com> #29
ar...@gmail.com <ar...@gmail.com> #30
I can confirm that updating my Android and WearOS app to com.google.android.gms:play-services-wearable:18.0.0 has fixed the connectivity issues. my app is being used daily by many WearOS users -> much appreciate that you have fixed it. developer of "BVR pro" app.
bh...@gmail.com <bh...@gmail.com> #31
jl...@gmail.com <jl...@gmail.com> #32
ch...@gmail.com <ch...@gmail.com> #33
ar...@gmail.com <ar...@gmail.com> #34
It worked for me only if I added back the deprecated <intent-filter> <action android:name="com.google.android.gms.wearable.BIND_LISTENER"/> </intent-filter>
error before I added it back: 16:37:25.470 W Unable to start service Intent { act=com.google.android.gms.wearable.BIND_LISTENER cmp=com.xxx.xxx/.Receivers.DataLayerListenerService } U=0: not found 16:37:25.470 E packages/modules/Bluetooth/system/gd/hci/hci_layer.cc:156 on_command_status: Received UNEXPECTED command status:COMMAND_DISALLOWED opcode:0x804 (EXIT_SNIFF_MODE) 16:37:25.471 I packages/modules/Bluetooth/system/stack/acl/btm_pm.cc:697 btm_pm_proc_cmd_status: Clearing pending power mode link state:immediate:sniff 16:37:25.472 W Intent does not match component's intent filter: Intent { act=com.google.android.gms.wearable.BIND_LISTENER cmp=com.xxx.xxx/.Receivers.DataLayerListenerService } 16:37:25.472 W Access blocked: ComponentInfo{com.xxx.xxx/com.xxx.xxx.Receivers.DataLayerListenerService}
ru...@gmail.com <ru...@gmail.com> #35
ma...@gmail.com <ma...@gmail.com> #36
Galaxy watch 4 + Pixel 2 XL
da...@gmail.com <da...@gmail.com> #37
da...@gmail.com <da...@gmail.com> #38
Pixel 7 pro + Samsung Watch 5 pro.
da...@gmail.com <da...@gmail.com> #39
packages/modules/Bluetooth/system/gd/hci/hci_layer.cc:156 on_command_status: Received UNEXPECTED command status:COMMAND_DISALLOWED opcode:0x804 (EXIT_SNIFF_MODE)
all the time when I'm trying to send something from the watch to the phone
Description
Version used:
Devices/Android versions reproduced on:
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
Hi,
the issue is Phone to Watch data sync working fine but the Watch to phone Data sync not working after Update Target SDK version 33, a warning is shown when sending data from the watch to the phone.
- Intent does not match component's intent filter: Intent { act=com.google.android.gms.wearable.BIND_LISTENER cmp=packageName/.wear.DataLayerListenerServices }
- Access blocked:ComponentInfo{packageName/packageName.wear.DataLayerListenerServices}
- Unable to start service Intent { act=com.google.android.gms.wearable.BIND_LISTENER
cmp=packageName/.wear.DataLayerListenerServices } U=0: not found