FSO Milestone 5.5 Preview Image

2009-04-25 Thread Jan Lübbe
Hello!

To prepare for the upcoming release of FSO Milestone 5.5, i've built an
image which contains the latest versions of our software. We want to
give you a preview of the changes and get some final testing before the
release.

Some notable changes since MS5.1 (a complete list will be published with
the final release):

* ogsmd:
  + Revamped timeout handling and parser, better unsolisticated
message handling
  + Support for more optional SMS features, submit/delivery reports
  + Handle corrupt SMS PDU better
  + Updated network database
  + Improve support for the Freescale Neptune and Qualcomm MSM modems
  + Implement a demo cell location service (using the cellhunter DB)
  + API: Change network code from int to string
see: 
http://git.freesmartphone.org/?p=specs.git;a=commit;h=7547d409977666eebb5117e4fc837ec6f19a4553
* ogpsd:
  + Fix and reenabled ephemeris upload (~ 16 sec TTFF is possible)
* ophoned:
  + Support Bluetooth headsets
* otimed:
  + Use the network supplied offset in countries with more than
one time zone
  + The NTP servers ip can be configured in frameworkd.conf

Also, there have been a lot of bugfixes all over the framework.

For people who flash their device very often, we now try to bind mount
/media/card/bind-home to /home/root. Just create that directory on your
SD-Card and it will be mounted on the next reboot.

There are some known issues with the current build, please report any
additional problems to: http://trac.freesmartphone.org/

* oeventsd has a race condition which sometimes causes failure to
  inhibit suspend or dimming
* illume's shutdown menu is only one pixel wide
* the org.freesmartphone.GSM.Monitor commands sometimes report
  invaild data
* the aux button sometimes does not enable the display after dimming
* there is currently no GUI for BT headset configuration, use opreferencesd
  for this

You can get the image here:
http://buildhost.freesmartphone.org/~jluebbe/ms5.5-preview/images/om-gta02/

Thanks to everyone who has submitted patches and bug reports!
We can't do this without you :)

Waiting for new bug reports,
-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: fso-gps..

2009-04-09 Thread Jan Lübbe
On Thu, 2009-04-09 at 12:24 +0200, Daniel Willmann wrote:
 On Tue, 17 Mar 2009 00:38:17 +0100
 Michael 'Mickey' Lauer mic...@openmoko.org wrote:
 
   2009.03.16 23:06:54 frameworkd.persist ERRORno persist data for
   subsystem ogpsd
  
  No problem, it will be generated next time. Daniel, should we turn
  this into an INFO rather than an ERROR?
 
 Hmm, this is coming from the persist code. Jan, any objections to
 turning this into an INFO?

Sure, this should really be INFO. I'll change that.

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-testing] GSM restart, how?

2009-03-22 Thread Jan Lübbe
On Sat, 2009-03-21 at 17:23 +0100, Francesco de Virgilio wrote:
 Jan Lübbe ha scritto:
  On Sat, 2009-03-21 at 16:46 +0100, Francesco de Virgilio wrote:
  Is there a way to get GSM/dbus work again without reboot?
  
  Depending on what went wrong, releasing and re-requesting the GSM
  resource might be a workaround.
  
  Could you try to reproduce this with debug logging for ogsmd? When you
  have a log, please create a ticket at http://trac.freesmartphone.org .
 
 Yeah but, how could I do it? Something like what is explained in point 6
 here? :
 http://wiki.openmoko.org/wiki/OpenmokoFramework/mdbus

Take a look at:
http://git.freesmartphone.org/?p=framework.git;a=blob;f=conf/example/frameworkd.conf;h=5e19b138b8d689835484fc9ab748f39ea3feaddc;hb=HEAD

under [frameworkd] set:
  log_to = file
  log_destination = /tmp/frameworkd.log

under [ogsmd] you need to set:
  log_level=DEBUG

Then reproduce the problem, and attach /tmp/frameworkd.log to a ticket.

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-testing] GSM restart, how?

2009-03-21 Thread Jan Lübbe
On Sat, 2009-03-21 at 16:46 +0100, Francesco de Virgilio wrote:
 Is there a way to get GSM/dbus work again without reboot?

Depending on what went wrong, releasing and re-requesting the GSM
resource might be a workaround.

Could you try to reproduce this with debug logging for ogsmd? When you
have a log, please create a ticket at http://trac.freesmartphone.org .

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Introducing CellHunter

2009-03-05 Thread Jan Lübbe
Hi!

