Re: PISI 0.3 released

2009-08-09 Thread Michael Pilgermann
That was indeed a missing dependency (SSL) - you need to install
'python-misc' and all will be fine ...
Michael

BitKeeper wrote:
 Hi,
 
 I get this error on shr-u
 
 pisi googleCalendar pimlicodates
 Traceback (most recent call
 last):] Starting
 Configuration
   File /bin/pisi, line 156, in module
 pisicli.startCLI()
   File /opt/pisi/pisicli.py, line 215, in startCLI
 source = pisi.importModules(configfolder,  config,  modulesToLoad, 
 modulesNamesCombined, soft)
   File /opt/pisi/pisi.py, line 82, in importModules
 exec source.append(
 module+i.__str__()+.SynchronizationModule(modulesNamesCombined,
 config, modulesToLoad[i], modulesFolder+modulesToLoad[i]+'/', True, soft) )
   File string, line 1, in module
   File /opt/pisi/modules/calendar_google.py, line 51, in __init__
 self._login( user, password )
   File /opt/pisi/modules/calendar_google.py, line 239, in _login
 self.cal_client.ProgrammaticLogin()
   File /usr/lib/python2.6/site-packages/gdata/service.py, line 753, in
 ProgrammaticLogin
 headers={'Content-Type':'application/x-www-form-urlencoded'})
   File /usr/lib/python2.6/site-packages/atom/http.py, line 93, in request
 connection = self._prepare_connection(url, all_headers)
   File /usr/lib/python2.6/site-packages/atom/http.py, line 234, in
 _prepare_connection
 return HttpClient._prepare_connection(self, url, headers)
   File /usr/lib/python2.6/site-packages/atom/http.py, line 157, in
 _prepare_connection
 return httplib.HTTPSConnection(url.host)
 AttributeError: 'module' object has no attribute 'HTTPSConnection'
 
 
 Something to do with python ssl support?
 
 # python --version
 Python 2.6.2
 
 Thanks,
 Bannon
 
 2009/7/20 Petr Vanek van...@penguin.cz mailto:van...@penguin.cz
 
 could someone help me with setting this up? i've got a new conf file,
 with the necessary items in, so now pimlico dates appears in the
 calendar list
 
 my conf file contains this:
 [googleCalendar]
 description=My Google Calendar
 module=calendar_google
 user=robin.paul...@gmail.com mailto:robin.paul...@gmail.com
 password=my password
 calendarid=robin.paul...@gmail.com mailto:robin.paul...@gmail.com
 
 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics
 
 when i select the corresponding items in the pisi gui, and hit start,
 it reports 'Configuring (0%)', but does nothing
 
 i'm guessing i've stuffed up the config for gcalendar, but can't see
 where
 
 on shr-u, make sure you have pisi and dates installed. you have to run
 dates at least once for the storage file to exist.
 
 relevant section of my ./pisi/conf:
 
 [googleCalendar]
 description=My Google Calendar
 module=calendar_google
 user=petr...@gmail.com mailto:petr...@gmail.com
 password=**
 calendarid=petr...@gmail.com mailto:petr...@gmail.com
 
 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics
 
 
 This is it. Btw the calendar sync in pisi doesn't have conflict mode
 settings so if you reinstall your distro (like i did now) and your
 appointments are in google only, they will get erased...fortunately
 there is a backup in the .pisi dir :)
 
 good luck
 Petr
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org mailto:community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


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


Re: PISI 0.3 released

2009-08-09 Thread Michael Pilgermann
For the sync from Google to Pimlico:

Took me some time, but I installed all the stuff now and noticed the
following:

You have to restart dates AND the backend process before updates are
visible in the application:

killall e-calendar-factory

(for the backend process - will be automatically restarted with next
dates invocation) ..

Michael


