![]() |
#1
|
|||
|
|||
![]() Hi
I post this topic in this forum because I had no replies for the last post in the synthesis syncml-server forum I use EGW and sync data (calendar/contacts) with a palm Tungsten E. Synthesis client Syncml Engine V2.5.0.62 Home email (second email) do not sync in both ways. I have tryed to understand what happend, but I am not programmer.... Perhaps the problem is located in the /calendar/inc/class.vcalladdressbook.inc.php in the Egw server You can read that synthesis ag device is assigned to defaultfield array 0 : Quote:
As you can see, email_home and home address are not included. I have tryed to insert ** 'EMAIL;INTERNET;HOME' => array('email_home'), ** line, but at this time, second email in my palm (first : work, second : home) are included and replace the work email in EGW .... strange, is'nt it ? Perhaps I'm totaly wrong and the problem is in another place ... In any case, I continue to work with EGW, just because the calendar sync between palm and EGW works fiiiine. Best regards, and If someone can help ...... YL |
#2
|
||||
|
||||
![]() For one, the 2.5.0.62 client is a bit outdated. Current release is 2.5.0.68, and it will be soon replaced by 3.0 (already available as beta 2.9.x). Only the 3.0 supports the extra fields available in the newer Palms like Treo 650.
The other thing is that the Palm does not support storing attributes with email addresses, so it can't store whether an email address is home or work. It can store multiple email addresses (as long as the total of tel numbers + total of email addresses are <=5 for 2.5.x clients and old Palms and <=8 for 2.9.x clients on Treo 650 and newer Palms). What is going on in eGW I have no idea - you'll probably need to consult eGW developers.
__________________
Lukas Zeller, plan44.ch |
#3
|
|||
|
|||
![]() Quote:
Thank you PS - little question : I have 2.5.0.62 client in my palm, so if I install 2.9 client, does-it means that the 2.5.0.62 wille be updated or will-it be a new install, and at this time must I uninstall (and how ?) the 2.5.0.62 ? YL |
#4
|
||||
|
||||
![]() Quote:
__________________
Lukas Zeller, plan44.ch |
#5
|
|||
|
|||
![]() Quote:
YL |
#6
|
||||
|
||||
![]() What is the link you had problems with?
The manual is part of the normal beta download (just get Palm_Client_std_en.zip or Palm_Client_pro_en.zip, it includes the software, and all docs).
__________________
Lukas Zeller, plan44.ch |
#7
|
|||
|
|||
![]() Quote:
I have install the v2.9. And allways the same problem (only one email synchronized). I do not think palm is the problem : when I sync Outlook and palm, the two emails are synchronized. In fact, Egw use Vcard format, and Vcard has only one email adress (EMAIL;PREF;INTERNET). Hotsync probably do not use the same format. YL Last edited by luz; 2006-10-31 at 16:48. |
#8
|
||||
|
||||
![]() Quote:
Quote:
__________________
Lukas Zeller, plan44.ch |
#9
|
|||
|
|||
![]() Quote:
Quote:
The problem is that the sync do not understand INTERNET;WORK nor INTERNET;HOME but only EMAIL. If I rease the ';INTERNET;WORK' I have the same result. So, if I have two emails in the palm, the second one (home) is recorded in the email field instead of the email_home, even if I insert the 'EMAIL;INTERNET;HOME' => array('email_home') line ... I have tryed 'EMAIL2;INTERNET;HOME' => array('email_home'), no results. My Sonny-Erricsson use syncml protocol too, and sync with Egw works fine : the two emails are correctly insered. Question : when there is two emails in a palm db, what are the fields of each email ? YL |
#10
|
|||
|
|||
![]() Hello
I continue to search Here is the debug log in egw. I have insered a contact-test with two emails, and sync has generated a vcard : Quote:
As a result, egw probably insert the firs email and after the second email in the same field in the database. I have not done yet a egw=>palm test to see what is generated by egw in order to understant why the second email in egw is not sync in palm. I post the same post in the egw list, because I realy do not know where to debug this : synthesis client ? Egw ? YL |
![]() |
Thread Tools | |
Display Modes | |
|
|