# Common problems

# How can I carry out development based on the watch?

The watch uses the Android system, not Android Wear OS, so development on the watch is not very different from mobile phone development. Carry out development on the basis of mobile phone development, and follow the rules developed by imoo.

# How can I install an App on the watch?

After ADB permission is turned on, make sure that the data line has no problem. Use the command of the ADB install -r package name to install the App, or it can be installed via IDE.

# How can I delete an App?

The ADB command can be universally used on all watches, and the command of the ADB uninstall package name can be used to uninstall.

# How to open ADB permissions?

Refer to the basic configuration contents in the document.

# What kind of data cable can be used to achieve debugging?

The imoo charging cable with four metal contacts can be used to achieve debugging. However, it is not for sale at the present time. Please contact imoo to obtain it.

# How can I bind the watch?

Download the "imoo" App on the mobile phone, scan the QR code on the watch and follow the prompts to bind the watch.

# After upgrading the system, ADB cannot be used.

After power on, slide to the "More" list and enable "Networking", then ADB can be re-opened.

# How can I check the logs?

The logs will be opened in real time and stored in the directory /sdcard/LogCollect. Logs for the App can be opened in the main file.

# How can I debug while charging?

When ADB permission is enabled, prompts that cannot be used while charging are automatically removed.

# How can I connect the watch to Wi-Fi?

Set Wi-Fi in the watch settings or at the imoo App end of the mobile phone under the conditions of watch networking and binding. Once the watch receives the push information, it will automatically connect to Wi-Fi.

# When using App on mobile phone to set Wi-Fi, the watch cannot be connected to Wi-Fi?

If the push function of the watch hangs, restart the watch to trigger reconnection.

# The IDE prompt indicates installation failure.

The watch does not use the Android Wear OS. Just join the main and carry out the development based on App development for mobile phones.

# Are there any differences in the development of models in different market regions?

There is no difference in development. We should pay attention to language adaptation and customs in different market areas.

# Does it support webpage webview?

No, this is not supported.

# Why does the watch show "Use later"?

When encountering the interface of "high temperature", wait for the watch temperature to drop until the watch can be used again.

# How can I reset the system?

Long press the physical button of the watch. After the "Power Off" screen appears, long press the physical button of the watch again to select system repair.

Last Updated: 9/16/2019, 10:26:00 AM