Funambol is the leading mobile cloud sync solution . The software in this repository is the open source version which consists of a sync server, clients/apps for mobile devices and computers, and connector software to interface with other systems. The open source version syncs PIM data such as contacts (address books), calendars (agendas), tasks and notes.
Questions tagged [funambol]
11 questions
6
votes
2 answers
Implementing this Java password encryption algorithm in PHP
I'm trying to implement a password encryption algorithm used in Funambol mobile sync server in PHP but I'm having hard time as I come from a non-Java background. The code itself seems simple:
encryptionKey = "Omnia Gallia in tres partes divida…

Tatu Ulmanen
- 123,288
- 34
- 187
- 185
1
vote
1 answer
How to connect to funambol server with my own ds client
I want to connect to funambol server to sync my data,from my ds client. I created a account for funambol server at webportal. Now if i try to connect to funambol server with first OMA DS package it is not retuning the response properly.

shunty
- 375
- 2
- 7
- 24
1
vote
2 answers
How does Funambol work?
I'm developing a android application for a customer which involves capturing data on the handset and then synchronizing it later to a server. They want me to use Funambol server and client to sync data. I have tried looking up on the…

Arun
- 3,036
- 3
- 35
- 57
1
vote
1 answer
Limit cast scope only to schema in PostgreSQL
Funambol in its administration documentation has that for running on newer PostgreSQL instances which are more strict with types and casting you have to add those casts:
CREATE FUNCTION pg_catalog.text(bigint) RETURNS text STRICT IMMUTABLE LANGUAGE…

Mitar
- 6,756
- 5
- 54
- 86
1
vote
1 answer
Can the Funambol C++ API be used for Symbian Series 40 development?
Can I use the Funambol API for Symbian Series 40 development using C++, as the Series 40 SDK is not available for C++?

Bharat
- 265
- 1
- 6
- 12
1
vote
1 answer
How to connect and pull data out of funambol dm server using j2se client ?I
I have installed the DM server and it is up and running.Also added couple of device details via koneki simulator.
Now i want to use one of the j2se client to connect and pull data from DM server.
I am struck on this part.Any code sample ?

Krithika Vittal
- 1,477
- 2
- 16
- 32
0
votes
2 answers
When is a HTTP request lost?
I need to send quite large HTTP requests from a mobile device. In what situation is the request lost (So that the data sent will have to be resent)?
What happen for example if there is no radio-connection for a few seconds? Does it depend on some…

Olav
- 1,758
- 4
- 27
- 49
0
votes
2 answers
Connecting Funambol to MySQL on remote host
I am setting up Funambol 8.7 on a Linux host (using Amazon AWS). I need to connect to a MySQL datbase that is hosted on a different server.
Per the administration guide I went ahead and downloaded the mysql connector and placed the jar in…

rugcutter
- 101
- 1
- 2
- 8
0
votes
0 answers
how to integrate libsynthesis in ios app syncML
I am attempting to implement sync ML in my ios app for integrating contacts with a sync ML server.
I have 2 libraries , funambol and lib synthesis .
Funambol has its own app but there were a lot of errors integrating it so i moved to lib synthesis…

BackStabber
- 227
- 1
- 13
0
votes
0 answers
How to send and receive http request to Funambol Server
I want to send lonin request with user name and password to Funambol Server which has public ULR (not in localhost). I already have ID and password, and also i can login with my ID in Server, but when i want to use JavaScript to send the login…

Bahramdun Adil
- 5,907
- 7
- 35
- 68
0
votes
1 answer
C# SynML client
I am developing an ASP.NET + C# web site and i need a library or component to connect to a SyncML server (funambol server) to synchronize contacts between the web site and the SyncML server
I need it to be written in C# and to manage all the SyncML…

hamed farag
- 76
- 1
- 7