[ROM] Multi language MIUI u8800Pro / u8800+ 2.1.20 - Huawei Ideos X5 U8800

Based on chinese ROM.
CHANGES:
-Added language packs and multi-language apps.
-Added language selection to boot ROM.
-Translated into 100% in English and Spanish "The other languages ​​are not able to confirm that they are 100%"
-Changed default region and language into English.
-Modified Themes leave 100% translated.
-Motion-Sensor is working properly.
-Removed Sound in the startup animation.
-Fixed problem with market.
-Changed default theme.
-Added Themes.
-And other changes
DOWNLOAD

jesus1o1 said:
Based on chinese ROM.
CHANGES:
-Added language packs and multi-language apps.
-Added language selection to boot ROM.
-Translated into 100% in English and Spanish "The other languages ​​are not able to confirm that they are 100%"
-Changed default region and language into English.
-Modified Themes leave 100% translated.
-Motion-Sensor is working properly.
-Removed Sound in the startup animation.
-Fixed problem with market.
-Changed default theme.
-Added Themes.
-And other changes
Click to expand...
Click to collapse
Where is the download link?

MyNameIsKappa said:
Where is the download link?
Click to expand...
Click to collapse
Sorry.
http://www.fileserve.com/file/7ZnmGrR/MIUIus_2.1.20_8800.zip

Hi, thanks for your work, i have a question can i flash this over your multilanguage miui 1.12.16 without wiping data?, if so, what i need to wipe?
Thanks in advance, saludos!

sewa2k said:
Hi, thanks for your work, i have a question can i flash this over your multilanguage miui 1.12.16 without wiping data?, if so, what i need to wipe?
Thanks in advance, saludos!
Click to expand...
Click to collapse
Make:
-Wipe Data and Wipe Cache.
You're welcome.

jesus1o1 said:
Sorry.
http://www.fileserve.com/file/7ZnmGrR/MIUIus_2.1.20_8800.zip
Click to expand...
Click to collapse
Thank you so much!!!

jesus1o1 said:
Make:
-Wipe Data and Wipe Cache.
You're welcome.
Click to expand...
Click to collapse
I confirm that with only wiping cache and dalvik cache and flashing over 1.12.16 it works like a charm
thanks!

Big Lag when unlocking
Hi guys,
in all Roms for U8800Pro is the same problem - usually, when I want to unlock phone, phone give small vibrating, then overall big lag of all system and after few seconds two times short vibrating and phone then is ready to use.
Who and when will response this big and unpleasant problem?

markis123 said:
Hi guys,
in all Roms for U8800Pro is the same problem - usually, when I want to unlock phone, phone give small vibrating, then overall big lag of all system and after few seconds two times short vibrating and phone then is ready to use.
Who and when will response this big and unpleasant problem?
Click to expand...
Click to collapse
This happens only when pressing the volume+- at the same time

hi!can someone tell me all features of the phone work properly??im interesting on radio cos its very helpfull to me!!thx!! and can someone tell me whats the diference between custom fw and official?thx!

Logcat is disabled. That makes this ROM unusable for development

