mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
85 lines
2.5 KiB
YAML
85 lines
2.5 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/j4velin/SystemAppMover
|
|
IssueTracker: https://github.com/j4velin/SystemAppMover/issues
|
|
|
|
AutoName: /system/app mover
|
|
Description: |-
|
|
This app moves apps from and to the /system/app folder, making them a system app
|
|
or a user app. System apps can get more priviledges, so some apps get more
|
|
functionality when installed as a system app.
|
|
|
|
On the other hand, system apps can not be uninstalled. So this app can also be
|
|
used to convert system apps to normal user apps by moving them from the
|
|
/system/app directory to /data/app directory.
|
|
|
|
WARNING: Uninstalling important system apps might result in a unusable device!
|
|
Use this function at your own risk and only if you know what you're doing!
|
|
|
|
This app requires a rooted device with BusyBox installed.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/j4velin/SystemAppMover.git
|
|
|
|
Builds:
|
|
- versionName: 1.5.9
|
|
versionCode: 159
|
|
commit: 85004571574fc6146641e2ba59faf63af5857a93
|
|
gradle:
|
|
- yes
|
|
prebuild: touch key.properties
|
|
|
|
- versionName: 1.6.1
|
|
versionCode: 161
|
|
commit: 7d083998bb9f1681ce9050da311ca13732a04bbf
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- RootToolsSvn@2.6
|
|
rm:
|
|
- '*.jar'
|
|
prebuild:
|
|
- touch key.properties
|
|
- cp -r $$RootToolsSvn$$/src/com/ src/main/java
|
|
|
|
- versionName: '1.7'
|
|
versionCode: 170
|
|
commit: 3895cad3af3e9b09535c8cd6e10500b867ceb309
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- RootToolsSvn@2.6
|
|
rm:
|
|
- '*.jar'
|
|
prebuild:
|
|
- touch key.properties
|
|
- cp -r $$RootToolsSvn$$/src/com/ src/main/java
|
|
|
|
- versionName: 1.7.2
|
|
versionCode: 172
|
|
commit: d86371d2b1c24a8d8165625941938471e197e52f
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- '*.jar'
|
|
prebuild:
|
|
- touch key.properties
|
|
- wget -c https://f-droid.org/repo/de.j4velin.systemappmover_170_src.tar.gz
|
|
- gunzip de.j4velin.systemappmover_170_src.tar.gz
|
|
- tar xvf de.j4velin.systemappmover_170_src.tar
|
|
- rm de.j4velin.systemappmover_170_src.tar
|
|
- mv de.j4velin.systemappmover_170_src.tar.gz/src/main/java/com src/main/java/
|
|
- rm -fR de.j4velin.systemappmover_170_src.tar.gz
|
|
|
|
MaintainerNotes: |-
|
|
Upstream didn't carry over history when moving to github. Since GoogleCode
|
|
is no more, we obtain RootTools-2.6 source form a previous build's source
|
|
package... weird stuff, indeed.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.7.2
|
|
CurrentVersionCode: 172
|