The Following 13 Users Say Thank You to lorelei For This Useful Post: | ||
|
2010-03-24
, 19:39
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#272
|
The Following User Says Thank You to lemmyslender For This Useful Post: | ||
|
2010-03-25
, 00:12
|
Posts: 69 |
Thanked: 23 times |
Joined on Nov 2009
|
#273
|
|
2010-03-25
, 09:34
|
Posts: 68 |
Thanked: 36 times |
Joined on Dec 2009
|
#274
|
|
2010-03-25
, 15:00
|
|
Posts: 963 |
Thanked: 626 times |
Joined on Sep 2009
@ Connecticut, USA
|
#275
|
|
2010-03-25
, 16:28
|
Posts: 22 |
Thanked: 6 times |
Joined on Dec 2009
@ Utrecht, the Netherlands
|
#276
|
|
2010-03-25
, 20:40
|
Posts: 6 |
Thanked: 0 times |
Joined on Mar 2010
@ Rafaela, Argentina
|
#277
|
|
2010-03-25
, 21:32
|
Posts: 35 |
Thanked: 17 times |
Joined on Aug 2009
|
#278
|
I love this app
I'm waiting the source code, I want to contribute, and possibly make a port for the N5800.
(by the way, I'm new on Maemo. I'm a Python and mobile devices developer, and bought my N900 just days ago)
|
2010-03-26
, 12:55
|
Posts: 6 |
Thanked: 0 times |
Joined on Mar 2010
@ Rafaela, Argentina
|
#279
|
Since this app is mostly written in python, use should be able to grab that code from your device. The full source package is available here (via maemo build system):
http://repository.maemo.org/extras-d...g_0.2.1.tar.gz
|
2010-03-29
, 14:30
|
Posts: 13 |
Thanked: 2 times |
Joined on Feb 2010
|
#280
|
Traceback (most recent call last): File "/usr/bin/erminig", line 146, sync_all_profiles(widget=<gtk.ToolButton object at 0x41c67da0 (GtkToolButton at 0x4a41b8)>, data=<hildon.StackableWindow object at 0x41c67b20 (HildonStackableWindow at 0x429060)>) id = i[0] do_profile_sync(id, data) variables: {'data': ('local', <hildon.StackableWindow object at 0x41c67b20 (HildonStackableWindow at 0x429060)>), 'id': ('local', 1), 'do_profile_sync': ('global', <function do_profile_sync at 0x41c6bcf0>)} File "/usr/bin/erminig", line 118, do_profile_sync(id=1, data=<hildon.StackableWindow object at 0x41c67b20 (HildonStackableWindow at 0x429060)>) profile['remoteSource'], \ profile['lastUpdate'], progress) variables: {'profile': ('local', {'lastUpdate': 0, 'direction': 0, 'lastLocalUpdate': 0, 'remoteSourceTitle': None, 'remoteAccountId': 1, 'enabled': 1, 'localSource': u'1', 'remoteSource': u'0', 'localSourceTitle': u'N900', 'id': 1}), 'progress': ('local', <gtk.ProgressBar object at 0x41cb0238 (GtkProgressBar at 0x4b5b30)>)} File "/usr/share/erminig/erminig_core.py", line 370, syncFromGoogle(pid=1, localSource=u'1', remoteSource=u'0', lastSync=0, progress=<gtk.ProgressBar object at 0x41cb0238 (GtkProgressBar at 0x4b5b30)>) getNewEventsFromGoogle(pid, int(localSource), remoteSource, lastSync, \ progress) variables: {'progress': ('local', <gtk.ProgressBar object at 0x41cb0238 (GtkProgressBar at 0x4b5b30)>)} File "/usr/share/erminig/erminig_core.py", line 150, getNewEventsFromGoogle(pid=1, localSource=1, remoteSource=u'0', lastSync=0, progress=<gtk.ProgressBar object at 0x41cb0238 (GtkProgressBar at 0x4b5b30)>) feed_size = len(feed.entry) if feed_size == 0: variables: {'feed': ('local', None), 'feed_size': (None, None), 'len': ('builtin', <built-in function len>)} AttributeError: 'NoneType' object has no attribute 'entry'
Tags |
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
|
version 0.2.1 of Erminig is now available in the extras-devel repository. Please find below the Changelog:
Even though I won't be able to work on Erminig, I will continue to monitor this thread and will also continue to provide feedback to any question/issue you may have!
A quick release note:
for those that asked for command-line arguments: they are now implemented and you can get the usage instruction by typing:
In the meantime, enjoy this new version, and feel free to report any bug or enhancement request, preferably in maemo's bugzilla, where there's now an Erminig component!