[THEME][MOD][DEODEXED] Customize Your Galaxy S3

Update 27.03.2013:
- Neu hinzugefügt: Lockscreen Clock Themes: Stock S4, MultiWindow Themes: Stock S4, AccuweatherWidget: Galaxy S4-Look, AccuweatherWidget Main: Galaxy S4-LookLike
 
Zuletzt bearbeitet:
Update 12.04.2013:
- Neu hinzugefügt: MultiWindow Themes: Stock S4 Semi-Transparent, Stock S4 Blau, Stock S4 Blau Semi-Transparent, AccuweatherWidget: Galaxy S4-Look Semi-Transparent, AccuweatherWidget Main: Google Now-LookLike, Modified Galaxy S4 Launcher (Blau)
 
Hinweis 19.04.2013:
- Themes & Mods kompatibel mit Omega v44.4
 
Update 23.04.2013:
- Neu hinzugefügt: Modified Google News & Wetter App (Google Now-LookLike)
 
Wünschenswert wäre mal den ganzen Ablauf zu beschreiben wie man das selber macht. Danke
 
Gibt es denn eine bestimmte Sache, welches dich am meisten interessieren würde?

Gesendet vom Galaxy S3 mit Tapatalk 2
 
Das blaue Theme hätte ich gerne in meiner Rom.

[tapatalk]send from DCI/Nano ROM[/tapatalk]
 
Okay, zum einen brauchst du die (Android 4.2.1) SystemUI.apk und die framework-res.apk.

Erstmal zur SystemUI.apk:

In " system\app\SystemUI.apk\res\drawable-xhdpi" färbst du folgende Bilder:
ic_notify_open_normal, ic_notify_quicksettings_normal, ic_notify_settings_normal, ic_qs_brightness_auto_off/on, stat_sys_alarm, sämtliche stat_sys_battery_ und stat_sys_data_ und stat_sys_ringer und stat_sys_signal_ Dateien, status_bar_close_off/on, tw_indicator_smartstay_, alle tw_quick_panel_icon_ Bilder, tw_quick_panel_off.9/on.9, tw_quick_panel_plnm_setting_dv, tw_quick_panel_quick_setting_button_bg_normal.9 und tw_stat_sys_signal_null.

In " system\app\SystemUI.apk\res\layout" bearbeitest du folgende Dateien:

In carrier_label:
Code:
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network"
ersetzt du durch
Code:
android:textColor="#ff33b5e5"

In status_bar:
Code:
android:background="[B][I]@drawable/status_bar_background[/I][/B]"
durch #ff000000 ersetzen, wenn du die Statusbar in schwarz haben willst.
Code:
<TextView android:textSize="12.0dip" android:textColor="[B][I]#ffa6a6a6[/I][/B]" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
durch #ff33b5e5 ersetzen.
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[B][I]#ffffffff[/I][/B]" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
ebenfalls durch #ff33b5e5 ersetzen.

In status_bar_expanded_header:
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:textColor="#ffffffff" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginTop="-3.0dip" android:singleLine="true" systemui:ampmSmall="true" />
        <com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ffcbcbcb" android:ellipsize="none" android:gravity="bottom" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="8.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="4.0dip" android:maxLines="2" />
durch
Code:
<com.android.systemui.statusbar.policy.Clock android:textColor="#ff33b5e5" android:textSize="32.0dip" android:textStyle="normal" android:fontFamily="sans-serif-light" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginTop="-3.0dip" android:singleLine="true" systemui:ampmSmall="true" />
        <com.android.systemui.statusbar.policy.DateView android:textColor="#ff33b5e5" android:textSize="12.0dip" android:textStyle="normal" android:textAllCaps="true" android:ellipsize="none" android:gravity="bottom" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="8.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="4.0dip" android:maxLines="2" />
ersetzen.

Nun zur framework-res.apk:

In " system\framework\framework-res.apk\res\drawable-hdpi":
Folgende PNGs editieren: tw_scrubber_control_disabled_holo/_red, tw_scrubber_control_focused_holo/_red, tw_scrubber_control_holo/_red, tw_scrubber_control_pressed_holo/_red.
In " system\framework\framework-res.apk\res\drawable-sw360dp-hdpi ":
Folgende PNGs editieren: tw_scrubber_control_disabled_holo, tw_scrubber_control_focused_holo, tw_scrubber_control_holo, tw_scrubber_control_pressed_holo.
In " system\framework\framework-res.apk\res\drawable-xhdpi ":
Folgende PNGs editieren: btn_check_ Bilder, scrubber_control_ Bilder, scrubber_ Bilder, settings_facedetection/_dim/_nor, tw_btn_check_ Bilder, tw_progress_primary_holo_dark.9, tw_progress_secondary_holo_dark.9.
 
