Notices


Reply
Thread Tools
Posts: 1,336 | Thanked: 3,932 times | Joined on Jul 2010 @ Brittany, France
#551
Can anyone tell me what is the difference between the yellow arrow button and the blue arrow button? I guess the yellow one only synchronizes the currently selected profile whereas the blue one synchronizes all profiles... But if true, why the yellow button is a single direction arrow? Does it mean it only synchronize from the remote calendar and not to it?

I'm confused by this icon as it provides two different informations: the "1" seems to indicate that it will only synchronize one profile, the single arrow seems to indicate that it will only synchronize in one direction.

Oh, and I have an issue with the synchronization by itself as all events synchronized from Google will be delayed by one day in the N900 calendar. I double checked, the clock and date of the N900 are correctly set. I don't understand why everything is postponed.

Halp. :[

By the way, great app!

Last edited by Kabouik; 2011-04-16 at 15:44.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#552
Originally Posted by Kabouik View Post
Can anyone tell me what is the difference between the yellow arrow button and the blue arrow button? I guess the yellow one only synchronizes the currently selected profile whereas the blue one synchronizes all profiles... But if true, why the yellow button is a single direction arrow? Does it mean it only synchronize from the remote calendar and not to it?

I'm confused by this icon as it provides two different informations: the "1" seems to indicate that it will only synchronize one profile, the single arrow seems to indicate that it will only synchronize in one direction.

Halp. :[

By the way, great app!
You are right: the arrow with the 1 will sync only one calendar. The other one will sync all calendars. However the direction of these arrows does not control the direction of sync. The rules that you created for each calendar determines the direction of the sync.
In other words those buttons control whether to run one rule or to run all rules.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,336 | Thanked: 3,932 times | Joined on Jul 2010 @ Brittany, France
#553
Thank your for your quick answer uvatbc! The direction of the arrow is confusing but this is just appearance so!

Now I have to figure out why the synchronization delays my events in the N900!

Last edited by Kabouik; 2011-04-16 at 18:11.
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#554
So what is the new version? Can you put all the recent updates on in the first post? It is way easier to find that way..rather than reading through all the posts to find it.

Thanks
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#555
Originally Posted by TheLongshot View Post
Just curious, but am I the only one who had the alarm setting for the calendar set to 0 minutes after a sync? I only just started using it.
the alarm time of events created on my n900 remain the same even after one sync or more. but the alarm time set by an event created in google calendar and synced to n900 is always set to 0.
another issue i realized is that full day events coming from google take 2 days on n900 after sync (e.g. "german holidays")

this app is really essential. thanks a lot and keep up the good work!

cheers!
jens
 
Posts: 13 | Thanked: 12 times | Joined on Mar 2010
#556
Originally Posted by JensU View Post
another issue i realized is that full day events coming from google take 2 days on n900 after sync (e.g. "german holidays")
I have the same problem. I've reported this issue some times ago, and just propose a temporary workaround :
bug #12064
 
Posts: 74 | Thanked: 110 times | Joined on Dec 2009 @ Norway
#557
Hi, im try to apply the patch given for [Bug 12064] Full-day events from Google are synced to two day events and im unsure how.

its a *.patch file.

any help would be great
 
Posts: 13 | Thanked: 12 times | Joined on Mar 2010
#558
Originally Posted by electristan View Post
any help would be great
In your N900, you have to modify the file:
Code:
/opt/maemo/usr/share/erminig/erminig_core.py
replace the lines 264-265:
Code:
			start_time += time.timezone
			end_time += time.timezone
by these ones:
Code:
			tz = time.timezone
			if (time.daylight):
				tz = time.altzone
			start_time += tz
			end_time += tz
			#start_time += time.timezone
			#end_time += time.timezone
I join to this post the modified file, so you can:
1- make a copy of the current file
2- overwrite it by the new one

The easiest way is to use ssh from another computer, but perhaps this can be not really friendly if this computer is not under Linux.

The other way is to install rootsh in the N900, and perform all the task from the terminal:

- download the file in your N900, and choose to put it in your main folder, not a sub-directory.

-then open a terminal, and go to the good directory:
Code:
cd MyDocs
- if you have put the file in a sub-directory, go into it:
Code:
cd mysub/folder/
- extract the file from the archive
Code:
tar -zxf erminig_bug12064.tar.gz
- now become root:
Code:
root
-make a copy of the current file of erminig
Code:
cp /opt/maemo/usr/share/erminig/erminig_core.py /opt/maemo/usr/share/erminig/erminig_core.py.bak
- go to the directory wich contains the new version:
Code:
cd /home/user/MyDoc
- and overwrite the file
Code:
cp -f erminig_core.py /opt/maemo/usr/share/erminig/erminig_core.py
Hope this help .
Attached Files
File Type: gz erminig_bug12064.tar.gz (4.4 KB, 141 views)

Last edited by joliclic; 2011-04-30 at 10:29.
 

The Following 5 Users Say Thank You to joliclic For This Useful Post:
Posts: 74 | Thanked: 110 times | Joined on Dec 2009 @ Norway
#559
It worked perfectly thanks for taking the time to make the great howto
 
Posts: 74 | Thanked: 34 times | Joined on Jan 2008
#560
Updates:
Status: Fixed

Comment #616 on issue 987 by api.nico...@gmail.com: Request API for Tasks (in the Google Mail Interface)
http://code.google.com/p/gdata-issue.../detail?id=987

This issue is now resolved. We are happy to announce the launch of the Tasks API

More details on our blog post: http://googleappsdeveloper.blogspot....tasks-api.html
 

The Following User Says Thank You to niv For This Useful Post:
Reply

Tags
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:20.