• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM] MIUI 0.10.15.0 | Stock | Deodexed | UPDATED 10/18/2010

n_i_x

Newbie
May 21, 2010
19
14
MIUI ROM from the Far East
(source link: [9?20?]MIUI OTA???? - MIUI???? - ????Android ROM????)

IMPORTANT NOTICE

This is a community support ROM only!
The developers do not provide support for this ROM on these forums
Support is only provided on forums.miui-dev.com
I don't provide ETA's so don't ask
You MUST reset your support expectations BEFORE installing this ROM
Click on the appropriate answer below


English Version - OR - Chinese version coming soon​

If you haven't heard about this ROM yet then check out this excellent thread started by Dai323 who deserves credit for bringing it to our attention.

This is an excellent ROM if for no other reason than it introduces the first non-CyanogenMod/carrier/manufacturer framework overhaul of Android 2.2, and boy what an overhaul.​

Changes from base ROM
Practically stock | Fully de-odexed | Resigned (any Recovery) | Added GApps

I do not intend to "enhance" this ROM - just to make it work with the Droid Incredible.

Removed: MIUI App Sharing | MIUI OTA Updater | MIUI Bootscreen | SIM Toolkit

Added: Custom Bootscreen | English Translations | Google Maps | Google Voice | Google Voice Search | Ringtones | ROM Manager

If you want ADW.Launcher or LauncherPro install them from Market​

MIUI Changelog

Installation
As per any other ROM
And if you got this far without finding the download link then you did NOT read the post!
If your Market is slow after installing then see this post.​

MD5 Hash
English: e57fa88c663cefa0289150b41a13bc2b
Chinese: COMING SOON

Special Thanks
All of these people deserve your gratitude:
djmcnz | MarkHUK | CaptJager | Koush | Cyanogen | Many others...
Also the fine people at #MIUI on freenode

Screenshots
miui0930nix.jpg

Donations
I do this because I enjoy it! I'd like to get a second Incredible as a development device so my wife stops getting mad at me for not answering her calls or SMS.

If you are feeling generous, you can donate by clicking the button below.


You can also help me out by helping others in this thread. I have a full-time job, a wife and a kid... time is not something I have plenty of. The more people helping, testing, and solving problems, the more solid we can make this port.

Thanks!​
 
Known Issues
Bring them on!​

Changelog for changes from stock
0.11.19.0 [11/20/2010] MIUI 0.11.19 update, MIUI Music app, color logcat, updated kernel to 2.6.32.15-cyanogen shade@toxygene #1
0.11.12.0 [11/14/2010] MIUI 0.11.12 update, updated ROM Manager, updated GApps
0.11.5.1 [11/9/2010] Fixed Sound settings FC, added MIUI Forums app, added ROM Manager
0.11.5.0 BETA [11/7/2010] MIUI 0.11.5 update
0.10.29.1 [11/3/2010]: Rebuilt port from scratch, Fixed Geolocation, Fixed Screenshots
0.10.29.0 [10/31/2010]: MIUI 0.10.29 update, Removed ROM Manager (until it works properly), Removed Verizon apps, 8MP camera (thanks to CaptJager)
0.10.22.1 [10/24/2010]: Facebook Sync, 720p Camera, Verizon apps (VVM, My Verizon, NFL)
0.10.22.0 [10/23/2010]: MIUI 0.10.22 update, fixed internal storage mounting
0.10.15.0 [10/18/2010]: MIUI 0.10.15 update, moved some apps to /data/app to allow uninstall, added ROM Manager
0.9.30.1 [10/12/2010]: Framework fix to update carrier string, CM6 default kernel (Koush), add complete gapps package
0.9.30 [10/09/2010]: Initial Release​

