Search results


  1. lenny_kano

    Samsung GS3 weather widget

    It will work fine because MIUI is based on touchwiz. But it will only work with touchwiz launcher, and depending what uid is needed, you may need to grab the patchrom keys from github and resign the relevant apks. Edit: also hey Dan, good to see ya again :).
  2. lenny_kano

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

    Yes, that is correct. Its not really amazing if you know how it works :).
  3. lenny_kano

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

    Also just to point out, just because recovery says "flash update.zip to system 1" doesn't mean it does. It flashes to where the zip tells it to. My mount commands (which are in the control panel zips) tell the recovery to bugger off and flash to system 2 anyway (for system 2 version).
  4. lenny_kano

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

    I can flash both systems just fine on Mi two, using same mount commands as your zip. But you should add a note that xiaomi devices have to flash in recovery. The updater app won't work with the mount commands used.
  5. lenny_kano

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

    Where is 3.1.18 version? Hurry up! Just wanted to get in first.
  6. lenny_kano

    MIUI Calculator for all devices

    Ok new apk posted on the site linked to in OP. Main changes are that it supports xhdpi properly, and is dark themed.
  7. lenny_kano

    MIUI Calculator for all devices

    I've updated with a dark theme, green equal key, support for xhdpi, and added an "Advanced panel" label above the switch. So really looks better for aosp but seeing as this will be included in miui very soon I'll just update with that one tomorrow.
  8. lenny_kano

    Auto Split SMS

    No problem, sorry it didn't work for ya.
  9. lenny_kano

    Auto Split SMS

    Oh well I don't have any ideas on gingerbread miui, and noone is developing that any more, so if those options aren't in there I can't really help much more. Adding the stuff you did doesn't change anything, from the sounds of it your version doesn't have the Java code required. Rolling back to...
  10. lenny_kano

    Auto Split SMS

    What rom are you on?
  11. lenny_kano

    Auto Split SMS

    Damn just realised that's not quite what you want. Sorry bout that. Try changing enableMultipartSMS to true. Mess around with that con fig XML and you should get what you're after. Edit: Try that and maxMessageTextSize to 1, leave the SMS to mms one alone.
  12. lenny_kano

    Auto Split SMS

    If you know how to edit apks, you need to modify Res/XML/mms_config.XML in mms.apk Change smsToMmsTextThreshold to 1 Rebuild and push to device. Hope this helps.
  13. lenny_kano

    MIUI Calculator for all devices

    I ported it quickly this morning, nothing major. God it looks better than the standard Calculator, and finally fits in with MIUI. Will fix the slider text issue another time but for now feel free to test on any ROM/device whatsoever, it should work just fine. Apk available here...
  14. lenny_kano

    MULTI MIUI Multi Lang 3.1.11 [ICS & JB]

    Ignore the Smiley and crappy formatting, you get the gist.
  15. lenny_kano

    MULTI MIUI Multi Lang 3.1.11 [ICS & JB]

    Used as a testing platform I imagine. But just an fyi, theres no need to symlink pkill or install busybox from market, Just change the command to call busybox pkill instead of pkill. Unless busybox doesnt exist on some devices? But I know its used by MIUI and I know its part of patchrom, so the...
  16. lenny_kano

    [MOD] Landscape mode for SMS

    Yes I am puzzled as to how it works if the modified AndroidManifest is included. As I said, it really shouldn't. But if resigning doesn't seem to have hurt anything, that guarantees it will work so no harm in doing it.
  17. lenny_kano

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

    That will never work properly with those zips because it needs to be done in recovery, and away from Xiaomis "buddy" system (that's the built in stuff for handling redirection of updates and whatnot). Do it the same way as for system 1, rename to update.zip and flash in mirecovery.
  18. lenny_kano

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

    Its more than just the script, need to add busy box binary as well. As for system 2 not working, what rom do you have on system 2? I thought miuiandroid only flashed to system 1? Or am I mistaken? At any rate, the zip should flash system 2 correctly, works for me. Only other thing I have...
  19. lenny_kano

    [MOD] Landscape mode for SMS

    I have no idea where that error comes from. I have my own keys I use so can't vouch for patchrom ones working, but for all intents and purposes they should. Test key is not ideal but I suppose if it works...
  20. lenny_kano

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

    Checked the zip and it tries to use /sbin/busybox, which I'm fairly sure doesn't even exist on MiRecovery, so it shouldn't and won't ever work. I've taken the liberty of making the two zip files, one for system 1 and one for system 2. Please let us know if they work better (should do). @fusion...