Petr Vanek wrote:
 We just released PISI 0.3.

 Contacts synchronization was extended by SIM (via DBUS) support -
 making it available to SHR users. Python 2.6 is supported as well
 (including all dependency packages).

 Contacts Synchronization currently supports
 - SIM Card via DBUS (e.g. SHR)
 - QTopia SQLite (e.g. OM 2008.12)
 - LDAP (read only)
 - VCF files (local and webdav), and
 - Google Contacts

 Calendar synchronization supports
 - Google Calendar, and
 - ICalendar files (local and webdav)

 Get your copy here:
 http://www.opkg.org/package_191.html
 
 
 
 hey, great! thank you for all the work. sync is what is really needed
 and some people will need even more to upgrade to Paroli (when paroli
 support is added to pisi).
 
 
 I tried:
 
 - contact sync shr_sim-google: (seem to be quite slow due to the
   dbus-sim slow access?) but worked. seemed to complain about 100
   contacts/sim limit but i have to test it more. Also, seems to sync
   only one way to google.
 
 - calendar sync: Pimlico-Google: seems to sync nicely one way -
   pimlico to google but not the other way.
 
 
 Petr
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


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


Re: PISI 0.3 released

2009-08-09 Thread Michael Pilgermann
We just released PISI 0.4.

The major enhancement this time is opimd support for contacts.

Supported Contacts data sources:
- SIM via DBUS (e.g. SHR)
- QTopia address book (e.g. OM 2008.12)
- LDAP (read only)
- VCF files (local / webdav)
- Google contacts
- OPIMD

Supported Calendar data sources:
- Google calendars
- ICalendar files (local / webdav)

Get your copy here:
http://www.opkg.org/package_191.html

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


Re: PISI 0.3 released

2009-08-03 Thread Michael Pilgermann
Hi,

(some more information here:
https://projects.openmoko.org/tracker/index.php?func=detailaid=253group_id=156atid=670)

I think, this is not a problem of PISI, but one of a site-package
python-netclient. I don't know what's wrong with your installation - on
my SHR-U PISI Calendar Sync with Google is working fine.

Could you please check (and maybe re-install) you python-netclient package?
My version is 2.6.2-ml4.1.

BitKeeper wrote:
 Hi,
 
 I get this error on shr-u
 
 pisi googleCalendar pimlicodates
 Traceback (most recent call
 last):] Starting
 Configuration
   File /bin/pisi, line 156, in module
 pisicli.startCLI()
   File /opt/pisi/pisicli.py, line 215, in startCLI
 source = pisi.importModules(configfolder,  config,  modulesToLoad, 
 modulesNamesCombined, soft)
   File /opt/pisi/pisi.py, line 82, in importModules
 exec source.append(
 module+i.__str__()+.SynchronizationModule(modulesNamesCombined,
 config, modulesToLoad[i], modulesFolder+modulesToLoad[i]+'/', True, soft) )
   File string, line 1, in module
   File /opt/pisi/modules/calendar_google.py, line 51, in __init__
 self._login( user, password )
   File /opt/pisi/modules/calendar_google.py, line 239, in _login
 self.cal_client.ProgrammaticLogin()
   File /usr/lib/python2.6/site-packages/gdata/service.py, line 753, in
 ProgrammaticLogin
 headers={'Content-Type':'application/x-www-form-urlencoded'})
   File /usr/lib/python2.6/site-packages/atom/http.py, line 93, in request
 connection = self._prepare_connection(url, all_headers)
   File /usr/lib/python2.6/site-packages/atom/http.py, line 234, in
 _prepare_connection
 return HttpClient._prepare_connection(self, url, headers)
   File /usr/lib/python2.6/site-packages/atom/http.py, line 157, in
 _prepare_connection
 return httplib.HTTPSConnection(url.host)
 AttributeError: 'module' object has no attribute 'HTTPSConnection'
 
 
 Something to do with python ssl support?
 
 # python --version
 Python 2.6.2
 
 Thanks,
 Bannon
 
 2009/7/20 Petr Vanek van...@penguin.cz mailto:van...@penguin.cz
 
 could someone help me with setting this up? i've got a new conf file,
 with the necessary items in, so now pimlico dates appears in the
 calendar list
 
 my conf file contains this:
 [googleCalendar]
 description=My Google Calendar
 module=calendar_google
 user=robin.paul...@gmail.com mailto:robin.paul...@gmail.com
 password=my password
 calendarid=robin.paul...@gmail.com mailto:robin.paul...@gmail.com
 
 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics
 
 when i select the corresponding items in the pisi gui, and hit start,
 it reports 'Configuring (0%)', but does nothing
 
 i'm guessing i've stuffed up the config for gcalendar, but can't see
 where
 
 on shr-u, make sure you have pisi and dates installed. you have to run
 dates at least once for the storage file to exist.
 
 relevant section of my ./pisi/conf:
 
 [googleCalendar]
 description=My Google Calendar
 module=calendar_google
 user=petr...@gmail.com mailto:petr...@gmail.com
 password=**
 calendarid=petr...@gmail.com mailto:petr...@gmail.com
 
 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics
 
 
 This is it. Btw the calendar sync in pisi doesn't have conflict mode
 settings so if you reinstall your distro (like i did now) and your
 appointments are in google only, they will get erased...fortunately
 there is a backup in the .pisi dir :)
 
 good luck
 Petr
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org mailto:community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


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


