[ROM][24.08.2012] - MIUI-ICS-HD2-Leo-2.8.10 HWA-DE-EN[MULTI-Kernel]

  • :o) Viele Dank für das Super ROM :thumbup:


    Problem / Frage zu der aktuellen ROM 2.7.27 mit tytung ics hwa r3.2 (danach r3.4) & SecureCRT HWA mit Desire C libs:


    - Bei mir geht die "Youtube - App" überhaupt nicht!
    Meldung: "Leider wurde YouTube beendet.
    -> Bericht MIUI / OK"


    - Bei mir kommt des öftern vorallem bei einer Installation einer App die
    Meldung: "Leider wurde ...(chinesische Schriftzeichen)... beendet.
    -> Bericht MIUI / OK"


    - desweiteren bekommen ich immer wieder mal zu verschiedene Apps die
    Meldung: "...(App)... reagiert nicht. Möchten Sie sie schließen?
    -> Warten / OK"
    Ist da irgendein Timing zu kurz?


    Ich hab da jetzt am Wochenende schon alles ausprobiert diese Meldungen bleibe sowohl bei der 2.7.20 & 2.7.27.
    :pinch: Auch alle Schritte wie hier im Thread habe ich durch.


    Über eine Antwort würde ich mich sehr freuen.

  • also youtube funzt bei mir mit tytung kernel 3.4

    die meldung mit den chinesischen schriftzeichen ist der guard provider die meldung einfach wegklciken und gut

    die warten meldung ist leider normal liegt an miui und der portiereung auf dem hd2
    da heisst es warten bis es gefixt wird


    habe heut mal einfacdie paranoid jellybean rom installiert
    wow ist die schnell alles funzt ohne probleme
    da kann man echt neidisch werden
    naja bis die jungs von miui auf jellybean umspringen wird es wohl schon android 4.2 geben lach
    so ich teste weiter und dann entscheide ich ob ich bei jellybean bleibe oder wieder zu miui ics gehe

  • Flashfire bleib bei jellybean bin da auch mehr als erstaunt wie verdammt flüssig das läuft.einziger Nachteil Video Funktion klappt nicht so wirklich und spiele startet er auch nicht hab dann immer nen hot reboot. Leider muss ich zur zeit mich mit ICS noch etwas ärgern hab momentan nur inet auf dem Handy und kann somit nicht jelly laden und ich war so blöd die alpha 4 von der sd zu schmeißen :( naja ab morgen hab ich definitiv jellybean wieder drauf. ICS nervt mich einfach nur noch leider. Obwohl revil.O super Arbeit hier leistet! :D danke dafür nochmal


    Gesendet von meinem HTC HD2 mit Tapatalk

  • d-cox


    habe paranoid jellybean und den fix 3 installiert zusätzlich den neuen securet kernel
    keine probs mit video youtube und spiele
    keine fc bis jetzt
    einzig was fehlt ist die provider anzeige in der statusbar

  • Hey flashfire,
    Nutzt du noch JB? Bekommst du Benachrichtigungen wenn du ne Mail bekommst also oben in der taskleiste? Ich bekomme nur den Sound?!


    Gesendet von meinem HTC HD2 mit Tapatalk

  • hier der neue securet kernel
    einmal für jellybean und einmal ics


    der ics kernel ist gleich für revils rom fertog
    der jellybean kernel ist gleich fertig für die xylo paranoid rom (JELLYBEAN)



    ps


    3 downloads aber nur 1 danke mhm

  • da ich selber paranoid jellybean rom nutze
    wollte ich etwas miui feeling auch haben und was soll ich sagen der miui home luncher version 1.5 funzt damit
    gibts im market
    https://play.google.com/store/…tails?id=com.miui.mihome2
    bzw hier
    http://app.miui.com/index_en.html


    desweiteren wollte ich den geilen lockscreen von dark night (bzw Greenathon_V4_1.3) haben und nach etwas basteln funzt dies nun auch hihi
    für alle die auch mal jellybean nutzen wollen und den geilen lockscreen haben wollen
    habe ich den mal angehangen
    den locksreen aber nicht mit thememanager einstellen sondern unter miui home luncher settings
    hoff bei euch funzt es auch so wie bei mir, wenn ja wär ein danke nett


    ps


    6 downloads aber nur 1 danke mhm

  • http://forum.xda-developers.com/showpost.php?p=30321134&postcount=2851



    wers mal testen will


    [QUOTE=dude0316;30320009]Ok guys after all the pms I decided to just post this once more than answer the same question 20 times.


    Too add softkeys we must edit two files in the rom Framework-res.apk and Miuisystemui.apk
    To accomplish this we have to decompile the files make our changes and then recompile so the the decompile and recompile part I will not go into that as for there are multiple how toos to explain this part.
    First decompile framework-res.apk did you do that great lets continue.
    We will editing two files inside framework-res.apk
    They are bools.xml and dimens.xml and can be found in framework-res.apk\res\values
    bools.xml is what turns on the display of softkeys. So look for
    <bool name="config_showNavigationBar">false</bool>
    so change the word false to say true it will look like this
    <bool name="config_showNavigationBar">true</bool>
    be sure to save your work well you turned on softkeys.
    The other file dimens.xml controls the dpi display and portrait mod so open dimens.xml and find this
    <dimen name="navigation_bar_height">42.0dip</dimen> I use 25 and 18 in this line
    <dimen name="navigation_bar_width">42.0dip</dimen> I always set this to 38 or 0 if I want portrait only so
    <dimen name="navigation_bar_height">25.0dip</dimen>
    <dimen name="navigation_bar_width">00.0dip</dimen> this will give us 25 dpi and portrait only one more example
    <dimen name="navigation_bar_height">18.0dip</dimen>
    <dimen name="navigation_bar_width">38.0dip</dimen> this will give us 18 dpi and also show in landscape turn phone sideways lol
    well you just re sized softkeys
    after editing theses files we recompile framework-res.apk Yes you should be thinking so he had to do framework-res.apk four times every time he modded. Yes I did because I love all you guys and gals.


    Now too add the power key we have to decompile miuisystemui.apk and edit two files and add an icon.
    I will attach the two files already edited and the icon at the bottom.
    the two files to edit can be found in MiuiSystemUI.apk\res\layout
    navigation_bar.xml
    navigation_bar_search.xml
    so just drop in the attached files in MiuiSystemUI.apk\res\layout folder
    next we gota add the round power key icon this part is optional
    we look in MiuiSystemUI.apk\res\drawable-nodpi and add the attached file if you want the round looking button
    nyandroid11.png and just drop it in now we recompile miuisystemui.apk wow that was easy huh.
    Well sometimes the makers of miui4 change things and make us re-edit the
    navigation_bar.xml
    navigation_bar_search.xml


    hier die google übersetzung


    http://translate.google.de/translate?sl=en&tl=de&js=n&prev=_t&hl=de&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fforum.xda-developers.com%2Fshowpost.php%3Fp%3D30321134%26postcount%3D2851

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!