I'm developing an app for Android Wear in which I want to use the Wear as a remote control. Android Wear will trigger the shutter opened on an Android device(default camera app and without using intent) connected via Bluetooth. I don't know how to go about it. Any suggestions?
Related
I am working on a WearOS application. This app is connected to an android device via bluetooth. I have created an app in that android device too. I want to launch that android app from my watch app by a button. I don't know how can I make my WearOS app to launch an specific app that I created in the android device.
I have learned to launch implicit intent using androidx.wear.remote.interactions.RemoteActivityHelper but it seems to work only with implicit intents.
Bluetooth communication should happen between Android Tablet, Android Phone and Headphone/Headset/Helmet.
Android Phone: Responsible to send Incoming call and Media Infotainment data to the Android System (Tablet).
Android System (Tablet): is responsible to take actions [Media: (Play/Pause/Next/Previous) and Phone call: (Accept, Reject, Silence)] based on the data received from the Android Phone. Also send Map navigation instruction to the Headset/Helmet.
What I had tried so far,
RFCOMM connection between Android Table and Phone that send and receive data to and from Tablet to Phone. But doesn't allow to control phone to take actions sent from Tablet.
Possible approach
Bluetooth Headset profile will do the same thing, so any way to set Bluetooth profile while connection between Tablet and Phone will solve the Media and Incoming phone call requirements.
Is these possible? If so what are the possibilities to achieve the same?
I want to know is it possible with Android code to scan Android device with Wifi or data activated, and send them a pop up which contain a URL?
Does anyone know if it's possible to control a smartwatch app (Android Wear) through a smartphone app. An example would be to switch to another page in the smartwatch app by clicking a button in the smartphone app.
Yes it is possible, there are API's to communicate wearable. For example you can send messages between phone and wearable using the MessageApi. Check this training page for how. Or you can use BusWear library for sending events between phone and wearable.
Is it poosible BLE device(ibeacon) send notification to android wearable directly without going through Android Mobile?
If by "Android Mobile" you mean phone, than yes.
You just scan devices/pair etc. via BluetoothManger as it would be a normal Android phone.