Re: PISI 0.3 released

2009-07-23 Thread BitKeeper
Hi,

I get this error on shr-u

pisi googleCalendar pimlicodates
Traceback (most recent call
last):] Starting
Configuration
  File /bin/pisi, line 156, in module
pisicli.startCLI()
  File /opt/pisi/pisicli.py, line 215, in startCLI
source = pisi.importModules(configfolder,  config,  modulesToLoad,
modulesNamesCombined, soft)
  File /opt/pisi/pisi.py, line 82, in importModules
exec source.append(
module+i.__str__()+.SynchronizationModule(modulesNamesCombined, config,
modulesToLoad[i], modulesFolder+modulesToLoad[i]+'/', True, soft) )
  File string, line 1, in module
  File /opt/pisi/modules/calendar_google.py, line 51, in __init__
self._login( user, password )
  File /opt/pisi/modules/calendar_google.py, line 239, in _login
self.cal_client.ProgrammaticLogin()
  File /usr/lib/python2.6/site-packages/gdata/service.py, line 753, in
ProgrammaticLogin
headers={'Content-Type':'application/x-www-form-urlencoded'})
  File /usr/lib/python2.6/site-packages/atom/http.py, line 93, in request
connection = self._prepare_connection(url, all_headers)
  File /usr/lib/python2.6/site-packages/atom/http.py, line 234, in
_prepare_connection
return HttpClient._prepare_connection(self, url, headers)
  File /usr/lib/python2.6/site-packages/atom/http.py, line 157, in
_prepare_connection
return httplib.HTTPSConnection(url.host)
AttributeError: 'module' object has no attribute 'HTTPSConnection'


Something to do with python ssl support?

# python --version
Python 2.6.2

Thanks,
Bannon

2009/7/20 Petr Vanek van...@penguin.cz

 could someone help me with setting this up? i've got a new conf file,
 with the necessary items in, so now pimlico dates appears in the
 calendar list
 
 my conf file contains this:
 [googleCalendar]
 description=My Google Calendar
 module=calendar_google
 user=robin.paul...@gmail.com
 password=my password
 calendarid=robin.paul...@gmail.com
 
 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics
 
 when i select the corresponding items in the pisi gui, and hit start,
 it reports 'Configuring (0%)', but does nothing
 
 i'm guessing i've stuffed up the config for gcalendar, but can't see
 where

 on shr-u, make sure you have pisi and dates installed. you have to run
 dates at least once for the storage file to exist.

 relevant section of my ./pisi/conf:

 [googleCalendar]
 description=My Google Calendar
 module=calendar_google
 user=petr...@gmail.com
 password=**
 calendarid=petr...@gmail.com

 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics


 This is it. Btw the calendar sync in pisi doesn't have conflict mode
 settings so if you reinstall your distro (like i did now) and your
 appointments are in google only, they will get erased...fortunately
 there is a backup in the .pisi dir :)

 good luck
 Petr


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

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


