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
- Host: GitHub
- URL: https://github.com/jimmckeeth/fireui-devices
- Owner: jimmckeeth
- Created: 2014-09-19T18:38:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T23:14:36.000Z (about 9 years ago)
- Last Synced: 2025-03-27T16:21:58.179Z (2 months ago)
- Language: C++
- Size: 4.38 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
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.