Page 2 of 18 FirstFirst 123412 ... LastLast
Results 11 to 20 of 179

Thread: How to Sync your Blackberry in Linux

  1. #11
    Join Date
    May 2006
    Location
    On your couch
    Beans
    60
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Sync your Blackberry in Linux

    I would recommend you rollback to Syncevolution 0.2 instead of the latest 0.3 ........I have the same evolution-data-server package as you do and my system works fine.....I haven't touched it since I first put it together (aside from updating the cron jobs that run the sync commands for me).

    The limiting factor to this whole setup is actually the Blackberry client, not the syncevolution or scheduleworld setups...I do believe that Funambol's latest versions of the Blackberry client only allows you to sync your addressbook, and not your calendar. The reason for this is that the claim the calendar has a bug.

    Again, I have not yet encountered this "bug" so I couldn't tell you anything else.
    -----------------------------
    -Aashay Desai (NinjitsuStylee)

  2. #12
    Join Date
    Jan 2005
    Location
    Washington DC
    Beans
    329

    Re: How to Sync your Blackberry in Linux

    You need to install the evolution-data-server-dev and libcurl3-dev

    Code:
    sudo apt-get install libcurl3-dev libcurl3-openssl-dev evolution-data-server-dev g++
    then run ./configure again and make && make install

  3. #13
    Join Date
    May 2006
    Location
    On your couch
    Beans
    60
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Sync your Blackberry in Linux

    Good call. Thanks for helpin him out!
    -----------------------------
    -Aashay Desai (NinjitsuStylee)

  4. #14
    Join Date
    May 2005
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to Sync your Blackberry in Linux

    Great directions. I was able to get to the point of tyring to sync with scheduleworld, and ran in to the following:
    Code:
    15:31:20 [DEBUG] - Requesting resource /sync4j/sync  at www.scheduleworld.com:80
    15:31:20 [DEBUG] - libcurl info: About to connect() to www.scheduleworld.com port 80
    15:31:20 [DEBUG] - libcurl info:   Trying 64.34.210.174... 
    15:31:20 [DEBUG] - libcurl info: connected
    15:31:20 [DEBUG] - libcurl info: Connected to www.scheduleworld.com (64.34.210.174) port 80
    15:31:20 [DEBUG] - libcurl header out:
    POST /sync4j/sync  HTTP/1.1
    
    Host: www.scheduleworld.com
    
    Accept: */*
    
    Content-Type: application/vnd.syncml+xml
    
    Content-Length: 230673
    
    Expect: 100-continue
    
    
    
    15:31:27 [DEBUG] - libcurl header in: HTTP/1.1 505 HTTP Version Not Supported
    
    15:31:27 [DEBUG] - libcurl header in: Server: Apache-Coyote/1.1
    
    15:31:27 [DEBUG] - libcurl header in: Date: Sun, 20 Aug 2006 19:31:26 GMT
    
    15:31:27 [DEBUG] - libcurl header in: Connection: close
    
    15:31:27 [DEBUG] - libcurl info: Closing connection #0
    15:31:27 [DEBUG] - 
    15:31:27 [DEBUG] - Response read
    15:31:27 [ERROR] - Server Failure: server returned error code -1
    15:31:27 [ERROR] - Error in syncing: Server Failure: server returned error code -1

    Any idea where to go for help with this. I posted to the sync4j-users mailing list but haven't received a response.

    Thanks,

    Steve

  5. #15
    Join Date
    Mar 2006
    Location
    Montreal, Canada
    Beans
    248
    Distro
    Hardy Heron (Ubuntu Development)

    Re: How to Sync your Blackberry in Linux

    How do I get the thing to charge?!

  6. #16
    Join Date
    May 2006
    Location
    On your couch
    Beans
    60
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Sync your Blackberry in Linux

    Haven't quite figured that out yet......I've been using the wall plug charger ever since I moved to Ubuntu.
    -----------------------------
    -Aashay Desai (NinjitsuStylee)

  7. #17
    Join Date
    Oct 2005
    Beans
    49
    Distro
    The Feisty Fawn Testing

    Re: How to Sync your Blackberry in Linux

    Could I get this working with a treo 650? It listed as a compatible device on the funambol website.

  8. #18
    Join Date
    Aug 2006
    Beans
    9

    Re: How to Sync your Blackberry in Linux

    Okay, my outputs are looking very similar. I'm about to burn down my house, with this box in it.

    All I really wanted was to use Syncberry to sync calendar/contact/task info from my company's OWA server, but the dang thing won't do it, and the "IT" guy isn't very helpful.

    Why do IT guys assume that if you're trying to do something they don't know about that you surely are trying to subvert and overthrow their universe?

    And the guy at Nexthaus (SyncJe), although helpful and friendly, wasn't familiar with OWA. Geez.

    Is anyone familiar with OWA that isn't afraid I'm looking for a back door into Hackville?


  9. #19
    Join Date
    Aug 2006
    Beans
    9

    Angry Re: How to Sync your Blackberry in Linux

    Hey, Stylee -

    You mentioned on the first page about permissions... I know enough about permissions on Linux to be stupid. How do I go check to see if that is what my problem is?

    I appear to have C++ installed as part of the G++ and GCC bases, but the ./config still tells me G++ no and GCC no... What the..?

    AArrrgh...

    Thanx,

    Lee

  10. #20
    Join Date
    May 2006
    Location
    On your couch
    Beans
    60
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Sync your Blackberry in Linux

    Hi clcoyle.

    Unfortunately I'm not exactly sure what your setup is, but what I would do is make sure you're running everything as root while trying to install (sudo).......

    Also, you say you have C++ instapped as part of the G++ bases.....there is a possibility that you don't have the most current version installed. Try checking dependencies for the syncevolution package (google it i suppose, or check the website in the link i provided) and make sure you have all of those, and the dependencies for that (apt-get will be your best friend in doing that part).
    -----------------------------
    -Aashay Desai (NinjitsuStylee)

Page 2 of 18 FirstFirst 123412 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •