Re: Official Debian port with FSO

2008-08-22 Thread Joachim Breitner
Hi, Am Freitag, den 22.08.2008, 11:32 -0400 schrieb Bruce Adams: > In 'phonebookTupleToNumber' in 'const.py' I changed the 'assert' to just > spit out a message, like this: > > # assert ntype in ( 129, 145, 185, 208 ), "unknown type %i" % ntype > if not ntype in ( 129, 145, 185, 208 ): >

Re: Official Debian port with FSO

2008-08-22 Thread Bruce Adams
In 'phonebookTupleToNumber' in 'const.py' I changed the 'assert' to just spit out a message, like this: # assert ntype in ( 129, 145, 185, 208 ), "unknown type %i" % ntype if not ntype in ( 129, 145, 185, 208 ): print "unknown type %i for %s" % ( ntype, str(nstring) ) This is the

Re: Official Debian port with FSO

2008-08-19 Thread Angus Ainslie
On Sat, Aug 16, 2008 at 4:48 PM, xaos x <[EMAIL PROTECTED]> wrote: > I notice that upon a successful outgoing call connection, it looks like the > GUI is not receiving or maybe not checking for the call status as the > dialpad is not closing to display the call status screen. > > You can close the

Re: Official Debian port with FSO

2008-08-19 Thread Michael Shiloh
arne anka wrote: Is there any chance someone might be interested in making an image of their Debian-SD card available on the 'web, so that all we would need >>> shouldn't be to hard -- but where to put the image? it would at least be >>> about 512mb -- with a reasonable number of downlo

Re: Official Debian port with FSO

2008-08-19 Thread Matt
Michael Shiloh wrote: > > arne anka wrote: >>> Is there any chance someone might be interested in making an image of >>> their Debian-SD card available on the 'web, so that all we would need >> shouldn't be to hard -- but where to put the image? it would at least be >> about 512mb -- with a reas

Re: Official Debian port with FSO

2008-08-19 Thread arne anka
>>> Is there any chance someone might be interested in making an image of >>> their Debian-SD card available on the 'web, so that all we would need >> >> shouldn't be to hard -- but where to put the image? it would at least be >> about 512mb -- with a reasonable number of downloads ones traffic lim

Re: Official Debian port with FSO

2008-08-19 Thread Michael Shiloh
arne anka wrote: >> Is there any chance someone might be interested in making an image of >> their Debian-SD card available on the 'web, so that all we would need > > shouldn't be to hard -- but where to put the image? it would at least be > about 512mb -- with a reasonable number of downloads

Re: Official Debian port with FSO

2008-08-18 Thread Russell Sears
Aaron Sowry wrote: >> Well I have no SD-Reader so I try to do it by ssh with: >> >> ssh [EMAIL PROTECTED] 'cd ; tar czvf - *' | cat > debian_image.tar.gz >> >> I dunno if this works they way you want it but I'll upload it if it's ready >> and you can test it. >> >>

Re: Official Debian port with FSO

2008-08-18 Thread Aaron Sowry
> Well I have no SD-Reader so I try to do it by ssh with: > > ssh [EMAIL PROTECTED] 'cd ; tar czvf - *' | cat > debian_image.tar.gz > > I dunno if this works they way you want it but I'll upload it if it's ready > and you can test it. > > --

Re: Official Debian port with FSO

2008-08-18 Thread arne anka
> Is there any chance someone might be interested in making an image of > their Debian-SD card available on the 'web, so that all we would need shouldn't be to hard -- but where to put the image? it would at least be about 512mb -- with a reasonable number of downloads ones traffic limit might

Re: Official Debian port with FSO

2008-08-18 Thread Rorschach
On Mon, 18 Aug 2008 14:17:30 +0200 Jay Vaughan <[EMAIL PROTECTED]> wrote: > > Is there any chance someone might be interested in making an image of > their Debian-SD card available on the 'web, so that all we would need > to do is copy the image to a compatible-sized SD card and away we go?

Re: Official Debian port with FSO

2008-08-18 Thread Jay Vaughan
Is there any chance someone might be interested in making an image of their Debian-SD card available on the 'web, so that all we would need to do is copy the image to a compatible-sized SD card and away we go? I'd sure like to test this, if someone wants to do it .. ; -- Jay Vaughan

Re: Official Debian port with FSO