Pretty sure logcat is disabled by default on all ROMs, including stock. You need to enter the service menu (*#*#2846579#*#*) and turn it on there.

qwerty12 said:
Pretty sure logcat is disabled by default on all ROMs, including stock. You need to enter the service menu (*#*#2846579#*#*) and turn it on there.
Click to expand...
Click to collapse
Nope. That's not true. I have never run across ROM, that has logcat disabled and I tried a lot of ROM-s, believe me (stock and custom ones). Only with this one I get error message Unable to open log device '/dev/log/main': No such file or directory when I type logcat in console.
It seams that this is due to disabled logcat by the kernel. So if someone can switch that on or change kernel, that would be great.
Oh and *#*#2846579#*#* code don't work for me either. Maybe it works on some other Huawei model, it sure don't work on Huawei U8800 Pro with MIUI-112160 on board.

sajmons said:
Nope. That's not true. I have never run across ROM, that has logcat disabled and I tried a lot of ROM-s, believe me (stock and custom ones). Only with this one I get error message Unable to open log device '/dev/log/main': No such file or directory when I type logcat in console.
Click to expand...
Click to collapse
My experience with the stock ROM leads me to believe it is, but that's anecdotal. I have logcat happily working on my U8800Pro, though (Huawei 2.3.6 ROM, which is similar to stock, I must add, though). That-Guy's guide also makes a point of telling you to turn it on for zergRush to work, which relies on logcat.
The Chinese ROM post is lacking in details, but if we look at genokolar's source, you can see that the driver is told to read a setting from the modem to decide whether to enable logging (actually, genokolar's set it to always enable logging but with a stock kernel it reads that setting). Guess where you can set this modem setting? That's right! From the ProjectMenu, designed to edit a bunch of Qualcomm (modem) settings, that appears with a stock ROM when entering *#*#2846579#*#*.
It seams that this is due to disabled logcat by the kernel. So if someone can switch that on or change kernel, that would be great.
Click to expand...
Click to collapse
You can check if the actual logging function is disabled entirely in the kernel by doing "zcat /proc/config.gz | grep CONFIG_ANDROID_LOGGER". If it returns no, then it has been removed from the kernel. If it returns yes, then the setting needs to be toggled as per the above and That-Guy's guide.
Oh and *#*#2846579#*#* code don't work for me either. Maybe it works on some other Huawei model, it sure don't work on Huawei U8800 Pro with MIUI-112160 on board.
Click to expand...
Click to collapse
Yeah... try with the stock ROM. Either this ROM is lacking the ProjectMenu.apk and MMI_Test.apk in /system/app or it needs to be run in another manner (genokolar adds an entry to the Settings apk in his CM7 ROMs).

qwerty12, thank you for comprehensive instructions and explanation. I'll check that next time if I have troubles with logcat. For now I guess I'll be using geno's Miui.us-1.12.16 witch serves me very well and has no issues with logcat.
Just hope that geno will make new version soon.

sewa2k said:
Hi, thanks for your work, i have a question can i flash this over your multilanguage miui 1.12.16 without wiping data?, if so, what i need to wipe?
Thanks in advance, saludos!
Click to expand...
Click to collapse
Hi, this ROM works for U8800-51? I don't want to loose the 3G signal for Entel PCS. Thanks.

qwerty12 said:
My experience with the stock ROM leads me to believe it is, but that's anecdotal. I have logcat happily working on my U8800Pro, though (Huawei 2.3.6 ROM, which is similar to stock, I must add, though). That-Guy's guide also makes a point of telling you to turn it on for zergRush to work, which relies on logcat.
The Chinese ROM post is lacking in details, but if we look at genokolar's source, you can see that the driver is told to read a setting from the modem to decide whether to enable logging (actually, genokolar's set it to always enable logging but with a stock kernel it reads that setting). Guess where you can set this modem setting? That's right! From the ProjectMenu, designed to edit a bunch of Qualcomm (modem) settings, that appears with a stock ROM when entering *#*#2846579#*#*.
You can check if the actual logging function is disabled entirely in the kernel by doing "zcat /proc/config.gz | grep CONFIG_ANDROID_LOGGER". If it returns no, then it has been removed from the kernel. If it returns yes, then the setting needs to be toggled as per the above and That-Guy's guide.
Yeah... try with the stock ROM. Either this ROM is lacking the ProjectMenu.apk and MMI_Test.apk in /system/app or it needs to be run in another manner (genokolar adds an entry to the Settings apk in his CM7 ROMs).
Click to expand...
Click to collapse
I checked "zcat /proc/config.gz | grep CONFIG_ANDROID_LOGGER" command, and it says: CONFIG_ANDROID_LOGGER=y.
I guess that means that logging is enabled by kernel It just need to be turned on. But unfortunately (*#*#2846579#*#*) code don't work. Is there any other way to enable logging?

pls! my phone up rom +2.1.20 lost Radio.
help me! thanks

Qq
Enviado desde mi Samsung Galaxy S3.

Related

[ROM] Gomez MIUI Final version Multilanguage (special thx to oyang06 and Khal)

Hi all,
New version is online now, additions:
- Wireless Tether
- Extra reboot options
- Android Ad Free (Anti Advertising app you have to configure yourself)
- anCorder (Camcorder app records 720p at 19fps)
To everyone, the bug with the MMS problem and no signal problem is allso described on ITFUNZ.COM by our chinese XT720 friends so this problem is present in the MIUI Final by oyang06. There is a fix described but my chinese is not so good ;-P
This is a BETA Multilanguage version!! Not a final version!! It is based on the MIUI Final by oyang06.
Hereby i give you MIUI Final version (by oyang06) with multilanguages installed. The following languages i was able to put in:
Danish, English, German, French, Polish, Dutch, Portuguese
No suc6 with other languages yet.
When you have changed the language reboot once to get everything in your preffered language!
MIUI Camera (works but only records 720p at 16fps)
Added CameraMoto from Milestone (No HD recording and only 5MP camera)
Added file manager and digital clock.
Its a clean original version.
If you have any problems let me know, i did not do a full test run of this ROM.
Here's the link:
http://www.multiupload.com/UBJBVSQWT6
When you have restored the nandroid wipe Dalvik cache, Cache, and Data before you reboot!!
Enjoy hope you like it!
Greetz Gomez.
So no 8mp Cam or did i misunderstand?
What means Clean?
Enricosteph said:
So no 8mp Cam or did i misunderstand?
What means Clean?
Click to expand...
Click to collapse
Yes it has 8mp cam and clean means that i did not add more additional features.
Thanks for your great Work men.....installed and all runnig so gooooooood.....
Ooo good job... so, no spanish language? Thanks
Saludos
is video recording with sd quality still the same quality like in khalpowers' rom?
Knoedelkopf said:
is video recording with sd quality still the same quality like in khalpowers' rom?
Click to expand...
Click to collapse
Camera has better quality then in previous MIUI roms.
Is there any difference between this ROM and the one in Khalspower's topic (see the link in the quote).
3rdstring said:
Multiupload mirror
Click to expand...
Click to collapse
Because I've just installed the ROM from Khalspower's topic and I don't want to do the whole process to install again.
Edit : Finally I changed my mind. I'm installing your ROM right now. And thank you for having put French
Model: Nexus S?
Can somebody check and report back or just tell me if the model name is Nexus S in settings/system/about phone? my v3 states it. It caused me problems setting up setcpu profiles. Thank you.
I don't know about this ROM, but Kahls latest MIUI (based on beta 5) is set up as a Nexus S in the build.prop. For SetCPU you can place a text file in the root of your SD card with the desired (supported) frequencies & then select custom frequencies when you set up SetCPU (show other frequency sets, custom).
thanks a lot Gommers for posting, it's really fast. thanks also to oyang and khal.
I installed MIUI Final over MIUI v2 and I lost my google mail accounts WITHOUT the ability to add them back: I simply don't have the option ! I just have Skype, Corporate, Twitter and Facebook
Any hint ??
ktylife said:
I installed MIUI Final over MIUI v2 and I lost my google mail accounts WITHOUT the ability to add them back: I simply don't have the option ! I just have Skype, Corporate, Twitter and Facebook
Any hint ??
Click to expand...
Click to collapse
Have you tried going in market? it will ask you to sign in google then it will update and you should have it back. Probably a stupid question but That's how it worked for me. lol.
ktylife said:
I installed MIUI Final over MIUI v2 and I lost my google mail accounts WITHOUT the ability to add them back: I simply don't have the option ! I just have Skype, Corporate, Twitter and Facebook
Any hint ??
Click to expand...
Click to collapse
I can add other wanted apps.
Let me know what you miss and i can add in another release, to all let me know what you want to see added in a new release or what you want removed. Allso let me know if you find any bugs. I will allso change build.prop in the new release, so that it states XT720 and not Nexus S.
Reboot options
gommers1978 said:
I can add other wanted apps.
Let me know what you miss and i can add in another release, to all let me know what you want to see added in a new release or what you want removed. Allso let me know if you find any bugs. I will allso change build.prop in the new release, so that it states XT720 and not Nexus S.
Click to expand...
Click to collapse
Thanks for this bud. I see it's missing the extra reboot options including the very handy quick reboot. Also my model number states milestone xt720 so that should be fine I think. I have my gmail and email and logged into my google they aren't missing. I still see chinese in some areas.
**edit**
I think you rushed this bud, missing things and this is oyang06 rom with special thanks to you for the multilanguage right? It still has a lot of chinese I can't tell you where it all is. Probably should have waited for Khal's then added multi language as you did with the other release huh? Good effort but I will wait for khals
hotroddy said:
Thanks for this bud. I see it's missing the extra reboot options. Also my model number states milestone xt720 so that should be fine I think. I have my gmail and email and logged into my google they aren't missing. I still see chinese in some areas.
Click to expand...
Click to collapse
If you can tell me where you see chinese, in some apps i cant remove it, will add extra reboot options.
ktylife said:
I installed MIUI Final over MIUI v2 and I lost my google mail accounts WITHOUT the ability to add them back: I simply don't have the option ! I just have Skype, Corporate, Twitter and Facebook
Any hint ??
Click to expand...
Click to collapse
Re-Flashed, wiped Dalvik, Cache, and Data mad...
It works now.
ktylife said:
Re-Flashed, wiped Dalvik, Cache, and Data mad...
It works now.
Click to expand...
Click to collapse
You allways need to wipe Dalvik, Cache, and Data when it is a nandroid not made by yourself. Will put it on the frontpage.
Hi
I have a little issue with Email app. Once I entered the settings for an account, on the screen, it is said "Loading messages" (or something like that) over and over again but my messages are never displayed. Is this specific to me or someone else has already encountered this issue ?
Just flashed this rom. looking good so far.
when i restored it on open recovery one of the activity lines (or whatever u call it) stated
'can't mount dev/block/mmcblk0p2
invalid arguement'
i have a fat 32 and swap partition only..because I don't like using app2ext. Is this cool?

[ROM] [2011.10.31] Bravo2.2 v1.7 (by brianlee)

Since brianlili has joined us at XDA he is now posting this himself. Please see his thread here:
http://forum.xda-developers.com/showthread.php?t=1332410
Bravo 2.2 v1.7 by brianlee
brianlili said:
Change log for bravo2.2-V1.7
Battery charging progress indicator by media leds.
Choose network operator menually function.
Fix ussd service unavailable issue.
Fix browser crash issue when visitting "https" website.
Linux ext4 partition supported(thanks mz's support).
Default language english, default local USA.
ps: details about charging progress, 5%-40% camcorder led turn on; 50%-80% camera, camcorder leds turn on; 90% three of them turn on; 100% three of them trun off, charging finish.
Click to expand...
Click to collapse
Downloads
v1.7
- Link - Thanks biranlili in post #484
EPM Update for 1.7
Attached to post #530 by brianlee
Instructions
Download 1.7 from the link above.
Download the Update from above (if you want enhanced power menu).
Extract the contents of the 1.7 download.
Copy the contents of the 2sdcard folder to the root of your sd card. (You can skip the OpenRecovery files and just copy the nandroid folder if you already have OR/AOR installed).
Copy the update ZIP file into /sdcard/OpenRecovery/updates
Reboot into OpenRecovery
Nandroid > Restore > bravo2.2-brian
Apply Update > epm-patch-bravo1.7.zip
Wipe Cache, Wipe Dalvik, Factory Reset (You should be able to skip this step if already using Bravo).
Let me know if there are any problems with this info, thanks!
Old info;
Downloads
v1.6
- Link 1 - or - Link 2 - Thanks to gn01222116 and LibertyMonger for re-uploading.
Update for 1.6
Download (by brianlee and Mioze7Ae, see this post and this post for more info. (Updated 2011.10.05)
Now up to v1.6, see post #47 in this thread for download links. Thanks to gn01222116 for the update this time.
Edit: Just a quick note, apparently the author of this ROM (Brian Lee) is now on XDA with username brianlili - thanks Mioze7Ae.
v1.5 is out, see post #33 in this thread.
Thanks to patejlice for keeping us updated.
See post #32 for 1.4b:
http://forum.xda-developers.com/showpost.php?p=17307255&postcount=32
Update, 08/30, v1.3
There is a new version of this ROM out for anyone interested, see original link in OP. I did end up trying this briefly before, I will give it another shot this weekend I think.
Maybe some changes can even be merged with XDA Special.
From what I understand the "T Roaming" menu was removed/changed - this is something I asked about when we first started working with WanHu ROM.
Also a message I get all the time about network time not being set has been removed.
And there is mention of the radio volume being fixed.
Not sure what else has changed ....
Original Post v1.1:
http://translate.googleusercontent....1.html&usg=ALkJrhiBqSrDMFLum-H24idHFH1BoUH1ew
I can't seem to make it through the registration process to download this as even with the Google translation I am missing something on the registration page.
If anyone has more luck can you post the download here so we can try it?
Thanks!
Click to expand...
Click to collapse
###translation post from brianlee in http://bbs.mfunz.com/thread-163142-1-1.html###
v1.1
download link removed please see link 6 for mirror
download>root>openrecovery>nandroid restore>wipe cache>wipe dalvik cache>wipe user data>reboot
update
livewallpaper and market apkclick here
install to system/app
everything smooth to be very fast 169mb available internal storage, has no build in keyboard, supported language english (default), korean, simplified chinese, traditional chinese
setting>language and keyboard>user dictionary (force close)
confirmed time sync is working
###
original post from brianlee
Rom featrure v1.1:
1. Stock froyo UI, after boot has about 60mb ram, included motoblur launcher
2. fix chinese txt problem and loud fm volumn
3. fix korean number format, removed "-" in between numbers
4. hardware perfection media button is working, switch sequence as normal(also work as screen on)wifi gps edge all working
5. support hardware decode for h.264, galley camera record app are official moto apps all works good
6. better battery management idle time up to 72 hrs, better than 2.1
7. swap and app2sd supported, simply fastboot with fjfalcon's kernal
8. can use "system application remover" to uninstall some program such as google map, ocr, and bala bala trash
9 this rom does not allow manua input for apn (so i guess the default apn are set for china unicom or china mobile) some people report time doesnt sync but it seems to be working
###
heres some screen shot by author
Is this rom based on motoroi like wanhu? how about the haptic feedback, tv-out and other features of wanhu, are those things supported in this rom?
Man too much stuff going on for XT720..!
I think this one will be on hold as all our Devs are working simultaneously working on 2 ROMs as of the moment.. But i would be interested on how this differs from the other ROMs that we've had..
like another version of wanhu 2.2.1 rom, haptic feedback is working good, havent try tv out dont have 3.5mm cable here
dont have pre-installed keyboard and fc on market whenever i try to run it
korean ocr
claim fm radio is working but i didnt try it
media button is working and switching between camera and video recorder normally
number format in dialer is correct but does not support ussd
dannyfly said:
download link http://www.kat-intl.com/Bravo2.2-V1.1.rar can someone please make a mirror i'll del this file tonight
Click to expand...
Click to collapse
Haven't tried it yet, but I re-uploaded it here:
http://www.multiupload.com/O42Y6D8EMN Edit: This is now old version (v1.1)
Interested to see if any modifications of Settings menus have been done in this one vs. Wanhu's - like if the SKT menus are gone.
dannyfly said:
like another version of wanhu 2.2.1 rom, haptic feedback is working good, havent try tv out dont have 3.5mm cable here
dont have pre-installed keyboard and fc on market whenever i try to run it
korean ocr
claim fm radio is working but i didnt try it
media button is working and switching between camera and video recorder normally
number format in dialer is correct but does not support ussd
Click to expand...
Click to collapse
How about the performance and speed? in comparison with wanhu and cm6 rom? what do you think?
How about telephony from SKT Mobile?
USSD? APN settings in settings.apk?
"included motoblur launcher"
Ported to non-motoblur or just HeLauncher with the MotoBlur-skin?
abet1017 said:
How about the performance and speed? in comparison with wanhu and cm6 rom? what do you think?
Click to expand...
Click to collapse
its very fast since it only got minimal apps installed, theres no market, g search, g map
i have tried cm6 yet but i think the speed it's same as wanhu
fjfalcon said:
How about telephony from SKT Mobile?
USSD? APN settings in settings.apk?
Click to expand...
Click to collapse
no apn in setting, just like wanhu rom
number format is fixed but still ussd not supported
Vistaus said:
"included motoblur launcher"
Ported to non-motoblur or just HeLauncher with the MotoBlur-skin?
Click to expand...
Click to collapse
its ported non-motoblur
There is a new version of this ROM out for anyone interested, see original link in OP. I did end up trying this briefly before, I will give it another shot this weekend I think.
Maybe some changes can even be merged with XDA Special.
From what I understand the "T Roaming" menu was removed/changed - this is something I asked about when we first started working with WanHu ROM.
Also a message I get all the time about network time not being set has been removed.
And there is mention of the radio volume being fixed.
Not sure what else has changed ....
R-D said:
There is a new version of this ROM out for anyone interested, see original link in OP. I did end up trying this briefly before, I will give it another shot this weekend I think.
Maybe some changes can even be merged with XDA Special.
From what I understand the "T Roaming" menu was removed/changed - this is something I asked about when we first started working with WanHu ROM.
Also a message I get all the time about network time not being set has been removed.
And there is mention of the radio volume being fixed.
Not sure what else has changed ....
Click to expand...
Click to collapse
Does this rom work on wind?
R-D said:
There is a new version of this ROM out for anyone interested, see original link in OP. I did end up trying this briefly before, I will give it another shot this weekend I think.
Maybe some changes can even be merged with XDA Special.
From what I understand the "T Roaming" menu was removed/changed - this is something I asked about when we first started working with WanHu ROM.
Also a message I get all the time about network time not being set has been removed.
And there is mention of the radio volume being fixed.
Not sure what else has changed ....
Click to expand...
Click to collapse
have you checked ussd query?
S7icky said:
Does this rom work on wind?
Click to expand...
Click to collapse
Yes.
fjfalcon said:
have you checked ussd query?
Click to expand...
Click to collapse
Don't know of any Wind Canada supported codes to try. Not something we normally use.
Just try to send *100#.
If it will try to call -then ussd not working, if will be "sending ussd" message - than working.
Btw, can you mirror it, cause i can't understand chinese symbols on registration...
From China i downloaded version 1.3 + themes. Not tested!
Good luck. Download it here:
ROM:
http://www.ulozto.cz/10134568/bravo2-2-v1-3-rar
Themes:
http://www.ulozto.cz/10134569/froyo-theme-zip
http://www.ulozto.cz/10134570/touchwiz-theme-zip
http://www.ulozto.cz/10134571/xperia-theme-zip
http://www.ulozto.cz/10134572/gingerblur-theme-zip
fjfalcon said:
Just try to send *100#.
If it will try to call -then ussd not working, if will be "sending ussd" message - than working.
Btw, can you mirror it, cause i can't understand chinese symbols on registration...
Click to expand...
Click to collapse
I couldn't finish the registration in Chinese before either, luckily someone helped then too.
I will give it a try this weekend if nobody has checked before then.
R-D said:
I couldn't finish the registration in Chinese before either, luckily someone helped then too.
I will give it a try this weekend if nobody has checked before then.
Click to expand...
Click to collapse
Usually you can press the button on the bottom right of the "touch the big green alien" screen to select language.

Miui.us 1.10.28 Greek ROM

Im not responsible for any damage you may cause to your phone, use it at your own risk.
I have modded the latest version of Miui.us rom and i have been able to add Greek Locale! So guys its in Greek Language now
Credits for the rom goes to Stockwell (Thank you for your work)
Credits for the translation pack goes to Finn.(Thanks for the translation)
Credits for the idea goes to member Tranos. (Thanks for the idea)
Notes:
-Wipe cache and dalvik cache.
-Choose zip to install from SD
Any questions are welcome, just say thanks
Download here:
http://www.megaupload.com/?d=555O7C3D
Thanks! It works perfect. I want to add: Credits to TRANOS for his great idea!
Shall we expect a weekly greek version update by you from now on?
EDIT:The updater.apk is in Chinese (i think) but the error must be from the desire-zip and not from your changes...
Great job jasonak0s !! Thanks for it! I don't know how hard it is but couldn't the language be implemented on all future releases? Like giving stockwell the xml file before pushing it to miui.us.
Great job anyway and if u can keep it up with future releases it would be even better!
Else a guide on how to do it might help others continue
I will continue implementing the greek language for the future releases. Spirosbond i did notice that tools is in Chinese Language, you can either rename the folder or i can upload a fix. I will try to upload a fix today. The bad news is that you have to flash all the rom again to fix it, i must find a way bypassing this. Thank you guys for your appreciation
Hm...
Done it three times, it keeps restarting on start up (globe banner).
ps. cwm 5.0.2.6
EDIT
Wiped data - now works
I couldnt recover with 5.0.2.6.. always there was an error
used the old one with the orange letters it's fine now
but after flashing this rom i have a huge battery drain 50% in 5 hours ..
Everything was ok with eng miui...maybe a bug in translation ?
anyone has the same problem ?
fsnelis , i've used my phone in about 6 hours and the battery is at 81% with phone calls, wifi and a little GPS.. So i think there is something wrong about the way you flashed it. When i flashed it i wiped data/cache and dalvnik cashe so i don't know, try to do the same procedure i did.
If we are already in miui rom but in english version, i have to
-Wipe cache and dalvik cache???
Cause when i upgrade on newer version of miui i just flash it without wipe...
Nevertheless, thank you for ur time and now we have greek language in our favourite rom!
fsnelis said:
I couldnt recover with 5.0.2.6.. always there was an error
used the old one with the orange letters it's fine now
but after flashing this rom i have a huge battery drain 50% in 5 hours ..
Everything was ok with eng miui...maybe a bug in translation ?
anyone has the same problem ?
Click to expand...
Click to collapse
Not such a problem for me either. Everything works like before....
If we are already in miui rom but in english version, i have to
-Wipe cache and dalvik cache???
Cause when i upgrade on newer version of miui i just flash it without wipe...
Click to expand...
Click to collapse
yes zaf_4 i pretty sure that if you don't wipe both cache you will have problems with stability and force closes....
One suggestion, jasonakos. You can post the updates to MIUI forum, at the MIUI translasions topic here, because there is great activity there also. Thanks again for your work!
Sent from my u8800 using XDA Premium App
i wiped everything... and now i have force closes... and i found out that i can send sms but not receive...
any solutions? or i have to flash it again?
Is someone else have the same or different problems?
thanks in advance
p.s.: i flashed it again... for now...no probs. Maybe the problem was cause i installed the newest version of market... who knows.
thanks again for your good work.
zaf_4 Since i've been using this rom for a couple of days i haven't seen any force close or any problems with receiving sms's.. So my advice is that you first wipe everything and then flash the rom from the start.
Congratulations you are God!!!!
Thanks for that.
I personally dont really care about the greek translation i only care to have an option to use greek keyboard with greek support on stock keyboard is that any easy way to have this in all future miui updates?
A small guide or the files needed for that so we can make it ourselfs? each time new update comes?
hitec7 said:
Thanks for that.
I personally dont really care about the greek translation i only care to have an option to use greek keyboard with greek support on stock keyboard is that any easy way to have this in all future miui updates?
A small guide or the files needed for that so we can make it ourselfs? each time new update comes?
Click to expand...
Click to collapse
jasonakos said that that he will release updates weekly to the latest MIUI but I would like too a guide to do it on our own. It can't be so hard....
jasonakos congarts its my firts rom istall and i like it!!! kEEEP the good work....
zaf_4 said:
i wiped everything... and now i have force closes... and i found out that i can send sms but not receive...
any solutions? or i have to flash it again?
Is someone else have the same or different problems?
thanks in advance
p.s.: i flashed it again... for now...no probs. Maybe the problem was cause i installed the newest version of market... who knows.
thanks again for your good work.
Click to expand...
Click to collapse
I just find out that sending SMS with handcent, makes my phone to restart. Maybe some conflict with the app ?
download
ⓣⓗⓔ ⓓⓞⓦⓝⓛⓞⓐⓓ ⓛⓘⓝⓚ ⓓⓘⓓⓝ'ⓣ ⓦⓞⓡⓚ ⓟⓛⓔⓐⓢⓔ ⓕⓘⓧ ⓘⓣ.
macedonas said:
I just find out that sending SMS with handcent, makes my phone to restart. Maybe some conflict with the app ?
Click to expand...
Click to collapse
no no conflicts with the app..
it is caused by the superuser (root) ap in tools.. all apps that need sms.. for example handcent or myWhatsup ETC restar tthe phone when they send smses..
i think (but i am not sure) you have to tweak something in superuser permisions.. allow or disallow something like that..
sorry but i am not sure which one exactly
Per requests i updated the topic with the procedure on how to translate it by your self.
My regards, Paul
Is there a way to install lattitude and google maps in this rom????
Can t find the way... and i need them both
And a second question
How can yoy have a bar with greek characters (not english) to scroll down on the name we want???
I have 800+ contacts inside...
I istalled Rockket dialer but it had a lot of conflicts with the mui rom and coundt run it.
Is there another option????

[ROM] MIUI V4 3.12.5 Recompiled - Updated 05/12/2013

Hi Guys,
This is the MIUI V4 recompiled w/ lots of tweaks.
The room is very smooth, responsive, fast and the wifi stays alive without constant drops and actually does have a lot of range.
All this without compromising battery life.
Great photo and video quality.
Perfect for daily use.
Changelog 05/12/2013 Download Link -----> miui_u8800_3.12.5_Djuga.zip
- GPS optimized for Europeen servers
- Old wpa_supplicant applied so that some users don't have wi-fi issues
- Init.d support
- Deleted some chinese apps
- several build.prop tweaks
- Changes NetworkLocation.apk file for better accuracy
BUGS
- ATMEL BUG - If you have Atmel touchscreen rom might not work with your phone, bur try it just in case.....
- Perhaps the tethering needs an extrenal app but as I never used this don't know whats the state of it. Apart from this, nothing at all to report and all working flawless.
- SIM PIN bug (before installing the rom deactivate the SIM PIN request)
- If you encounter any bugs please report. Theres not much I can do as I'm not a DEV but I will try to help within my limitations.
Installation steps A (clean install) <-------- Always recommended
1 - Boot em recovery
2 - wipe data / factory reset
3 - wipe cache partition
4 - advanced -> Wipe Dalvik Cache
6 - mounts and storage -> format /system
8 - advanced -> Reboot Recovery
9 - install zip from sdcard -> choose zip from sdcard -> miuiportugal_u8800_.........
10 - reboot system now.
After first boot, download Google Store app from Super Market.
Please be patient, as you know chinese servers are often very slow.
Suggestions:
- go to Settings > Developer options - turn off "Window animation scale" and "Transition animation scale"
- go to Settings > Additional - turn on Swap
- after this reboot
- Download no Frills CPU or other and set as follows:
- Max freq. 1,402Ghz
- Min freq. 245Mhz
- Governor Ondemand
- I/O Scheduler noop
As I'm new on this, fell free to ask anything and sorry if something is missing but I'm alway open to suggestions to improve for everyones benefit.
I'm no developer nor mod and my only intention with this thread is to share this great rom with this great community!
Enjoy and have fun! :good:
All credits to:
- Genoklar
- And everyone that has made this possible to our device
Djuganight said:
Hi Guys,
Here is the latest release of MIUI V4 from MIUI Portugal (2.11.30)
Download link -----> miuiportugal_u8800_2.11.30.zip
As I'm new on this, fell free to ask anything and sorry if something is missing but I'm alway open to suggestions to improve for everyones benefit.
Instalation steps:
1 - Boot em recovery
2 - wipe data / factory reset
3 - wipe cache partition
4 - advanced -> Wipe Dalvik Cache
6 - mounts and storage -> format /system
8 - advanced -> Reboot Recovery
9 - install zip from sdcard -> choose zip from sdcard -> miuiportugal_u8800_.........
10 - reboot system now.
After first boot, download Google Store app from Super Market.
Please be patient, as you know chinese servers are often very slow.
Oficial web site: http://www.miuiportugal.pt/
Latest release here: http://www.miuiportugal.pt/pages/ICS/#all
I'm no developer nor mod and my only intention with this thread is to share this great rom with this great community!
All credits to:
- Genoklar
- MIUI Portugal
- Special thanks to Paulo Brito Costa for compiling Geno’s weekly in order to make it available for download in MIUI Portugal.
- And everyone that has made this possible to our device
Click to expand...
Click to collapse
you can download geno's "clean" release from here
http://pan.baidu.com/share/link?shareid=144380&uk=3791923799#dir/path=/MIUIv4/MIUIv4 2.11.30
You may need to delete some files from the zip if you have the stock partition. Delete the "video" folder from media.
Cheers
Edit: this is not a development thread by the way
There was already a dev topic here. Why didn't you just use it.
http://forum.xda-developers.com/showthread.php?p=33856150
Sent from my U8800
spirosbond said:
you can download geno's "clean" release from here
http://pan.baidu.com/share/link?shareid=144380&uk=3791923799#dir/path=/MIUIv4/MIUIv4 2.11.30
You may need to delete some files from the zip if you have the stock partition. Delete the "video" folder from media.
Cheers
Edit: this is not a development thread by the way
Click to expand...
Click to collapse
So feel free to download that release from there.
And thank you for your information regarding the development thread.
Just trying to share.
entrapmen said:
There was already a dev topic here. Why didn't you just use it.
http://forum.xda-developers.com/showthread.php?p=33856150
Sent from my U8800
Click to expand...
Click to collapse
Last update 29/09/2012, today it's 04/12/2012....
I will keep this thread!
I see by these 2 single comments that it's easier to push down than to push up.
Thank you for your support, it gives me strenght to carry on for those that really want this to keep going
Whats the difference between Geno release and MIUI-PT release?
Kernel version? Languages?
Djuganight said:
Last update 29/09/2012, today it's 04/12/2012....
I will keep this thread!
I see by these 2 single comments that it's easier to push down than to push up.
Thank you for your support, it gives me strenght to carry on for those that really want this to keep going
Click to expand...
Click to collapse
Well it is not about support my friend. I personally don't have any problems with you (obviously) or this thread, but it is about the rules of this forum (and other's too ). In order to be easier for anybody to find what he searches for, we all have to post things where they should be and if there is no such place, then we should open a new thread. As there is a MIUI-Portugal thread you could post the links there and any other information you have. Anyway, I am not a moderator after all...
ochentay4 said:
Whats the difference between Geno release and MIUI-PT release?
Click to expand...
Click to collapse
There are very few differences from geno's release since it is based on it. Some Chinese apps are missing, I think network location is fixed (you can use the apk to geno's release though), the clock at status bar is centered, it has a MIUI-Portugal bootanimation, and some tweaks such as the known gps.conf server tweak, gpu composition type at build prop and some more I can't remember.
I personally prefer geno's release, because it works smoother for me. But I haven't tested the last one MIUI-PT. You can try and choose. You can flash the one over the other with no data wipe (only dalvik and cache wipes are needed), so there is not a big cost in trying.
demolition23 said:
Kernel version? Languages?
Click to expand...
Click to collapse
Geno's built is based on latest Aurora, so it has the same kernel with it and also the wifi reboots problem, the battery consumption etc...
Generally, both are suitable for daily use, but you will get some reboots if you enable/disable wifi much, till dzo fixes this at Aurora... I have to add that MIUI V4 is noticable slower that Aurora, because of the heavier graphics, but... god is pretty and handfull ...
I am using the English language, because greek is not fully supported. If you choose greek, you will have some things at greek and some at english, which I can't stand
Cheers everyone!
ochentay4 said:
Whats the difference between Geno release and MIUI-PT release?
Click to expand...
Click to collapse
- Improved GPS e Geo-location via Network and optimized to Europeen servers
- Init.d support
- MIUI PT Boot animation lite
- Full PT-PT translation
- Native theme from MIUIPT V4 - 1.4;
- MIUI PT tweaks
- Deleted a few chinese apps
- few others but a Chef never tells all ingredients of hes cookings
demolition23 said:
Kernel version? Languages?
Click to expand...
Click to collapse
The kernel is the new from DZO and in Aurora.
DZO is the guru as we all know and Geno's compiled the rom with his kernel.
Please note that although Geno compiles the MIUI rom for our device he does not test it!
This is a fact and hes words.
spirosbond said:
Geno's built is based on latest Aurora, so it has the same kernel with it and also the wifi reboots problem, the battery consumption etc...
Generally, both are suitable for daily use, but you will get some reboots if you enable/disable wifi much, till dzo fixes this at Aurora... I have to add that MIUI V4 is noticable slower that Aurora, because of the heavier graphics, but... god is pretty and handfull ...
I am using the English language, because greek is not fully supported. If you choose greek, you will have some things at greek and some at english, which I can't stand
Cheers everyone!
Click to expand...
Click to collapse
True about the base on latest Aurora and the random wifi reboots when enable/disable wifi.
Can't agree with you about battery consumption. I play a lot, phone calls, sms and wifi (forums) and battery last very well. This is actually one of the bests so far in this point. But then again we are talking about a U8800, a phone with own personality and theres no 2 alike.
MIUI can be a bit slower than Aurora, true, as Aurora is a clean mode and MIUI rom, as we know is a base rom with lots of things on top, to get that sensational look.
This last release with latest DZO kernel is very smooth and fast and its a different world compares with MIUI 2.11.16 with Genos kernel.
This I can't agree with you also. You can use this MIUI and will feel very fast and smooth experience.
DZO kernel came to give a fresh life and improve a lot the experience of this heavy MIUI but have the know bugs of the wifi reboots and the continuous auto-focus camera while recording videos.
Again, I'm no developer and I have created this thread for everyone that wishes to try the MIUI PT and I will keep it updated. Its a promiss.
The updated will always be in the first post of the thread, as it should be, reason why I did not posted this release in old MIUI PT thread.
If the admin/mod decided to cancel the thread I will understand and respect until there just enjoy and lets this great work from several devs.
Be Well!
spirosbond said:
Well it is not about support my friend. I personally don't have any problems with you (obviously) or this thread, but it is about the rules of this forum (and other's too ). In order to be easier for anybody to find what he searches for, we all have to post things where they should be and if there is no such place, then we should open a new thread. As there is a MIUI-Portugal thread you could post the links there and any other information you have. Anyway, I am not a moderator after all...
Cheers everyone!
Click to expand...
Click to collapse
No more problem in this, since I have contacted the moderators to delete my thread since it was not updated anymore. I really prefer that someone that is in contact with the developers of this Rom to take the lead of this. At the time of creation of my thread, I "offered" it to msbomberman (developer of this rom)...
So Djuganight, you can keep up with the good job!
Regards,
Pedro Mateus
Guys, how about wifi tether?!? Thanks
honestly never tried that as never needed, but I'm sure if doesn't work natively will work with an external app.
Any chance of a mirror where i don't need to make an account to download? Thanks in advance.
There's a download link in first post...
Djuganight said:
There's a download link in first post...
Click to expand...
Click to collapse
Yes I see there is, but need to make an account to download, possible to download without?
spirosbond said:
you can download geno's "clean" release from here
http://pan.baidu.com/share/link?shareid=144380&uk=3791923799#dir/path=/MIUIv4/MIUIv4 2.11.30
You may need to delete some files from the zip if you have the stock partition. Delete the "video" folder from media.
Cheers
Edit: this is not a development thread by the way
Click to expand...
Click to collapse
My dear friend Spiros... Geno's "clean" release as you call it is not as clean as it is... After a chit-chat with him I found out he doesn't test the U8800 himself... I have been reporting some "bad data" and kernel issues... Deleting only videos under media is not enough if you have stock partition... The ROM must be 200MB unzipped tops, and it's far more than that... Besides, there's the T9 issue...
Again... It's not as clean as you say,,,
Kind regards
Paulo Brito Costa
---------- Post added at 09:22 PM ---------- Previous post was at 09:17 PM ----------
Djuganight said:
Hi Guys,
Here is the latest release of MIUI V4 from MIUI Portugal (2.11.30)
Download link -----> miuiportugal_u8800_2.11.30.zip
As I'm new on this, fell free to ask anything and sorry if something is missing but I'm alway open to suggestions to improve for everyones benefit.
Instalation steps:
1 - Boot em recovery
2 - wipe data / factory reset
3 - wipe cache partition
4 - advanced -> Wipe Dalvik Cache
6 - mounts and storage -> format /system
8 - advanced -> Reboot Recovery
9 - install zip from sdcard -> choose zip from sdcard -> miuiportugal_u8800_.........
10 - reboot system now.
After first boot, download Google Store app from Super Market.
Please be patient, as you know chinese servers are often very slow.
Oficial web site: http://www.miuiportugal.pt/
Latest release here: http://www.miuiportugal.pt/pages/ICS/#all
I'm no developer nor mod and my only intention with this thread is to share this great rom with this great community!
All credits to:
- Genoklar
- MIUI Portugal
- Special thanks to Paulo Brito Costa for compiling Geno’s weekly in order to make it available for download in MIUI Portugal.
- And everyone that has made this possible to our device
Click to expand...
Click to collapse
Right on, brother... As moderator/tweaker/developer in miuiportugal.pt I really can't be on top of other sites for our device... Glad there's someone to spread the word :good:
Paulo Brito Costa
All credits for you friend and thank you for your support as its a pleasure have the opportunity to share your work with this great community.
xmsnx said:
Yes I see there is, but need to make an account to download, possible to download without?
Click to expand...
Click to collapse
Just uploaded Download link 2 for those that Download Link 1 didn't work. Try this one.
From now on I will always put 2 download links (4shared and Rapidshare) to make things easier :good:

MIUI v7 rom for HTC one m7

Hello to everyone,
While searching on the internet I find this MIUI 7 rom for HTC m7 ( for all variants I guess)... This is Chinese rom where in my opinion is the best for any other "JT " or " xl" authors who create miui roms for this phone...
It is truly MIUI 7 version for HTC m7 with a lot of optimization there in comparison with other MIUI Rom's...
Iam new here and I don't know how to post some link or to share my file here, but I will find some way...
This rom is not my own. I just want to help anyone here who is not completely satisfied with the previous couple version of this MIUI 5-6 rom's. So, I guess I help someone with this rom.
Here is the characteristics of this rom translated from Chinese.. :
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The official MIUI rom based on the latest development version 6.1.14 modify optimization, making the best use of your ROM.
Optimization change log:
repair input errors
V4A sound
power increase boot
hosts ad shielded
increase dsp manager plug
GPS optimization
(China GPS configuration, GPS positioning acceleration)
Sony imaging engine,
optimized to reduce memory usage, Page
delete the system is not commonly used components
wifi optimization to improve the acceptance rate
accelerated user interface, run more smoothly
overall odex / Z optimize
Internet speed 3G network optimization more quickly
bin file optimization
v6 script optimization
Build.Prop file optimization
ROOT privileges turned on - Safety - Authorization Management - Open
after other optimization please brush experience
integrates several mainstream applications, please run a network thanks!
Brush look forward to your feedback, your support is my greatest motivation
for this package for the card brush ROM, copy directly to a memory card using the REC brush can be! Brush completed remember to restart again!
Note: 1. This test is very smooth rom personally recommend long-term use; the first brush after Caton, restart can be!
2. Make sure that the battery is at least 60% and to ensure that the process of the computer will not brush off.
3. Brush risk, please read related Brush Brush tutorial at their own risk, and I've Brush liable for any failure of any liability.
He does not hold ROM and software copyright, please study and learning for the purpose of legitimate use.
4. If you fix some Bug undiscovered ROm on the basis of this, and make recommendations for improvement, it is recommended to continue to open and share your work.
I hereby declare the use of ROM does not provide any guarantee, does not guarantee the suitability of any user of the ROM, and does not guarantee trouble-free production; nor use of any user or loss of this ROM actually encountered any theory of liability .
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Copy this words and you will be able to find the DOWNLOAD link:
HTC One (801e/M7) 刷机包 MIUI7 最新开发版 boot省电 v4a音效 索尼成像引擎 极致
Installation is the same like others custom rom's.. Wipe data (Factory Reset) and then flash this rom.
Thanks and please feel free to ask if there's a problem..
ANDROID OS Version: 4.4.3
MIUI Version: 6.1.14
Im currently uploading this to google drive it will be ready for tomorrow
Here is The link download the whole zip file i have also test it myself and works in any variant of the phone. https://drive.google.com/file/d/0B2eRdAjeVm9oSVRlTXZkYUNoU3c/view?usp=sharing
What languages are included?
Ryukimo said:
What languages are included?
Click to expand...
Click to collapse
Hello,
All languages but still you need to install it in Chinese...
ZpanicZ said:
Here is The link download the whole zip file i have also test it myself and works in any variant of the phone.
Thanks mate for sharing the link... I was not able to do that.... What do you think for this MIUI v7 rom ? Any impression of it?
Click to expand...
Click to collapse
Is it really better than the "xl" version?
Peacemaker69 said:
ZpanicZ said:
Here is The link download the whole zip file i have also test it myself and works in any variant of the phone.
Thanks mate for sharing the link... I was not able to do that.... What do you think for this MIUI v7 rom ? Any impression of it?
Click to expand...
Click to collapse
Yeah the rom is pretty good itself im also uploading this in android file host just in case they take it down or something :b
---------- Post added at 11:00 PM ---------- Previous post was at 10:39 PM ----------
uhm theres only 1 problem i have so far , the walkman app dosen't open , im going to try installing another version of it
Click to expand...
Click to collapse
Here is the alternative download m8 you should try put them in the main post just put my name under it or something ;c lol opt https://www.androidfilehost.com/?fid=24399994186367652
HELP
i'm installing this but stuck at 1% on aroma installer. why ? :crying:
Try to restart the device and reinstall it also if you can wipe data and davilk and cache sometimes it fixes the problem
rerezatrollface said:
i'm installing this but stuck at 1% on aroma installer. why ? :crying:
Click to expand...
Click to collapse
ZpanicZ said:
Try to restart the device and reinstall it also if you can wipe data and davilk and cache sometimes it fixes the problem
Click to expand...
Click to collapse
i did it already, i'm wipe my dalvik, cache, data, but sadly still stuck on 1% (>>>System)
do i have to wipe my system as well?
please help me..
btw i use m7_ul
which one should i have to pick on the aroma installer? because i'm picked the first one
Is your phone unlocked ?
rerezatrollface said:
i did it already, i'm wipe my dalvik, cache, data, but sadly still stuck on 1% (>>>System)
do i have to wipe my system as well?
please help me..
btw i use m7_ul
which one should i have to pick on the aroma installer? because i'm picked the first one
Click to expand...
Click to collapse
ZpanicZ said:
Is your phone unlocked ?
Click to expand...
Click to collapse
yes
What Recovery are you using twrp? im using multirom btw , and have you tried re downloading the rom? also make sure that in the aroma installer just press next in every option and when in the popup or whatever that is you got to press the green button.
rerezatrollface said:
yes
Click to expand...
Click to collapse
ZpanicZ said:
What Recovery are you using twrp? im using multirom btw , and have you tried re downloading the rom? also make sure that in the aroma installer just press next in every option and when in the popup or whatever that is you got to press the green button.
Click to expand...
Click to collapse
yes, i'm using twrp and i'm using s.rom flymeOS.
i'm redownloading now..
yes i'm always press next btw
can i have screenshot of yours on MIUI v7 ? hehe
Sure m8
rerezatrollface said:
yes, i'm using twrp and i'm using s.rom flymeOS.
i'm redownloading now..
yes i'm always press next btw
can i have screenshot of yours on MIUI v7 ? hehe
Click to expand...
Click to collapse
ZpanicZ said:
Sure m8
Click to expand...
Click to collapse
i'm already download it again, and try to flash it but still stuck on 1%
If you still have your old rom go to the google play store and download the multirom manager and install that twrp it might work better with this rom.
rerezatrollface said:
i'm already download it again, and try to flash it but still stuck on 1%
Click to expand...
Click to collapse
You found from?

Categories

Resources