[Mod][Source]Do it yourself - SystemUI - Quicksetting - Background

  • 1.865 Antworten
  • Letztes Antwortdatum
Woran siehst du dass da ne Grafik fehlt? Ich seh nur die Übersetzungswarnungen und die kann man getrost ignorieren.. Die bekomme ich auch immer..

Um eine Fehlfunktion von deinem apktool auszuschließen probiere mal folgendes: deine SystemUi dekompilieren und anschließend direkt wieder kompilieren und einspielen.. Wenn der Fehler jetzt wieder kommt hat dein apktool wohl n Knacks. Wenn alles klappt machst du bei der Bearbeitung was falsch.

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
Ich hatte mal selbes Problem immer überzetzungsfehler in mk dann hätte ich Goa mal einen log geschickt und er sagte mir dann das eine Grafik fehlt. Stand sogar in dem log wo ich ihm gesendet hab, Problem war dann das alle weiteren los so aussahen wie die von pimp. Dann hab ich die fehlende Grafik eingefügt und siehe da kein Fehler mehr im log. Warum und wieso kann ich dir nicht erklären irgendwo hier ihm thread ist es von mir auch noch geschrieben. Und Übersetzung Fehler kommen ja nicht von irgendwas

Greetz Dr.No von unterwegs
 
Und woher wusstest du welche Grafik das war?

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
Weil es im ersten log stand wo ich es zum ersten mal angepasst hab und ich eigentlich immer weis was ich tausche und rein programmier

Greetz Dr.No von unterwegs
 
Okay das leuchtet ein :)

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
sventehf schrieb:
So ich hab mir das mal angeschaut, Turbey hat da noch 4 weitere "windowShowWallpaper" reingeschrieben!
Ich habs jetzt mal getestet und es klappt jetzt auch mit der crDroid!
Schwarz waren schon hinterlegt und die Roten hat Turkbey (ich jetzt auch) reingeschrieben und es Funktioniert!

(44) <style name="Theme">
(163) <item name="windowShowWallpaper">false</item>

(882) <style name="Theme.Wallpaper" parent="@style/Theme">
(884) <item name="windowShowWallpaper">true</item>

(932) <style name="Theme.Holo" parent="@style/Theme">
(1050) <item name="windowShowWallpaper">true</item>

(1180) <style name="Theme.Holo.Light" parent="@style/Theme.Light">
(1298) <item name="windowShowWallpaper">false</item>

(1420) <style name="Theme.Holo.Dialog" parent="@style/Theme.Holo">
(1430) <item name="windowShowWallpaper">false</item>


(1509) <style name="Theme.Holo.Wallpaper" parent="@style/Theme.Holo">
(1511) <item name="windowShowWallpaper">true</item>

(1517) <style name="Theme.Holo.InputMethod" parent="@style/Theme.Holo.Light.Panel">
(1522) <item name="windowShowWallpaper">false</item>


(2563) <style name="Theme.DeviceDefault.Dialog" parent="@style/Theme.DeviceDefault">
(2574) <item name="windowShowWallpaper">false</item>


(2662) <style name="Theme.DeviceDefault.Wallpaper" parent="@style/Theme.DeviceDefault">
(2664) <item name="windowShowWallpaper">true</item>

(2670) <style name="Theme.DeviceDefault.InputMethod" parent="@style/Theme.DeviceDefault">
(2682) <item name="windowShowWallpaper">false</item>

Edit.: Doofe Frage, wie kann man(n) eigentlich ein Spoiler einfügen:blushing:?

Vielleicht bin ich einfach zu blöd.. Aber wie genau funktioniert das? Ich hab die entsprechenden "windowShowWallpaper" jetzt in meine framework-res geschrieben und dann eingespielt. Aber der Hintergrund ist immernoch der selbe doofe schwarze :( Muss ich nochwas machen, außer die Tags reinschreiben?

Wäre geil, wenn mir wer helfen kann ;)
(Falls man zusätzlich noch was machen muss, nehme ich das dann auch gleich in den OP mit auf!)
 
Du musst noch bei einem Windows Show wallpaper von false auf true setzten oder anders Rum weiß jetzt nicht genau

Greetz Dr.No von unterwegs
 
  • Danke
