Re: Experiences with GTA02 and OM2008.12 (was part of the "Brick" thread)

2009-01-19 Thread Stefan Schmidt
Hello.

On Tue, 2009-01-20 at 01:38, Michael 'Mickey' Lauer wrote:
> Am Monday 19 January 2009 03:50:15 schrieb Wolfgang Spraul:
> 
> > 3. .28 kernel - not sure exactly what the current status of the .28
> > kernel on GTA01 is, but I know some people are working on it
> 
> Stefan?

Testing it is still on my agenda. It was already for yesterday, but some OE
busybox trouble stopped me from booting. Sort this out, test .28 and send a
report to the kernel list are the next steps.

regards
Stefan Schmidt

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


QModemSMSReader::cpmsDone(bool, const QAtResult&) Giving up on CPMS.... it keeps failing. how to escalate?

2009-01-19 Thread William Kenworthy
I am often seeing this in the log on startup:

Jan 20 16:07:22 om-gta02 user.notice root: AtChat :  T : "AT+CPMS="SM"" 
Jan 20 16:07:22 om-gta02 user.notice root: AtChat :  F : "+CPMS:
0,20,0,20,0,20" 
Jan 20 16:07:22 om-gta02 user.notice root: AtChat :  F : "OK" 
Jan 20 16:07:22 om-gta02 user.notice root: Modem :  void
QModemSMSReader::cpmsDone(bool, const QAtResult&) Giving up on CPMS
it keeps failing. how to escalate? 

Could this be the reason I miss so many SMS messages???

BillK


-- 
William Kenworthy 
Home in Perth!


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Experiences with GTA02 and OM2008.12 (was part of the "Brick" thread)

2009-01-19 Thread Michael 'Mickey' Lauer
Am Monday 19 January 2009 03:50:15 schrieb Wolfgang Spraul:
> Do you see any problems with GTA01 support in Om2009?
> Here is what I can think of:
>
> 1. image size - seems we will have no problem, Om2009 should be less
> than 64MB?

Current FSO-images are a bit fat around the hips (80MB), but we can strip 
things or move to requiring an SD.

> 2. Qi - not sure where Qi on GTA01 stands, and how risky we believe it
> would be to ask GTA01 users to switch to Qi

Very risky for all those without debug boards.

> 3. .28 kernel - not sure exactly what the current status of the .28
> kernel on GTA01 is, but I know some people are working on it

Stefan?

> 4. building it regularly and testing it - well I guess building is no
> problem for you, you always build GTA01 and GTA02 images, testing
> should be fine Wendy has a fully functional GTA01 in Taipei

Yeah.

> Anything else?

Nothing I can think of. If we get .28 running solid on GTA01, userland will 
not be a problem.

-- 
:M:

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: OpenMoko Webcam

2009-01-19 Thread Neil Benn
Hello,

  Okay, dealing with the low resolution I thought that it could be
something to do with the odl pcw/pcwx issue for philips webcam drivers.  So
I tried to install that, however the install instructions don;t work - the
patch file bombs out and I'm not _totally_ sure how to correct the flaw
manually.  Basically the patch file seems to not reflect the directory
structuire of the 2.6.24 kernel.

  After that I tried to compile the latest version of the pwc (philips
webcam) driver which apparently doesn't need separate pwcx files to get a
higher resolution.  So I tried to install pwc-10.0.12-rc1 but the
compilation of that fails with the follwoing errors:

