Salve, io presento un errore un po' strano..ho un AGPF 4.6.2 da sbloccare, vado a fare il ponticello e va tutto alla grande, entro nella pagina di caricamento dell' FW nessun problema, seleziono il file da caricare e mi dΰ questa pagina:
<head>
<meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<script language="javascript">
<!-- hide
var msg = new Array();
msg[0] = 'New software is being programmed to the flash memory. The DSL Router will reboot upon completion. This process will take about 2 minutes.';
msg[1] = 'Image uploading failed. The system is out of memory. The DSL Router is rebooting.';
msg[2] = 'Image uploading failed. No image file was selected.';
msg[3] = 'Image uploading failed. The selected file contains an illegal image.';
msg[4] = 'Image uploading failed. The selected file contains an illegal image.';
msg[5] = 'Image uploading failed. The selected file contains an illegal image.';
msg[6] = ' ';
msg[7] = 'Image uploading failed. The selected file contains an illegal image.';
var idxStr = '0';
function getMsgIndex() {
var idxNum = parseInt(idxStr);
if ( isNaN(idxNum) || idxNum < 0 || idxNum > 7 )
idxNum = 7;
return idxNum;
}
function reboot() {
var loc = 'upload.html';
var code = 'location.assign("' + loc + '")';
eval(code);
}
function frmLoad() {
setTimeout('reboot()', 40000);
}
function btnBack() {
var code = 'location.assign("' + 'upload.html' + '")';
eval(code);
}
// done hiding -->
</script>
</head>
<body onLoad='frmLoad()'>
<blockquote> <b>DSL Router Software Upgrade</b>
<script language="javascript">
<!-- hide
document.write(msg[getMsgIndex()]);
// done hiding -->
</script>
<p align="center"><input type='button' onClick='btnBack()' value='Back'></p>
</blockquote>
</body>
</html>
Ho provato anche cn un FW 4.4.2 in formato .img ma stessa cosa...qualche idea?