I'm new to Android and CouchDB and have a few questions.
Is it actually possible to replicate the contents of a Windows CouchDB database to Android without developing some sort of app?
CouchApp is installed on my Motorola Defy and it says CouchDB is running on http://ip:port/. With the build in browser I cannot verify that information, because the URL cannot be opend (neither from the phone nor from my pc), but http://localhost:port/ works fine.
I tried setting bind_address
in /sdcard/Android/data/com.aranomurl.couchapp/couchdb/etc/couchdb/local.ini
to 0.0.0.0
and to the actual IP, but neither one changes anything.
Using the futon replicator I get the error message "Replication failed: could not open http://ip:port/".
As a correlating question, I wonder how continous replication is supposed to work for mobile devices, since IP address and port seem to change very frequently.
(edited once to clarify that mobile futon's URL is not working)