make -C /lib/modules/2.6.24-20081103.git7172ec57/source
SUBDIRS=/root/pwc/pwc-10.0.12-rc1 modules
make[1]: Entering directory
`/usr/src/linux-2.6-openmoko-20081103.git7172ec57'
  CC [M]  /root/pwc/pwc-10.0.12-rc1/pwc-if.o
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:171: error: unknown field 'hardware'
specified in initializer
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:171: error: 'VID_HARDWARE_PWC' undeclared
here (not in a function)
/root/pwc/pwc-10.0.12-rc1/pwc-if.c: In function 'cd_to_pwc':
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1020: warning: initialization from
incompatible pointer type
/root/pwc/pwc-10.0.12-rc1/pwc-if.c: In function 'pwc_create_sysfs_files':
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1065: warning: passing argument 2 of
'video_device_create_file' from incompatible pointer type
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1066: warning: passing argument 2 of
'video_device_create_file' from incompatible pointer type
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1065: warning: ignoring return value of
'video_device_create_file', declared with attribute warn_unused_result
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1066: warning: ignoring return value of
'video_device_create_file', declared with attribute warn_unused_result
/root/pwc/pwc-10.0.12-rc1/pwc-if.c: In function 'pwc_remove_sysfs_files':
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1073: warning: passing argument 2 of
'video_device_remove_file' from incompatible pointer type
/root/pwc/pwc-10.0.12-rc1/pwc-if.c:1074: warning: passing argument 2 of
'video_device_remove_file' from incompatible pointer type
make[2]: *** [/root/pwc/pwc-10.0.12-rc1/pwc-if.o] Error 1
make[1]: *** [_module_/root/pwc/pwc-10.0.12-rc1] Error 2
make[1]: Leaving directory
`/usr/src/linux-2.6-openmoko-20081103.git7172ec57'

I'm guessing that I'm either not linking in a file I need or (more likely)
the latest version of pwc won;t compile against the kernel I am using.  It
looks like I only have one error in a struct decleration but I now swimming
in deep water as I have little idea where to go next.

  Anyone have an idea (I tried asking on the pwc mailing list but to no
avail).

Cheers,

Neil

2009/1/18 Neil Benn 

