MIUI Development ROMs


MarkHUK

Site Founder
Staff member
Nov 6, 2010
5,251
1,000,000
<?php

$current_rel = "1.7.15";

// Function to get files name is correct to our rom /pack
function check_files_name($file, $marker)
{
return strpos($file, $marker) === 0;
}
// EF

// Function to get device name from file name
function device_name($file)
{
$device = substr($file, 12, 33);
$device = substr($device, 0, -11);
return $device;
}

// Function to get device name from file name
function device_name2($file)
{
$device = substr($file, 18, 33);
$device = substr($device, 0, -10);
return $device;
}


// Deodex ROM
if ( ($handle = opendir('/home/miuiandroid/public_html/rom-dev/output/')) )
{
// Start table
echo '<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>';

while( false !== ($file = readdir($handle)) )
{
if(check_files_name($file, 'miuiandroid'))
{
// Loop table for devices
echo '<tr>
<td><img src="http://miuiandroid.com/wp-content/uploads/'.device_name($file).'.png" width="115" height="201" /></td>
<td></td>
<td valign="top">';
echo '<h3>'.device_name($file).' '.$current_rel.'</h3>' . "\n";
echo '<p><a href="http://deodex.miuiandroid.com/miuiandroid_'.device_name($file).'-'.$current_rel.'.zip">Download deodex</a></p>';
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>';
echo '<p>Chinese deodex MD5: '.md5_file("/home/miuiandroid/public_html/rom-dev/output/miuiandroid_".device_name($file)."-".$current_rel.".zip").'</p>';
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>';
echo '</td>
</tr>';
}
}
echo '</tbody>
</table>' . "\n";

// close directory
closedir($handle);
}

?>

<h3>Unofficial ports</h3>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<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.8 & 2.4.3a</h3>
Download: <a href="http://forums.miuiandroid.com/forumdisplay.php?23-HTC-Desire-CDMA" target="_blank">ROM</a>

MD5: (See forum link in above)

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.15</h3>
Download: <a href="http://forums.miuiandroid.com/showthread.php?6600-DEV-ROM-THREAD-MON-UPDATE-MIUI-1.7.15.1" target="_blank">ROM</a>

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.15</h3>
Download: <a href="http://forums.miuiandroid.com/showthread.php?8340-ROM-MIUI-7.15.11-Beta-7 target="_blank">ROM</a>

ROM MD5:

Credit: Lithid / barnacles10 & fusingblackrose 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.15</h3>
Download: <a href="http://forums.miuiandroid.com/showthread.php?8352-ROM-MIUI-7.15.11-Beta-7" target="_blank">ROM</a>

MD5:

Credit: barnacles10 of MIUI Android Team</td>
</tr>
<tr>
<td><img src="http://miuiandroid.com/wp-content/uploads/2011/07/IncredibleS-170x300.png" alt="HTC Desire S" width="115" height="201" /></td>
<td></td>
<td valign="top">
<h3>HTC Desire S 1.7.8</h3>
Download: <a href="http://forums.miuiandroid.com/showthread.php?7823-ROM-MIUI-Desire-S-1.7.8" target="_blank">ROM</a>

Credit: fusingblackrose of MIUI Android Team</td>
</tr>
<tr>
<td><img src="http://miuiandroid.com/wp-content/uploads/2011/07/AcerLiquid-170x300.png" alt="Acer Liquid" width="115" height="201" /></td>
<td></td>
<td valign="top">
<h3>Acer Liquid 1.7.15</h3>
Download: <a href="http://forums.miuiandroid.com/showthread.php?7878-MIUI-1.7.15" target="_blank">ROM</a>

Credit: Lens_Flare of MIUI Android Team</td>
</tr>

</tbody>
</table>
<strong>Language pack license information:</strong>

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>.

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>