diff --git a/Makefile b/Makefile
index 0ed124dd1..28f67c96b 100644
--- a/Makefile
+++ b/Makefile
@@ -103,11 +103,11 @@ run-linphone:
ant run
run-tests:
+ ant partial-clean && \
$(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test
$(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone
@cd $(TOPDIR)/tests/ && \
$(SDK_PATH)/android update test-project --path . -m ../ && \
- ant partial-clean && \
ant debug && \
ant installd && \
ant test
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 7c3f3c40d..204c556ed 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -75,26 +75,22 @@
android:key="@string/pref_codec_ilbc_key"
android:title="@string/pref_codec_ilbc"
android:defaultValue="@bool/pref_codec_ilbc_default"
- android:shouldDisableView="true"
android:summary="@string/pref_ilbc_summary"/>
+ android:defaultValue="@bool/pref_codec_amr_default" />
+ android:defaultValue="@bool/pref_codec_g729_default" />
+ android:defaultValue="@bool/pref_codec_amrwb_default" />