Anyone know how to do this i cant post in the miui 7 thread I am not privileged. :D
Showing posts with label MIUI. Show all posts
Showing posts with label MIUI. Show all posts
Thursday, 15 October 2015
Monday, 12 October 2015
Xposed modules not working on MIUI 5.9.25
Xposed modules were working fine on MIUI 5.9.16. After update to 5.9.25 it stopped working.
Please help or confirm it is compatible or not?
Please help or confirm it is compatible or not?
How to add language to miui
Hi
I'd like to flash miui to my Z2 but as I know there's a big lack of languages.
Does anybody know how to add another language?
Morelocale etc don't work.
I'd like to flash miui to my Z2 but as I know there's a big lack of languages.
Does anybody know how to add another language?
Morelocale etc don't work.
Port mi4c miui 5.1.1 to mi4i ?
Can it be done ? Anyone tried ?
I'm not familiar with ROM porting so if anyone succeed with this porting it'd be awesomeee.
I'm not familiar with ROM porting so if anyone succeed with this porting it'd be awesomeee.
Sunday, 11 October 2015
I dont know how to change the rom... Please help me to install the miui 7 rom for my
Please help me friends... I want to install the miui 7 custom rom for my micromax a311 please help me
[Redmi 1 4GB] Is it Safe to Update to MIUI 7 ?
Hello,
I use Redmi 4GB that comes with MIUI 5 SG, then I update it to JHBMIBF19.0.
I'm thinking to update it to MIUI 7 5.8.10 developer rom.
I wonder if it safe to upgrade from MIUI 5 to MIUI 7 on my Redmi 4GB.
Cause I'm afraid that my Redmi 4GB will
If I backup all my app data to my PC with MI Phone suite, can I get back once I update to MIUI 7 ?
So, anyone who updated their Redmi 4GB to MIUI 7, is safe at all ? no problem / bug ?
And how to do the update, should I follow Xiaomi's flashing guide that use Updater > Select Installation file ? or Reboot to recovery mode then Wipe / reset and then install update.zip?
thanks.
I use Redmi 4GB that comes with MIUI 5 SG, then I update it to JHBMIBF19.0.
I'm thinking to update it to MIUI 7 5.8.10 developer rom.
I wonder if it safe to upgrade from MIUI 5 to MIUI 7 on my Redmi 4GB.
Cause I'm afraid that my Redmi 4GB will
- Ran out of memory. Currently, my Redmi 4GB already consume 90% of internal memory, and my applications isn't consume that much as I check on App2SD. Since I update to JHBMIBF19.0, it used 90% of internal memory instead of 20% when on MIUI 5 SG.
- Slows down / lag. My current MIUI 5 had some lag when launching Instagram or BBM, it can took very long and sometimes not responding.
- Some application may break. Some said that after updating, their google play didn't work, and many apps didn't work.
- Some hardware may break. Some said that after updating, bluetooth, wifi, or many hardware wont work.
If I backup all my app data to my PC with MI Phone suite, can I get back once I update to MIUI 7 ?
So, anyone who updated their Redmi 4GB to MIUI 7, is safe at all ? no problem / bug ?
And how to do the update, should I follow Xiaomi's flashing guide that use Updater > Select Installation file ? or Reboot to recovery mode then Wipe / reset and then install update.zip?
thanks.
Saturday, 10 October 2015
[guide][how to] port miui 7 to any mt6582 device
Many porters are not able to port MIUI Rom to MT6582.... I will give a guide to port MIUI 7 ROM to any MT6582 With Kitkat firmware... This guide is for porters only and works for MIUI 6 also...Noobs Try at ur own Risk... :cowboy:
REQUIREMENTS:
- Basic Knowledge about porting and boot.img editing using android kitchen.
- Use onli TWRP/CTR Recovery.
- YOUR STOCK MT6582 ROM(KK FIRMWARE ONLI)
- ANDROID KITCHEN
- PORT MT6582 MIUI 7 ROM ( use my rom for A104 or Gionee M2 Rom by ARGN Devs... We keep our roms updated)
Canvas A104 MIUI 7 ROM: DOWNLOAD
Gionee M2 MIUI 7 ROM: DOWNLOAD
STEPS:
1: PREPARING:
-Extract both roms to different folder... Setup Android Kitchen.
2: SYSTEM EDITING:
-Bin Folder: Replace vold,sdcard from stock to port.
-Libs Folder: Open port libs folder and delete /hw folder.... Now replace /hw folder libcameracustom.so, libcameraservice.so, libfeatureio.so, libMali.so and libshowlogo.so from stock to port.
-etc Folder: Open port etc folder and delete /firmware and /mddb folder... Replace /firmware & /mddb from port to stock... if u dont have mddb folder in stock leave it...
-Vendor Folder: Open port vendor folder and delete /lib and /media folder...replace /lib and /media folder from stock to port.
-Xbin Folder: Replace libmnlp_mt6582 and mnld from stock to port rom.
- Build.prop : Open build.prop and edit device name with urs .... Finding the correct lcd density is a big problem ... Try 210 first ... change it if u have dpi issues (Dont set below 210).
3: UPDATER-SCRIPT:
- Open updater script and change mountspace id (mmcblkpxx) as per ur device.. U can find it using MTK Droid Tool.
4: BOOT.IMG EDITING:
- Unpack boot.img of both stock and port rom using kitchen... We have to recombile port rom boot.img so unpack boot.img of port rom from working folder.
- Copy ZImage from Stock and replace in port.
- Copy sepolicy from stock ramdisk to port.
- Open uevent.rc of both roms in notepad+ and copy any additional lines from port to stock... use any text compare tool to find additional lines.. dont delete any lines onli add lines from port... Now replace uevent.rc from port with stock rom uevent.rc(The one u added lines from stock)
- Repack port rom boot.img and move it to port folder.
- Replace #camera lines of init.rc from stock to port if u get camera error/ green camera.
- If u Get Sdcard /Internal memory not mounting issue.... Rename init.no_ssd.rc of stock boot.img to init.ssd.rc and replace it in init.ssd.rc of port boot.img.j v
5: FINISHING UP:
- Now compress the port rom into .zip and flash on your device. Njoy!!!
BUG FIXING:
- Same as Other KK Roms... If u have any issues comment below...:D
CREDITS:
-Geo Baby for all his help.
-@manish for his excellent Crossporting guide.
-@helloansuman
-Many xda MTK devs for their guides.
Please Hit Thanks if u find this post useful ...:cool:
REQUIREMENTS:
- Basic Knowledge about porting and boot.img editing using android kitchen.
- Use onli TWRP/CTR Recovery.
- YOUR STOCK MT6582 ROM(KK FIRMWARE ONLI)
- ANDROID KITCHEN
- PORT MT6582 MIUI 7 ROM ( use my rom for A104 or Gionee M2 Rom by ARGN Devs... We keep our roms updated)
Canvas A104 MIUI 7 ROM: DOWNLOAD
Gionee M2 MIUI 7 ROM: DOWNLOAD
STEPS:
1: PREPARING:
-Extract both roms to different folder... Setup Android Kitchen.
2: SYSTEM EDITING:
-Bin Folder: Replace vold,sdcard from stock to port.
-Libs Folder: Open port libs folder and delete /hw folder.... Now replace /hw folder libcameracustom.so, libcameraservice.so, libfeatureio.so, libMali.so and libshowlogo.so from stock to port.
-etc Folder: Open port etc folder and delete /firmware and /mddb folder... Replace /firmware & /mddb from port to stock... if u dont have mddb folder in stock leave it...
-Vendor Folder: Open port vendor folder and delete /lib and /media folder...replace /lib and /media folder from stock to port.
-Xbin Folder: Replace libmnlp_mt6582 and mnld from stock to port rom.
- Build.prop : Open build.prop and edit device name with urs .... Finding the correct lcd density is a big problem ... Try 210 first ... change it if u have dpi issues (Dont set below 210).
3: UPDATER-SCRIPT:
- Open updater script and change mountspace id (mmcblkpxx) as per ur device.. U can find it using MTK Droid Tool.
4: BOOT.IMG EDITING:
- Unpack boot.img of both stock and port rom using kitchen... We have to recombile port rom boot.img so unpack boot.img of port rom from working folder.
- Copy ZImage from Stock and replace in port.
- Copy sepolicy from stock ramdisk to port.
- Open uevent.rc of both roms in notepad+ and copy any additional lines from port to stock... use any text compare tool to find additional lines.. dont delete any lines onli add lines from port... Now replace uevent.rc from port with stock rom uevent.rc(The one u added lines from stock)
- Repack port rom boot.img and move it to port folder.
- Replace #camera lines of init.rc from stock to port if u get camera error/ green camera.
- If u Get Sdcard /Internal memory not mounting issue.... Rename init.no_ssd.rc of stock boot.img to init.ssd.rc and replace it in init.ssd.rc of port boot.img.j v
5: FINISHING UP:
- Now compress the port rom into .zip and flash on your device. Njoy!!!
BUG FIXING:
- Same as Other KK Roms... If u have any issues comment below...:D
CREDITS:
-Geo Baby for all his help.
-@manish for his excellent Crossporting guide.
-@helloansuman
-Many xda MTK devs for their guides.
Please Hit Thanks if u find this post useful ...:cool:
MIUI 7 & AICP port for Infinix Zero 2 X509 (MT6592)
Successfully ported AICP 5.1.1 and MIUI 7 for Infinix Zero 2 with minor bugs
MIUI 7 Bugs
- Camera not working
- Bluetooth discoverable but doesn't pair or discover other devices.
AICP Bugs
- Camera not working
- Bluetooth not working (Same as MIUI 7)
- Phone not working (FC on outgoing calls)
Any help to fix the bugs would be appreciated. Will upload ROMs asap. (60KBps internet here ha-ha -_-)
MIUI 7 Bugs
- Camera not working
- Bluetooth discoverable but doesn't pair or discover other devices.
AICP Bugs
- Camera not working
- Bluetooth not working (Same as MIUI 7)
- Phone not working (FC on outgoing calls)
Any help to fix the bugs would be appreciated. Will upload ROMs asap. (60KBps internet here ha-ha -_-)
Way to build my own custom MIUI 7 lollipop-based rom
Hi,
I'm currently owning a togari (C6802) device running a MIUI 7 ROM.
It's a very nice rom and I'm considering sticking with it, but I'm missing my good old lollipop flavour.
I'm looking for a way to build my own custom MIUI 7 lollipop-based rom.
What would be the better way to do so ?
Thanks in advance for your advices,
Kushang
I'm currently owning a togari (C6802) device running a MIUI 7 ROM.
It's a very nice rom and I'm considering sticking with it, but I'm missing my good old lollipop flavour.
I'm looking for a way to build my own custom MIUI 7 lollipop-based rom.
What would be the better way to do so ?
Thanks in advance for your advices,
Kushang
Friday, 9 October 2015
finally Note 4 Miui rom
finally note 4 have a MIUI rom
link for download :
http://en.miui.com/download-294.html
i don't know for what version but i already asked them for that point
link for download :
http://en.miui.com/download-294.html
i don't know for what version but i already asked them for that point
MIUI v7 on Honor 6 L12
Hello guys!
After getting a bit fed up with EMUI, I decided to try to find a good ROM to use on my Honor 6 (L12), and I've decided on MIUI v7. The official MIUI website shares two ROMs for this phone (presumably done with MIUI Patchworks), one for WCDMA phones, and one for TD-SCDMA phones.
Due to not having 10 posts yet, I am not allowed to post links, but on the official MIUI Website, if you go on Downloads > Brands > Huawei > MIUI v7 you will find the two ROMs I'm speaking of.
Thing is, I have no idea which one of these I should use on my phone, or even if they will work on L12. I am still under warranty, so I only want to root my phone once I'm sure the ROM works. Can anyone give me any info on this?
Thank you very much!
After getting a bit fed up with EMUI, I decided to try to find a good ROM to use on my Honor 6 (L12), and I've decided on MIUI v7. The official MIUI website shares two ROMs for this phone (presumably done with MIUI Patchworks), one for WCDMA phones, and one for TD-SCDMA phones.
Due to not having 10 posts yet, I am not allowed to post links, but on the official MIUI Website, if you go on Downloads > Brands > Huawei > MIUI v7 you will find the two ROMs I'm speaking of.
Thing is, I have no idea which one of these I should use on my phone, or even if they will work on L12. I am still under warranty, so I only want to root my phone once I'm sure the ROM works. Can anyone give me any info on this?
Thank you very much!
Thursday, 8 October 2015
[REQUEST] MIUI V7 port
Hi
i retry a previous request i made almost a year ago....:(
Xiaomi released the source code to port MIUI v7 to this adress :
github.com/micode
And I see there are new big player in town (tanthuychivietnam, jerome-x, Backstrom98 ect....)
Come on ! show me your skill :D
Please take a little of your time to port MIUI V7 to our beloved phone.
Thanks to you guys
i retry a previous request i made almost a year ago....:(
Xiaomi released the source code to port MIUI v7 to this adress :
github.com/micode
And I see there are new big player in town (tanthuychivietnam, jerome-x, Backstrom98 ect....)
Come on ! show me your skill :D
Please take a little of your time to port MIUI V7 to our beloved phone.
Thanks to you guys
Wednesday, 7 October 2015
How to install Miui v5 or LewaOS for our Lenovo A3000-H
I see 2 rom work for our tab, but I don't know how to install it. I do full wipe then flash it but it boot Lenovo logo and stay at it
Here the link:
Miui v5: https://mega.nz/#!n9EHUbyB!jbiBsJyQ8...9w9tYI06gkjZ2A
LewaOS: https://mega.nz/#!r0tUCSYS!zbVCvf7VP...bMNfLHwyBHWpAk
Anyone can help me?
Sent from my Lenovo A3000-H using XDA Free mobile app
Here the link:
Miui v5: https://mega.nz/#!n9EHUbyB!jbiBsJyQ8...9w9tYI06gkjZ2A
LewaOS: https://mega.nz/#!r0tUCSYS!zbVCvf7VP...bMNfLHwyBHWpAk
Anyone can help me?
Sent from my Lenovo A3000-H using XDA Free mobile app
Tuesday, 6 October 2015
[Z7MINI] MIUI V7 ROM Problem
:confused:
I have flash rom from miui on my z7 mini in cwm and in raglobe twrp and it creates new partition(?) at /storage/emulated/0/ when stock rom is at /storage/sdcard0/ - miui emulated space have 3gb space at all and it don't see rest. When i back to stock i see again 16gb. What did wrong? Some ideas?
I have flash rom from miui on my z7 mini in cwm and in raglobe twrp and it creates new partition(?) at /storage/emulated/0/ when stock rom is at /storage/sdcard0/ - miui emulated space have 3gb space at all and it don't see rest. When i back to stock i see again 16gb. What did wrong? Some ideas?
Subscribe to:
Posts (Atom)