From: Rodolfo M. <rod...@gm...> - 2006-08-15 11:55:09
|
Hi. I wish to read phonebook and sms from my mobile phone, a Nokia 6630 plugged to the PC with USB cable, and Alexander Kanavin from the openobex mailing list suggested me to use the latest opensync with syncml support for that purpose. Do you think it will be all right? So, from `http://www.opensync.org/' I downloaded libopensync-0.18.tar.gz, unpacked it and ran `./configure', but: Package sqlite3 was not found in the pkg-config search path. Perhaps you should add the directory containing `sqlite3.pc' to the PKG_CONFIG_PATH environment variable No package 'sqlite3' found . Then I installed libsqlite3-0 and sqlite3 in my Debian Sarge, but the error message came up all the same. Please any help? Thanks in advance, Rodolfo |
From: David E. <tw...@us...> - 2006-08-15 12:01:57
|
On Tue, 2006-08-15 at 13:49 +0200, Rodolfo Medina wrote: > Hi. > > I wish to read phonebook and sms from my mobile phone, a Nokia 6630 > plugged to the PC with USB cable, > and Alexander Kanavin from the openobex mailing list suggested me to > use the latest opensync with syncml support for that purpose. > Do you think it will be all right? > So, from `http://www.opensync.org/' I downloaded libopensync-0.18.tar.gz, > unpacked it and ran `./configure', but: > > Package sqlite3 was not found in the pkg-config search path. > Perhaps you should add the directory containing `sqlite3.pc' > to the PKG_CONFIG_PATH environment variable > No package 'sqlite3' found > > . Then I installed libsqlite3-0 and sqlite3 in my Debian Sarge, > but the error message came up all the same. > Please any help? Install this package: libsqlite3-dev \David |
From: Rodolfo M. <rod...@gm...> - 2006-08-15 17:11:09
|
On Tue, 2006-08-15 at 13:49 +0200, Rodolfo Medina wrote: >> I wish to read phonebook and sms from my mobile phone, a Nokia 6630 >> plugged to the PC with USB cable, >> and Alexander Kanavin from the openobex mailing list suggested me to >> use the latest opensync with syncml support for that purpose. >> Do you think it will be all right? >> So, from `http://www.opensync.org/' I downloaded libopensync-0.18.tar.gz, >> unpacked it and ran `./configure', but: >> >> [...] >> David Eriksson <tw...@us...> writes: > Install this package: > > libsqlite3-dev Thanks, this was helpful. Now, after installing libopensync-0.18.tar.gz, libopensync-plugin-file-0.18.tar.gz, multisync-0.90.18.tar.gz and libsoup, I'm following the steps at: http://www.opensync.org/wiki/syncml-guide . It says: -------------------------------------------------------------------------------- Also, please make sure that you are using a patched wbxml library. if you dont have the patched wbxml library please download wbxml2 from http://sourceforge.net/project/showfiles.php?group_id=55834&package_id=77694 Then apply the patch from misc/wbxml2-0.9.0.patch to the library and install it. -------------------------------------------------------------------------------- . From the above address I downloaded wbxml2-0.9.2.tar.gz, but don't know how to apply the patch, neither how to install wbxml2 after applying the patch. Can anyone from the present list provide a help? Thanks indeed, Rodolfo |
From: cold <co...@bs...> - 2006-08-16 08:30:08
|
dont dl wbxml2-0.9.2.tar.gz but wbxml2-0.9.0.tar.gz just under the 0.9.2 ( click on 0.9.0 ) or try this : http://prdownloads.sourceforge.net/wbxmllib/wbxml2-0.9.0-src.tar.gz?download after that, untar the source in a folder and paste the patch form libsyncml/misc/wbxml2....patch. an do : # patch -p 1 < wbxml2 .... ..patch after that : # autoreconf -sfi # ./configure # make # make install gl vincent desmares Rodolfo Medina wrote: > > On Tue, 2006-08-15 at 13:49 +0200, Rodolfo Medina wrote: > >>> I wish to read phonebook and sms from my mobile phone, a Nokia 6630 >>> plugged to the PC with USB cable, >>> and Alexander Kanavin from the openobex mailing list suggested me to >>> use the latest opensync with syncml support for that purpose. >>> Do you think it will be all right? >>> So, from `http://www.opensync.org/' I downloaded >>> libopensync-0.18.tar.gz, >>> unpacked it and ran `./configure', but: >>> >>> [...] >>> > > > > David Eriksson <tw...@us...> writes: > >> Install this package: >> >> libsqlite3-dev > > > > > Thanks, this was helpful. > Now, after installing libopensync-0.18.tar.gz, > libopensync-plugin-file-0.18.tar.gz, multisync-0.90.18.tar.gz and libsoup, > I'm following the steps at: > > http://www.opensync.org/wiki/syncml-guide > > . It says: > > -------------------------------------------------------------------------------- > Also, please make sure that you are using a patched wbxml library. > if you dont have the patched wbxml library please download wbxml2 from > http://sourceforge.net/project/showfiles.php?group_id=55834&package_id=77694 > > Then apply the patch from misc/wbxml2-0.9.0.patch to the library and > install it. > -------------------------------------------------------------------------------- > > . From the above address I downloaded wbxml2-0.9.2.tar.gz, but > don't know how to apply the patch, neither how to install wbxml2 > after applying the patch. > > Can anyone from the present list provide a help? > Thanks indeed, > Rodolfo > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > > -- View this message in context: http://www.nabble.com/opensync-installation-for-Nokia-usb-tf2108785.html#a5828486 Sent from the Opensync - User forum at Nabble.com. |
From: Rodolfo M. <rod...@gm...> - 2006-08-16 13:34:47
|
Rodolfo Medina wrote: >>>> I wish to read phonebook and sms from my mobile phone, a Nokia 6630 >>>> plugged to the PC with USB cable, >>>> and Alexander Kanavin from the openobex mailing list suggested me to >>>> use the latest opensync with syncml support for that purpose. >>>> Do you think it will be all right? >>>> >>>> [...] >>>> >> Now, after installing libopensync-0.18.tar.gz, >> libopensync-plugin-file-0.18.tar.gz, multisync-0.90.18.tar.gz and libsoup, >> I'm following the steps at: >> >> http://www.opensync.org/wiki/syncml-guide >> >> [...] >> >> . I downloaded wbxml2-0.9.2.tar.gz, but >> don't know how to apply the patch, neither how to install wbxml2 >> after applying the patch. Vincent <co...@bs...> writes: > dont dl wbxml2-0.9.2.tar.gz but wbxml2-0.9.0.tar.gz just under the 0.9.2 ( > click on 0.9.0 ) > or try this : > http://prdownloads.sourceforge.net/wbxmllib/wbxml2-0.9.0-src.tar.gz?download > > after that, untar the source in a folder and paste the patch form > libsyncml/misc/wbxml2....patch. > an do : > # patch -p 1 < wbxml2 .... ..patch > > after that : > # autoreconf -sfi > # ./configure > # make > # make install Thanks, this was helpful. Now I've followed all the steps at: http://www.opensync.org/wiki/syncml-guide . Now, how do I manage the phone? I did: $ msynctool --listplugins Available plugins: file-sync $ msynctool --addgroup filefile $ msynctool --addmember filefile syncml-http-server Unable to instance plugin with name syncml-http-server: Unable to find the plugin "syncml-http-server" $ msynctool --addmember filefile syncml-obex-client Unable to instance plugin with name syncml-obex-client: Unable to find the plugin "syncml-obex-client" . I can't work the problem out here. Maybe the installation of syncml-plugin went wrong in some way. In fact, during syncml-plugin installation, when I did $ cd syncml-plugin $ autoreconf -sfi , I got the following error message: configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER' [...] autoreconf: automake failed with exit status: 1 . Then I changed the line 7 of tmp/syncml-plugin/configure.ac from: AC_CONFIG_HEADER(config.h) into: AM_CONFIG_HEADER(config.h) , and then did: $ make # make install . Apart from that, everything seemed to go well. I'm reporting the whole procedure I followed, hoping for help. Thanks indeed for any help, Rodolfo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # apt-get install libxml2-dev # apt-get install sqlite3 libsqlite3-dev . From http://www.opensync.org/ I downloaded: exampleplugin-0.01.tar.gz, libopensync-plugin-file-0.18.tar.gz, multisync-0.90.18.tar.gz, libopensync-0.18.tar.gz and from http://prdownloads.sourceforge.net/wbxmllib/wbxml2-0.9.0-src.tar.gz?download wbxml2-0.9.0-src.tar.gz and put them in ~/tmp. >From there, I unpacked and installed libopensync-0.18.tar.gz the usual way, then (libfam-dev?) did the same with libopensync-plugin-file-0.18.tar.gz, and the same with multisync-0.90.18.tar.gz. Then I installed the packages libopensync0 and libopensync0-dev (from testing repositories). Then I unpacked and installed the usual way openobex-1.3.tar.gz. Then: # apt-get install cvs2svn . From ~/tmp, $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml This created a dir ~/tmp/libsyncml . From ~/tmp, $ cvs -d :pserver:ano...@an...:/cvs/gnome co libsoup this created a dir ~/tmp/libsoup # apt-get install gnome-common # apt-get install automake1.6 # apt-get install gtk-doc-tools . From ~/tmp, $ cd libsoup $ ./autogen.sh $ make # make install >From ~/tmp, $ tar xzvf wbxml2-0.9.0-src.tar.gz $ cd libsyncml/misc $ cp -vi wbxml2-0.9.0.patch ~/tmp/wbxml2-0.9.0 $ cd ~/tmp/wbxml2-0.9.0 $ patch -p 1 < wbxml2-0.9.0.patch $ autoreconf -sfi $ ./configure $ make # make install $ cd libsyncml $ autoreconf -sfi $ ./configure $ make # make install . From ~/tmp, $ svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin $ cd syncml-plugin $ autoreconf -sfi configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER' configure.ac: installing `./install-sh' configure.ac: installing `./mkinstalldirs' configure.ac: installing `./missing' src/Makefile.am: installing `./depcomp' autoreconf: automake failed with exit status: 1 . Then I changed the line 7 of tmp/syncml-plugin/configure.ac: AC_CONFIG_HEADER(config.h) into: AM_CONFIG_HEADER(config.h) $ make # make install |
From: Markus M. <me...@me...> - 2006-08-16 12:31:43
|
Rodolfo Medina schrieb: > I wish to read phonebook and sms from my mobile phone, a Nokia 6630 > plugged to the PC with USB cable, > and Alexander Kanavin from the openobex mailing list suggested me to > use the latest opensync with syncml support for that purpose. > Do you think it will be all right? > Some ideas: 1. OpenSync is for synchronizing phonebook and calendar. You will be able to _synchronize_ your phonebook with another app using OpenSync, but you will not be able to simply "read" it. OpenSync will also not deal with SMS. 2. The SyncML plugin is currently highly experimental and does not work in the majority of the cases. If you're having trouble understanding how to compile it it probably is not for you. 3. Gnokii (http://www.gnokii.org/) is essentially a Linux driver for Nokia phones which will allow you to read/write/send/receive SMS. It will also allow you to edit/import/export your phonebook. It has a nice graphical application called xgnokii. It cannot sync, though. 4. There is also a Gnokii plugin for OpenSync if you want to use OpenSync with your phone. Markus |
From: Rodolfo M. <rod...@gm...> - 2006-08-22 08:33:09
|
On Thu, 10 Aug 2006, Rodolfo Medina wrote: >>> . What should the command be in order, e.g., to see the phonebook or >>> the sms messages? Alexander Kanavin <ak...@se...> writes: > You can't see them with obexftp on Nokia phones. You need latest opensync > with syncml support. I installed opensync with syncml support, but they from the opensync mailing list said that OpenSync would not deal with SMS. Then I installed a recent cvs version of Gnokii, but my Nokia 6630 is not handled either. >From the gammu mailing list they didn't manage to work it out up to now. Do you have any other suggestion? Is it really definitely impossible to read and save phonebook and sms from my Nokia 6630? Thanks, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-08-22 08:55:08
|
Rodolfo Medina <rod...@gm...> writes: > On Thu, 10 Aug 2006, Rodolfo Medina wrote: > >>>> . What should the command be in order, e.g., to see the phonebook or >>>> the sms messages? > > > Alexander Kanavin <ak...@se...> writes: > >> You can't see them with obexftp on Nokia phones. You need latest opensync >> with syncml support. > > > > I installed opensync with syncml support, but they from the opensync > mailing list said that OpenSync would not deal with SMS. > Then I installed a recent cvs version of Gnokii, but my Nokia 6630 > is not handled either. > From the gammu mailing list they didn't manage to work it out up to now. > Do you have any other suggestion? > Is it really definitely impossible to read and save phonebook and sms > from my Nokia 6630? > > Thanks, > Rodolfo Sorry, my mistake. The message was to be sent to Alexander Kanavin, openobex mailing list. Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-08-16 13:32:15
|
Rodolfo Medina schrieb: >> I wish to read phonebook and sms from my mobile phone, a Nokia 6630 >> plugged to the PC with USB cable, >> and Alexander Kanavin from the openobex mailing list suggested me to >> use the latest opensync with syncml support for that purpose. >> Do you think it will be all right? Markus Meyer <me...@me...> writes: > Some ideas: > > 1. OpenSync is for synchronizing phonebook and calendar. You will be > able to _synchronize_ your phonebook with another app using OpenSync, > but you will not be able to simply "read" it. Thanks indeed for your explanations. What really matters to me is being able to access the phonebook and saving its data, no matter with what app. Is that possible with opensync? > OpenSync will also not deal with SMS. That's bad news :( > 2. The SyncML plugin is currently highly experimental and does not work > in the majority of the cases. If you're having trouble understanding how > to compile it it probably is not for you. It seems that I managed to compile it. The only problem is that the only available plugin seems to be file-sync, not syncml-http-server nor syncml-obex-client. See my next message on the present mailing list. > 3. Gnokii (http://www.gnokii.org/) is essentially a Linux driver for > Nokia phones which will allow you to read/write/send/receive SMS. It > will also allow you to edit/import/export your phonebook. It has a nice > graphical application called xgnokii. It cannot sync, though. I've been trying hard, lately, to solve the problem, i.e. to manage to see my phone filesystem and save its data. I tried several tools, none of which successful, also Gnokii. With Gnokii I didn't manage to access my phone, nor did they from the gnokii mailing list reply to my request of help. See: http://article.gmane.org/gmane.linux.drivers.gnokii/7713 > 4. There is also a Gnokii plugin for OpenSync if you want to use > OpenSync with your phone. If it works, it will be all right... :) Thanks, cheers Rodolfo |
From: Markus M. <me...@me...> - 2006-08-16 14:52:42
|
Rodolfo Medina schrieb: > Thanks indeed for your explanations. > What really matters to me is being able to access the phonebook and saving > its data, no matter with what app. Is that possible with opensync? > This is possible using the file-sync plugin, though I think that OpenSync is overkill for what you want to do. > I've been trying hard, lately, to solve the problem, i.e. to manage > to see my phone filesystem and save its data. > I tried several tools, none of which successful, also Gnokii. > With Gnokii I didn't manage to access my phone, nor did they from > the gnokii mailing list reply to my request of help. See: > > http://article.gmane.org/gmane.linux.drivers.gnokii/7713 > You should try to use "series60" as the model, not "AT-HW". And if this doesn't work, you really should try to get newest Gnokii CVS and compile it. I can help with that if you want, though the channel #gnokii on irc.freenode.net can also be very helpful. Certainly, Pavel (pkot) is very friendly and tries to help people as much as he can, but the "linker error" you're describing is a bit vague. Maybe you should just try again and include all output from ./configure and, like the last 50 lines from make or so. I understand that all of this may be frustrating for you, but phone support is not one of Linux strengths at the moment. There are many areas where linux is very good and user-friendly now (say, web browsing and email), but some are not as developed as others. Maybe the situation will be better in, like 5 years or so, just as accessing the Internet with Linux is now much more straightforward with current distros than in 2001. Markus |
From: matthias j. <jah...@fr...> - 2006-08-16 16:10:46
|
> You should try to use "series60" as the model, not "AT-HW". And if this > doesn't work, you really should try to get newest Gnokii CVS and compile > it. I can help with that if you want, though the channel #gnokii on > irc.freenode.net can also be very helpful. Certainly, Pavel (pkot) is > very friendly and tries to help people as much as he can, but the > "linker error" you're describing is a bit vague. Maybe you should just > try again and include all output from ./configure and, like the last 50 > lines from make or so. you could also use my debian (sid,etch and sarge) repro at : http://www.in.fh-merseburg.de/~jahn/ =46or Sarge there exists current gnokii cvs builds. =46or Etch and Sid you could also find syncml opensync packages ......=20 but i never found enough time to port them back to sarge. ;-( Matthias _____________________ Debian, Ubuntu SVN OpenSync and Gnokii Repro at: http://www.in.fh-merseburg.de/~jahn/ |
From: Rodolfo M. <rod...@gm...> - 2006-08-17 11:29:06
|
Rodolfo Medina schrieb: >> I wish to read phonebook and sms from my mobile phone, a Nokia 6630 >> plugged to the PC with USB cable, >> and Alexander Kanavin from the openobex mailing list suggested me to >> use the latest opensync with syncml support for that purpose. >> Do you think it will be all right? > > [...] > > What really matters to me is being able to access the phonebook and saving > its data, no matter with what app. Is that possible with opensync? Markus Meyer <me...@me...> writes: > This is possible using the file-sync plugin Could you suggest how? Opensync and the file-sync plugin are installed in my system, but the doc is not enough for me for this purpose. Markus: > Gnokii (http://www.gnokii.org/) is essentially a Linux driver for > Nokia phones which will allow you to read/write/send/receive SMS. It > will also allow you to edit/import/export your phonebook. It has a nice > graphical application called xgnokii. It cannot sync, though. Rodolfo: > I've been trying hard, lately, to solve the problem, i.e. to manage > to see my phone filesystem and save its data. > I tried several tools, none of which successful, also Gnokii. > With Gnokii I didn't manage to access my phone, nor did they from > the gnokii mailing list reply to my request of help. See: > > http://article.gmane.org/gmane.linux.drivers.gnokii/7713 Markus: >> You should try to use "series60" as the model, not "AT-HW". And if this >> doesn't work, you really should try to get newest Gnokii CVS and compile >> it. I can help with that if you want, though the channel #gnokii on >> irc.freenode.net can also be very helpful. matthias jahn <jah...@fr...> writes: > you could also use my debian (sid,etch and sarge) repro at : > http://www.in.fh-merseburg.de/~jahn/ > > For Sarge there exists current gnokii cvs builds. > For Etch and Sid you could also find syncml opensync packages ...... > but i never found enough time to port them back to sarge. ;-( Thanks: I installed the cvs gnokii package from the site you indicate, but... the result is the same as the old version: the checking gnokii options `identify' and `monitor' seem to work, but not the operative ones such as `getphonebook', `displayoutput', `getdatetime' and `getsms'. I'll be writing to gnokii mailing list again. Markus: > I understand that all of this may be frustrating for you, but phone > support is not one of Linux strengths at the moment. There are many > areas where linux is very good and user-friendly now (say, web browsing > and email), but some are not as developed as others. Maybe the situation > will be better in, like 5 years or so, just as accessing the Internet > with Linux is now much more straightforward with current distros than in > 2001. Accessing the Internet with Linux was terribly difficult in my experience. Linux wouldn't see my modem in any way, and two years ago I was even more ignorant than I'm now with computers. But the problem was brilliantly worked out thanks to the patient, step-by-step help of Jacques Goldberg and Marvin Stodolsky at http://linmodems.org/ . Thanks to their support I could finally report a detailed procedure that was useful to others: http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:23820:200607:bnckpnojnhaeglkcofeb . As for phones, it was quite hard to make my Nokia 6630 work as modem, but at least it was done: see: http://forums.debian.net/viewtopic.php?t=5016 . Catching and sending email was very difficult and user-unfriendly with Emacs-Gnus, but at last it is possible to use it (as I'm doing now) thanks to Gnus manual and the help from gnu.emacs.gnus newsgroup... ... and so on. We all know that all is possible in Open Source world *with* other users' help, nothing or almost nothing is possible *without* it. Regards, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-08-27 08:15:06
|
Rodolfo Medina <rod...@gm...> wrote: > I wish to read phonebook and sms from my mobile phone, a Nokia 6630 > plugged to the PC with USB cable, Markus Meyer <me...@me...> wrote: > 1. OpenSync is for synchronizing phonebook and calendar. You will be > able to _synchronize_ your phonebook with another app using OpenSync, > but you will not be able to simply "read" it. OpenSync will also not > deal with SMS. I installed opensync with syncml support, successfully I think, following the steps described at http://www.opensync.org/ . Please could you suggest how I can read the phonebook from my Nokia 6630 and my sister's Nokia 6100, synchronizing the phone with other app, as Markus says? I'm no expert at all, and the opensync documentation doesn't seem to be very helpful for my purpose. O.S.: GNU/Linux Debian Sarge, kernel 2.4. Thanks for any hint, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-08-30 08:52:10
|
Hi. I want to synchronize my Nokia 6630, USB connection, with Evolution in order to read the phonebook through PC. The only available plugin seems to be `file-sync', in fact the command `msynctool --listplugins' gets the following output: Available plugins: file-sync . What plugin am I missing for phone-evolution synchronization? Thanks for any reply, Rodolfo |
From: Stefan W. <sw...@xs...> - 2006-08-30 10:05:17
|
* Rodolfo Medina <rod...@gm...> [2006-08-30 08:54] : > I want to synchronize my Nokia 6630, USB connection, > with Evolution in order to read the phonebook through PC. > > The only available plugin seems to be `file-sync', in fact the command > `msynctool --listplugins' gets the following output: > > Available plugins: > file-sync > > What plugin am I missing for phone-evolution synchronization? evolution2 Greetz Stefan |
From: Rodolfo M. <rod...@gm...> - 2006-09-02 21:39:54
|
Rodolfo Medina <rod...@gm...> [2006-08-30 08:54] : >> I want to synchronize my Nokia 6630, USB connection, >> with Evolution in order to read the phonebook through PC. >> >> The only available plugin seems to be `file-sync', in fact the command >> `msynctool --listplugins' gets the following output: >> >> Available plugins: >> file-sync >> >> What plugin am I missing for phone-evolution synchronization? Stefan Wimmer <sw...@xs...> writes: > evolution2 I downloaded libopensync-plugin-evolution2-0.18.tar.gz and unpacked it, but: $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking for EPACKAGE... checking for EPACKAGE... checking for EPACKAGE... configure: error: No compatible evolution-data-server was found . Maybe a bug? See: http://www.mail-archive.com/deb...@li.../msg229179.html . Please any help here. Thanks, Rodolfo |
From: daniel f. <dan...@gm...> - 2006-09-03 06:27:15
|
Am Samstag, den 02.09.2006, 23:42 +0200 schrieb Rodolfo Medina: > Rodolfo Medina <rod...@gm...> [2006-08-30 08:54] : >=20 > >> I want to synchronize my Nokia 6630, USB connection, > >> with Evolution in order to read the phonebook through PC. > >>=20 > >> The only available plugin seems to be `file-sync', in fact the comman= d > >> `msynctool --listplugins' gets the following output: > >>=20 > >> Available plugins: > >> file-sync > >>=20 > >> What plugin am I missing for phone-evolution synchronization? >=20 >=20 >=20 > Stefan Wimmer <sw...@xs...> writes: >=20 > > evolution2 >=20 >=20 > I downloaded libopensync-plugin-evolution2-0.18.tar.gz > and unpacked it, but: >=20 > $ ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for PACKAGE... yes > checking for EPACKAGE... checking for EPACKAGE... checking for EPACKAGE.= .. configure: error: No compatible evolution-data-server was found=20 >=20 > . Maybe a bug? See: >=20 > http://www.mail-archive.com/deb...@li.../msg229179.= html >=20 > . Please any help here. > Thanks, > Rodolfo >=20 >=20 > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users you have to install the evolution-data-server development package of your linux distribution. |
From: Rodolfo M. <rod...@gm...> - 2006-09-03 11:55:43
|
Rodolfo Medina <rod...@gm...> [2006-08-30 08:54] : >> >> I want to synchronize my Nokia 6630, USB connection, >> >> with Evolution in order to read the phonebook through PC. >> >> >> >> The only available plugin seems to be `file-sync', in fact the command >> >> `msynctool --listplugins' gets the following output: >> >> >> >> Available plugins: >> >> file-sync >> >> >> >> What plugin am I missing for phone-evolution synchronization? Stefan Wimmer <sw...@xs...> writes: >> > evolution2 It seems that now I managed to install the evolution plugin, in fact: $ msynctool --listplugins Available plugins: file-sync evo2-sync . Then I've been following the example at http://www.opensync.org/wiki/Evo2-File . What now? - in order to read phonebook from mobile phone? That's what I did: $ msynctool --addgroup evo2-sync $ msynctool --listgroups Available groups: evo2-sync $ msynctool --addmember evo2-sync evo2-sync $ msynctool --addmember evo2-sync file-sync $ msynctool --configure evo2-sync 1 , and followed the indications at the above site; $ msynctool --configure evo2-sync 2 , and followed the indications at http://www.opensync.org/wiki/SetupGuide $ msynctool --sync evo2-sync Synchronizing group "evo2-sync" Member 2 of type file-sync just connected Member 1 of type evo2-sync just connected All clients connected or error Member 1 of type evo2-sync just sent all changes Member 2 of type file-sync just sent all changes All clients sent changes or error Member 2 of type file-sync committed all changes. Member 1 of type evo2-sync committed all changes. All clients have written Member 2 of type file-sync just disconnected Member 1 of type evo2-sync just disconnected All clients have disconnected The sync was successful $ ls sync pas-id-44FAB6C300000000 . What will the next be? Excuse my ignorance, that's all I managed to do; I really need some further indications. Thanks, Rodolfo P.S.: O.S.: Linux Debian Sarge |
From: Rodolfo M. <rod...@gm...> - 2006-09-05 10:58:04
|
Rodolfo Medina <rod...@gm...> [2006-08-30 08:54] : >> I want to synchronize my Nokia 6630, USB connection, >> with Evolution in order to read the phonebook through PC. >> >> [...] >> >> What plugin am I missing for phone-evolution synchronization? Stefan Wimmer <sw...@xs...> writes: > evolution2 Do I need any other plugin for the phone, or the only `file-sync' and `evo2-sync' plugins will be enough? Thanks, Rodolfo |
From: Stefan W. <sw...@xs...> - 2006-09-07 14:24:18
|
* Rodolfo Medina <rod...@gm...> [2006-09-05 11:00] : >>> I want to synchronize my Nokia 6630, USB connection, >>> with Evolution in order to read the phonebook through PC. >>> [...] >>> What plugin am I missing for phone-evolution synchronization? >> >> evolution2 > > Do I need any other plugin for the phone, or the only `file-sync' and > `evo2-sync' plugins will be enough? > > Thanks, > Rodolfo Hi Rodolfo, I'm not sure about that. I use irmc-sync but I do not know which one you need to be able to transfer data via USB :-/ Sorry that I can't help you. Anybody else? Greetz Stefan |
From: Rodolfo M. <rod...@gm...> - 2006-09-10 10:08:45
|
Rodolfo Medina <rod...@gm...> [2006-09-05 11:00] : >>>> I want to synchronize my Nokia 6630, USB connection, >>>> with Evolution in order to read the phonebook through PC. >>>> >>>> [...] >>>> >>>> Do I need any other plugin for the phone, or the only `file-sync' and >> `evo2-sync' plugins will be enough? Stefan Wimmer <sw...@xs...> writes: > Hi Rodolfo, > > I'm not sure about that. I use irmc-sync but I do not know which one > you need to be able to transfer data via USB :-/ > > Sorry that I can't help you. Anybody else? Thanks indeed just the same. I'll be sending another message with a more explicit subject. Cheers, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-09-10 10:10:12
|
I want to read the phonebook from my Nokia 6630, USB cable. Can anyone suggest what plugin I need? Thanks, Rodolfo |
From: Conrad W. <con...@we...> - 2006-09-11 07:36:08
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: > I want to read the phonebook from my Nokia 6630, USB cable. > Can anyone suggest what plugin I need? > > Thanks, > Rodolfo Hi Rodolfo, you'll need the syncml-obex-client to sync your phone via USB. To just save your contacts to your PC you can use it together with the file-sync plugin. I'm syncing my Nokia 6630 with Evolution using the evolution2-plugin, which works quite well. Hope this helps... Conrad. |
From: Rodolfo M. <rod...@gm...> - 2006-08-30 14:36:18
|
I'm following the tutorial at: http://blog.dukanovic.com/?p=5#comments , but during the opensync installation step I get the following output: $ autoreconf -sfi configure.in:21: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:22: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 . Hints requested here, I don't know how to handle this. Besides: the above tutorial uses the syncml-obex-client and file-sync plugins for Nokia 6630 over bluetooth. Will those plugins be all right for USB connection as well? Thanks, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-09-12 11:09:14
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >> I want to read the phonebook from my Nokia 6630, USB cable. >> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: > you'll need the syncml-obex-client to sync your phone via USB. To just > save your contacts to your PC you can use it together with the file-sync > plugin. I'm syncing my Nokia 6630 with Evolution using the > evolution2-plugin, which works quite well. Thanks! But I can't find syncml-obex-client in the plugin list at: http://www.opensync.org/wiki/download . So, where can I fetch it? Rodolfo |