Rod Whitby (MokoMakefile author) moves on to start WebOS Internals

2009-10-06 Thread Rod Whitby
http://www.rwhitby.net/blog/webos-internals/palm-pre-lands-in-australia.html It is with some sadness that I must say goodbye to the OpenMoko community, and move on to new things. My dream of an OpenMoko phone with a hardware keyboard to replace my aging Treo 650 was never realised, and you

Re: [fso based] Simplified mixer app

2009-10-06 Thread Al Johnson
On Friday 02 October 2009, Laszlo KREKACS wrote: On Fri, Oct 2, 2009 at 4:17 PM, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: But there is so many things what changed, that Im completely lost. Just wanted to notice you, that restoring the original gsmhandset.state file (and

Re: WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Paul Fertser
Esteban Monge esteban.franci...@gmail.com writes:     def wifi_on(self, button):         os.system(mdbus -s org.freesmartphone.odeviced /org/freesmartphone/Device/PowerControl/WiFi org.freesmartphone.Resource.Enable) Are you sure you know exactly what FSO resources concept is about and have

Re: WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Petr Vanek
On Mon, 5 Oct 2009 14:09:19 -0600 Esteban Monge esteban.franci...@gmail.com (EM) wrote: Hello I readed this page: http://wiki.openmoko.org/wiki/FSO_Resources You suggest use the command fsoraw -r WiFi if you for example enable wifi via shr-settings and then use any script that uses fso-raw by

[shr-u] App Launcher first thoughts

2009-10-06 Thread Arigead
It's taken me a while to get around to looking at this. Brilliant, really like it for a start but hard to find info on how to configure it. At present I can't seem to configure it to receive the SMS messages. I've been looking through the internet with a very bad connection trying to find some

Re: Internal pressure sensor

2009-10-06 Thread Werner Almesberger
Stroller wrote: This barometer is self-contained and connected to the i2c bus, a _relatively_ simple addition. If there is demand for the barometer - although I'm inclined to agree with Rask that there wouldn't be - then it might it be justified to add it were Brazil ever to go into

Re: Increasing GPS accuracy with EGNOS

2009-10-06 Thread Joseph Reeves
Someone tell me what command to run on what distro and I'll let you all know... Oh, and somebody write a SISNeT application too ;-) http://www.egnos-pro.esa.int/sisnet/index.html 2009/10/5 Joseph Reeves iknowjos...@gmail.com: This is probably worth checking to see what is actually

Re: tangogps 0.9.7 release

2009-10-06 Thread Joseph Reeves
myself, i'd be inclined to ignore them and carry on uploading tracks +1 2009/10/3 Robin Paulson robin.paul...@gmail.com: 2009/10/3 Helge Hafting helge.haft...@hist.no: Actually, I got a mail once telling me not to do that. Seems there were limited room on servers, and too much of my tracks

Re: Rod Whitby (MokoMakefile author) moves on to start WebOS Internals

2009-10-06 Thread Wolfgang Spraul
Rod, wow, sad to see you go indeed. You are one of the true old-timers of Openmoko :-) Since hacking the Palm Pre is not that far from an 'open phone' perspective, maybe you can add a feed to the Openmoko planet and we can that way stay in touch with what you are doing? I will regularly check

Re: WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Esteban Monge
def set_status(self, label): status = os.system(ifconfig eth0) if status == 0: status = WiFi Power On label.set_text(status) label.modify_fg(gtk.STATE_NORMAL, gtk.gdk.color_parse(green)) else: status = WiFi Power Off

Re: Rod Whitby (MokoMakefile author) moves on to start WebOS Internals

2009-10-06 Thread Michael 'Mickey' Lauer
Rod, thanks for all the work you did to bring Openmoko forward! Even though it took all so long due to all our detours, I'm quite satisfied with what the Openmoko community has created throughout the years, especially since Openmoko Inc. stopped guiding the project. A hardware family often is

Re: No wireless in Debian Sid

2009-10-06 Thread Al Johnson
On Monday 05 October 2009, Esteban Monge wrote: Hello Again... I found this command, I think is the correct way to enable the wireless: mdbus -s org.freesmartphone.odeviced /org/freesmartphone/Device/PowerControl/WiFi org.freesmartphone.Resource.Enable And to turn off: mdbus -s

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

2009-10-06 Thread Rui Miguel Silva Seabra
It's not omnewrotate. If you're lucky, using omnewrotate may help you recover that screen state. All omnewrotate does is infer a position from the accelerometers and using the xrandr API to rotate the screen http://code.google.com/p/omnewrotate/source/browse/trunk/src/omnewrotate.c#264 So if

Advanced Geocaching Tool for Linux - Version 0.4.0

2009-10-06 Thread D. Fett
A new version is out and there are lots of new features: - Added cool command line interface! See below for features. - Completely new search feature - New marking feature: Mark interesting geocaches and get back to them quickly. - Added upper bound for visible caches to improve speed - Added

Re: Advanced Geocaching Tool for Linux - Version 0.4.0

2009-10-06 Thread D. Fett
D. Fett wrote: A new version is out and there are lots of new features: The 'send' button was too close to my mouse pointer, sorry! ;-) The package is available here: http://www.opkg.org/package_268.html -- View this message in context:

Re: Rod Whitby (MokoMakefile author) moves on to start WebOS Internals

2009-10-06 Thread Tilman Baumann
Thank you anyway. Traitor! :) And ROFL about the northern hemisphere chauvinism issue with your GPS. *g* I hope that is not a omen... See you back ;) Rod Whitby wrote: http://www.rwhitby.net/blog/webos-internals/palm-pre-lands-in-australia.html It is with some sadness that I must say goodbye

Re: Advanced Geocaching Tool for Linux - Version 0.4.0

2009-10-06 Thread Petr Vanek
The 'send' button was too close to my mouse pointer, sorry! ;-) The package is available here: http://www.opkg.org/package_268.html it's working for me now (the previous version for some reason didn't get any caches) i have to say i have neglected GC for some time now also due to not being able

Re: [pkg-fso-maint] WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Esteban Monge
Hello Al Johnson recommends use the next command: mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage.SetResourcePolicy WiFi enabled But send the next error: ERROR:dbus.connection:Unable to set arguments ('WiFi',) according to signature u'ss': type

Re: [pkg-fso-maint] WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Al Johnson
On Tuesday 06 October 2009, Esteban Monge wrote: Hello Al Johnson recommends use the next command: mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage.SetResourcePolicy WiFi enabled But send the next error: ERROR:dbus.connection:Unable to set arguments

USB networking with Ubuntu 9.04

2009-10-06 Thread Tony Berth
followed as described in: http://wiki.openmoko.org/wiki/USB_Networking - Ubuntu 9.04 - the Jaunty Jackalope -- udev One can see /etc/udev/rules.d that a device plugged in on USB will be called *eth1*. Go to system-Administration-Network and add the parameters for eth1 static ip,

Re: [pkg-fso-maint] WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Esteban Monge
I use Debian, maybe some parts of FSO are too old... -- http://nuevaeracr.blogspot.com Linux user number 478378 Linux machine number 386687 Tec. Esteban Monge Marín Tel: (506) 8379-3562 “No habrá manera de desarrollarnos y salir de la pobreza mientras los pocos negocios grandes de nuestro medio

Re: [fso based] Simplified mixer app

2009-10-06 Thread Mikhail Umorin
Thanks for the app, Al (see below) On Monday 05 October 2009 19:43:37 Al Johnson wrote: On Friday 02 October 2009, Laszlo KREKACS wrote: On Fri, Oct 2, 2009 at 4:17 PM, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: But there is so many things what changed, that Im completely lost.

Re: Universal Remote for CE/HA? (openmoko)

2009-10-06 Thread Jed
Psion 5, 5mx, Ericsson mc218. Slow cpu, limited memory, monochrome and old kernel, but excellent battery life on a pair of AAs. Probably not the form factor you're after though. Interesting idea thanks, perhaps a tad too old though as you say. I'd prefer a form-factor closer to a standard

Re: [fso based] Simplified mixer app

