An open API service indexing awesome lists of open source software.

https://github.com/jimmckeeth/fireui-devices

Moto 360 Custom View and sample application for RAD Studio XE7, Delphi, C++Builder and Appmethod
https://github.com/jimmckeeth/fireui-devices

Last synced: about 2 months ago
JSON representation

Moto 360 Custom View and sample application for RAD Studio XE7, Delphi, C++Builder and Appmethod

Awesome Lists containing this project

README

        

Original blog post: http://delphi.org/2014/09/hello-moto-360-from-delphi-xe7/

To install the new views, open the FireUIViews package project and install it in the IDE.

Move the Moto360.png and GearLive.png somewhere you can find easily

Edit the MobileDevices.xml file found in
%AppData%\Embarcadero\BDS\17.0\DevicePresets.xml
Adding the following after MobileDevices
Replace "" will the full path to the Moto306.png file.


Moto360
Moto 360
3
2
True




Do the same for the Galaxy Gear and GearLive.png


Gear Live
GearLive
3
2
True




Restart your IDE.

Any project that you want to deploy to the Moto360 or Galaxy Gear and use the Moto360 or GalaxyGear view needs to use the Moto360Device.pas or GalaxyGearDevice.pas file.

To connect to and deploy onto your Moto360, follow the following directions.
http://blog.timmattison.com/archives/2014/07/16/common-android-wear-tasks-for-developers/

Because the deployment is over bluetooth it takes a long time, around 4-5 minutes in my tests.

Galaxy Gear uses USB so deploys much quicker.