Geil, danke. Hoffe es geht auch mit 4.1.2

[tapatalk]send from DCI/Nano ROM[/tapatalk]
 
Bei Android 4.1.2 geht das etwas anders.

Erstmal zur SystemUI.apk:

In " system\app\SystemUI.apk\res\drawable-sw360dp-xhdpi " färbst du folgende Bilder:
Sämtliche tw_quick_panel_icon_ Bilder.

In " system\app\SystemUI.apk\res\drawable-xhdpi":
ic_sysbar_brightness, wieder sämtliche tw_quick_panel_icon_ Bilder, tw_quick_panel_on.9, tw_quick_panel_plnm_setting_dv, tw_quick_panel_quick_setting_button_bg_normal.9, tw_quickpanel_icon_settings, tw_status_bar_close_off/_on.

In " system\app\SystemUI.apk\res\layout" bearbeitest du folgende Dateien:

In tw_status_bar_expanded:
Code:
android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network"
löschen und durch
Code:
android:textColor="#ff33b5e5"
ersetzen

In tw_status_bar_expanded_header:
Code:
android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock"
und
Code:
android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date"
löschen und durch
Clock:
Code:
android:textColor="#ff33b5e5" android:textSize="32.0dip" android:textStyle="normal" android:fontFamily="sans-serif-light"
und
Date:
Code:
android:textColor="#ff33b5e5" android:textSize="12.0dip" android:textStyle="normal" android:textAllCaps="true"
ersetzen

Nun zur framework-res.apk:

In " system\framework\framework-res.apk\res\drawable-hdpi":
Folgende PNGs editieren: tw_scrubber_control_disabled_holo/_red, tw_scrubber_control_focused_holo/_red, tw_scrubber_control_holo/_red, tw_scrubber_control_pressed_holo/_red.
In " system\framework\framework-res.apk\res\drawable-sw360dp-hdpi ":
Folgende PNGs editieren: tw_scrubber_control_disabled_holo, tw_scrubber_control_focused_holo, tw_scrubber_control_holo, tw_scrubber_control_pressed_holo.
In " system\framework\framework-res.apk\res\drawable-xhdpi ":
Folgende PNGs editieren: btn_check_ Bilder, scrubber_control_ Bilder, scrubber_ Bilder, tw_btn_check_ Bilder, tw_progress_primary_holo_dark.9, tw_progress_secondary_holo_dark.9.
 
Herzlichen dank, wieder was gelernt.

[tapatalk]send from DCI/Nano ROM[/tapatalk]
 
Keine Ursache. :cool:

Gesendet vom Galaxy S3 mit Tapatalk 2
 
  • Danke
Reaktionen: dkionline
Habe das mal eingebaut und es funktioniert auch, aber die Statusbar bleibt schwarz obwohl ich Transparenz mit eingebaut habe (über drawables.xml und tw_super_status_bar.xml).
 
Welche Android-Version?

Gesendet vom Galaxy S3 mit Tapatalk 2
 
4.1.2, habs aber selber geschafft ;) Trotzdem danke.

[tapatalk]send from DCI/Nano ROM[/tapatalk]
 
Alles klar. :)

Gesendet vom Galaxy S3 mit Tapatalk 2
 
Update 26.05.2013:
Themes & Mods für Omega v45 (Android 4.2.2) hinzugefügt
 
  • Danke
Reaktionen: dkionline
Update 02.06.2013:
- Neu hinzugefügt: Scrollbar Themes
 
Update 04.06.2013:
- MultiWindow Themes: Problem mit 9.png Bilder behoben
 
Update 09.06.2013:
- Themes & Mods kompatibel mit Omega v45.1
- Digitaluhr Widgets hinzugefügt
 

Ähnliche Themen

Traydin21
Antworten
1
Aufrufe
4.099
Zwiesl
Z
M
Antworten
6
Aufrufe
2.395
Marvis
M
S
Antworten
0
Aufrufe
1.221
s_s_l
S
Zurück
Oben Unten