Reaktionen: orangerot.
Okay, dann schau ich mir das nochmal an.. Also muss ich nicht nur das ändern, was rot gefärbt ist?

edit:// Beim Eintrag:
(932) <style name="Theme.Holo" parent="@style/Theme">
(1050) <item name="windowShowWallpaper">true</item>

stand false drin. Hab es jetzt mal auf true geändert und schaue was passiert :D

Der ursprüngliche Beitrag von 17:17 Uhr wurde um 17:31 Uhr ergänzt:

Okay auch mit dem geänderten Wert sehe ich kein gändertes Bild in den Settings.. Muss ich das Bild, das ich haben will noch irgendwo hin kopieren oder sonst irgendwas machen?
 
Zuletzt bearbeitet:
Du musst nur die Roten ändern!
Doofe Frage, hast du auch die backgrounds im nodpi Ordner Transparent gemacht?

Edit: Du musst nicht nur die Roten ändern. Du musst die false und true so ändern wie sie da stehen, die Roten musst du noch eintragen
und die Zahlen in Klammern sind nur anhaltspunkte, das kann sich in jeder Rom ändern!
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: orangerot.
Ach Mist :D die Hintergründe hab ich verpennt.. Das probiere ich gleich mal aus! Die Linien haben eigentlich gepasst, da die Überschriften gestimmt haben.. Der eine wert den ich oben gepostet hab hab ich geändert, wie nobody gesagt haz

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App

Der ursprüngliche Beitrag von 19:51 Uhr wurde um 20:11 Uhr ergänzt:

Also jetzt hab ich die beiden backgrounds transparent gemacht.
Mit folgendem Ergebnis:
Die Einstellungen sind nach wie vor schwarz hinterlegt :( In den Deluxe Settings(Die App fürs JKay Framework), Stweaks usw. ist der HIntergrund nun transparent(vermutlich, weil das HOLO Design genutzt wird).
Die entsprechenden Linien hab ich auch nochmal kontrolliert.. Die showWallpaper Tags stehen immer unter der Korrekten "Überschrift".

Habt ihr ne Idee, wieso die Settings usw nicht geändert wurden, die Apps im Holo Design hingegen schon? Fehlt für die SamsungApps nochwas außer die dazugeschriebenen Tags/transparente bg pngs im nodpi Ordner?

Der ursprüngliche Beitrag von 20:11 Uhr wurde um 20:26 Uhr ergänzt:

Okay, ich Volltrottel hab vergessen den tw_background zu ändern :D So kann das ja nix werden ^^

Ich weiß, wir hatten das schonmal... Aber wie heißt die png für diese Überschriften in den Einstellungen wo Drahtlos und Netzwerke drin steht(oder in der TelefonApp "Heute" usw=? Das muss noch weg, damit es gut ausschaut :D Wäre lieb, wenn mir das noch schnell wer sagen würde :)
 
Meinst du die tw_list_selector??? oder tw_list_selection???!

Edit:Wahrscheinlich die tw_list_section_divider???
 
  • Danke
Reaktionen: orangerot.
Wo ist der Unterschied? :D Aber ich vermute mal, dass es einer von beiden ist..

Der ursprüngliche Beitrag von 20:40 Uhr wurde um 21:33 Uhr ergänzt:

So okay, hab sie beide gefärbt jetzt klappts. Vielen dank !!

Ein letztes Problem hab ich jetzt aber :/ Wenn ich in der Samsung Email App eine ungelesene Mail hab, dann ist der Hintergrund transparent, wenn sie gelesen ist wird der Hintegrund schwarz.. Das sieht irgendwie komisch aus ^^
Hat jemand ne Idee wie ich das noch in den Griff bekomme?
Hab jetzt mal die SecEmail angeschaut, aber die ist voll unübersichtlich :D Wäre echt toll, wenn da schon jemand ne Lösung für gefunden hat und mir die mitteilt. :) Danke schon mal.

Der ursprüngliche Beitrag von 21:33 Uhr wurde um 23:05 Uhr ergänzt:

Für's Protokoll, hab das mit der Mail rausgefunden ;) Man muss in der SecEmail.apk die email_list_bg_xx.9.pngs in drawable-xhdpi und drawable-sw359sw-xhdpi transparent machen. Dann hat man alles transparent, wobei gelesene Sachen immernoch etwas dunkler sind.. Da wird wohl noch was per smali geregelt...