2009-10-06 Thread Al Johnson
On Tuesday 06 October 2009, Mikhail Umorin wrote: Thanks for the app, Al (see below) On Monday 05 October 2009 19:43:37 Al Johnson wrote: On Friday 02 October 2009, Laszlo KREKACS wrote: On Fri, Oct 2, 2009 at 4:17 PM, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: But

Re: Internal pressure sensor

2009-10-06 Thread Stroller
On 6 Oct 2009, at 02:18, Werner Almesberger wrote: Stroller wrote: This barometer is self-contained and connected to the i2c bus, a _relatively_ simple addition. If there is demand for the barometer - although I'm inclined to agree with Rask that there wouldn't be - then it might it be

Re: Paroli Theme/UI proposals

2009-10-06 Thread Laszlo KREKACS
On Sun, Oct 4, 2009 at 5:50 PM, Jon Kristian Nilsen jokr.nil...@gmail.com wrote: For instance font-sizes should imho be adjustable by the app, not locked to a theme. I do believe, it is also beneficial to adjust the overall look to it. My view is pretty much summerized in jimmac's blogpost:

Re: Rod Whitby (MokoMakefile author) moves on to start WebOS Internals

2009-10-06 Thread David Reyes Samblas Martinez
2009/10/6 Rod Whitby r...@whitby.id.au: http://www.rwhitby.net/blog/webos-internals/palm-pre-lands-in-australia.html It is with some sadness that I must say goodbye to the OpenMoko community, and move on to new things. My dream of an OpenMoko phone with a hardware keyboard to replace my

Re: USB networking with Ubuntu 9.04

2009-10-06 Thread Frederik Sdun
* Tony Berth tonybe...@googlemail.com [06.10.2009 18:06]: followed as described in: http://wiki.openmoko.org/wiki/USB_Networking - Ubuntu 9.04 - the Jaunty Jackalope -- udev One can see /etc/udev/rules.d that a device plugged in on USB will be called

Bug in Handheld-Linux webshop solved

2009-10-06 Thread Dr. H. Nikolaus Schaller
Hi all, if you have tried to use our Openmoko webshop in the last days with FireFox / IceWeasel / SeaMonkey, you may have experienced that the shopping cart was automatically deleted when trying to checkout. This effect did not happen with using e.g. Safari. We have now found why, and that

RE: [SHR-U / All?] Illume Keyboard in Landscape

2009-10-06 Thread Russell Dwiggins
|On 3 Oct 2009, at 19:04, Joshua Judson Rosen wrote: | Sebastian Krzyszkowiak seba.d...@gmail.com writes: | ... | But I already told you - you don't have to restart whole E. Just | enter | to keyboard menu in illume wrench, select none, and then default (it | will restart illume keyboard). And

Re: USB networking with Ubuntu 9.04

2009-10-06 Thread Tony Berth
On Tue, Oct 6, 2009 at 10:00 PM, Frederik Sdun frederik.s...@googlemail.com wrote: * Tony Berth tonybe...@googlemail.com [06.10.2009 18:06]: followed as described in: http://wiki.openmoko.org/wiki/USB_Networking - Ubuntu 9.04 - the Jaunty Jackalope -- udev

Re: USB networking with Ubuntu 9.04

2009-10-06 Thread Matthias Huber
Tony Berth schrieb: On Tue, Oct 6, 2009 at 10:00 PM, Frederik Sdun frederik.s...@googlemail.com mailto:frederik.s...@googlemail.com wrote: * Tony Berth tonybe...@googlemail.com mailto:tonybe...@googlemail.com [06.10.2009 18:06]: followed as described in:

Re: [pkg-fso-maint] WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Sebastian Reichel
On Tue, Oct 06, 2009 at 10:07:54AM -0600, Esteban Monge wrote: I use Debian, maybe some parts of FSO are too old... probably not, we have a very recent git version, there are just some opimd changes between our release and current git ;) But I didn't update the configuration for the new

Re: Rod Whitby (MokoMakefile author) moves on to start WebOS Internals

2009-10-06 Thread Sudharshan S
On Tue, Oct 6, 2009 at 5:08 PM, Rod Whitby r...@whitby.id.au wrote: http://www.rwhitby.net/blog/webos-internals/palm-pre-lands-in-australia.html It is with some sadness that I must say goodbye to the OpenMoko community, and move on to new things. So long and thanks for all the fish..