Re: PISI 0.3 released

2009-07-19 Thread Petr Vanek
could someone help me with setting this up? i've got a new conf file,
with the necessary items in, so now pimlico dates appears in the
calendar list

my conf file contains this:
[googleCalendar]
description=My Google Calendar
module=calendar_google
user=robin.paul...@gmail.com
password=my password
calendarid=robin.paul...@gmail.com

[pimlicodates]
description= Pimlico Dates
module=calendar_ics
path=/home/root/.evolution/calendar/local/system/calendar.ics

when i select the corresponding items in the pisi gui, and hit start,
it reports 'Configuring (0%)', but does nothing

i'm guessing i've stuffed up the config for gcalendar, but can't see
where

on shr-u, make sure you have pisi and dates installed. you have to run
dates at least once for the storage file to exist.

relevant section of my ./pisi/conf:

[googleCalendar]

   
description=My Google Calendar
module=calendar_google
user=petr...@gmail.com
password=**
calendarid=petr...@gmail.com

[pimlicodates]  

   
description= Pimlico Dates
module=calendar_ics
path=/home/root/.evolution/calendar/local/system/calendar.ics   

   


This is it. Btw the calendar sync in pisi doesn't have conflict mode
settings so if you reinstall your distro (like i did now) and your
appointments are in google only, they will get erased...fortunately
there is a backup in the .pisi dir :)

good luck
Petr


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


Re: PISI 0.3 released

2009-07-17 Thread Robin Paulson
2009/7/7 Petr Vanek van...@penguin.cz:
 On Tue, 7 Jul 2009 01:13:49 +1200
 Robin Paulson robin.paul...@gmail.com (RP) wrote:

2009/6/24 Petr Vanek van...@penguin.cz:
 - calendar sync: Pimlico-Google: seems to sync nicely one way -
  pimlico to google but not the other way.

how did you get pisi to sync pimlico data - it's not in the options
for my install of 0.3?

 it was in my install:

 [pimlicodates]
 description= Pimlico Dates
 module=calendar_ics
 path=/home/root/.evolution/calendar/local/system/calendar.ics

could someone help me with setting this up? i've got a new conf file,
with the necessary items in, so now pimlico dates appears in the
calendar list

my conf file contains this:
[googleCalendar]
description=My Google Calendar
module=calendar_google
user=robin.paul...@gmail.com
password=my password
calendarid=robin.paul...@gmail.com

[pimlicodates]
description= Pimlico Dates
module=calendar_ics
path=/home/root/.evolution/calendar/local/system/calendar.ics

when i select the corresponding items in the pisi gui, and hit start,
it reports 'Configuring (0%)', but does nothing

i'm guessing i've stuffed up the config for gcalendar, but can't see where

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


Re: PISI 0.3 released

2009-07-06 Thread Petr Vanek
On Tue, 7 Jul 2009 01:13:49 +1200
Robin Paulson robin.paul...@gmail.com (RP) wrote:

2009/6/24 Petr Vanek van...@penguin.cz:
 - calendar sync: Pimlico-Google: seems to sync nicely one way -
  pimlico to google but not the other way.

how did you get pisi to sync pimlico data - it's not in the options
for my install of 0.3?

it was in my install:

[pimlicodates]
description= Pimlico Dates
module=calendar_ics
path=/home/root/.evolution/calendar/local/system/calendar.ics

Petr



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


Re: PISI 0.3 released