Auf jeden Fall vielen Dank für die Hilfe! Jetzt ist die Transparenz fertig :)
 
Möchte das Icon austauschen, und obwohl mich kaputt suche kann’s nicht finden.
Hilfe! Wo finde ich es?
 

Anhänge

  • Screenshot_2013-03-19-10-35-22.png
    Screenshot_2013-03-19-10-35-22.png
    190,8 KB · Aufrufe: 346
einfach 'nen alternativen launcher verwenden, der dir icon-tausch ermöglicht, oder desktop visualizer (play), oder

um deine frage zu beantworten - icon in der app tauschen - com.google.android.googlequicksearchbox (/data/app).

bedenke: nach jedem app-update -> arbeit für dich
 
  • Danke
Reaktionen: Android56
Das ist velvet. apk

Greetz Dr.No von unterwegs
 
  • Danke
Reaktionen: Android56
OP ist überarbeitet ;) Habe eine genaue Beschreibung, wie man die Transparenz macht mit eingefügt. Als nächstes kommt die Anleitung für die SMS App
 
  • Danke
Reaktionen: SunSide, marcel2909 und armint
Hi zusammen,wenn man nen Screenshot macht wird der ja automatisch auf dem internen Speicher gespeichert.Eigentlich müsste ja dieser Speicherort irgendwo festgelegt sein?Hat jemand ne Idee ob und wie sich das ändern liesse dass die Screens automatisch auf der externen landen?Wäre toll wenn jemand ne Idee hat dazu :)
 
Den Ordner wo die Screenshots gespeichert werden kannst du einfach mit Directory bind auf die externe auslagern. Ne andere Idee habe ich allerdings nicht.. Die screens werden in pictures/Screenshots gespeichert.

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 
  • Danke
Reaktionen: SunSide
pimppanse schrieb:
Habe es gerade mal versucht. Hat leider auch nichts gebracht, Hintergrund im Home Bildschirm kann nicht geändert werden und bleibt schwarz. System läuft auch sehr unstabil, als ob was fehlen würde.

Melde mich nochmal mit meinem "SystemUI Transparenten Hintergrund Problem". Habe leider nur Zeit am Wochenende zu schreiben.

Habe jetzt einfach mal die SystemUI.apk decompiled und anschließend ohne was zu ändern recompiled. Der selbe Fehler tritt auf. Liegt also wirklich am recompilen und nicht am ändern der Datei.


Code:
c:\apktool>java -jar apktool.jar if framework-res.apk
I: Framework installed to: C:\Users\Christian\apktool\framework\1.apk

c:\apktool>java -jar apktool.jar if twframework-res.apk
I: Framework installed to: C:\Users\Christian\apktool\framework\2.apk

c:\apktool>java -jar apktool.jar d SystemUI.apk
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Users\Christian\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...

c:\apktool>java -jar apktool.jar b SystemUI
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'abbrev_wday_abbrev_month_day_no_year' has no default tran
slation in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'abbrev_wday_day_abbrev_month_no_year' has no default tran
slation in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'abbrev_wday_month_day_no_year' has no default translation
 in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'abbrev_wday_month_day_year' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'am' has no default translation in c:\apktool\SystemUI\res
; found: mk
aapt: warning: string 'day_of_week_long_friday' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_long_monday' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_long_saturday' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_long_sunday' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_long_thursday' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_long_tuesday' has no default translation in c
:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_long_wednesday' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_friday' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_monday' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_saturday' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_sunday' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_thursday' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_tuesday' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_medium_wednesday' has no default translation
in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_friday' has no default translation in c
:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_monday' has no default translation in c
:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_saturday' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_sunday' has no default translation in c
:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_thursday' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_tuesday' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_short_wednesday' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_friday' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_monday' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_saturday' has no default translation
 in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_sunday' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_thursday' has no default translation
 in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_tuesday' has no default translation
