Search results


  1. Zirias

    [OT] Any die-hard Commodore fans out there?

    Sounds very cool :) Unfortunately, I never owned one of those, so I have no idea ... but generally, finding hacks for "locked" devices is great! I have to admit, I have no idea how I would start there. On a PC, it's not THAT hard, using tools like (very basic) strace or even a disassembler ...
  2. Zirias

    [WIP][PORT] MIUI CAMERA for more devices

    It's hard to say something about the CAUSE of the error without actually looking at the (smali) code. But at least, it's quite obvious that "null" is not a valid integer ;) Can't you find it in the android.hardware.Camera.Parameters class code? getMaxSaturation seems to return a null pointer...
  3. Zirias

    [Mod][Rom][Cm] OpenCyngn

    And how exactly is CM NOT "full open source"? Are you talking about gapps included in some unofficial builds? Otherwise I don't understand what you mean...
  4. Zirias

    (Request) Homescreen button go back to left homescreen

    Uhm ... just move the contents of all your screens to the right by one? There's ONE default homescreen and you can add screens to the left and right the way you want...
  5. Zirias

    [OT] Any die-hard Commodore fans out there?

    Haha, I imagined there HAS to be someone interested in these kinds of things in a forum that comprises some "hacking" of embedded devices (aka -- phones). In fact: it got me now, I spent some evenings/nights optimizing and completing the code so this demo looks more like the AmigaBASIC original...
  6. Zirias

    What happens to a TD-SCDMA phone in USA?

    Generally, the supported CDMA flavour doesn't matter for GSM. As long as the phone supports all GSM bands (I /assume/ the Hongmi does, as this is standard for all newer phones), it will just work on 2G (or, "2.5G" aka Edge if supported by the network).
  7. Zirias

    [OT] Any die-hard Commodore fans out there?

    If so, this could be interesting for you. Recently, several android-related projects convinced me to finally abandon subversion and move on to git -- new home for my projects is http://github.com/zirias. In the process of converting anthing I still want to preserve and share, I stumbled upon...
  8. Zirias

    [MOD][WSM] MIUI5 remove text from dock icons (updated 2013-11-16)

    Thanks for the snippet, so I guess you had the same idea at the same time :) Even if this code is less robust, it's much more educating; seems like you already have a good grip at the inner workings of MiHome. Of course I don't mind, I'm happy when it's working. I just asked for a small...
  9. Zirias

    [MOD][WSM] MIUI5 remove text from dock icons (updated 2013-11-16)

    Hi BurgerZ .. first congrats on your tools, even if it was "just" modifying xposed, I guess it was a lot of work, and it's very helpful! Just a question here: Did you use my (kind of hacky) method of detecting dock icons? If so, a tiny attribution in Release Notes would be nice, sbasiwa. It's...
  10. Zirias

    MULTI MIUI Multi lang 3.11.15

    How about checking logcat to see WHY it doesn't open? It's not part of MIUI... as long as other apps work, I don't think there's a ROM issue
  11. Zirias

    Open source kernel possible?

    Ok, crashes at boot and no /proc/last_kmsg ... maybe because I had to power-cycle to get the phone back to life. If anyone wants to aid debugging, I can share the 'pisces_defconfig' I tried. Won't have the time myself for the next couple of weeks, so maybe (hopefully?) official sources will be...
  12. Zirias

    Open source kernel possible?

    Look what I found in NVIDIAs git: tegra kernel tree based on 3.4.25 It has android drivers as well as board-files for "pluto" (I think the Mi3 tegra version is based on "pluto") -- and it is the exact linux version of Mi3's stock kernel. I bet Mi3 kernel is based on this ;)
  13. Zirias

    best way too free upp space in system?

    /system is read only, so it could be filled to the last sector and NOT cause any bugs. You probably mean /data and solution is uninstall unneeded apps Gesendet von meinem MI 3 mit Tapatalk
  14. Zirias

    I don't have enough space on 3.71 GB partition

    Sure. The files from the other systems aren't visible in /data, but of course the space is allocated... Gesendet von meinem MI 3 mit Tapatalk
  15. Zirias

    MULTI MIUI Multi lang 3.11.15

    My expectation in this tread is new info and Q&A to the ROM release ... just sayin ;)
  16. Zirias

    New [pyramid] Kernel and wifi

    Hi, the pyramid port still comes with Sultan r40 kernel -- this gives me weak wifi signal, Sultan r44.5 fixes it for me.
  17. Zirias

    3.11.15

    Care to update instructions in http://xiaomi.eu/community/threads/miui-multi-lang-3-11-15.22786/ to reflect this change? ;)
  18. Zirias

    [MOD][WSM] MIUI5 remove text from dock icons (updated 2013-11-16)

    Ah, thanks! This should be easy to fix! edit: fixed, please test :)
  19. Zirias

    [MOD][WSM] MIUI5 remove text from dock icons (updated 2013-11-16)

    I'm really sorry it doesn't work for you and would like to make it work. But as I'm unable to reproduce the problem on one of my devices, I need your help! Could you please e.g. - provide a logcat during installation attempt - If you have the time, build apk yourself from source and see if that...
  20. Zirias

    [MOD][WSM] MIUI5 remove text from dock icons (updated 2013-11-16)

    Ok, I just downloaded it myself from here, installs fine (MIUI multilang 3.11.15 on Mi3). Could you maybe get the exact error message from logcat? thanks! edit: I really don't get it -- just tried on my old HTC Sensation with AOSP 4.2.2 -- installs just fine.