Skip to content

Commit

Permalink
Changed README for version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GulsahKose committed Jan 16, 2015
1 parent 585eb8c commit a85a953
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,47 @@ This project provides remote control to Libreoffice Impress with Pebble. The dir

## Installation

* Install pebble-remote-2.0 package's dependencies.

* `sudo apt-get install python-dev libopenobex1-dev python-tk python-lightblue python-pexpect xdotool python-bluez`

* To install lightblue clone `lightblue-0.4` from `https://github.com/pebble/lightblue-0.4` and then:
* `cd lightblue-0.4`
* `sudo python setup.py install`

* Install pebble-remote-1.1.deb package's dependencies.

* `sudo apt-get install python-dev libopenobex1-dev python-tk python-lightblue python-pexpect xdotool python-bluez`

* Download debian package from this address[1] and then

* `sudo dpkg -i pebble-remote-1.1.deb`
* `sudo dpkg -i pebble-remote-2.0.deb`
* OR

* Download this project version 2.0 from link[2]

* `tar xvfz pebble-remote-2.0.tar.gz`
* `cd pebble-remote-2.0/libpebble`
* `sudo python setup.py install`

## Usage

* Disconnect between the pebble by phone.

* Pair pebble and with your computer on bluetooth.

* Run this command:
* If you want to use from consol run this command:

* `pebble-remote /full/path/to/file_name.odp`

* Open music app on your pebble. You can remote presentation by using up and down buttons on Pebble.
* If you want to use from desktop
* Right click on presentation file
* Open with
* Select Pebble Remote:

* Open music app on your pebble. You can remote presentation by using up and down buttons on Pebble. Use middle button of Pebble for exit presentation.

## Pictures

![1](https://github.com/COMU/pebble-remote/blob/master/pictures/Screenshot%202015-01-02%20at%2001.33.35.png)

---
[1] http:https://tinyurl.com/pebble-remote-1-1

[1] http:https://tinyurl.com/pebble-remote-2-0
[2] https://github.com/COMU/pebble-remote/releases/tag/2.0

0 comments on commit a85a953

Please sign in to comment.