Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to remotely manage applications on Google Wear OS

Smartwatch adoption by businesses is full of challenges such as mass deployment , remote management of applications including installation, uninstallation and updating the app to newer version. 42Gears UEM solution enables IT Pros to Remotely Manage apps on Wear OS.

Manage Wear OS Devices with SureMDM

Follow these steps to remotely manage applications on Wear OS:

1. Install SureMDM Nix Agent on Android Smartwatch from Google Play Store.

2. Launch the Nix Agent app, tap on Settings, enter Account ID and check Enable Nix Services option.

3. Once configured, ADB debugging has to be enabled.  

To enable ADB debugging, go to Device Settings > select System >  Click About > Tap Build Number multiple times (5 times).

Developer option will be enabled.

4. Now Developer option will be available under main settings page.

5. Go to Developer option > Enable ADB debugging> Enable Debug over Wi-Fi.

6. Login to SureMDM Web Console.

7. Click Jobs and then create a new job.

8. Select Android Wear as the operating system.

9. Click on Run Script job.

10. On Run Script prompt, add appropriate runscript from the following and Save the job.

Run script for application installation:

!#wearscripts

curl -O https://mars.42gears.com/support/inout/Wearable/surelockwear.apk

adb -s $$destination$$ install surelockwear.apk

Run script for application uninstallation :

!#wearscripts

adb -s $$destination$$ uninstall

Run script for application Update  :

!#wearscripts

curl -O https://mars.42gears.com/support/inout/Wearable/surelockwear.apk

adb -s $$destination$$ install -r surelockwear.apk

Note: For remote install and update, upload the apk file on a server and use the link in the run script.

11. Go to SureMDM Home, select the smartwatch from the devices list and click Apply.

12. Select the created job and click Apply.

Note: User must select “Always allow from this computer” option.

Select OK to allow  debugging. Then re-apply the same job using SureMDM Web Console.

Please note that it may take at least 10 minutes to install 5MB apps.

42Gears offers robust Wearable Management Solutions which enable businesses  to remotely manage apps on Smartwatches.Try 42Gears Wearable management solutions for free.

The post How to Remotely Manage Applications on Google Wear OS appeared first on 42Gears Mobility Systems.



This post first appeared on Mobile Device Management, Enterprise Mobile Management, please read the originial post: here

Share the post

How to remotely manage applications on Google Wear OS

×

Subscribe to Mobile Device Management, Enterprise Mobile Management

Get updates delivered right to your inbox!

Thank you for your subscription

×