fdroiddata/metadata/it.sineo.android.noFrillsCPUClassic.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

46 lines
1.5 KiB
YAML

Categories:
- Development
License: Apache-2.0
SourceCode: https://github.com/hrk/no-frills-cpu-classic
IssueTracker: https://github.com/hrk/no-frills-cpu-classic/issues
Donate: http://forum.xda-developers.com/donatetome.php?u=1190708
AutoName: No-frills CPU Control CLASSIC
Summary: Set CPU modes
Description: |-
For any sysfs-enabled ROM e.g most custom ROMS:
* Easy GUI to set frequencies, [http://forum.xda-developers.com/showpost.php?p=27955261&postcount=1 governors] and [http://forum.xda-developers.com/showpost.php?p=23885668&postcount=1 I/O schedulers] (Links on XDA)
* "Safety Valve" to avoid boot-loops in case of unsafe settings (enabled by default)
* Stats screen to see the effective usage of frequencies
Requires root: Yes. The files in question are in /sys and /system.
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/hrk/no-frills-cpu-classic.git
Builds:
- versionName: '1.27'
versionCode: 55
commit: '1.27'
init: git clone https://github.com/hrk/androidChangelogLib
patch:
- ru.patch
prebuild: sed -i 's@\(reference.1=\).*@\1androidChangelogLib@' project.properties
- versionName: 1.28.2
versionCode: 58
commit: 6ba55364de2d7a5c8a376b00d92523710
srclibs:
- Changelog-HRK@12e6193c5b
prebuild: sed -i 's@\(.1=\).*@\1$$Changelog-HRK$$@' project.properties
MaintainerNotes: Tags gone?
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.28.2
CurrentVersionCode: 58