I am trying to make a connection between my companion app and glass app. I am trying to use the data-layer api for this purpose. I wanted to avoid any bluetooth and socket programming for this purpose.
Initially, i am trying to send data from phone to glass. Phone is able to send the data. On glass, i have the wearable listener service, which works fine on android watches and phone, but when i used it on glass, i got the following warning message :
12-29 12:56:11.343: W/GooglePlayServicesUtil(6041): Calling package com.example.glassware signature (release key) invalid on Glass.
I have no idea how to go about it. Any ideas?
Is there any other way, i can achieve this?