Re: [pkg-fso-maint] WiFi-Tool (or GPRS-Tool modified)

2009-10-06 Thread Esteban Monge
I updated manually only frameworkd with fso-frameworkd_0.9.5.9+git20090920-1_all.debhttp://pkg-fso.alioth.debian.org/debian/pool/main/f/fso-frameworkd/fso-frameworkd_0.9.5.9+git20090920-1_all.debpackage, the rest is only updated with apt-get. Is valid a Auto button in the script? --

Re: [SHR-U / All?] Illume Keyboard in Landscape

2009-10-06 Thread Stroller
On 5 Oct 2009, at 19:12, Russell Dwiggins wrote: |On 3 Oct 2009, at 19:04, Joshua Judson Rosen wrote: | Sebastian Krzyszkowiak seba.d...@gmail.com writes: | ... | But I already told you - you don't have to restart whole E. Just | enter | to keyboard menu in illume wrench, select none, and

Re: [fso based] Simplified mixer app

2009-10-06 Thread Mikhail Umorin
On Tuesday 06 October 2009 12:28:37 Al Johnson wrote: On Tuesday 06 October 2009, Mikhail Umorin wrote: Thanks for the app, Al (see below) On Monday 05 October 2009 19:43:37 Al Johnson wrote: On Friday 02 October 2009, Laszlo KREKACS wrote: On Fri, Oct 2, 2009 at 4:17 PM, Laszlo

Re: [SHR-U / All?] Illume Keyboard in Landscape

2009-10-06 Thread undrwater
Stroller-2 wrote: Sorry, I read ALL these explanations as saying exactly the same thing, just in different ways. Perhaps you could clarify how they differ? Stroller. Hm. I read: Problem 1: illume keyboard in landscape mode does not show (the keyboard itself doesn't show,

Re: [fso based] Simplified mixer app

2009-10-06 Thread Al Johnson
On Wednesday 07 October 2009, Mikhail Umorin wrote: On Tuesday 06 October 2009 12:28:37 Al Johnson wrote: On Tuesday 06 October 2009, Mikhail Umorin wrote: Thanks for the app, Al (see below) On Monday 05 October 2009 19:43:37 Al Johnson wrote: On Friday 02 October 2009, Laszlo

Re: [SHR-U / All?] Illume Keyboard in Landscape

2009-10-06 Thread Stroller
On 7 Oct 2009, at 00:26, undrwater wrote: ... Sorry, I read ALL these explanations as saying exactly the same thing, just in different ways. Perhaps you could clarify how they differ? Hm. I read: Problem 1: illume keyboard in landscape mode does not show (the keyboard itself

Re: [SHR-U / All?] Illume Keyboard in Landscape

2009-10-06 Thread Joshua Judson Rosen
Stroller strol...@stellar.eclipse.co.uk writes: On 7 Oct 2009, at 00:26, undrwater wrote: ... Sorry, I read ALL these explanations as saying exactly the same thing, just in different ways. Perhaps you could clarify how they differ? Hm. I read: Problem 1: illume keyboard in

Re: USB networking with Ubuntu 9.04

2009-10-06 Thread Cristian Gómez
Hi, What I do to connect the FreeRunner to the PC is running this script [1] that I've made with the things listed on the wiki. To run it just type sudo sh usb_networking.sh. I used it on Arch Linux and Ubuntu and I think it works on every distro as well. Any changes, suggestions are welcome.

I buy FreeRunner on Europe

2009-10-06 Thread Cristian Gómez
Hi guys, I've seen some posts offering used FreeRunner's on Europe but I don't if any of the offers is available right now. I have a friend on France who's interested on buying a FR hopefully on France or other European country where the sheep taxes are none or cheaper than from US. Thanks for

Re: OM-Showroom Something to show

2009-10-06 Thread Cristian Gómez
I only want to say that you're doing an amazing work with the OM-ShowRoom, if things keep going this way, sooner than later we'll have a great portal to handle all the things that application's public delivering involves. Thank you again /*** * Don't