var fDesc=new Array();
fDesc[0] = "Manufacturing Flash tool is used to secure the device firmware K900 (K5) via the USB-cable of the following software: IAFW/DNX/AOS and modem firmware (while this is not possible).
Manufacturing Flash tool is a Lenovo K900 rom firmware.
K5 Manufacturing tool usermanual
Manufacturing Flash Tool is the one-stop downloading tool of K5, use the tool to download “IAFW/DNX/AOS” all and Modem Firmware (right now Modem can’t be used), the procedures to install below about the needed drivers and relative software !
1.IntelAndroidDrvSetup1.2.0 - android usb driver for Intel Mobile device
2.iSocUSB-Driver-Setup-1.0.2.exe - Atom SOC usb driver
3.ManufacturingFlashTool_Setup_6.0.2.exe - One site manufacturing downloading tool
Notice: this version has contradiction with K800, the old version. before installing, delete the old version’s driver.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}