Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature currently requires accessing the site using the built-in Safari browser.
@avngcomCreo que el programa particiona archivos de más de 4 GB.
Si esa aplicación únicamente renombra los archivos, es algo que se puede hacer manualmente.
private void ITalk_Button_24_Click(object sender, EventArgs e)
{
if (Operators.CompareString(txtpath1.Text.Trim(), "", TextCompare: false) == 0)
{
Interaction.MsgBox("Please Select ROM1", MsgBoxStyle.Information, "Attention.!");
return;
}
if (Operators.CompareString(txtpath2.Text.Trim(), "", TextCompare: false) == 0)
{
Interaction.MsgBox("Please Select ROM2", MsgBoxStyle.Information, "Attention.!");
return;
}
if (Operators.CompareString(txtpath3.Text.Trim(), "", TextCompare: false) == 0)
{
Interaction.MsgBox("Please Select ROM3", MsgBoxStyle.Information, "Attention.!");
return;
}
ITalk_ProgressIndicator1.Visible = true;
MyProject.Computer.FileSystem.RenameFile(txtpath1.Text, "EMMC_AUTO_ISP_MR3AMO.BIN");
MyProject.Computer.FileSystem.RenameFile(txtpath2.Text, "EMMC_AUTO_ISP_MR3AMO.BIN.BOOT1");
MyProject.Computer.FileSystem.RenameFile(txtpath3.Text, "EMMC_AUTO_ISP_MR3AMO.BIN.BOOT2");
wait(5);
ITalk_ProgressIndicator1.Visible = false;
Interaction.MsgBox("Done", MsgBoxStyle.Information);
}
Easy Converter no mueve nada, solo une los archivos en el orden que deben ir y los renombra.Probablemente al convertir de RT a Easy JTAG, la parte Cid o serial o... no estará en el lugar correcto.
No grabes el archivo .extcsd.Incluso después de convertir de RT a EasyJTAG, importé manualmente el archivo extcsd usando EasyJTAG, pero aún así entró en modo de espera.