ROMs


MarkHUK

Site Founder
Staff member
Nov 6, 2010
5,251
1,000,000
<p>Download MIUI ROMs from the list of links below, ensure you select the appropriate device, dont forget to download the language pack to ensure your device will display MIUI in English.</p>
<p>Support for these devices will remain in the forums. Bug should be reported in the correct thread.</p>
<p><?php</p>
<p>$current_rel = "1.7.1 (MIUI Android)";</p>
<p>// Function to get files name is correct to our rom /pack<br />
function check_files_name($file, $marker)<br />
{<br />
return strpos($file, $marker) === 0;<br />
}<br />
// EF</p>
<p>// Function to get device name from file name<br />
function device_name($file)<br />
{<br />
$device = substr($file, 12, 33);<br />
$device = substr($device, 0, -10);<br />
return $device;<br />
}</p>
<p>// Function to get device name from file name<br />
function device_name2($file)<br />
{<br />
$device = substr($file, 18, 33);<br />
$device = substr($device, 0, -10);<br />
return $device;<br />
}</p>
<p>// Deodex ROM<br />
if ( ($handle = opendir('/home/miuiandroid/public_html/rom-dev/output/')) )<br />
{<br />
// Start table<br />
echo '<br />
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>';</p>
<p> while( false !== ($file = readdir($handle)) )<br />
{<br />
// Sort files<br />
sort($file);</p>
<p> if(check_files_name($file, 'miuiandroid'))<br />
{<br />
// Loop table for devices<br />
echo '<br />
<tr>
<td><img src="http://miuiandroid.com/wp-content/uploads/'.device_name($file).'.png" width="115" height="201" /></td>
<td></td>
<td valign="top">';<br />
echo '<br />
<h3>'.device_name($file).' '.$current_rel.'</h3>
<p>' . "\n";<br />
echo '
<p><a href="http://deodex.miuiandroid.com/'.$file.'">Download deodex</a></p>
<p>';<br />
echo '
<p><a href="http://packs.miuiandroid.com/miuiandroid-'.$current_rel.'_'.device_name($file).'-EN-PACK1_2.3.4.zip">Download language pack</a></p>
<p>';<br />
echo '
<p>Chinese deodex MD5: '.md5_file("/home/miuiandroid/public_html/rom-dev/output/".$file).'</p>
<p>';<br />
echo '
<p>Language pack MD5: '.md5_file("/home/miuiandroid/public_html/rom-dev/packs/miuiandroid-".$current_rel."_".device_name($file)."-EN-PACK1_2.3.4.zip").'</p>
<p>';<br />
echo '</td>
</tr>
<p>';<br />
}<br />
}<br />
echo '</tbody>
</table>
<p>' . "\n";</p>
<p> // close directory<br />
closedir($handle);<br />
}</p>
<p>?></p>
<h3>Unofficial ports</h3>
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td width="115"></td>
<td width="10"></td>
<td valign="top"></td>
</tr>
<tr>
<td><img src="http://miuiandroid.com/wp-content/uploads/2011/04/desire-generic.png" alt="HTC Desire CDMA (Bravo)" width="115" height="201" /></td>
<td></td>
<td valign="top">
<h3>HTC Desire (CDMA Bravo) 1.7.1</h3>
<p>Download: <a href="http://forums.miuiandroid.com/showthread.php?8001-ROM-Miui-1.7.1-07-01-11" target="_blank">ROM</a></p>
<p>MD5: (See forum link in above)</p>
<p>Credit:2fast4u88 &amp;smhouston88 &amp; skuddy</td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top"></td>
</tr>
<tr>
<td><img src="http://miuiandroid.com/wp-content/uploads/2011/04/usa-droid.png" alt="Motorola Droid" width="115" height="201" /></td>
<td></td>
<td valign="top">
<h3>Motorola Droid 1.7.1</h3>
<p>Download: <a href="http://forums.miuiandroid.com/showthread.php?6600-ROM-THREAD-JULY-3RD-UPDATE-MIUI-1.7.1.0" target="_blank">ROM</a></p>
<p>ROM MD5:</p>
<p>CREDIT: TreyM (MIUI Android Staff)</td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top"></td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top"></td>
</tr>
<tr>
<td><img src="http://www.miuiandroid.com/wp-content/uploads/2011/04/evo-4g.png" alt="HTC Evo 4G" width="115" height="201" /></td>
<td></td>
<td valign="top">
<h3>HTC Evo 4G 1.7.1</h3>
<p>Download: <a href="http://forums.miuiandroid.com/showthread.php?7986-ROM-MIUI-7.1.11-Beta-7" target="_blank">ROM</a></p>
<p>ROM MD5:</p>
<p>Credit: Lithid / barnacles10 of MIUI Android Team</td>
</tr>
<tr>
<td><img src="http://www.miuiandroid.com/wp-content/uploads/2011/04/droid-incredible.png" alt="HTC Evo 4G" width="115" height="201" /></td>
<td></td>
<td valign="top">
<h3>HTC Droid Incredible 1.7.1</h3>
<p>Download: <a href="http://forums.miuiandroid.com/showthread.php?7994-ROM-MIUI-7.1.11-Beta-7" target="_blank">ROM</a></p>
<p>MD5:</p>
<p>Credit: barnacles10 of MIUI Android Team</td>
</tr>
</tbody>
</table>
<p><strong>Language pack license information:</strong></p>
<p>MIUI Android English Translations (Started August 2010 by Mark Hedley) by Mark Hedley / MIUI China is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License, based on a work at <a href="http://miui.com" target="_blank">miui.com</a>.</p>
<p>Permissions beyond the scope of this license may be available at <a href="http://miuiandroid.com/terms-conditions/" target="_blank">http://miuiandroid.com/terms-conditions/</a></p>