Recent content by 1982Strand


  1. 1982Strand

    MULTI MIUI v5 Multi Lang 3.5.10

    The strings are split up in several parts, i.e. "MMS" in one string and "Colore LED" in another, which is the reason. The translator must adjust the individual parts to make it make better sense in these options.
  2. 1982Strand

    3.5.3

    Yee, didn't want to start a fight :) Just a bit fed up thats all, i need a break. @ingbrzy: I know you guys work hard on the roms each week, i'm not doubting that. I respect that. (And i'm not stopping my translation btw, but there might be a pause before next update.. Maybe on the next...
  3. 1982Strand

    3.5.3

    Take your pick on any of the bug threads on the official forum. Also considering lack/compatibility of functionality and features, if you're not living in china (and if you don't own a xiaomi device). And the ever returning lack of open source. They're affraid of someone copying them. (Affraid...
  4. 1982Strand

    3.5.3

    Prrft! Crap update again.. Seems Xiaomi doesn't REALLY want to go international. It's the same as always, new features - more bugs - less fixing - completely ignoring the international community and their cries for support/fixing of existing bugs. I'm putting MIUI on ice for the time being...
  5. 1982Strand

    apktool build errors

    PathNoExist: apktool.yml is a directory error. Apktool can't find the folder where apktool.yml is, so you're entering a wrong command.. when you recompile, you should point to the folder you decompiled to, not the apk itself
  6. 1982Strand

    Pachrom error when porting to wave

    What commands are you running? Sendt fra min GT-I9300 med Tapatalk2
  7. 1982Strand

    MOD hide name carrier for miui V5 for S3

    Take a look on my last post :-) Sendt fra min GT-I9300 med Tapatalk2
  8. 1982Strand

    MOD hide name carrier for miui V5 for S3

    FYI, a fixed version for centered clock, with no overlappping (NOT hidden carrier name): This is how the xml can look like, tested and works: http://pastebin.com/xhBUVYfQ
  9. 1982Strand

    MOD hide name carrier for miui V5 for S3

    One thing.. There are overlapping. I. E. When you get a notification or text message, the clock doesn't move out of the screen with the other icons.. But otherwise nice :-) Sendt fra min GT-I9300 med Tapatalk2
  10. 1982Strand

    MOD hide name carrier for miui V5 for S3

    Cool, good job! Tested and works!
  11. 1982Strand

    MOD hide name carrier for miui V5 for S3

    I got a challenge for you :) Can you get the clock centered, with no overlapping?
  12. 1982Strand

    Calendar app date format

    I know... But I use it in my own customized pack :)
  13. 1982Strand

    Calendar app date format

    Just an update here. I finally figured it out and fixed the date formatting in the calendar app... And seems it's bugfree, but i still need to test it more to be completely sure ;)
  14. 1982Strand

    Calendar app date format

    Yeah, tell me about it! Well, maybe you could email Xiaomi to make those date formats as strings too? To make them more international compatible :)
  15. 1982Strand

    Calendar app date format

    I actually found the date formats in Calendar app!! It's in the CalendarViewAdapter.smali I changed these lines (in red) - just switched places, so that year comes last and day comes before month : .line 367 sget-object v1, Ljava/util/Locale;->US:Ljava/util/Locale; const-string...