first activated build of it.sineo.android.noFrillsCPUClassic
This commit is contained in:
parent
f52a7f76ce
commit
27a73366d2
|
@ -1,18 +1,18 @@
|
|||
Name:No-frills CPU Control CLASSIC
|
||||
Category:System
|
||||
License:Apache2
|
||||
Web Site:https://github.com/hrk/no-frills-cpu-classic
|
||||
Web Site:
|
||||
Source Code:https://github.com/hrk/no-frills-cpu-classic
|
||||
Issue Tracker:https://github.com/hrk/no-frills-cpu-classic/issues
|
||||
Donate:http://forum.xda-developers.com/donatetome.php?u=1190708
|
||||
|
||||
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]
|
||||
* "Safety Valve" to avoid boot-loops in case of unsafe settings
|
||||
* 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
|
||||
Requires root: Yes. The files in question are in /sys and /system.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
@ -20,11 +20,14 @@ Requires Root:Yes
|
|||
Repo Type:git
|
||||
Repo:https://github.com/hrk/no-frills-cpu-classic.git
|
||||
|
||||
Build Version:1.26,52,!wait for next version 4a97f6a847,init=git clone https://github.com/hrk/androidChangelogLib,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1androidChangelogLib@' project.properties
|
||||
# Temporary patch; Changelog lib doesn't change too often
|
||||
Build Version:1.27,55,1.27,init=\
|
||||
git clone https://github.com/hrk/androidChangelogLib,patch=ru.patch,\
|
||||
prebuild=sed -i 's@\(reference.1=\).*@\1androidChangelogLib@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
# Each release has its own branch; Tags didn't work
|
||||
Update Check Mode:Market
|
||||
Current Version:1.26
|
||||
Current Version Code:52
|
||||
Current Version:1.27
|
||||
Current Version Code:55
|
||||
|
||||
|
|
52
metadata/it.sineo.android.noFrillsCPUClassic/ru.patch
Normal file
52
metadata/it.sineo.android.noFrillsCPUClassic/ru.patch
Normal file
|
@ -0,0 +1,52 @@
|
|||
commit 69fc5035a70a5cc0d444a792841fbb18a6b57bad
|
||||
Author: Luca Santarelli <luca.santarelli@gmail.com>
|
||||
Date: Sun Mar 31 21:41:44 2013 +0200
|
||||
|
||||
Add russian translation update I forgot to grab from getLocalization.
|
||||
|
||||
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
||||
index 1aa7e90..541151b 100644
|
||||
--- a/AndroidManifest.xml
|
||||
+++ b/AndroidManifest.xml
|
||||
@@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="it.sineo.android.noFrillsCPUClassic"
|
||||
android:installLocation="internalOnly"
|
||||
- android:versionCode="54"
|
||||
+ android:versionCode="55"
|
||||
android:versionName="1.27" >
|
||||
|
||||
<uses-sdk
|
||||
@@ -63,4 +63,4 @@
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
-</manifest>
|
||||
\ No newline at end of file
|
||||
+</manifest>
|
||||
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
|
||||
index 4e91158..a08f6c8 100644
|
||||
--- a/res/values-ru/strings.xml
|
||||
+++ b/res/values-ru/strings.xml
|
||||
@@ -30,7 +30,7 @@
|
||||
<string name="menu_details">Программа</string>
|
||||
<!-- Stats activity -->
|
||||
<string name="menu_refresh">Обновить</string>
|
||||
-
|
||||
+ <string name="menu_reset">Сброс</string>
|
||||
<string name="spinner_stats_text">Чтение статистики за 5 секунд…</string>
|
||||
<string name="stats_title">Статистика частот</string>
|
||||
<string name="stats_current">Текущая частота: %1$s</string>
|
||||
@@ -91,9 +91,9 @@ http://forum.xda-developers.com/showthread.php?t=911917
|
||||
<!-- Preferences -->
|
||||
<string name="prefs_theme">Тема</string>
|
||||
<string name="prefs_theme_restart_needed">Тема изменится после перезапуска</string>
|
||||
-
|
||||
-
|
||||
-
|
||||
+ <string name="prefs_theme_dark">Тёмная</string>
|
||||
+ <string name="prefs_theme_light">Светлая</string>
|
||||
+ <string name="prefs_theme_light_and_dark">Светлая с тёмной панелью</string>
|
||||
<string name="prefs_disable_safety_valve">Отключить аварийный тормоз</string>
|
||||
<string name="prefs_disable_safety_valve_summary_on">Не будет проверки на аварийное завершение </string>
|
||||
<string name="prefs_disable_safety_valve_summary_off">При аварийном завершении параметры не применятся.</string>
|
Loading…
Reference in a new issue