Android wear can get iphon's notification.
This app get notification using ANCS from iphone.
so, don't need jail break iphone and rooted wear.
I developed this app inspired by @MohammadAG's video.
I have G watch R only.
so, you check other models, please let me know.
model | result |
---|---|
G Watch R | ◯ (12 hours long time test passed.) |
G Watch | ◯(maybe long time test passed.) |
moto360 | △ (can get notification, but connection is unstable. maybe moto360's BLE stack is something difflenet.) |
Gear Live | - (unconfirmed) |
SmartWatch3 | - (unconfirmed) |
ZenWatch | - (unconfirmed) |
- Install apk to your Android wear.
- Install "Light Blue" app to your iPhone.
- Create virtual peripheral from "Blink" template.
- Launch the app on your Android wear.
- Turn on "Blink" peripheral on LightBlue app.
- If success connect to iphone, success animation is played.
- Push wear's crown to back home screen. Don't swipe Activity.
get apk from release page. install the apk using ADB.
$ adb install Wearable-release.apk
If you want to use moto360, check official article for ADB over Bluetooth.