Exporting OM2008 contacts to VCard (was Re: OM2009t4: failure to suspend)

2009-05-29 Thread Chris Samuel
On Fri, 29 May 2009 12:59:43 pm Max wrote:

 How to export contacts from om2008.12 to vcard?

If it works the same way as Qt Extended I just set up
an SMTP server and told it to send all contacts by email.

 Is it possible to handle sms messages in the same way?

I doubt it, IIRC they're stored in the Sqlite DB.

 How does it work with non-latin characters?

Not very well I would suspect, I've one contact with a name which was exported 
with quoted printable encoding, but it just got imported as is to the Paroli 
database. :-(

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OM2009t4: failure to suspend

2009-05-28 Thread Tom Yates
On Wed, 27 May 2009, Rui Miguel Silva Seabra wrote:

 On Wed, May 27, 2009 at 10:04:27PM +0200, Hans Zimmerman wrote:
 Tom Yates wrote:

 my bugbear is failure-to-suspend, which happens after nearly every
 incoming call, and because the phone will then suspend neither on quick-
 push-of-power-button nor idle-timeout, it rapidly runs out of battery.

 I've a strong feeling it's related to missed calls, or even received 
 calls in certain conditions. Mirko mentioned there are many fixes going 
 in frameworkd and paroli.

thanks to those who have offered up their experiences.  i see that there 
is an open 'moko tracker related to this issue at 
https://docs.openmoko.org/trac/ticket/2284 , and an FSO tracker explicitly 
about it at http://trac.freesmartphone.org/ticket/435 .

i found some interesting things with testing yesterday, which seem to 
point much lower than paroli.  once my phone stops suspending on 
power-button-push, apm --suspend wakes straight back up with device or 
resource busy, and any attempt to talk to the modem to find out what it's 
doing with mickeyterm fails with

r...@tom-gta02:~# mickeyterm
Traceback (most recent call last):
   File /usr/bin/mickeyterm, line 520, in module
 port = iMuxer.AllocChannel( mickeyterm.%d % os.getpid() )
   File /usr/lib/python2.6/site-packages/dbus/proxies.py, line 68, in __call__
 return self._proxy_method(*args, **keywords)
   File /usr/lib/python2.6/site-packages/dbus/proxies.py, line 140, in 
__call__
 **keywords)
   File /usr/lib/python2.6/site-packages/dbus/connection.py, line 622, in 
call_blocking
 message, timeout)
dbus.exceptions.DBusException: org.freesmartphone.GSM.MUX.NoChannel: All 
channels are used


once i get home and near a browser with my tracker credientials stored, 
i'll put them into the FSO tracker (the 'moko tracker has a pointer to it, 
thanks to khiraly).  may i encourage others who are having the problem to 
add their experiences to the FSO tracker?  and if anyone has any ideas 
about how to diagnose this further, maybe pop them in there, too?

i should also thank Laszlo KREKACS, who was working on this and sent me 
modified .py files to try generating more log information.  they stopped 
my phone working, so i had to back them out, but i know he's looking at 
the problem.


-- 

   Tom Yates  -  http://www.teaparty.net

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


Re: OM2009t4: failure to suspend

2009-05-28 Thread Chris Samuel
On Thu, 28 May 2009 05:42:14 am Tom Yates wrote:

 does anyone else get this?

I recently decided to try OM2009 TR4 (happy so far after finding the Python 
script to create a contacts database from vcard format info) and noticed this 
issue when I tried to call the phone from my landline to check it would wake 
from suspend.  I didn't answer the call so +1 for the unanswered call issue.

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OM2009t4: failure to suspend

2009-05-28 Thread Rui Miguel Silva Seabra
On Thu, May 28, 2009 at 09:36:59PM +1000, Chris Samuel wrote:
 I recently decided to try OM2009 TR4 (happy so far after finding the Python 
 script to create a contacts database from vcard format info) and noticed this 

Where's that script? And how many contacts do you have? Does it handle a large
volume well?

I have over 200 contacts, and up until Om2008.12 my main grips were that I 
couldn't
search contacts and scrolling such a large list was a PITA, and also that it 
would
have a seemingly randomlyish sorted order (not insertion order, not 
alphabetical,
etc... BUT it had two sets of ordered contacts)

Rui

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


Re: OM2009t4: failure to suspend

2009-05-28 Thread Chris Samuel
On Thu, 28 May 2009 09:51:56 pm Rui Miguel Silva Seabra wrote:

 Where's that script?

http://www.mail-archive.com/supp...@lists.openmoko.org/msg04770.html

 And how many contacts do you have?

I think it said it wrote about 149 contacts out, but that's because many of 
them have multiple numbers (home, work, mobile, etc).

 Does it handle a large volume well?

It wrote out the file really quickly, I don't think that'd be an issue..

 I have over 200 contacts, and up until Om2008.12 my main grips were that I
 couldn't search contacts and scrolling such a large list was a PITA,

That's definitely a problem in Paroli at present, you need to just scroll down 
the list to find the person you're after. :-(

I sort of like the way that Neovento does it where it displays N contacts on a 
page with arrows to go backwards and forwards in the list, it avoids 
accidentally selecting a contact for instance.

 and also that it would have a seemingly randomlyish sorted order (not
 insertion order, not alphabetical, etc... BUT it had two sets of ordered
 contacts)

