From 4b1fc8b54f1466ac9e389fa64a32971aeb300ee6 Mon Sep 17 00:00:00 2001 From: Jim Duda Date: Sat, 24 Nov 2012 18:40:02 -0500 Subject: [PATCH 1/2] Remove the android_server_port default from mh.ini. --- bin/mh.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mh.ini b/bin/mh.ini index a0cd44f5d..a0580d643 100644 --- a/bin/mh.ini +++ b/bin/mh.ini @@ -1232,7 +1232,7 @@ pocketsphinx_timeout_response=talk to you later @ do not want to open this this, you can forward the information to this port @ through ssh using the host configuration check box in the android application. -server_android_port=4444 +@ server_android_port=4444 @ Set to localhost if festival is on your local computer festival_host=localhost From 4abd5cb046b2376f08c46b9c9f6ba69d0fafc8a6 Mon Sep 17 00:00:00 2001 From: Jim Duda Date: Sun, 25 Nov 2012 12:38:54 -0500 Subject: [PATCH 2/2] Remove the Android_Server reference causing compile failures. --- code/common/android_server.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/common/android_server.pl b/code/common/android_server.pl index cd5a20a60..c4a477365 100644 --- a/code/common/android_server.pl +++ b/code/common/android_server.pl @@ -37,12 +37,9 @@ use Voice_Text; use Voice_Cmd; use JSON::PP; -use Android_Server; my (%androidClients); -$android = new Android_Server( ); - #Tell MH to call our routine each time something is spoken if ($Startup or $Reload) { &Speak_parms_add_hook(\&pre_speak_to_android);