in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'day_of_week_shortest_wednesday' has no default translatio
n in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'full_wday_month_day_no_year' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_april' has no default translation in c:\apktoo
l\SystemUI\res; found: mk
aapt: warning: string 'month_long_august' has no default translation in c:\apkto
ol\SystemUI\res; found: mk
aapt: warning: string 'month_long_december' has no default translation in c:\apk
tool\SystemUI\res; found: mk
aapt: warning: string 'month_long_february' has no default translation in c:\apk
tool\SystemUI\res; found: mk
aapt: warning: string 'month_long_january' has no default translation in c:\apkt
ool\SystemUI\res; found: mk
aapt: warning: string 'month_long_july' has no default translation in c:\apktool
\SystemUI\res; found: mk
aapt: warning: string 'month_long_june' has no default translation in c:\apktool
\SystemUI\res; found: mk
aapt: warning: string 'month_long_march' has no default translation in c:\apktoo
l\SystemUI\res; found: mk
aapt: warning: string 'month_long_may' has no default translation in c:\apktool\
SystemUI\res; found: mk
aapt: warning: string 'month_long_november' has no default translation in c:\apk
tool\SystemUI\res; found: mk
aapt: warning: string 'month_long_october' has no default translation in c:\apkt
ool\SystemUI\res; found: mk
aapt: warning: string 'month_long_september' has no default translation in c:\ap
ktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_april' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_august' has no default translation
in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_december' has no default translatio
n in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_february' has no default translatio
n in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_january' has no default translation
 in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_july' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_june' has no default translation in
 c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_march' has no default translation i
n c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_may' has no default translation in
c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_november' has no default translatio
n in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_october' has no default translation
 in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_long_standalone_september' has no default translati
on in c:\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_april' has no default translation in c:\apkt
ool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_august' has no default translation in c:\apk
tool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_december' has no default translation in c:\a
pktool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_february' has no default translation in c:\a
pktool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_january' has no default translation in c:\ap
ktool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_july' has no default translation in c:\apkto
ol\SystemUI\res; found: mk
aapt: warning: string 'month_medium_june' has no default translation in c:\apkto
ol\SystemUI\res; found: mk
aapt: warning: string 'month_medium_march' has no default translation in c:\apkt
ool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_may' has no default translation in c:\apktoo
l\SystemUI\res; found: mk
aapt: warning: string 'month_medium_november' has no default translation in c:\a
pktool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_october' has no default translation in c:\ap
ktool\SystemUI\res; found: mk
aapt: warning: string 'month_medium_september' has no default translation in c:\
apktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_april' has no default translation in c:\ap
ktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_august' has no default translation in c:\a
pktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_december' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_february' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_january' has no default translation in c:\
apktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_july' has no default translation in c:\apk
tool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_june' has no default translation in c:\apk
tool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_march' has no default translation in c:\ap
ktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_may' has no default translation in c:\apkt
ool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_november' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_october' has no default translation in c:\
apktool\SystemUI\res; found: mk
aapt: warning: string 'month_shortest_september' has no default translation in c
:\apktool\SystemUI\res; found: mk
aapt: warning: string 'pm' has no default translation in c:\apktool\SystemUI\res
; found: mk
aapt: warning: string 'today' has no default translation in c:\apktool\SystemUI\
res; found: mk
aapt: warning: string 'tomorrow' has no default translation in c:\apktool\System
UI\res; found: mk
aapt: warning: string 'twelve_hour_time_format' has no default translation in c:
\apktool\SystemUI\res; found: mk
aapt: warning: string 'yesterday' has no default translation in c:\apktool\Syste
mUI\res; found: mk
I: Building apk file...

c:\apktool>

Habe meine SystemUI mal in den Anhang gepackt. Vielleicht könnt ihr damit ja was anfangen. Ich bin jetzt echt überfragt.
 

Anhänge

  • SystemUI.apk
    2 MB · Aufrufe: 111
Die Übersetzungsfehler sind eigentlich normal.. Die bekomme ich auch immer. Die kannst du ignorieren..

Gesendet von meinem GT-I9300 mit der Android-Hilfe.de App
 

Ähnliche Themen

nominator2204
Antworten
1
Aufrufe
1.080
sventehf
sventehf
M
Antworten
6
Aufrufe
2.518
Marvis
M
nobody573
Antworten
25
Aufrufe
2.720
nobody573
nobody573
Zurück
Oben Unten