Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 59553 invoked from network); 3 Feb 2011 02:12:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 02:12:35 -0000 Received: (qmail 29859 invoked by uid 500); 3 Feb 2011 02:12:35 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29800 invoked by uid 500); 3 Feb 2011 02:12:34 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 29793 invoked by uid 500); 3 Feb 2011 02:12:34 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 29790 invoked by uid 99); 3 Feb 2011 02:12:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 02:12:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 02:12:33 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 25FC167D for ; Thu, 3 Feb 2011 02:12:06 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 03 Feb 2011 02:12:05 -0000 Message-ID: <20110203021205.16883.40859@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Trivial_Update_of_=22AndroidReleasePatch=22_?= =?utf-8?q?by_MattAdams?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "AndroidReleasePatch" page has been changed by MattAdams. http://wiki.apache.org/couchdb/AndroidReleasePatch?action=3Ddiff&rev1=3D4&r= ev2=3D5 -------------------------------------------------- For use with [[Installing_on_Android]] = {{{ - (to be updated) + diff -ru release-2011-01-26_22-07-58.bak/data/data/com.your.namespace/erl= ang/bin/erl release-2011-01-26_22-07-58/data/data/com.your.namespace/erlang= /bin/erl + --- release-2011-01-26_22-07-58.bak/data/data/com.your.namespace/erlang/b= in/erl 2011-01-26 22:08:02.000000000 -0700 + +++ release-2011-01-26_22-07-58/data/data/com.your.namespace/erlang/bin/e= rl 2011-01-26 22:39:33.000000000 -0700 + @@ -21,6 +21,7 @@ + BINDIR=3D$ROOTDIR/erts-5.7.5/bin + EMU=3Dbeam + PROGNAME=3D`echo $0 | sed 's/.*\///'` + +export ERL_INETRC=3D$ROOTDIR/bin/erl_inetrc + export EMU + export ROOTDIR + export BINDIR + diff -ru release-2011-01-26_22-07-58.bak/data/data/com.your.namespace/erl= ang/bin/erl_inetrc release-2011-01-26_22-07-58/data/data/com.your.namespace= /erlang/bin/erl_inetrc + new file mode 100644 + --- /dev/null + +++ release-2011-01-26_22-07-58/data/data/com.your.namespace/erlang/bin/e= rl_inetrc 2011-01-26 23:32:55.000000000 -0700 + @@ -0,0 +1,5 @@ + +%% Use erlang's internal resolver. Native DNS on android is annoying + +{lookup, [file,dns]}. + +%% TODO: Not this, + +{nameserver, {8,8,8,8}}. + + + diff --git a/data/data/com.your.namespace/bin/couchjs_wrapper b/data/data= /com.your.namespace/bin/couchjs_wrapper + new file mode 100755 + index 0000000..167b96e + --- /dev/null + +++ b/data/data/com.your.namespace/bin/couchjs_wrapper + @@ -0,0 +1,4 @@ = + +#!/system/bin/sh + +echo "launched..." >> /sdcard/whathappened + +export LD_LIBRARY_PATH=3D/data/data/com.your.namespace/bin = + +exec /data/data/com.your.namespace/bin/couchjs $@ + diff -ru release-2011-02-02_14-49-00.bak/data/data/com.your.namespace/erl= ang/lib/couch-1.0.1/priv/couchspawnkillable release-2011-02-02_14-49-00/dat= a/data/com.your.namespace/erlang/lib/couch-1.0.1/priv/couchspawnkillable + --- release-2011-02-02_14-49-00.bak/data/data/com.your.namespace/erlang/l= ib/couch-1.0.1/priv/couchspawnkillable 2011-02-02 11:37:45.000000000 -0700 + +++ release-2011-02-02_14-49-00/data/data/com.your.namespace/erlang/lib/c= ouch-1.0.1/priv/couchspawnkillable 2011-02-02 14:50:30.000000000 -0700 + @@ -1,4 +1,4 @@ + -#! /bin/sh -e + +#!/system/bin/sh -e + = + # Licensed under the Apache License, Version 2.0 (the "License"); you m= ay not + # use this file except in compliance with the License. You may obtain a= copy of }}} =20