As I've rebuild my contact list from scratch this doesn't seem to be too much 
of an issue for me, though I don't know how it orders the ones in its own DB 
versus the ones on the SIM.

cheers!
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OM2009t4: failure to suspend

2009-05-28 Thread Rui Miguel Silva Seabra
On Thu, May 28, 2009 at 10:19:11PM +1000, Chris Samuel wrote:
 On Thu, 28 May 2009 09:51:56 pm Rui Miguel Silva Seabra wrote:
 
  Where's that script?
 
 http://www.mail-archive.com/supp...@lists.openmoko.org/msg04770.html

Thanks, seems to have many bugs (half my contacts won't load), but I'll hack it
away blindly until it works :)

Rui

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


Re: OM2009t4: failure to suspend

2009-05-28 Thread Rui Miguel Silva Seabra
On Thu, May 28, 2009 at 10:19:11PM +1000, Chris Samuel wrote:
 On Thu, 28 May 2009 09:51:56 pm Rui Miguel Silva Seabra wrote:
 
  Where's that script?
 
 http://www.mail-archive.com/supp...@lists.openmoko.org/msg04770.html

Thanks, seems to have many bugs (half my contacts won't load), but I'll hack it
away blindly until it works :)

Rui

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


Re: OM2009t4: failure to suspend

2009-05-28 Thread Risto H. Kurppa
On Thu, May 28, 2009 at 3:43 PM, Rui Miguel Silva Seabra r...@ansol.org wrote:
 On Thu, May 28, 2009 at 10:19:11PM +1000, Chris Samuel wrote:
 On Thu, 28 May 2009 09:51:56 pm Rui Miguel Silva Seabra wrote:

  Where's that script?

 http://www.mail-archive.com/supp...@lists.openmoko.org/msg04770.html

 Thanks, seems to have many bugs (half my contacts won't load), but I'll hack 
 it
 away blindly until it works :)

I have some 150-200 contacts on my SIM. Has anyone else noticed Paroli
failing to load some of them, it seems that it often loads maybe only
60 or 100 contacts and I see many missing..?


r

-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

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


Re: OM2009t4: failure to suspend

2009-05-28 Thread Max
Great - that's precisely what I was looking for!

How to export contacts from om2008.12 to vcard?
Is it possible to handle sms messages in the same way?
How does it work with non-latin characters?

best,
Max.


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


Re: OM2009t4: failure to suspend

2009-05-27 Thread Hans Zimmerman
Tom Yates wrote:
 on the whole, i'm very happy with 2009t4.  it works well for me as a 
 phone, the audio control is good, i have little echo reported (generally), 
 and paroli is really growing on me (thanks, mirko).
 
 my bugbear is failure-to-suspend, which happens after nearly every 
 incoming call, and because the phone will then suspend neither on quick- 
 push-of-power-button nor idle-timeout, it rapidly runs out of battery.
 
 so in practice i have to reboot after most incoming calls.
 
 does anyone else get this?
 

I do not have that many incoming calls but have experienced Om2009 not 
suspending again. I don't have any idea what the problem is.
I also have another cool one, suspend while a call is in progress :s
http://docs.openmoko.org/trac/ticket/2292


Hans

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


Re: OM2009t4: failure to suspend

2009-05-27 Thread Warren Baird
I've seen this happen once so far in the couple of days I've been playing
with OM2009TR4.   I hadn't associated it directly with incoming calls - but
it's not impossible.

Warren

On Wed, May 27, 2009 at 3:42 PM, Tom Yates madhat...@teaparty.net wrote:

 on the whole, i'm very happy with 2009t4.  it works well for me as a
 phone, the audio control is good, i have little echo reported (generally),
 and paroli is really growing on me (thanks, mirko).

 my bugbear is failure-to-suspend, which happens after nearly every
 incoming call, and because the phone will then suspend neither on quick-
 push-of-power-button nor idle-timeout, it rapidly runs out of battery.

 so in practice i have to reboot after most incoming calls.

 does anyone else get this?


 --

   Tom Yates  -  http://www.teaparty.net

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




-- 
Warren Baird - Photographer and Digital Artist
http://www.synergisticimages.ca
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: OM2009t4: failure to suspend

2009-05-27 Thread Rui Miguel Silva Seabra
On Wed, May 27, 2009 at 10:04:27PM +0200, Hans Zimmerman wrote:
 Tom Yates wrote:
  on the whole, i'm very happy with 2009t4.  it works well for me as a 
  phone, the audio control is good, i have little echo reported (generally), 
  and paroli is really growing on me (thanks, mirko).
  
  my bugbear is failure-to-suspend, which happens after nearly every 
  incoming call, and because the phone will then suspend neither on quick- 
  push-of-power-button nor idle-timeout, it rapidly runs out of battery.
  
  so in practice i have to reboot after most incoming calls.
  
  does anyone else get this?
 
 I do not have that many incoming calls but have experienced Om2009 not 
 suspending again. I don't have any idea what the problem is.

I've a strong feeling it's related to missed calls, or even received calls
in certain conditions. Mirko mentioned there are many fixes going in frameworkd
and paroli.

 I also have another cool one, suspend while a call is in progress :s
 http://docs.openmoko.org/trac/ticket/2292

In Om2008.12 it used to suspend during longer calls BUT the call went on
perfectly fine. I find that extremely cool!

Your case, though, not so cool :)

Rui

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