2008-08-17 Thread Michael 'Mickey' Lauer
Am Sonntag 17 August 2008 00:07:28 schrieb xaos x: > That worked for outgoing calls. I'm still receiving the following upon > incoming calls: > > Traceback (most recent call last): > File > "/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.p >y", line 218, in _readyToRead

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
I notice that upon a successful outgoing call connection, it looks like the GUI is not receiving or maybe not checking for the call status as the dialpad is not closing to display the call status screen. You can close the pyphone_phone manually and open zhone again, which will display the pyph

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
im Breitner" <[EMAIL PROTECTED]> To: support@lists.openmoko.org Sent: Saturday, August 16, 2008 6:13:20 PM GMT -05:00 US/Canada Eastern Subject: Re: Official Debian port with FSO Hi, > AssertionError: unknown type 161 The FSO stack does not yet know and support all possible number types

Re: Official Debian port with FSO

2008-08-16 Thread Joachim Breitner
Hi, Am Samstag, den 16.08.2008, 18:07 -0400 schrieb xaos x: > That worked for outgoing calls. I'm still receiving the following upon > incoming calls: > > Traceback (most recent call last): > File > "/var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.py", > line 218, in

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
im Breitner" <[EMAIL PROTECTED]> To: support@lists.openmoko.org Sent: Saturday, August 16, 2008 5:13:38 PM GMT -05:00 US/Canada Eastern Subject: Re: Official Debian port with FSO Hi, Am Samstag, den 16.08.2008, 17:00 -0400 schrieb xaos x: > I'm not sure what string type the write f

Re: Official Debian port with FSO

2008-08-16 Thread Joachim Breitner
Hi, Am Samstag, den 16.08.2008, 17:00 -0400 schrieb xaos x: > I'm not sure what string type the write function is expecting the > variable "data" to be, but doing a data = data.encode("utf-8") before > the isinstance() check in def write(self,data) gets rid of the error > output, however it still

Re: Official Debian port with FSO

2008-08-16 Thread Joachim Breitner
Hi, Am Samstag, den 16.08.2008, 16:37 -0400 schrieb xaos x: > the frameworkd shows this when the dial button is pressed: > > ( 0x5d2ed0> queue is: deque([(u'ATD4078972297;\r\n', CallHandler.responseFromChannel of > 0x615550>>, 0x615550>>, 3600)])) > Traceback (most recent call last): > Fil

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
I'm not sure what string type the write function is expecting the variable "data" to be, but doing a data = data.encode("utf-8") before the isinstance() check in def write(self,data) gets rid of the error output, however it still will not dial. -Tom ___

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
+CRING: VOICE') ogsmdWARNING CALLCHANNEL: UNHANDLED INTERMEDIATE: +CRING: VOICE -Tom - Original Message - From: "xaos x" <[EMAIL PROTECTED]> To: "Support for Openmoko Device Owners" Sent: Saturday, August 16, 2008 4:37:59 PM GMT -05:00 US/Canada Easter

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
pport for Openmoko Device Owners" Sent: Saturday, August 16, 2008 11:18:52 AM GMT -05:00 US/Canada Eastern Subject: Re: Official Debian port with FSO sparky mat wrote: > I tried out the official debian port with FSO > (http://wiki.debian.org/DebianOnFreeRunner) and it works quite nicel

Re: Official Debian port with FSO

