Re: [Qi - SHR-U/All?] Pink line of death

2009-10-03 Thread Stuart Pullinger
> Has anyone seen the 'pink line of death' at any time? > Yes. I've seen it. > My FR sometimes does not suspend, but instead shows a black screen > with a pink/purple line at about 33% from the bottom of the screen. > The backlight is fully on. Also, the screen is whining. > > I haven't been able

Re: Tangogps or navit with prepackaged Europe map

2009-05-28 Thread Stuart Pullinger
others have put together more or less regularyl updated > binary map files of several regions of the world. You could try downloads.cloudmade.com - they have a europe map in navit format to download. It's 631M zipped so it may be too big for your SD card once unzipped. Stuart

Re: Looking for a app similar to the Dog Whistle for the iPhone

2009-04-24 Thread Stuart Pullinger
examples on the web. I hope you like it. Stuart #!/usr/bin/env python ## # testtone.py # Hacked together by Stuart Pullinger (s dot pullinger at elec dot gla dot ac dot uk) from the following sources: # http://www.pygtk.org/pygtk2tutorial/index.html # http://pygstdocs.berlios.de/pygst-tutoria

Re: Looking for a app similar to the Dog Whistle for the iPhone

2009-04-23 Thread Stuart Pullinger
Adam Jimerson wrote: > I mean like playing a tone, the same tone, but at different pitch like > 67Hz as an example > It can be done from the command-line with gstreamer: gst-launch audiotestsrc freq=67 volume=0.8 ! alsasink (It's very quiet!) You may have to install a few extra packages via opkg

Re: ReMoko on SHR - python error

2009-04-06 Thread Stuart Pullinger
noo wrote: > I got it running through: > > 1. /usr/bin/remoko > 39-41 changing remoko.remoko_server in remoko_server (and so on) > Do you mean changing: from remoko.remoko_server import * to from remoko_server import * in /usr/bin/remoko? Didn't work for me (using shr-testing). I get r...@om-g