> Hello,
>
>  Okay I have java to video4linux running (
> http://code.google.com/p/v4l4j/) and it is working well (I'll write this
> up for people in the future.  The next thing I need to do is to look at the
> resolution issue.  My camera is working with pwc and there was a problem
> with pwc sometime ago so I suspect that this may be the problem.  I tried to
> download the latest version of pwc (10.0.11) but it won;t compile on th
> emachine I'm on.  I am investigsating that to see if I can get it to compile
> on my machine.
>
>
> Cheers,
>
> Neil
>
> 2009/1/16 Neil Benn 
>
>> Hello,
>>
>>   On the lines of gstreamer - I'm looking at trying to get
>> gstreamer-java working on openmoko.  From what I can see I'll need to build
>> the java jna library myself for this as the library has not been built on
>> the freerunner debian before.  I'll try that out to see what happens - sow
>> many seeds!
>>
>> Cheers,
>>
>> Neil
>>
>> 2009/1/16 Neil Benn 
>>
>>  Hello,
>>>
>>>  The key is p and the consoel says 'avi recording' but no file is
>>> written.  However I have tried xawtv and 'J' will capture an image which is
>>> a start.
>>>
>>> Cheers,
>>>
>>> Neil
>>>
>>> 2009/1/15 Ian Darwin 
>>>
>>> Neil Benn wrote:
 > Hello,
 >
 >   I see what you mean about programs to control the webcam.  I
 > have used luvcview and xawtv to successfully view the webcam but I
 > cannot get either of them to stream to a file.  I tried luvcview with
 > '/luvcview -o text.avi/' but it did not write anything (also failed on
 > my desktop ubuntu as well).  I'm digging around to try more - cheese
 > just fails and I Cannot install guvcview :(.
 >
 luvcview requires a key sequence to start recording - this is a feature.
 If you get a picture
 from it, you are almost there! (I forget the key sequence, maybe p or s
 or something).

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support

>>>
>>>
>>>
>>> --
>>> --
>>>
>>> Neil Benn Msc
>>> CEO
>>> Ziath Ltd
>>> Website - http://www.ziath.c

Re: [SHR] Reset call log?

2009-01-19 Thread bburdette
thanks for the tip.

I deleted the ~/.phonelog directory, and then renamed the phonelog 
database.  Neither fixed the problem until a reboot, so I guess its 
unclear which fix was the real answer.  I'm guessing the database was 
probably the culprit.

arne anka wrote:
> the log is stored in a sqlite database, probably in /var/db/ or so (look  
> into the phonelog script, it's python and the path should be available  
> somewhere at top).
> if the db does not exist, it will be recreated when the daemon starts. if  
> only phonelog (the gui) crashes it might suffice to remove the local  
> configs (~/.phonelog/).


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: [debian/fso] pyphonelog crashes on start, org.freedesktop.DBus.Error.AccessDenied

2009-01-19 Thread arne anka
> I suggest you (and everyone not using root)
> * copy (not move)
>   /etc/dbus-1/system.d/frameworkd.conf
>   to
>   /etc/dbus-1/system.d/my-frameworkd.conf
> * remove every line that talks about " * change user="root" to your user in every case.

forgot to mention, i did that already but independently and before seeing  
this problem.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: [debian/fso] pyphonelog crashes on start, org.freedesktop.DBus.Error.AccessDenied

2009-01-19 Thread Joachim Breitner
Hi,

Am Montag, den 19.01.2009, 15:37 +0100 schrieb arne anka:
> i inserted
> 
> 
> 
> into /etc/dbus-1/system.conf as proposed in the zhone/gsm/dbus thread and  
> now it works again. any hints what exactly is happening?
> this dbus rights management is far to complex for me ...

Did the following not work:

I suggest you (and everyone not using root)
* copy (not move)
  /etc/dbus-1/system.d/frameworkd.conf
  to
  /etc/dbus-1/system.d/my-frameworkd.conf
* remove every line that talks about "http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GPRS experience on FSO 4 (was: Re: Once a whiner)

2009-01-19 Thread quatrox
This is a known issue. There is a patch (on gsm0710muxd)
written by PaulFertser which implements write buffer for the
pty's. This worked great for me before I did a
opkg update; opkg upgrade.
and that patch is now applied.

I need to do some more testing to figure out why the problem
came back.

It could be that gsm0710muxd is not operating in its main loop
or it could be an FSO issue.

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: [debian/fso] pyphonelog crashes on start, org.freedesktop.DBus.Error.AccessDenied

2009-01-19 Thread arne anka
i inserted



into /etc/dbus-1/system.conf as proposed in the zhone/gsm/dbus thread and  
now it works again. any hints what exactly is happening?
this dbus rights management is far to complex for me ...

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


[debian/fso] pyphonelog crashes on start, org.freedesktop.DBus.Error.AccessDenied

2009-01-19 Thread arne anka
thats what i get upon startup, it used to work before.
i am not sure if it is related to the dbus changes of debian -- and i am  
not quite sure what to make from the "AccessDenied" and "uid=0" parts.

any hints?

ERROR:dbus.proxies:Introspect error on :1.3:/org/smartphone/PIM/Log:  
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:  
Rejected send message, 1 matched rules; type="method_call", sender=":1.12"  
(uid=1000 pid=1679 comm="/usr/bin/python /usr/bin/phonelog ")  
interface="org.freedesktop.DBus.Introspectable" member="Introspect" error  
name="(unset)" requested_reply=0 destination=":1.3" (uid=0 pid=1298  
comm="/usr/bin/python /usr/bin/phonelogd "))
Traceback (most recent call last):
   File "/usr/bin/phonelog", line 844, in 
 incoming.populateList()
   File "/usr/bin/phonelog", line 324, in populateList
 calls = self.__getCalls()
   File "/usr/bin/phonelog", line 308, in __getCalls
 calls = phone_data.getCalls(type)
   File "/usr/bin/phonelog", line 698, in getCalls
 calls = self.__phoneLog.GetCallsList(type, config.get(legacy_limit +  
"_limit"))
   File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in  
__call__
 return self._proxy_method(*args, **keywords)
   File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in  
__call__
 **keywords)
   File "/var/lib/python-support/python2.5/dbus/connection.py", line 622,  
in call_blocking
 message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied:  
Rejected send message, 1 matched rules; type="method_call", sender=":1.12"  
(uid=1000 pid=1679 comm="/usr/bin/python /usr/bin/phonelog ")  
interface="org.smartphone.PIM.Log.Calls" member="GetCallsList" error  
name="(unset)" requested_reply=0 destination=":1.3" (uid=0 pid=1298  
comm="/usr/bin/python /usr/bin/phonelogd "))

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support