2009-06-25 Thread Hans Zimmerman
On Sun, 21 Jun 2009 18:40:56 +0200, Michael Pilgermann kichka...@gmx.de
wrote:
 We just released PISI 0.3.
 
 Contacts synchronization was extended by SIM (via DBUS) support - making
 it available to SHR users. Python 2.6 is supported as well (including
 all dependency packages).
 
 Contacts Synchronization currently supports
 - SIM Card via DBUS (e.g. SHR)
 - QTopia SQLite (e.g. OM 2008.12)
 - LDAP (read only)
 - VCF files (local and webdav), and
 - Google Contacts
 
 Calendar synchronization supports
 - Google Calendar, and
 - ICalendar files (local and webdav)
 
 Get your copy here:
 http://www.opkg.org/package_191.html
 

Michael,

I have used it to back up my contacts from sim.
Sim Card via DBUS - Local VCF.

I had a sim entry without name, this resulted in a incomprehensible error
regarding incorrect FN.
Only after running pisigui from command line and using mickeyerm to query
the sim directly it became clear pisi could not handle the 'empty' entry.

Kind regards,

Hans

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


Re: PISI 0.3 released

2009-06-25 Thread Michael Pilgermann
Good point,

I found details about that in the documentation 
(http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.GSM.SIM.html;hb=HEAD#GetPhonebookInfo)
 
- it's implemented and in SVN already. Will be coming with next PISI 
release. Thx.

Greetings
Mike

David Ford wrote:
 The FSO dbus api let's you fetch the information regarding phonebooks
 and it'll tell you how many slots the sim card has for that phonebook. 
 No need to manually set a limit.

 -david

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


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


Re: PISI 0.3 released

2009-06-23 Thread Petr Vanek
We just released PISI 0.3.

Contacts synchronization was extended by SIM (via DBUS) support -
making it available to SHR users. Python 2.6 is supported as well
(including all dependency packages).

Contacts Synchronization currently supports
- SIM Card via DBUS (e.g. SHR)
- QTopia SQLite (e.g. OM 2008.12)
- LDAP (read only)
- VCF files (local and webdav), and
- Google Contacts

Calendar synchronization supports
- Google Calendar, and
- ICalendar files (local and webdav)

Get your copy here:
http://www.opkg.org/package_191.html



hey, great! thank you for all the work. sync is what is really needed
and some people will need even more to upgrade to Paroli (when paroli
support is added to pisi).


I tried:

- contact sync shr_sim-google: (seem to be quite slow due to the
  dbus-sim slow access?) but worked. seemed to complain about 100
  contacts/sim limit but i have to test it more. Also, seems to sync
  only one way to google.

- calendar sync: Pimlico-Google: seems to sync nicely one way -
  pimlico to google but not the other way.


Petr


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


Re: PISI 0.3 released

2009-06-23 Thread Michael Pilgermann
Petr,

thx for the feedback!
Indeed, Paroli integration is the next feature I am aiming for ...

For the error you were talking about: Could you please start the app
from a shell (pisigui) and give some more details about the error from
the console output? This would help a bit on narrowing down the problem ...
thx in advance, greetings
Mike

PS: 100 entries is the limit of SIM cards (well, at least of mine - in
order to avoid a crash of the application, I put a limit on the
configuration - you can change this in the configuration file
/home/root/.pisi/conf)


Petr Vanek wrote:
 We just released PISI 0.3.

 Contacts synchronization was extended by SIM (via DBUS) support -
 making it available to SHR users. Python 2.6 is supported as well
 (including all dependency packages).

 Contacts Synchronization currently supports
 - SIM Card via DBUS (e.g. SHR)
 - QTopia SQLite (e.g. OM 2008.12)
 - LDAP (read only)
 - VCF files (local and webdav), and
 - Google Contacts

 Calendar synchronization supports
 - Google Calendar, and
 - ICalendar files (local and webdav)

 Get your copy here:
 http://www.opkg.org/package_191.html
 
 
 
 hey, great! thank you for all the work. sync is what is really needed
 and some people will need even more to upgrade to Paroli (when paroli
 support is added to pisi).
 
 
 I tried:
 
 - contact sync shr_sim-google: (seem to be quite slow due to the
   dbus-sim slow access?) but worked. seemed to complain about 100
   contacts/sim limit but i have to test it more. Also, seems to sync
   only one way to google.
 
 - calendar sync: Pimlico-Google: seems to sync nicely one way -
   pimlico to google but not the other way.
 
 
 Petr
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


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


Re: PISI 0.3 released

2009-06-23 Thread Petr Vanek
Michael,

i set sim limit to 250, her is the console output:
http://www.pastebin.cz/20328

calendar was now able to go both ways, but for some reason it doesn't
seem to react in real time (is there a lag on google's side, or
dates do not show some events?), it also erased one event created on
google that should go into fr... several trials on both sides, i will
document them better if needed :)

