![]() ![]() |
Jun 9 2004, 09:10 AM
Post
#16
|
|
|
Group: Members Posts: 89 Joined: 23-April 04 From: Thailand Member No.: 2,967 |
Hi -
As a further post, ZMacSync worked for my AddressBook & Stickies over a 802.11b connection!! Nice one. Allyrfriends' tip above did the trick. ;-) Thx all! However, I couldn't get ZMacSync to do anything with my to-do or ical data from my Mac. Is this feature working in this version? I'll ask again, but which are the data files on the Z that are being used written/psudo-sync'ed? |
|
|
|
Jun 9 2004, 09:25 AM
Post
#17
|
|
|
Group: Members Posts: 74 Joined: 19-October 03 From: Canada Member No.: 679 |
As said in the first post in this thread... Only the Stickies and Address are COPIED (not SYNCED) from the Mac TO the Zaurus.
I assume the other things will be synced/copied in future versions. On another note, I cannot wait for a fully working version... |
|
|
|
Jun 14 2004, 02:41 PM
Post
#18
|
|
|
Group: Members Posts: 126 Joined: 4-March 04 From: Franklin, WI Member No.: 2,154 |
I just tried this yesterday on my Powebook running the latest OS X.3 version. It didn't quite work.
I had to install the USB driver twice. On the second try, I could see it in System Preference -> Network. I could then ping it, ssh to it, etc. The first problem I ran into was trying to set up the SMB/CIFS connection. I changed the workgroup to WORKGROUP and the username to zaurus and left the password blank. However, each time I tried to connect, it kept saying my username and password were wrong. Since I could ssh, I figured I just try to run ZMacSync anyway. It did create some files, but those never got transferred over to the Z. I assume the problem setting up SMB is to blame. Does anyone know what might be wrong here? Thanks Curt |
|
|
|
Jun 14 2004, 09:48 PM
Post
#19
|
|
|
Group: Members Posts: 74 Joined: 19-October 03 From: Canada Member No.: 679 |
ZMacSync does not use SMB. It only uses SSH.
The SMB problem might be resolved by trying "root" as the user and no password. Also if you have set a security passcode in the Security app, try that as the password. 1.0a3 version of ZMacSync only copies (not syncs) the Stickies (to Text Editor notes) and the Address Book (to Address Book, duh). Also, I'm not sure, but does Cacko use the DTM format for the PIM database? Because ZMacSync only works with the DTM. (I don't know since I have a 5600). And if it does, you did install the zdbat ipk included with ZMacSync? |
|
|
|
Jun 15 2004, 10:28 AM
Post
#20
|
|
|
Group: Members Posts: 126 Joined: 4-March 04 From: Franklin, WI Member No.: 2,154 |
Yep, I have zdbat installed and I believe the Cacko Qt ROM should support the right format since it's a derivative of the Sharp ROM. I'll have to check my Z to see if the files were uploaded and just not loaded into the AddressBook app.
Curt |
|
|
|
Sep 5 2004, 01:28 AM
Post
#21
|
|
![]() Group: Members Posts: 197 Joined: 11-August 04 From: BC, Canada Member No.: 4,255 |
Any chance of maybe releasing the source code for ZMacSync? It seems to not be having a lot of work being done on it (please, correct me if I'm wrong), and I wouldn't mind trying my hand at getting some more features working...
|
|
|
|
Sep 6 2004, 09:58 AM
Post
#22
|
|
|
Group: Members Posts: 61 Joined: 8-January 04 From: Madrid Member No.: 1,385 |
QUOTE(Inuyasha @ Jun 15 2004, 06:48 AM) Also, I'm not sure, but does Cacko use the DTM format for the PIM database? Because ZMacSync only works with the DTM. (I don't know since I have a 5600). And if it does, you did install the zdbat ipk included with ZMacSync? Cacko does use DTM. Any chance for syncing with KOrganizer/PI? |
|
|
|
Sep 7 2004, 03:52 AM
Post
#23
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
QUOTE(Chaos @ Sep 5 2004, 10:28 AM) It seems to not be having a lot of work being done on it (please, correct me if I'm wrong). We have had published some alpha-versions (still buggy and not complete) to gain first user-experience and feedback (thanks to all for your encouragement!). We are currently working to finalize the (shareware) version which does real syncing and includes the calendar. And we had to tackle the 10.3.5 USB driver issue first. Please give us a little more time. -- hns |
|
|
|
Sep 8 2004, 08:29 PM
Post
#24
|
|
![]() Group: Members Posts: 197 Joined: 11-August 04 From: BC, Canada Member No.: 4,255 |
QUOTE(dhns @ Sep 7 2004, 04:52 AM) We have had published some alpha-versions (still buggy and not complete) to gain first user-experience and feedback (thanks to all for your encouragement!). We are currently working to finalize the (shareware) version which does real syncing and includes the calendar. And we had to tackle the 10.3.5 USB driver issue first. Please give us a little more time. I know about the alpha versions. Just since they don't go both ways it's kinda useless to me at the moment. I asked if it was still being worked on because it's been four months since any updates on it... May 14th was the post about the latest alpha release. The kernel panic was only a few weeks ago. One more thing, by shareware, you mean once it's complete it's gonna be something requiring money? (I'm not someone who buys much software -- any kind of it. The last piece of software I purchased was OSX -- and I mean the OSX that came with my PowerBook. |
|
|
|
Sep 27 2004, 01:08 PM
Post
#25
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
So,
it is time to describe what is going on with this project and why it was quiet for a longer time. The reason is that we have found a very annoying behaviour (not really a bug). If you delete the first entry in the Address book or Calendar on the Zaurus and create a new one, the sync mechanism might confuse both and not be able to distinguish them any more. The cause is deep and a potential cure was very difficult to find - but is now easily explained: * on the Mac, Address book entries and Calendar entries are qualified by vCard/vCalendar "Unique ID" which needs to be translated to the Zaurus * we use up to now 'zdbat' to access the Sharp DTM database * 'zdbat' hides the interesting fields "CTTM", "MDTM", "SYID" which would allow to uniquely indentify entries by creation date * we have been looking for a replacement trick - which did not work * so, since we do not have the source code of zdbat, we have now started our own tool based on 'dtmdump' * we currently fix bugs and extend this tool (which by the way is GPL, so we will publish the modified source) * this changes the data format from Comma Separated Value lines to XML (which is generally a good step) * but requires us to modify the parser in the ZMacSync logic as well All this needs more time and testing... So, please stay tuned. -- hns |
|
|
|
Sep 27 2004, 05:48 PM
Post
#26
|
|
![]() Group: Members Posts: 197 Joined: 11-August 04 From: BC, Canada Member No.: 4,255 |
Finally some more news! I really would like to be able to sync my 5600 and my PowerBook soon... Using only the Z for school is gonna get a little difficult, so I'd prefer to have a sync going on...
Any ideas on a timeframe for a final, working release (with at least Calendars/Addresses/Todos)? |
|
|
|
Sep 30 2004, 07:01 AM
Post
#27
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
QUOTE(dhns @ Sep 27 2004, 10:08 PM) * so, since we do not have the source code of zdbat, we have now started our own tool based on 'dtmdump' * we currently fix bugs and extend this tool (which by the way is GPL, so we will publish the modified source) * this changes the data format from Comma Separated Value lines to XML (which is generally a good step) A first experimental version of the new dtmdump tool is available for download (USE AT YOUR OWN RISK). Details are described in this thread: http://www.oesf.org/forums/inde...?showtopic=7299 -- hns |
|
|
|
Oct 4 2004, 12:45 PM
Post
#28
|
|
|
Group: Members Posts: 6 Joined: 3-September 04 Member No.: 4,447 |
Hey looking foward to the completion of this software
|
|
|
|
Oct 5 2004, 09:56 PM
Post
#29
|
|
|
Group: Members Posts: 260 Joined: 7-March 04 From: Toronto Member No.: 2,200 |
i really wish the sync works for Mac <-> Zaurus Sharp ROM (or Cacko)
for my iCal, Addressbook, Stickes, Todo List so i can make myself more productive |
|
|
|
Oct 8 2004, 05:05 AM
Post
#30
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
Hi all,
I just want to let you know that we have made much progress for the new ZMacSync. What is now working (again): * the new dtm2xml tool seems to work on SL5500 and C860 with Sharp ROM 3.10 resp. ROM 1.4 JP * it has been fixed to be fully XML compliant * the new Zaurus.conduit is now properly reading all DTM database entries from the Zaurus into the Mac * most of the records are converted properly (except Calendar entries) * writing (sync) to the Zaurus ends in a core dump - so real syncing is still a little away * the new scheme for uniquely identifying entries on the Zaurus could not be tested yet because it needs to track written entries properly So, this means some final wrapup, bug fixing and internal testing until we can publish a free (but restricted) beta release. I hope this can be within the next two weeks. If the beta test phase, we want to make ZMacSync a shareware at a price of 10 US$. -- hns |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 01:49 AM |