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.
- v0.3(same as play store version '15/03/30) update
1. install from android handheld. don't need adb.
use 4.4<= android handheld.
2. implement prototype of auto-reconnect
[check tutorial video on youtube](https://youtu.be/aPZ7UM6_aLw)
- v0.2.2 update
1. install from android handheld. don't need adb.
use 5.0<= android handheld.
- v0.2.1 update
1. auto screen turn off (after 1sec from getting notification.)
2. swipe to remove notification on iphone.
- v0.2
update
1. add some icons(include whatsapp)
2. screen awake from sleep when get notification
3. control calling(you can select accept or decline from your wear)
4. delete notificatin on iphone from wear.
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 | ◯ (12 hours long time test passed.) |
moto360 | △ (can get notification, but connection is unstable. 4-5hours after connection is lost.please ambient mode turn on.(maybe moto360's BLE stack is something difflenet.) |
Gear Live | ◯ (12 hours long time test passed.) |
SmartWatch3 | ◯ (6 hours test passed.) |
ZenWatch | ◯ (12 hours long time test passed.) |
- Install apk to your Android wear(playstore or github).
- Install "Light Blue" app to your iPhone.
- Create virtual peripheral from "Blink" template.
- Launch the app on your Android wear.
- Turn on "Blank" 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.
you can install from paly store.
need 4.4<= android handheld.
get apk from release page.
use mobile-release.apk.
install the apk using ADB over Bluetooth. need 4.4<= android handheld.
get apk from release page.
use wearble-release.apk.
install the apk using ADB.
$ adb install Wearable-release.apk
If you want to use moto360, check official article for ADB over Bluetooth.