From 9257417ed6b50c7f3a876dac18deeea7e4aa6c8d Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 4 Apr 2014 16:01:12 +0200 Subject: [PATCH] Updated README instructions for changing package name --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index e850eb0f0..52538d3b4 100644 --- a/README +++ b/README @@ -26,7 +26,9 @@ To run the tutorials: To create an apk with a different package name, you need to edit the custom_rules.xml file: 1) look for the property named "linphone.package.name" and change it value accordingly -2) run again the Makefile script by calling "make" +2) also update the values in the AndroidManifest file where the comment appears +3) update the path to the sounds in the linphonerc-factory files in the res folders +4) run again the Makefile script by calling "make" TROUBLESHOOTING