[MOD] Zuletzt geöffnete Apps aus Benachrichtigungsleiste entfernen [MOD] Zuletzt geöffnete Apps aus Benachrichtigungsleiste entfernen
Ergebnis 1 bis 16 von 16
  1. Mein Thread bei xda:

    http://forum.xda-developers.com/show...8#post16799898

    Wenns notwendig ist, übersetzt ich das nochmal hier..
    Hab im Abi auch nur 2 Punkte in Englisch gehabt...aber ich denk soviel englisch versteht man noch =P


    Successfully removed the annoying recent apps plugin in the notification bar.
    Here are the steps how to do this:

    Pls make a cwm backup, before tyring this...I'n not responsible if you are losing your data, in case it won't boot anymore

    1. Install apk tool

    http://code.google.com/p/android-apktool/downloads/list

    For windows:

    apktool-install-windows-r04-brut1.tar.bz2

    and

    apktool1.4.1.tar.bz2
    Extract them to the same folder



    2.Pull requires files from device

    located under system/framework
    com.htc.resources.apk

    located under system/app
    SystemUI.apk

    Put it to the extracted apktool files



    4.Install ressources.apk

    - open the cmd and browse to the apktool folder

    - type:
    apktool if com.htc.resources.apk
    in cmd




    5.Decompiling

    - type:
    apktool d SystemUI.apk
    in cmd



    6.Make the working change

    - in your apktool folder should now be a SystemUI Folder
    - Browse to: SystemUI\smali\com\android\systemui\statusbar
    - open the file StatusBarFlag.smali with notepad++
    -find the line
    sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
    and change it to:

    sput-boolean v2, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
    -save it



    7.Compiling

    -Type:
    apktool b SystemUI SystemUI_new.apk
    in cmd



    8.7zip/Winrar

    -open both, the orignal and the new SystemUI.apk's and drop the classes.dex from SystemUI_new to SystemUI and overwrite

    it


    Now transfer the SysytemUI.apk back to your device.
    Paste it in /system and change the permissons to 644 (just like all in system/app).
    After setting the correct permission, overwrite the original SystemUI.apk with yours.

    Reboot, done:




    gl =)
    1
     

  2. Hab dich mal in einen anderen Bereich verschoben
    Kurze Frage... ich meine mich zu erinnern das, das bloß eine Textdatei ist die man ändern kann.
    Irgedwas mit mostRecentApps aus der Datei in init.d entfernen und dann sollte das auch gehen.
    Bin mir allerdings nicht sicher
    0
     

  3. init.d scripts sind custom scripts. Kann sein, dass irgend ein Rom Koch das so implementiert hat.
    Wenn du in deinen init.d Ordner guckst, wirste da nichts finden (;.

    Das ganze hab ich aber auch nur hinbekommen durch den Tipp hier:

    http://rootzwiki.com/showthread.php?t=2654

    ..kannst ja mal bei google versuchen, wirst nicht viel finden.

    Dies vllt:

    http://forum.xda-developers.com/show....php?t=1018818

    ...ist aber wieder rom spezifisch. Habs so auch versucht, aber die files scheinen nicht ganz identisch zu sein.
    Bzw. da ist mein Ansatz wohl wesentlich einfacher^^.

    oder dies:

    http://forum.xda-developers.com/show....php?t=1005624

    ...das file gibt es bei uns aber nicht. Wurde vermutlich von Koch so implentiert.
    0
     

  4. Den init.d Ordner gibt es in Stock ROMs sowieso nicht
    Der hat, wie j4n schon gesagt hat, nur Custom Scripts, meistens zur Optimierung des ROMs, drin.
    0
     

  5. Ja sorry, ich bin kein Coder =D
    0
     

  6. Musstest du die App eigentlich signen?
    0
     

  7. 0
     

  8. Hm seltsam. Ich hab gestern mein erstes ROM gekocht, wollte nur die CRT OFF Animation hinzufügen. Was nur eine Zeile im res/values/bool ist und krieg ohne signen nur force closes und mit signen bootloops
    0
     

  9. Was sagts logkätzlein? Hast du die apk neu compiliert? Neu compilieren funktioniert bei mir auch selten. Daher behalt ich die originaldatei, compilier sie mit euem namen, öffne dann beide apks mit 7zip und kopier dann die entsprechendne files aus der neu komplierten zur orig. apk.

    Wenn du smali edits machst, ist es die classes.dex, ämderst was im res ordner, ist es die ressources.resx.
    änderst du was in res/layout musst du die geänderte datei auch rüberkopiern.
    0
     

  10. Jaa genau das hab ich auch gemacht, mittlerweile ohne FC's nur funktionieren tut es auch nicht.
    http://rootzwiki.com/entry.php?17-HO...ANY-2.3-device
    sehr seltsam....
    0
     

  11. Wenn dus anch der Anleitung gemacht hast, hast es aber nicht so gemacht, wie ich meinte (:
    ...Ich habe mit meinen ext. Quicksettings auch ewig gebraucht, bis es endlich klappte. Nicht aufgeben (;
    bei den xda gibts nen neus Rom von Leedroid, da ist ne framework mit crt off animation.
    0
     

  12. Etwas offtopic irgendwie fühlt sich die leedroid ROM nicht so flüssig an wie die romaur oder virtous ist das bei euch auch so?

    Sent from my HTC EVO 3D X515m using Tapatalk
    0
     

  13. Kann ich nicht bestätigen, aber wie bei allen roms habe ich bestimmt 20 system.apks entfernt..diese komische flying animations auch - falls du nicht weißt wie du die entfernst, hat glaube ich dafür auch ne zip um sie zu entfernen.
    0
     

  14. @ Newbie, grade die zip von leedroid angeguckt, welche wieder die crt animationen entfernt...scheint so, als reicht es nicht, nur den bool wert zu ändern - hätte mich auch gewundert. Wäre es so gewesen, hätten wir schon vorher diese animation von irgend einem dev gehabt (;
    Das ganze ist wohl in der services.jar implementiert. Kannst dir die Datei von dem Rom ja mal zieh.en
    0
     

  15. Ich weiß für die CTR On Animation musst du einiges ändern, für die Off net.

    http://rootzwiki.com/showthread.php?...in-Roms-HOW-TO

    Da stehts auch nochmal.
    0
     

  16. 17.09.2011, 22:53
    #16
    Ich komme nicht weiter. Mache ich es wie oben kommt beim Dekompilieren:

    E:\Re-Install\Handy\DesireHD\Tools\apktool>apktool if com.htc.resources.apk
    I: Framework installed to: C:\Users\Admin\apktool\framework\2.apk

    E:\Re-Install\Handy\DesireHD\Tools\apktool>apktool d SystemUI.apk
    I: Baksmaling...
    I: Loading resource table...
    I: Loaded.
    I: Loading resource table from file: C:\Users\Admin\apktool\framework\1.apk
    I: Loaded.
    I: Decoding file-resources...
    S: Could not decode file, replacing by FALSE value: drawable-hdpi/status_bar_bac
    kground.png
    S: Could not decode file, replacing by FALSE value: drawable-hdpi/battery_low_ba
    ttery.png
    S: Could not decode file, replacing by FALSE value: drawable-hdpi/status_bar_clo
    se_on_2.9.png
    W: Cant find 9patch chunk in file: "drawable-hdpi/ic_notification_overlay.9.png"
    . Renaming it to *.png.
    S: Could not decode file, replacing by FALSE value: drawable-hdpi/status_bar_hea
    der_background.9.png
    I: Loading resource table from file: C:\Users\Admin\apktool\framework\2.apk
    I: Loaded.
    S: Could not decode file, replacing by FALSE value: drawable-hdpi/status_bar_clo
    se_on.9.png
    I: Decoding values*/* XMLs...
    I: Done.
    I: Copying assets and libs...
    0
     

Ähnliche Themen

  1. Gekaufte Apps aus der Marketliste entfernen.
    Von spline im Forum Android Allgemein
    Antworten: 22
    Letzter Beitrag: 12.07.2011, 10:04
  2. Unnötige Apps aus Android 2.2 entfernen
    Von qvert im Forum Google Nexus One Root und ROM
    Antworten: 13
    Letzter Beitrag: 14.06.2010, 16:16
  3. zuletzt geöffnete Datein
    Von Cinderella im Forum HTC Touch Pro 2
    Antworten: 3
    Letzter Beitrag: 20.11.2009, 13:08
  4. "Zuletzt verwendete Programme" ohne Reset entfernen
    Von Unregistriert im Forum Programmieren
    Antworten: 3
    Letzter Beitrag: 19.08.2009, 15:19
  5. Zuletzt geöffnete Programme entfernen
    Von christoph1311 im Forum SE Xperia X1
    Antworten: 1
    Letzter Beitrag: 25.11.2008, 22:54

Besucher haben diese Seite mit folgenden Suchbegriffen gefunden:

android zuletzt verwendete apps deaktivieren

htc desire zuletzt verwendethtc zuletzt verwendetAndroid zuletzt verwendethtc evo 3d apps deinstallieren

Stichworte