2008-08-16 Thread Matt
sparky mat wrote: > I tried out the official debian port with FSO > (http://wiki.debian.org/DebianOnFreeRunner) and it works quite nicely!! > However, i ran into some problems. > > 1) Can't make calls. It shows my operator and signal strength correctly. > However, when

Re: Official Debian port with FSO

2008-08-16 Thread Joachim Breitner
Hi, Am Samstag, den 16.08.2008, 16:40 +0530 schrieb sparky mat: > I tried out the official debian port with FSO > (http://wiki.debian.org/DebianOnFreeRunner) and it works quite > nicely!! However, i ran into some problems. > > 1) Can't make calls. It shows my operator

Re: Official Debian port with FSO

2008-08-16 Thread Rorschach
On Sat, 16 Aug 2008 17:04:49 +0530 "sparky mat" <[EMAIL PROTECTED]> wrote: > I didn't suspend it manually. The display switches off on a timeout. I press > the power button to wake it up. That's no suspend what you mean. ___ support mailing list suppo

Re: Official Debian port with FSO

2008-08-16 Thread Thomas Bertani
2008/8/16 sparky mat <[EMAIL PROTECTED]> > > > On Sat, Aug 16, 2008 at 5:40 PM, Thomas Bertani <[EMAIL PROTECTED]>wrote: > >> >> >> 2008/8/16 sparky mat <[EMAIL PROTECTED]> >> >>> And, sorry, another question... gnome could run? how many mbs needs? Maybe I want too XD >>> >>> haha..

Re: Official Debian port with FSO

2008-08-16 Thread sparky mat
On Sat, Aug 16, 2008 at 5:40 PM, Thomas Bertani <[EMAIL PROTECTED]> wrote: > > > 2008/8/16 sparky mat <[EMAIL PROTECTED]> > >> >>> And, sorry, another question... gnome could run? how many mbs needs? >>> Maybe I want too XD >>> >> >> haha.. I really don't think Gnome would be a good idea! >> > > l

Re: Official Debian port with FSO

2008-08-16 Thread Thomas Bertani
2008/8/16 sparky mat <[EMAIL PROTECTED]> > >> And, sorry, another question... gnome could run? how many mbs needs? Maybe >> I want too XD >> > > haha.. I really don't think Gnome would be a good idea! > lol but if I want it could run XD ___ support mail

Re: Official Debian port with FSO

2008-08-16 Thread sparky mat
> > > And, sorry, another question... gnome could run? how many mbs needs? Maybe > I want too XD > haha.. I really don't think Gnome would be a good idea! ___ support mailing list support@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/sup

Re: Official Debian port with FSO

2008-08-16 Thread Thomas Bertani
2008/8/16 Risto H. Kurppa <[EMAIL PROTECTED]> > On Sat, Aug 16, 2008 at 2:50 PM, Thomas Bertani <[EMAIL PROTECTED]> > wrote: > > how many mb needs debian by default on freerunner? oO > > About 400-450M so you can do it on 512M card but can't install much > more there, for example no space enough f

Re: Official Debian port with FSO

2008-08-16 Thread Risto H. Kurppa
On Sat, Aug 16, 2008 at 2:50 PM, Thomas Bertani <[EMAIL PROTECTED]> wrote: > how many mb needs debian by default on freerunner? oO About 400-450M so you can do it on 512M card but can't install much more there, for example no space enough for xfce4 r -- | risto h. kurppa | risto at kurppa dot

Re: Official Debian port with FSO

2008-08-16 Thread Thomas Bertani
how many mb needs debian by default on freerunner? oO 2008/8/16 sparky mat <[EMAIL PROTECTED]> > >> I suppose it's called keylock or something like that, not calibration >> :) So it's there only to prevent unintentional actions. >> > > Ahh.. ok! That makes sense! And yeah, this would hardly suffi

Re: Official Debian port with FSO

2008-08-16 Thread sparky mat
> > > I suppose it's called keylock or something like that, not calibration > :) So it's there only to prevent unintentional actions. > Ahh.. ok! That makes sense! And yeah, this would hardly suffice for ts calibration .. lol ___ support mailing list sup

Re: Official Debian port with FSO

2008-08-16 Thread Risto H. Kurppa
On Sat, Aug 16, 2008 at 2:10 PM, sparky mat <[EMAIL PROTECTED]> wrote: > I tried out the official debian port with FSO > (http://wiki.debian.org/DebianOnFreeRunner) and it works quite nicely!! Great! > 3) Zhone. Zhone looks quite nice and simple and I do like it. However, I

Re: Official Debian port with FSO

2008-08-16 Thread sparky mat
> > > How did you do suspend??? I just get the screen darkened and if touch it I > get the screensaver you are talking about but I couldn't find out how to do > suspend? > I didn't suspend it manually. The display switches off on a timeout. I press the power button to wake it up. Btw, USB network

Re: Official Debian port with FSO

2008-08-16 Thread Rorschach
> 4) Touchscreen calibration (Atleast that's what i think it is) - Every time > I resume from suspend, 4 boxes with 1-4 come up and (assuming its > touchscreen calibration) I press them in order to make it go away. How can I > turn this off? Is this a Zhone feature? How did you do suspend??? I jus

Official Debian port with FSO

2008-08-16 Thread sparky mat
I tried out the official debian port with FSO ( http://wiki.debian.org/DebianOnFreeRunner) and it works quite nicely!! However, i ran into some problems. 1) Can't make calls. It shows my operator and signal strength correctly. However, when I dial a number and hit the big green tick button (