-
Notifications
You must be signed in to change notification settings - Fork 48
Not Connected Problem
If you get "Not connected" messages within LibreAlarm even though the phone is connected to your smartwatch 3, the reason might be that the Google Play Services on the phone are not compatible with the play Services on the smartwatch. I found a solution within the Glimp FAQ with the following description, which resolved the issue for me:
When you root Sony Smartwatch 3 the Google Play Services library is rolled back to version 7 (not compatible with Glimp). Usually the library automatically updates back to version 8 (that is compatible) but sometimes this doesn’t happens.
You can check version installed on smartwatch going to setup / information / versions.
To update Google Play Services on smartwatch (assuming that you have the “C:\adb” folder with files used to root the smartwatch):
- Download updated Google Play Services APK from: https://apkdot.com/apk/google-inc/google-play-services/google-play-services-10-0-84-530-137749526/
- Copy downloaded file into “C:\adb” folder
- Execute command [adb install -r “file.apk”], where “file.apk” is the name of the downloaded file.