fallenpeace / android_wear_for_ios

android wear works with iOS/iPhone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Wear works with iPhone/iOS

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.

Latest version

  • 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.

Tested Devices

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.)

Getting Started

tutorial video @ Youtube.

  1. Install apk to your Android wear(playstore or github).
  2. Install "Light Blue" app to your iPhone.
  3. Create virtual peripheral from "Blink" template.
  4. Launch the app on your Android wear.
  5. Turn on "Blank" peripheral on LightBlue app.
  6. If success connect to iphone, success animation is played.
  7. Push wear's crown to back home screen. Don't swipe Activity.

apk install

1. install from play store

you can install from paly store.
need 4.4<= android handheld.

2. install github's apk with android handheld(adb over Bluetooth).

get apk from release page.
use mobile-release.apk.
install the apk using ADB over Bluetooth. need 4.4<= android handheld.

3.install github's apk without android handheld(usb adb).

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.

Community Support

xda thread
my twitter account

About

android wear works with iOS/iPhone

License:MIT License


Languages

Language:Java 100.0%