new app Paranoid Wallpapers ...
deactivated while thinking about patching for older platforms. Elaborate on missing source code for de.ub0r.android.callmeter.
This commit is contained in:
parent
1ef385cd94
commit
1384bf8761
34
metadata/com.paranoid.ParanoidWallpapers.txt
Normal file
34
metadata/com.paranoid.ParanoidWallpapers.txt
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
Category:Wallpaper
|
||||||
|
License:GPLv2
|
||||||
|
Web Site:http://www.paranoid-rom.com
|
||||||
|
Source Code:https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers
|
||||||
|
Issue Tracker:https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers/issues
|
||||||
|
Donate:http://forum.xda-developers.com/donatetome.php?u=3484876
|
||||||
|
|
||||||
|
Summary:Wallpapers from a custom ROM
|
||||||
|
Description:
|
||||||
|
Pick from 9 wallpapers that come with the Paranoid Android ROM
|
||||||
|
or choose one of seven solid-(ish) colours.
|
||||||
|
There is no launcher icon: instead they are made available via the
|
||||||
|
system wallpaper picker.
|
||||||
|
|
||||||
|
The source code specifies Android 4.1 so it may crash on older versions.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers
|
||||||
|
|
||||||
|
# patch via https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers/pull/2
|
||||||
|
Build Version:1.0,1,!wait a bit at 487d16a795,\
|
||||||
|
extlibs=android/android-support-v4.jar,target=android-17,prebuild=\
|
||||||
|
sed -i '11 i android:versionCode=\"1\"\nandroid:versionName=\"1.0\"' AndroidManifest.xml && \
|
||||||
|
sed -i '130 i \\tmSectionsPagerAdapter.notifyDataSetChanged();' \
|
||||||
|
src/com/paranoid/ParanoidWallpapers/Wallpaper.java && \
|
||||||
|
sed -i 's/android:minSdkVersion=\"16\"/android:minSdkVersion=\"10\"/g' AndroidManifest.xml
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
# Probably always on 1.0
|
||||||
|
Update Check Mode:None
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Category:System
|
Category:System
|
||||||
License:GPLv3+
|
License:GPLv3+
|
||||||
Web Site:https://code.google.com/p/callmeter/
|
Web Site:
|
||||||
Source Code:http://github.com/felixb/callmeter
|
Source Code:
|
||||||
Issue Tracker:https://code.google.com/p/callmeter/issues/list
|
Issue Tracker:https://code.google.com/p/callmeter/issues/list
|
||||||
|
|
||||||
Summary:Call and data logs
|
Summary:Call and data logs
|
||||||
|
@ -27,10 +27,13 @@ Permissions of this app:
|
||||||
* PREVENT DEVICE FROM SLEEPING: update logs in background
|
* PREVENT DEVICE FROM SLEEPING: update logs in background
|
||||||
|
|
||||||
The non-Free Google Admob in the source code was replaced with an open-source library that does nothing.
|
The non-Free Google Admob in the source code was replaced with an open-source library that does nothing.
|
||||||
|
|
||||||
|
Status: Source code repo has disappeared.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
# Repo disappeared
|
||||||
Repo:https://github.com/felixb/callmeter.git
|
#Repo Type:git
|
||||||
|
#Repo:https://github.com/felixb/callmeter.git
|
||||||
|
|
||||||
Build Version:3.6.2,7362000,CallMeter3G-3.6.2,srclibs=\
|
Build Version:3.6.2,7362000,CallMeter3G-3.6.2,srclibs=\
|
||||||
ActionBarSherlock@4.1.0;ViewPagerIndicator@2.4.1;ub0rlib@75e4a553dd;MobAdMob@2d5736,prebuild=\
|
ActionBarSherlock@4.1.0;ViewPagerIndicator@2.4.1;ub0rlib@75e4a553dd;MobAdMob@2d5736,prebuild=\
|
||||||
|
@ -56,8 +59,9 @@ echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
|
||||||
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
|
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
#Source code has disappeared
|
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:3.9
|
Current Version:3.9
|
||||||
Current Version Code:7390000
|
Current Version Code:7390000
|
||||||
|
|
||||||
|
No Source Since:3.9
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue