descriptions
This commit is contained in:
parent
b87236c85d
commit
a24bc14daf
|
@ -19,6 +19,9 @@ Renaming the folder from "oabackups" to "oandbackups" upon updating will solve p
|
|||
(As this app is still in an early phase, please don't rely on it solely unless you know what you are doing.)
|
||||
|
||||
Requires root: Yes. Copies files from /data/data, /data/app and /system/app.
|
||||
If you don't have root you can use '''adb''' from the
|
||||
[http://developer.android.com/sdk Android SDK] platform tools to make
|
||||
backups via a desktop computer.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
|
|
@ -9,14 +9,19 @@ Auto Name:Droidgain
|
|||
Name:Droidgain
|
||||
Summary:Normalizer for audio files
|
||||
Description:
|
||||
Normalizes mp3 files: it makes them all sound equally loud.
|
||||
Normalizes mp3 files; it makes them all sound equally loud, so if you have
|
||||
a song that's too quiet this app can make it be louder.
|
||||
Currently, it picks files via another app, so you will need to have a
|
||||
music player, such as [[com.android.music]] installed, or perhaps some
|
||||
other suitable file picker.
|
||||
.
|
||||
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://github.com/beide/Droidgain.git
|
||||
|
||||
Build Version:1.0,1,3cf8be7ebc,\
|
||||
build=sed -i '6 i \<uses-sdk android:targetSdkVersion="15"\n\
|
||||
build=sed -i '6 i \<uses-sdk android:targetSdkVersion="10"\n\
|
||||
android:minSdkVersion="8" \/\>' AndroidManifest.xml && \
|
||||
mkdir -p ndk/toolchains && \
|
||||
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 |\
|
||||
|
|
Loading…
Reference in a new issue