https://github.com/rolandtritsch/macroid-pebble-hello-world
Companion app for my pebble hello world app
https://github.com/rolandtritsch/macroid-pebble-hello-world
Last synced: 6 months ago
JSON representation
Companion app for my pebble hello world app
- Host: GitHub
- URL: https://github.com/rolandtritsch/macroid-pebble-hello-world
- Owner: rolandtritsch
- Created: 2014-12-16T18:16:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T09:19:09.000Z (over 9 years ago)
- Last Synced: 2025-02-10T13:44:29.337Z (8 months ago)
- Language: Scala
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pebble Hello World Companion App
This simple app works with my [Pebble Hello World app](https://github.com/rolandtritsch/pebble-watchface-tutorial). It allows to send a text to the Pebble app and will change the text that is displayed on the watch.
To build/install it you need to ...
* build/install the Pebble HW app on your watch
* install git and sbt (using macports or brew)
* clone this repo
* edit the code and update the Pebble app UUID with the UUID of your own Pebble app (in MainActivity.scala)
* run `adb devices` to check that your phone is connected to your laptop
* run `sbt install` to build and install the app on your phone (right now android-19 is required, you can change it to whatever you like)
* you should then be able to start the app on you phone and click on `Check it!` to see, if your Pebble is connected. If not, you have to start the Pebble Managment app on your phone and have to make sure your phone is connected to your Pebble
* last but not least, you can then type in a text and use the `Send it` button to send it to the watch (max length on the text is 5 chars)The [blog post](http://blog.tritsch.org/2014/12/x-mas-project-1-pebble-hello-world-20.html) has a couple of screen shots in it.