forum.getinpulse.com
http://www.getinpulse.com/hack/forum/

Presenter
http://www.getinpulse.com/hack/forum/viewtopic.php?f=7&t=6
Page 1 of 1

Author:  Jon [ Tue Feb 15, 2011 8:04 am ]
Post subject:  Presenter

http://www.getinpulse.com/apps/presenter/

This app displays a next and a previous button. This app comes with a host-side python app that simulates left and right arrow key presses on the focused window. By clicking the button the slide will be advanced, while by click-holding will go to the previous slide

After loading the Presenter to your watch, you can start the Python host-side and control the presentation application, all from your watch.

Author:  klinquist [ Thu Mar 03, 2011 12:29 am ]
Post subject:  Re: Presenter

Hi,

I've loaded other sample apps seemingly fine. When I load this one onto the InPulse, I simply see a battery icon with a lightning bolt through it... then after I press a button, a "no bluetooth connection" icon appears below that.

The app *is* working however - sending bluetooth commands to my PC.

I've re-run the resource_packer, all the correct images are in resources/... the title, prev/next buttons never show up on the watch.

Any ideas?

Author:  alex [ Thu Mar 03, 2011 12:42 am ]
Post subject:  Re: Presenter

It seems that although you have packed the images into the resource file, you haven't actually sent those resources to the watch. To do so, you will have to run:
python compileandload.py –r –d aa:aa:aa:aa:aa:aa

where aa:aa:aa:aa:aa:aa is the bd address.

The above command assumes the resource file in the resource folder in pulse_sdk. If this isn't the case, you will have to specify the address of the resource file:
python compileandload.py –r –f PATH –d aa:aa:aa:aa:aa:aa


where PATH is the path.

Author:  klinquist [ Thu Mar 03, 2011 7:57 am ]
Post subject:  Re: Presenter

a-ha, didn't realize I had to send the resources over separately.

Thanks!

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/