On Monday 19 January 2009 01:37:00 G VM wrote: > Hi all,I wonder, when you click on the ActiveSync Icon, what method gets > called to start the synchronisation. And in what package the files > synchronization is done/handled.I want to try to build a patch for my > mobile device which uses /Internal Storage/My Documents instead of /My > Documents to store it's files in.For me this would be a good opportunity to > code a little in python. I just can't seem to figure out what method gets > called from the GUI.Thanks in advance!
Hi, In which GUI are you clicking on the activesync icon? That is not completely clear. Furthermore, the file sync of My Documents is done by sync-engine, but I guess it is not in the way that you suspect. AFAIK sync-engine does not tell the device what folder it wants to sync, but it is part of the activesync stuff that the device syncs the my documents folder. If anything, this might have to be changed on the device, but I am not sure if it is possible at all. Also, the communication between GUI programs and the sync-engine program goes over DBus, so nothing is directly done in the GUI, but sync-engine is instructed to start of certain actions. Kind regards, Guido Diepen -- Guido Diepen <[email protected]> Aviation is proof that given the will, we have the capacity to achieve the impossible. --Eddie Rickenbacker ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ SynCE-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synce-devel
