Join Today
+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default JAVA application for Syncing with Linux

    may be you wanna try this http://www.ohli.de/?J2MESync it works perfectly well for me with multisync and evolution.

    it's a java applet which will send contacts and events via bluethoot to multisync/opensync. it's not very fast but will do the job

    thanks to ohli for the develpoment.
    he has tested this on A1200.
    now it is on us to test the rest

    original thread is here:
    http://www.motorolafans.com/forums/viewtopic.php?t=4961

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Is there nobody who will test it on E680/i or A780?

  3. #3
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default

    I would do... but I'm a KDE user, and, altough we can by now install the new Kitchensync based on opensync (as multisync on GNOME) fron SVN it seems to be irresponsive.
    also, I face the problem to compile the plugins for that "still svn kitchensync" so I even don't wanna give a try until a stable version is released.

    Anyhow, I installed the .jar to try it, and I found that it installed OK, but didn't seem to do nothing after push the icon, just a short screen blank and return to EZX, as it had failed to open....

    Tried on A780
    Gelobt sei was Hart macht...

  4. #4

    Default

    Hey flammenwerfer, there are rpms availble here :
    http://software.opensuse.org/download/OpenSync/
    it's usable, maybe not perfect, but it works for me with j2mesync and kdepim-sync (I use msynctool via CLI, not kitchensync, but well...)

    Alban
    PS : thanks again Ohli, it does work finally !

  5. #5
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default

    yeah I saw that one when I upgraded to KDE 3.5.5, but since I installed a previous Kitchensync-opensync from svn YAST2 told there was a mess off dependencies...

    So... It works, damn good!!!!
    I think I will uninstall the svn packages and install the ones from software.opensuse.org, and will give a new try!!!!

    About de .jar, is it normal that it shows nothing after click? is there any interface?
    And the plugins for open-sync? should I compile them?
    I supose that syncing through CLI has the advantage of being able to create a syncing script....I like that approach....

    thanks!!!
    Gelobt sei was Hart macht...

  6. #6
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    thanks flammenwerfer for taking time on this.

    if there is something special for the A780 it would be nice
    to have a documentation at the wiki on this
    follow the white rabbit:
    http://www.motorolafans.com/componen...edit&section=1
    you can help me there too, if you want:
    http://www.motorolafans.com/componen.../Motorola_A780

  7. #7
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default

    facing problems....

    1st I tried to compile te j2mesync-plugin (opensync one), and after finishing, the plugin is not available for use with msynctool
    This is CLI prompt:

    athlonxp:/usr/local/j2mesync-plugin # msynctool --addmember A780-PC j2mesync-plugin
    Unable to instance plugin with name j2mesync-plugin: Unable to find the plugin "j2mesync-plugin"

    I found several suspicious warning lines just at the start of configuring, which may indicate something is wrong from the very starting:

    athlonxp:/usr/local/j2mesync-plugin # ./autogen.sh
    /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
    run info '(automake)Extending aclocal'
    or see http://sources.redhat.com/automake/a...ending-aclocal
    libtoolize: `config.guess' exists: use `--force' to overwrite
    libtoolize: `config.sub' exists: use `--force' to overwrite
    libtoolize: `ltmain.sh' exists: use `--force' to overwrite
    /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
    run info '(automake)Extending aclocal'
    or see http://sources.redhat.com/automake/a...ending-aclocal
    src/Makefile.am: installing `./depcomp'
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    /usr/local/j2mesync-plugin/missing: Unknown `--run' option
    Try `/usr/local/j2mesync-plugin/missing --help' for more information
    configure: WARNING: `missing' script is too old or missing

    After this, the configuring goes on normally.... but the make command result I think is as explanatory as disapointing:

    athlonxp:/usr/local/j2mesync-plugin # make
    make all-recursive
    make[1]: Entering directory `/usr/local/j2mesync-plugin'
    Making all in src
    make[2]: Entering directory `/usr/local/j2mesync-plugin/src'
    make[2]: No se hace nada para `all'.
    make[2]: Leaving directory `/usr/local/j2mesync-plugin/src'
    make[2]: Entering directory `/usr/local/j2mesync-plugin'
    make[2]: No se hace nada para `all-am'.
    make[2]: Leaving directory `/usr/local/j2mesync-plugin'
    make[1]: Leaving directory `/usr/local/j2mesync-plugin'

    Where the spanish string 'no se hace nada para' means 'doing/making nothing for'

    2nd What am I expected to see on the jar? I downloaded and installed again even with the jad+jar with the same result: a new JAVA icon which, on click, makes just an screen blanking and nothing more... is it normal?
    Gelobt sei was Hart macht...

  8. #8
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    i have contacted the author.
    let´s see if there is any help from him.
    thanks flammenwerfer!

  9. #9

    Default

    first: i've tried it myself and get the same results.

    the warnings can be ignored. but the problem is: the package already contains compiled version of the plugin. this was a fault when i packaged it. so i uploaded a new one.

    you can simple fix your tree by makeing a "make distclean" and then a "autogen.sh" and a "make" and then "make install" and opensync should be working

  10. #10
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default

    this has to be done with the original package, or should I download the new one and proceed?

    Y tried directly with the same package used in the first try, using make distclean... it seems that make worked, but the plugin is still unavailable
    Gelobt sei was Hart macht...


 
+ Reply to Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. Java application installation
    By vikasshettar in forum E6 General Chat
    Replies: 9
    Last Post: 06-13-2009, 04:07 PM
  2. [INFO] Syncing A1200 with Linux
    By EliasKesh in forum A1200 General Chat
    Replies: 41
    Last Post: 06-04-2008, 05:11 PM
  3. I need a Application java please
    By Kamihacker in forum A1200 General Chat
    Replies: 6
    Last Post: 02-21-2007, 04:42 PM
  4. syncing the E680 with linux
    By buhzi in forum E680 General Chat
    Replies: 5
    Last Post: 12-20-2005, 05:27 AM
  5. syncing e680i with linux?
    By buhzi in forum E680i General Chat
    Replies: 4
    Last Post: 05-19-2005, 12:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1