Search results


  1. 1982Strand

    Emoji?

    Well, just wanted to get this cleared once and for all. It is said the emojis work on official devices, can i see some screenshots of it in action please? :) I'm doing an unofficial port, but i can't get them to show in the stock mms app. I tried extracting/decompiling/comparing from different...
  2. 1982Strand

    Samsung Galaxy SII - Bugs in the latest rom (2.8.17)

    Isnt this just messed up translation, or messed up arrays? In my language (here translated back to english), the headline says "Turn off WiFi automatically" and i get these 3 options: when screen turns off, when not connected, never - and it works just like it says..
  3. 1982Strand

    Resolved Stock ICS mms.apk crashing

    you are running stock ics mms app on miui, if I get it right? Download aLogcat from market, it will record the crashes and it's easy to use :-) can't say much more about your issue before seeing the logcat... Sendt fra min HTC Desire med Tapatalk2
  4. 1982Strand

    Release MIUI Multi-Lang ROM 2.7.13 [ICS]

    No 2.7.20 update for Danish language, as I'm on vacation and only a slight chance I'll make it home for 2.7.27 :-) Just a heads up.. Sendt fra min HTC Desire med Tapatalk2
  5. 1982Strand

    Logcat of reboot?

    Hey guys. Just a quick question, mostly for the devs in here i suppose. I got an issue with a reboot, which i can't really troubleshoot as i get nothing from logcat on it. What happens is: If i go to Gallery, select any photo, then tap on it to get the menu bar in the top and bottom, then...
  6. 1982Strand

    Build script help

    Hey guys.. I'm trying to make a small linux script for decompile/recompile of apks. I got 2 small issues. To start with, i got my script project in /root/test/ and the decompiled apks in /root/test/apk_in/ I want to place the recompiled apks in /root/test/apk_out, but when i run the script...
  7. 1982Strand

    patchrom help

    Not sure if anyone is still reading here, but today i ran into a new problem. It's a new one, as i've been able to use patchrom successfully for a while now, until today. Did a repo sync and noticed there were changes to porting.mk and util.mk, it seems the framework miui-res changes id from 3...
  8. 1982Strand

    [2.5.25] MI-ONE Compass FC [FIXED?]

    Could this be related to the part of the last line in main.xml for decompiled MiuiCompass saying: layout="@miui:layout/android_transient_notification" which should be changed to: layout="@android:layout/transient_notification" ?? I had to do this fix on my language pack anyways, but not...
  9. 1982Strand

    framework-miui-res help

    Thanks!
  10. 1982Strand

    framework-miui-res help

    Also framework-miui-res? Oh well, then just for the honor :)
  11. 1982Strand

    framework-miui-res help

    Hey miuiandroid team! Could someone post the exact contents of arrays.xml from framework-miui-res? I mean, the one from 2.5.18, edited and working.. Thanks ;)
  12. 1982Strand

    patchrom help

    Here you go: # mount point fstype device [device2] /boot mtd boot /cache yaffs2 cache /data yaffs2 userdata /misc mtd misc /recovery mtd recovery /sdcard vfat /dev/block/mmcblk0p1...
  13. 1982Strand

    patchrom help

    Ok, i understand :) People are d*cks! Looking forward to see it finished! Btw, any ideas about the error i get? Thanks for all your help..
  14. 1982Strand

    patchrom help

    Oh, one more thing, a little off topic.. If Mr. Peaches is reading, is it possible to build your mod of apktool from github? And if so, how? I'd like to test it if i may?
  15. 1982Strand

    patchrom help

    Okay.. So i'd like to ask another question, in regards to the patchrom.. I've run into another error, all of a sudden, which looks like this: unzipping target target-files... using device-specific extensions in . using prebuilt boot.img... Traceback (most recent call last): File...
  16. 1982Strand

    patchrom help

    Yes. Mr. Peaches is right :) I'm following his advice and trying to get things running "non-root". And about the guides, start with reading the developer guide from github, also read about the issues people have had there, then search on google/xda, read the threads about patchrom. Well, that...
  17. 1982Strand

    patchrom help

    Well, i can't remember exactly how long it took to sync, but i does take a while. Like half an hour to an hour, depending on your connection. And yes, it's quite large :) I run all commands in patchrom as root, to avoid permissions (and PATH) problems. But if you have better knowledge in linux...
  18. 1982Strand

    Translating using github

    Hmm, that's too bad :/ Guess i'm back to decompiling/recompiling the whole thing.. Oh well, no biggie, at least i know how that works :)
  19. 1982Strand

    Translating using github

    Sorry for being dumb here. But that guide doesn't say anything about github? And isn't that guide going through the whole decompile process, the exact process i thought was unnecessary now, due to the xmls being on github? And i can't seem to find those build scripts you mention.. Btw, i...
  20. 1982Strand

    Translating using github

    Hey guys. I recently started work A LOT in linux and came across a few posts about xiaomi's xml sources released on github. I'd like to translate the apks/images and was wondering if someone could post a mini-guide on how it works and how to set up a "translation environment" so i can get...