here is the calendar output:
http://www.pastebin.cz/20330

Petr



On Tue, 23 Jun 2009 20:52:30 +0200
Michael Pilgermann kichka...@gmx.de (MP) wrote:

Petr,

thx for the feedback!
Indeed, Paroli integration is the next feature I am aiming for ...

For the error you were talking about: Could you please start the app
from a shell (pisigui) and give some more details about the error from
the console output? This would help a bit on narrowing down the
problem ... thx in advance, greetings
Mike

PS: 100 entries is the limit of SIM cards (well, at least of mine - in
order to avoid a crash of the application, I put a limit on the
configuration - you can change this in the configuration file
/home/root/.pisi/conf)


Petr Vanek wrote:
 We just released PISI 0.3.

 Contacts synchronization was extended by SIM (via DBUS) support -
 making it available to SHR users. Python 2.6 is supported as well
 (including all dependency packages).

 Contacts Synchronization currently supports
 - SIM Card via DBUS (e.g. SHR)
 - QTopia SQLite (e.g. OM 2008.12)
 - LDAP (read only)
 - VCF files (local and webdav), and
 - Google Contacts

 Calendar synchronization supports
 - Google Calendar, and
 - ICalendar files (local and webdav)

 Get your copy here:
 http://www.opkg.org/package_191.html
 
 
 
 hey, great! thank you for all the work. sync is what is really needed
 and some people will need even more to upgrade to Paroli (when paroli
 support is added to pisi).
 
 
 I tried:
 
 - contact sync shr_sim-google: (seem to be quite slow due to the
   dbus-sim slow access?) but worked. seemed to complain about 100
   contacts/sim limit but i have to test it more. Also, seems to sync
   only one way to google.
 
 - calendar sync: Pimlico-Google: seems to sync nicely one way -
   pimlico to google but not the other way.
 
 
 Petr
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



--
Petr Vaněk
http://biodynamika.cz



-- 
Petr Vanek
Customer Service Representative

ROBE lighting s. r. o.
TECHNICAL CENTER
Palackeho 416
757 01 Valasske Mezirici
Czech Republic
 
Cell: +420 723 452 980 
Fax : +420 571 669 255
E-mail: petr.va...@robe.cz
http://www.robe.cz



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


Re: PISI 0.3 released

2009-06-23 Thread undrwater

Will there be a way in the future to sync with, say Outlook on Windows? Is
syncing to linux currently done through ssh?  If so, what would be the way
to sync to a Windows machine?


kichkasch wrote:
 
 We just released PISI 0.3.
 
 Contacts synchronization was extended by SIM (via DBUS) support - making
 it available to SHR users. Python 2.6 is supported as well (including
 all dependency packages).
 
 Contacts Synchronization currently supports
 - SIM Card via DBUS (e.g. SHR)
 - QTopia SQLite (e.g. OM 2008.12)
 - LDAP (read only)
 - VCF files (local and webdav), and
 - Google Contacts
 
 Calendar synchronization supports
 - Google Calendar, and
 - ICalendar files (local and webdav)
 
 Get your copy here:
 http://www.opkg.org/package_191.html
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/PISI-0.1-released-tp2597801p3144804.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: PISI 0.3 released

