Search results


  1. CosmicDan

    MULTI MIUI Multi Lang 2.10.19 [ICS & JB]

    iBot, This may be of interest, "xmlmerge" java applet - info http://www.javaworld.com/javaworld/jw-07-2007/jw-07-xmlmerge.html?page=2 I have done some tests and it does well with merging values-en into values, specifically strings.xml and arrays.xml. It supports various configuration flags...
  2. CosmicDan

    MULTI MIUI Multi Lang 2.10.19 [ICS & JB]

    OK nice work regarding APKTool, as always. Alas I build on Windows (gasp) and have been unable to build latest APKTool from source, so I'm happy to work around it until the release of 1.5.1. Yeah I figured as much, hence why I mentions a gawk script. AWK is basically a programming language for...
  3. CosmicDan

    MULTI MIUI Multi Lang 2.10.19 [ICS & JB]

    Wouldn't it still help (and not be device-specific) to compare the XML elements of the same name between values and values-en, and if an element exists in both - move it to values and then remove it from values-en? That way nothing would be removed from the values default, but only updated with...
  4. CosmicDan

    MULTI MIUI Multi Lang 2.10.19 [ICS & JB]

    Ah right, I see. What a shame. Maybe in time a command-line method of parsing XML to merge/inject values-en updates to values is something I can do for my builds. Thanks for info.
  5. CosmicDan

    MULTI MIUI Multi Lang 2.10.19 [ICS & JB]

    I'm not sure how the build process for language packs is done, but shouldn't the default translations be based on the English-only ones? There are some inconsistencies in fallback/default translations. Easy example is values/strings.xml in NetworkLocation - On the English-only ROM they are...
  6. CosmicDan

    2.10.12

    That screenshot means nothing, you can make it say "MIUI 69.69.69" with a build.prop edit. As ingbrzy said, you've overwritten all applications and framework with old version... so yes it will work because you're running 2.9.29 now.
  7. CosmicDan

    [MOD] MIUI control panel for ICS & JB ( flashable ZIP)

    As said, this is pointless. You have to port it to each device. Please update the post with your android device and say that it only works there. And 2.10.12 is not JB, only Nexus devices are JB. The reason why it doesn't work is because you've had people flash files from a different device...
  8. CosmicDan

    2.10.12

    Well you just downgraded to MIUI 2.9.29 doing that :P
  9. CosmicDan

    [MOD] [3.2.22] Control Panel Suite [DISCONTINUED]

    Yeah, LT18i is Arc S and LT26i is Xperia S. Should work with Xperia S but I'm not sure if their recovery checks for that same flag (it should, pretty sure it's standard for all CWM). Probably was me, I posted the Arc S mod here and on XDA. At that time there was no MIUI4 ROM that had any...
  10. CosmicDan

    [MOD] [3.2.22] Control Panel Suite [DISCONTINUED]

    Thanks a lot for the great work on the mods guys :) Regarding Xperia devices, the bootloader completely ignores the "recovery" parameter. A simple work-around is to run the command "touch /cache/recovery/boot" before rebooting. As long as the device has a proper CWM-Recovery ramdisk, it will...
  11. CosmicDan

    2.10.12

    Quick Q for anyone running Arc S - Are there emoticons/smileys in the stock SMS/MMS app for you? I port to Xperia Play and I'm not sure if it's a port issue or a base issue. Cheers!
  12. CosmicDan

    MULTI MIUI Multi Lang 2.9.29 [ICS & JB]

    As I said, the language pack is fine. That was my mistake. But in the original ROM build, values/ is not. values-en is fine in both, but other languages will fallback to the broken values/ xml if they use non-english without the language pack. It's minor though, doesn't really matter.
  13. CosmicDan

    MULTI MIUI Multi Lang 2.9.29 [ICS & JB]

    My mistake. The langpack values/ is fine, but some languages still have %1$d. But my problem was that I reverted to original English-only LBESEC_MIUI.apk (from miuiandroid_LT18i-2.9.29.zip) in an attempt to fix the bug, and there it's %1$d in values/.
  14. CosmicDan

    MULTI MIUI Multi Lang 2.9.29 [ICS & JB]

    Yeah I know, and that's what it is in values-en/. But in values/ it's still %1$d - so the translations that are not up-to-date will fallback to that buggy one, causing FC of Root Request popup.
  15. CosmicDan

    MULTI MIUI Multi Lang 2.9.29 [ICS & JB]

    Just a heads up, The string bug in LBESEC_MIUI is still there. The default no-translation (values/strings.xml) still has "Do you wish to allow %1$d to get ROOT permission?" - many multilanguage users are reporting the crash still. EDIT: Shouldn't values-en/* be copied (or moved) to values/...
  16. CosmicDan

    MULTI MIUI Multi Lang 2.9.29 [ICS & JB]

    Interesting. I know I'm going off topic, but I would like to know more about the "new" MIUI Australia. Maybe I can help out with some things? My latest MIUI port is here for the Xperia Play (based on Arc S) and I recently got ICS Control Panel working on latest, integrated into the Settings >...
  17. CosmicDan

    MULTI MIUI Multi Lang 2.9.29 [ICS & JB]

    Hello fellow Aussie! Nice site you have there :)
  18. CosmicDan

    MIUI ROM 2.8.10

    Ah OK, I figured it was a typo issue actually. I am skilled in Smali editing and reading logcat but I am unable to decompile any of the new app APK's with APKTool v1.4.3 :(
  19. CosmicDan

    MIUI ROM 2.8.10

    There is definitely an issue with the new LBE Guard app, you get an FC when something requests root. Specific error is "java.util.IllegalFormatConversionException: %d can't format java.lang.String arguments". I guess this is a 2.8.10 issue. Since I port it to the Xperia Play, I just used an...
  20. CosmicDan

    [MOD][MIUI GB] Skip track via volume press

    Guys, the reason why it isn't ported to ICS is because of MIUI4 no longer being based on AOSP - it is based on device-specific sources. As such, there is no "one-jar-fits-all" solution for MIUI4. With that said, I have ported it to MIUI4 for the Xperia Arc S (MIUI 2.7.20). Check the Mods...