Re: Glamo driver on Debian

2008-08-21 Thread xaos x
I second this question. Does glamo in debian fix the xrandr problem? -Tom - Original Message - From: arne anka [EMAIL PROTECTED] To: Support for Openmoko Device Owners support@lists.openmoko.org Sent: Thursday, August 21, 2008 8:06:15 AM GMT -05:00 US/Canada Eastern Subject: Re: Glamo

mdbus in FSO under Debian

2008-08-18 Thread xaos x
mdbus -s with no other arguments returns the expected: debian-gta02:~# mdbus -s :1.0 :1.1 :1.2 :1.24 :1.3 :1.4 :1.5 :1.6 :1.8 org.freedesktop.DBus org.freedesktop.Gypsy org.freesmartphone.frameworkd org.freesmartphone.odeviced org.freesmartphone.oeventd org.freesmartphone.ogpsd

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
the frameworkd shows this when the dial button is pressed: (framework.subsystems.ogsmd.modems.ti_calypso.channel.CallChannel object at 0x5d2ed0 queue is: deque([(u'ATD4078972297;\r\n', bound method CallHandler.responseFromChannel of

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
: UNHANDLED INTERMEDIATE: +CRING: VOICE -Tom - Original Message - From: xaos x [EMAIL PROTECTED] To: Support for Openmoko Device Owners support@lists.openmoko.org Sent: Saturday, August 16, 2008 4:37:59 PM GMT -05:00 US/Canada Eastern Subject: Re: Official Debian port with FSO the frameworkd

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
: 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 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

Re: Official Debian port with FSO

2008-08-16 Thread xaos x
Adding 161 to const.py fixed it. Adding print(%s % nstring) output the incoming number which was my own home number as I was testing. It was in the format of 1222333. I don't see the error upon opening the phonebook. - Original Message - From: Joachim Breitner [EMAIL PROTECTED]

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

phone not registering on the network

2008-08-08 Thread xaos x
after installing om2008.8, the gta02 will not register on the network. after three reboots, i was finally able to get ssh to respond and, upon logging in, could not find gsmd anywhere. is gsmd still used in om2008.8? if not, how do we go about registering on the network? -Tom