2009-06-23 Thread Michael Pilgermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just a quick response for now: there is no real-time on Google. You need
to reload manually after synchronisation. Thx for all the input ...

Petr Vanek wrote:
 Michael,
 
 i set sim limit to 250, her is the console output:
 http://www.pastebin.cz/20328
 
 calendar was now able to go both ways, but for some reason it doesn't
 seem to react in real time (is there a lag on google's side, or
 dates do not show some events?), it also erased one event created on
 google that should go into fr... several trials on both sides, i will
 document them better if needed :)
 
 here is the calendar output:
 http://www.pastebin.cz/20330
 
 Petr
 
 
 
 On Tue, 23 Jun 2009 20:52:30 +0200
 Michael Pilgermann kichka...@gmx.de (MP) wrote:
 
 Petr,

 thx for the feedback!
 Indeed, Paroli integration is the next feature I am aiming for ...

 For the error you were talking about: Could you please start the app
from a shell (pisigui) and give some more details about the error from
 the console output? This would help a bit on narrowing down the
 problem ... thx in advance, greetings
 Mike

 PS: 100 entries is the limit of SIM cards (well, at least of mine - in
 order to avoid a crash of the application, I put a limit on the
 configuration - you can change this in the configuration file
 /home/root/.pisi/conf)


 Petr Vanek wrote:
 We just released PISI 0.3.

 Contacts synchronization was extended by SIM (via DBUS) support -
 making it available to SHR users. Python 2.6 is supported as well
 (including all dependency packages).

 Contacts Synchronization currently supports
 - SIM Card via DBUS (e.g. SHR)
 - QTopia SQLite (e.g. OM 2008.12)
 - LDAP (read only)
 - VCF files (local and webdav), and
 - Google Contacts

 Calendar synchronization supports
 - Google Calendar, and
 - ICalendar files (local and webdav)

 Get your copy here:
 http://www.opkg.org/package_191.html


 hey, great! thank you for all the work. sync is what is really needed
 and some people will need even more to upgrade to Paroli (when paroli
 support is added to pisi).


 I tried:

 - contact sync shr_sim-google: (seem to be quite slow due to the
   dbus-sim slow access?) but worked. seemed to complain about 100
   contacts/sim limit but i have to test it more. Also, seems to sync
   only one way to google.

 - calendar sync: Pimlico-Google: seems to sync nicely one way -
   pimlico to google but not the other way.


 Petr


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 --
 Petr Vaněk
 http://biodynamika.cz
 
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpBP64ACgkQOwG8U/ZRjjpYHwCgprKPuAIRNRwmsbeGGmeYG2CZ
9nUAoL8WFus9bYj60VMUxBRQvZZPhliV
=ertA
-END PGP SIGNATURE-

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


Re: PISI 0.3 released

2009-06-23 Thread David Ford
The FSO dbus api let's you fetch the information regarding phonebooks
and it'll tell you how many slots the sim card has for that phonebook. 
No need to manually set a limit.

-david

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


PISI 0.3 released

2009-06-21 Thread Michael Pilgermann
We just released PISI 0.3.

Contacts synchronization was extended by SIM (via DBUS) support - making
it available to SHR users. Python 2.6 is supported as well (including
all dependency packages).

Contacts Synchronization currently supports
- SIM Card via DBUS (e.g. SHR)
- QTopia SQLite (e.g. OM 2008.12)
- LDAP (read only)
- VCF files (local and webdav), and
- Google Contacts

Calendar synchronization supports
- Google Calendar, and
- ICalendar files (local and webdav)

Get your copy here:
http://www.opkg.org/package_191.html

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