Previous Versions
0.11.12.0 (English) MD5: 6b048da2238db4492b3ceb394aaf4388
0.11.5.0 (English) MD5: 6fda5940e6870704ce2ef9618e88811c
0.11.5.0 (Chinese) MD5: 24706d7e19573136fdf1cb3914d37ba1
0.10.29.1 MD5: d9d6e3887bbf70ef5228fe23cc0e4580
0.10.29.0 MD5: ecc405b94359a4d35759f48579a0b3f0
0.10.22.1 MD5: 982e4085b0af46c3181002173c3dab20
0.10.22.0
0.10.15.0
0.9.30.1
0.9.30
 
Upvote 0
To auto-mount internal storage: (thanks to JackAttack on XDA)

In recovery:
adb shell
# echo "" >> /system/bin/sysinit
# echo mount /dev/block/mmcblk0p3 /emmc >> /system/bin/sysinit


Or, you can do it in terminal emulator:
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
# echo "" >> /system/bin/sysinit
# echo mount /dev/block/mmcblk0p3 /emmc >> /system/bin/sysinit
 
  • Like
Reactions: jbdan
Upvote 0
Necosino, I recall from your last thread that you were messing around with getting facebook synching working. Did you ever make any progress with that?

I've been using MIUI for a few weeks (starting with ID's v0.2) and I am in love with it. My only real gripe with it is the 5mp camera. If it were fixed to make the 8mp camera work I'd probably never flash another rom over it.

Besides the camera the only other thing I'm missing from Sense type roms is the awesome Sense flip clock with weather animations when the phone unlocks. I assume this has hooks into Sense itself which is why it was never really ported over to other roms? Anyone have any insight there?
 
Upvote 0
Besides the camera the only other thing I'm missing from Sense type roms is the awesome Sense flip clock with weather animations when the phone unlocks. I assume this has hooks into Sense itself which is why it was never really ported over to other roms? Anyone have any insight there?

I've not played with this ROM yet but I'm assuming Beautiful Widgets will work and they have the same Clock/Weather widget with many more customizable skins.
 
Upvote 0
To auto-mount internal storage: (thanks to JackAttack on XDA)

In recovery:
adb shell
# echo "" >> /system/bin/sysinit
# echo mount /dev/block/mmcblk0p3 /emmc >> /system/bin/sysinit


Or, you can do it in terminal emulator:
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
# echo "" >> /system/bin/sysinit
# echo mount /dev/block/mmcblk0p3 /emmc >> /system/bin/sysinit

cant seem to get either of these methods to work, my recovery dosent appear to have any kind of way to input commands and terminal emulator dont seem to really do anything when i put the commands in, this will definitly be a deal breaker if i cant get this mounted.
 
Upvote 0
cant seem to get either of these methods to work, my recovery dosent appear to have any kind of way to input commands and terminal emulator dont seem to really do anything when i put the commands in, this will definitly be a deal breaker if i cant get this mounted.

You won't actually see anything happen in terminal emulator. After you follow all those womans, simply open a file browser and see if you can access EMMC. Our, if you can't get it working, just wait for the next version, which should be released in the next few days.
 
Upvote 0
Anyone else been trying this out?

Just noticed it in ROM manager earlier tonight when I was screwing around. So far it's pretty spiffy, a bit jittery at times, but looks really nice. I'm currently using the newest unstable release, and it's been pretty damn stable for me. The only FC I've had was ironically trying to open ROM manager!

According to buzz on XDA, the dev will be releasing weeklies on Friday (Bejing time).

I know there's been a few posts in the Desire and Droid1 forums, but this one is on my Inc.

Personal Pros/Cons so far

Pros: Gorgeous interface. Nice blend of iOS, sense, and android
Well organized and simplified menus and settings
Smoothly designed transitions
Nice change from the usual vanilla/sense custom launcher themes.
Seems to be being designed from the ground up
Three lock screen unlock options, navigates to home, phone, or SMS

Cons:
No app drawer, just more homescreens (like iOS)
Rom manager force closes
Slow startup

Try it out for some fun. Rumor over at XDA has it that Cyanogen is getting onboard with it too. Should be interesting.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones