Wearable devices are smart devices that are worn on the skin or close to the skin with the aim to detect signals from the body (e.g. Blood Pressure, Heart Rate, Body Temperature, etc.) and/or detect parameters in the environment (e.g. humidity, temperature, etc.) surrounding the part where the device is worn.
Questions tagged [wearables]
106 questions
2
votes
0 answers
INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android Studio - Java/Kotlin and Visual Studio - Xamarin
I am wanting to debug and install my application on a physical clock.
First I tried to create the application in Xamarin.Android, I finished the application and it worked very well in an emulator, but when I tried to send to the device, the…

Renan Pinheiro
- 33
- 5
2
votes
1 answer
"Network is unreachable" when using FTP active mode on wearable device
I am currently trying to develop an wearable app which can upload files with accelerometer and gyroscope data to my PC via FTP.
I used the following code to run a FTP server on my PC in Eclipse:
public static void main(String[] args) throws…

Syless
- 21
- 2
2
votes
1 answer
Duplicate value for resource attr/textSize with Config
I add the wear module into the existing application, and provide the support of another module (that handles the Auth and Network task). When we build, gradle shows the following error:
duplicate resource attr/textSize with Config.
Our Android…

Abhishek Modi
- 41
- 4
2
votes
1 answer
Advice on reverse engineering Chinese app for BLE protocol
Recently I got a Chinese clone of the Mi Band 2. The app it needs is horrible, though. So I wondered how to create another app that interprets the data from the band into something more useful (I know it's possible because even the mi band has…

Jacob Sánchez
- 390
- 3
- 15
1
vote
0 answers
Deploy WearOS app from within Android app
I'm currently developing an app mainly for WearOS which needs a phone companion to work. Due to the phone app needing quite powerful permissions (BIND_NOTIFICATION_LISTENER_SERVICE, QUERY_ALL_PACKAGES) I'll not have a good time releasing this on the…

BlazeCodeDev
- 631
- 1
- 7
- 27
1
vote
1 answer
Wear OS show image with horizontal scroll
I need to show long image like this on Galaxy 5 watch
Where can I find code examples for this job? Or which component I can use?

Enginer
- 3,048
- 1
- 26
- 22
1
vote
1 answer
Can data of third-party apps synced to Apple Health be retreived via HealthKit
I am researching the feasibility of an iOS app that can collect data from multiple brands of wearable devices. I am only interested in devices that have apps that are able to sync with Apple Health. Does Apple Health uses HealthKit store to store…

Akbar E K
- 82
- 7
1
vote
1 answer
cannot ping smart watch- model DA08
I was trying to do TCP connection in smart watch
but I can't ping my watch from laptop using same network and error- connection refused when tcp connection reference from…

Yeong Lestle
- 17
- 6
1
vote
0 answers
How do BLE/BT pairing and bonding work with wearables?
How does clicking a button on a wearable or moving a phone (client) near the wearable (server) automatically pair the phone and the wearable together?
For example, simply bringing a phone near the Nike Adapt BB shoes connect the phone and shoes…

Desroxter
- 11
- 1
1
vote
0 answers
How to transfer a text file from smartwatch to smartphone using android studio?
I basically have created a text file in my smartwatch. I want to transfer it to my smartphone using android studio. How can I do it? Can somebody please provide me with the code segment to do this. I am really stuck at this. Any help would be highly…

Parth Kandwal
- 51
- 6
1
vote
0 answers
How to perform 'sendKeys' or any keyboard interaction mechanism in a smartwatch(WearOS) through Appium?
I was trying to automate a scenario using Appium, where User will enter something in 'Google Keeps' app installed in a smartwatch (WearOS), which will be synced and validated in 'Google keeps' app installed in a smartphone.
While I was trying to…

BongCule
- 115
- 1
- 2
- 9
1
vote
0 answers
Publishing Android Wear + Mobile App on Google Play Store
I have a comprehension question. I have an Android project in which there are two modules. One is a mobile application and the other is a wearable application. Both apps communicate with each other when they are running. Now I want to upload both…

SeRo
- 85
- 7
1
vote
1 answer
"This app is not available for any of your devices" for my Android Wearable app
I have been stuck in this for months and don't know if I am using the right tags but I'll try again hoping someone answers.
I have developed a private wearable app for the company I work for. The Wearable app is standalone meaning it's only to…

Mohamed El Kayal
- 179
- 12
1
vote
1 answer
DM101 Smart Watch Android Application - Issue with application not filling the screen
When I deploy the application to the device for testing, the application does not fill the screen.
FYI: the DM101 SmartWatch does not support wear OS, it uses Android 7.1.1 (API 25)
if you want to see what it looks like
link to watch
I am using…
1
vote
1 answer
App is not visible in Play Store of smart watch in section App in your phone
I have created the application both for Mobile and Watch. But my app is not present in Watch --> Play Store --> Apps on your Phone
I have created the signed apk of the watch and kept in the raw folder of the mobile application and then generate the…

Atul Dhanuka
- 1,453
- 5
- 20
- 56