I've changed cellhunter to use the FSO Monitor interface as DebugCommand
is broken with the new parser. You can see my patches at:

http://git.sicherheitsschwankung.de/?p=jan/cellhunter.git

In case you don't use version control, i can easily give you access to
that repositiory.

I'll also apply those patches in OE to get cellhunter working again.

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: problems with special SMS+frameworkd

2009-02-24 Thread Jan Lübbe
On Tue, 2009-02-24 at 10:24 +0100, Andreas Kemnade wrote:
 Hi,
 
 I have problems with SMS like created by 
 gammu --sendsms WAPINDICATOR destination URL Title
 
 When frameworkd receives such messages from the gsm modem,
 it gives an exception so no messages are sent to zhone
 and the message function is not usable.
 
 2009.02.24 09:41:45 dbus.service ERRORUnable to append ([(1, 'read', 
 'www.fastfoo', 
 '\x11\x06\x01\xae\x02\x05j\x00E\xc6\x0c\x03www.fastfoot.mobi/download/XX/fastfoot.jad\x00\x01\x03FastFoot-Challenge
  Installation\x00\x01\x01', {'pid': 0, 'type': 'sms-deliver', 'timestamp': 
 'Sun Feb 22 21:05:49 2009 +0100', 'alphabet': 'binary'})],) to message with 
 signature a(isssa{sv}): type 'exceptions.TypeError': expected string 
 without null bytes
 2009.02.24 09:41:45 ogsmd.channel ERRORunhandled exception in response 
 callback: expected string without null bytes
 Traceback (most recent call last):
   File 
 /var/lib/python-support/python2.5/framework/subsystems/ogsmd/gsm/channel.py,
  line 380, in handleResponseToRequest
 ok_cb( reqstring.strip(), response )
   File 
 /var/lib/python-support/python2.5/framework/subsystems/ogsmd/modems/abstract/mediator.py,
  line 896, in responseFromChannel
 self._ok( result )
   File /var/lib/python-support/python2.5/dbus/service.py, line 665, in 
 lambda
 keywords[return_callback] = lambda *retval: 
 _method_reply_return(connection, message, method_name, signature, *retval)
   File /var/lib/python-support/python2.5/dbus/service.py, line 254, in 
 _method_reply_return
 reply.append(signature=signature, *retval)
 TypeError: expected string without null bytes
 

This has been fixed in the current git version (which will be released
as MS5.1 soon):
http://git.freesmartphone.org/?p=framework.git;a=commit;h=ceef20a8780e2abc96d4f68e49ffb11fd208a0e7

 BTW:
 I cannot create a ticket on https://docs.openmoko.org/trac/newticket:
 TICKET_CREATE privileges are required to perform this operation

You need to create an account to add tickets (for spam protection).

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Introducing CellHunter

2009-02-23 Thread Jan Lübbe
On Mon, 2009-02-23 at 19:09 +0100, Sebastian Hammerl wrote:
 Version 0.4.0 is out, check http://cellhunter.omoco.de
 
 Now submitting arfcn, too (Thanks for this useful information to Harald
 Welte).

We have also updated the version in OE.

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FSO m5] Cannot register to network (KPN-NL SIM) but can make phonecalls.

2009-02-10 Thread Jan Lübbe
On Sun, 2009-02-08 at 12:18 +, Al Johnson wrote:
 On Saturday 07 February 2009, Bas wrote:
  Al Johnson wrote:
   The Dictionary looks like the content of a GSM network status update
   signal from the framework, and the values indicate it's registered to the
   home network for that SIM. I don't know why it thinks registration
   failed.
 
  Zhone seems to require the key provider (atleast so far I can see in
  the source). That key doesnt seems to be available with my setuo.
 
 'provider' is an optional value. Only 'registration', 'mode' and 'act' are 
 mandatory. That makes it a Zhone bug I guess.

 http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.GSM.Network.html;hb=HEAD#GetStatus

I've created an FSO bug for this:
http://trac.freesmartphone.org/ticket/355

Bas, could you also attach a framework/ogsmd DEBUG log to that bug? I'd
like to find out why the provider property is missing.

-- 
Jan Lübbe jlue...@lasnet.dehttp://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Looking for Free time zone map data

2008-10-05 Thread Jan Lübbe
Hi!

We were thinking about how to handle timezones in the FSO framework and
decided we would like to be able to detect the time zone automatically
based on the current location. I've search for a database with the
necessary information, but i only found a commercial provider which
doesn't allow redistribution.

Does anyone have an idea how we could solve this problem?

Thanks,
Jan


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community