diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-02-26 06:15:34 +0100 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-02-26 06:15:34 +0100 |
commit | 95c153bfe1b5fb3a713f120157de3290fc8c34f4 (patch) | |
tree | 3db11216738ccb23d832ab422de0101bca33e5cc /CrespoParts/res | |
parent | 2eccd9babeaa2491e92e86283f05857bbf14693e (diff) | |
download | device_samsung_crespo-95c153bfe1b5fb3a713f120157de3290fc8c34f4.zip device_samsung_crespo-95c153bfe1b5fb3a713f120157de3290fc8c34f4.tar.gz device_samsung_crespo-95c153bfe1b5fb3a713f120157de3290fc8c34f4.tar.bz2 |
Remove lulzactive tunning from settings
Remove lulzactive since is already removed from kernel
Change-Id: Idbc502d460005d5cda65859bafd1155bfad11d58
Diffstat (limited to 'CrespoParts/res')
-rwxr-xr-x | CrespoParts/res/layout/preference_dialog_lulzactive_tuning.xml | 159 | ||||
-rw-r--r-- | CrespoParts/res/values/strings.xml | 13 | ||||
-rw-r--r-- | CrespoParts/res/xml/general_preferences.xml | 4 |
3 files changed, 1 insertions, 175 deletions
diff --git a/CrespoParts/res/layout/preference_dialog_lulzactive_tuning.xml b/CrespoParts/res/layout/preference_dialog_lulzactive_tuning.xml deleted file mode 100755 index c32d7c5..0000000 --- a/CrespoParts/res/layout/preference_dialog_lulzactive_tuning.xml +++ /dev/null @@ -1,159 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="match_parent"> - - <RelativeLayout - android:layout_width="match_parent" - android:layout_height="match_parent" - android:gravity="center_horizontal" - android:paddingBottom="20dip"> - - <TextView android:id="@+id/inccpuload_text" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/inccpuload_title" - android:paddingTop="7dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <TextView android:id="@+id/inccpuload_value" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentRight="true" - android:paddingTop="7dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <SeekBar android:id="@+id/inccpuload_seekbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/inccpuload_text" - android:paddingTop="2dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - - <TextView android:id="@+id/pumpup_text" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/inccpuload_seekbar" - android:text="@string/pumpup_title" - android:paddingTop="7dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <TextView android:id="@+id/pumpup_value" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/inccpuload_seekbar" - android:layout_alignParentRight="true" - android:paddingTop="7dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <SeekBar android:id="@+id/pumpup_seekbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/pumpup_text" - android:paddingTop="2dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - - <TextView android:id="@+id/pumpdown_text" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/pumpup_seekbar" - android:text="@string/pumpdown_title" - android:paddingTop="7dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <TextView android:id="@+id/pumpdown_value" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/pumpup_seekbar" - android:layout_alignParentRight="true" - android:paddingTop="7dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <SeekBar android:id="@+id/pumpdown_seekbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/pumpdown_text" - android:paddingTop="2dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - - <TextView android:id="@+id/upsampletime_text" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/pumpdown_seekbar" - android:text="@string/upsampletime_title" - android:paddingTop="10dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <TextView android:id="@+id/upsampletime_value" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/pumpdown_seekbar" - android:layout_alignParentRight="true" - android:paddingTop="10dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <SeekBar android:id="@+id/upsampletime_seekbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/upsampletime_text" - android:paddingTop="2dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - - <TextView android:id="@+id/downsampletime_text" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/upsampletime_seekbar" - android:text="@string/downsampletime_title" - android:paddingTop="10dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <TextView android:id="@+id/downsampletime_value" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_below="@id/upsampletime_seekbar" - android:layout_alignParentRight="true" - android:paddingTop="10dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - <SeekBar android:id="@+id/downsampletime_seekbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/downsampletime_text" - android:paddingTop="2dip" - android:paddingLeft="20dip" - android:paddingRight="20dip" /> - - <LinearLayout - android:id="@+id/linearLayout1" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/downsampletime_seekbar" > - - <Button - android:id="@+id/btnLulzDefault" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/lulz_default_title" /> - - <Button - android:id="@+id/btnLulzBatt" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/lulz_batt_title" /> - - <Button - android:id="@+id/btnLulzSpeed" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/lulz_speed_title" /> - - </LinearLayout> - - </RelativeLayout> - -</ScrollView> diff --git a/CrespoParts/res/values/strings.xml b/CrespoParts/res/values/strings.xml index 331bc44..8ef5161 100644 --- a/CrespoParts/res/values/strings.xml +++ b/CrespoParts/res/values/strings.xml @@ -9,7 +9,7 @@ <string name="category_cpu_title">CPU</string> <string name="cpu_deepidle_title_head">Deep Idle</string> - <string name="cpu_deepidle_summary_head">Enables deep idle, intended to provide better battery life. (Experimental at this time!)</string> + <string name="cpu_deepidle_summary_head">Enables deep idle, intended to provide better battery life. (NO STABLE AT ALL. you can have reboots!)</string> <string name="category_screen_title">WM8994 Settings ( voodoo )</string> <string name="color_tuning_title_head">Color Multipliers Tuning</string> <string name="color_tuning_summary_head">Calibrate multipliers screen color</string> @@ -19,17 +19,6 @@ <string name="color_green_title">Green</string> <string name="color_blue_title">Blue</string> - <string name="lulzactive_tuning_title_head">Lulzactive Tuning</string> - <string name="lulzactive_tuning_summary_head">Controls parameters for lulzactive governor</string> - <string name="inccpuload_title">% of change</string> - <string name="pumpup_title">Steps when UP</string> - <string name="pumpdown_title">Steps when DOWN</string> - <string name="upsampletime_title">Time before rise up [ms]</string> - <string name="downsampletime_title">Time before goes down [ms]</string> - <string name="lulz_default_title">Default</string> - <string name="lulz_batt_title">Batt. Save</string> - <string name="lulz_speed_title">Fast</string> - <string name="category_touchkey_title">Touch Keys</string> <string name="touchkey_notification_title_head">Backlight Notifications</string> <string name="touchkey_notification_summary_head">The touch key backlights will turn on when there is a notification.</string> diff --git a/CrespoParts/res/xml/general_preferences.xml b/CrespoParts/res/xml/general_preferences.xml index 8dbb14e..82c8956 100644 --- a/CrespoParts/res/xml/general_preferences.xml +++ b/CrespoParts/res/xml/general_preferences.xml @@ -8,10 +8,6 @@ <CheckBoxPreference android:key="deepidle" android:title="@string/cpu_deepidle_title_head" android:summary="@string/cpu_deepidle_summary_head" /> - <com.cyanogenmod.settings.device.LulzactiveTuningPreference - android:key="lulzactive_tuning" - android:title="@string/lulzactive_tuning_title_head" - android:summary="@string/lulzactive_tuning_summary_head" /> </PreferenceCategory> <!-- Touch key backlight timeout --> |