From 01091c24fd4c651feaa34883ae7f5df7761db45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 22 Feb 2013 08:51:26 +0100 Subject: [PATCH] Properly disable callmeter, add description --- metadata/de.ub0r.android.callmeter.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/metadata/de.ub0r.android.callmeter.txt b/metadata/de.ub0r.android.callmeter.txt index b28f667e73..69af0ccc79 100644 --- a/metadata/de.ub0r.android.callmeter.txt +++ b/metadata/de.ub0r.android.callmeter.txt @@ -38,7 +38,15 @@ rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$ sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \ echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \ echo "android.library.reference.4=$$MobAdMob$$" >> project.properties -Build Version:3.8.1,!java complains 7381000,CallMeter3G-3.8.1,srclibs=\ +# Callmeter shows an error about android support jar. This is because the +# latest support jar isn’t being supplied by the libraries. This can be fixed +# by using the latest support jar. This must be imported as an extlib and +# copied into the libraries to avoid conflicts. I guess this only happens with +# ant. +# extlibs=android/android-support-v4.jar,prebuild=\ +# cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && mv\ +# libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/ && \... +Build Version:3.8.1,7381000,!java complains CallMeter3G-3.8.1,srclibs=\ ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;ub0rlib@144a5da04c;MobAdMob@2d5736,prebuild=\ rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \