From: Matthew K. <ka...@fa...> - 2006-03-14 17:45:55
|
Daniel, Well done for writing this. I'm trying to test with my 6670 over bluetooth using gnokii and gnapplet 0.6.11. Gnapplet is the Symbian binary written by the gnokii team and shipped with gnokii which acts as a server on Series 60 phones (6670, 7610, 3650, 6630, N70 etc.) for gnokii requests. I first tested that my gnokii connection was working OK; "gnokii --getcalendarnote 1 end" correctly lists all of my calendar entries. An evo2-file sync works fine, so my opensync installation must be OK. I successfully configured and built the gnokii-sync plugin and created a test group with file-sync as the other member. I configured the gnokii-sync member with the same values as my working .gnokiirc: <config> <connection>bluetooth</connection> <port>00:E0:03:5F:5F:6D</port> <model>series60</model> </config> However, the sync doesn't work. The trace shows the following: [1142357598.615308] +++++++++ This is the client #1 (gnokii-sync plugin) of group gnoktest +++++++++ [1142357598.710263] >>>>>>> client_message_handler(0x806ea30, 0x806e698, 0x80656b8) [1142357598.710287] [CLI] DEBUG: Client message handler called for message "CONNECT" [1142357598.710309] >>>>>>> osync_member_connect(0x8063b58, 0xb7f1af30, 0x806e698) [1142357598.710329] >>>>>>> connect(0x8069c48) [1142357598.710347] >>>>>>> gnokii_comm_connect() [1142357598.710605] <--- ERROR --- gnokii_comm_connect (libgnokii): Function or connection type not supported by the phone. [1142357598.710628] >>>>>>> osync_context_report_error(0x8069c48, 1, Connection failed) [1142357598.710648] ERROR is: Connection failed [1142357598.710681] [CLI] WARNING: Member is replying with message 0x806d3a8 to message 0x806e698:"CONNECT" with error 1: Connection failed [1142357598.710708] <<<<<<< osync_context_report_error [1142357598.710726] <<<<<<< osync_member_connect [1142357598.710744] <<<<<<< client_message_handler Any ideas? Thanks, Matt On Mon, 2006-02-27 at 17:19 +0100, Daniel Gollub wrote: > Hi list! > > I have written a OpenSync plugin for Nokia cellphones based on gnokii. > At the moment it only can sync the calendar (object type: event). > Support of contacts, todo list and notes will follow soon. > There are some (known) problems with gnokii itself with writing specific > details of calendar entries. This is known and will be fixed hopefully > soon. Please read the "Known Problems/Bug" Section of the README file > for more details. > > It would be great to get some feedback of your experience with > gnokii-sync. And which devices/connection types (bluetooth, IR, > cable, ...) works with gnokii-sync and which doesn't. > For testing it is recommended to use the latest version of gnokii[1]. > At least version 0.6.11 of gnokii. > > But keep in mind that the plugin is quiet experimental and you should > make a _whole_BACKUP_ of your CALENDAR, CONTACTS and TODO list! > > Feel free to ask if you have questions or problems :) > You can found me (and many others) in the IRC of #opensync on > irc.freenode.org > > BTW: the plugin can be found in the subversion repository of OpenSync: > snv co http://svn.opensync.org/plugins/gnokii-sync > > [1] http://www.gnokii.org > > > Thanks! > > Have a nice day :) > > best regards, > Daniel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |