Help required - download failed
Hi TheManii,
First of all thanks for bringing this rom for the DS10Pro owners.
I followed your guide and tried to take the backup. Although the process didn't failed for me but it was acting wierd for the 13th file. Its expected size should be around 900MB but the process of recieving data was not stopping until I ran out of disk space. The output file p13.img was above 3.5GB. Then I changed the script and included only the script for uploading bootloader and the donwload of 14th file which was successfull and I got 512 KB.
Code:
nvflash --bl bootloader.bin --go --wait
nvflash -r --read 14 p14.img
Then the Install step.
I was trying to run the install script but I have tried multiple times and the output is the same. i.e.
Code:
G:\Android\Dell\ChimeraDroid r2>nvflash --bl bootloader.bin --go --wait
Nvflash started
rcm version 0X20001
System Information:
chip name: t20
chip id: 0x20 major: 1 minor: 4
chip sku: 0x8
chip uid: 0x038062054260e417
macrovision: disabled
hdcp: enabled
sbk burned: false
dk burned: false
boot device: emmc
operating mode: 3
device config strap: 0
device config fuse: 0
sdram config strap: 0
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: bootloader.bin
/ 5242880/5242880 bytes sent
bootloader.bin sent successfully
waiting for bootloader to initialize
bootloader downloaded successfully
G:\Android\Dell\ChimeraDroid r2>nvflash -r --download 7 boot.img
Nvflash started
[resume mode]
sending file: boot.img
/ 3137536/3137536 bytes sent
boot.img sent successfully
G:\Android\Dell\ChimeraDroid r2>nvflash -r --download 8 system.img
Nvflash started
[resume mode]
failed executing command 14 NvError 0x30012
command failure: partition download failed
G:\Android\Dell\ChimeraDroid r2>nvflash -r --download 11 custom.img
Nvflash started
[resume mode]
failed executing command 14 NvError 0x30012
command failure: partition download failed
G:\Android\Dell\ChimeraDroid r2>
After this the device automatically reboots to the originial OS i.e. HC 3.2.
I have updated the device via the OTA Update from 3.1 to 3.2.
Any help will be appreciated.
---------- Post added at 10:55 PM ---------- Previous post was at 10:40 PM ----------
Hi,
This might put some light on the issue.
Here are the sizes of the image file downloaded from the device:
Code:
03/19/2012 09:35 PM 2,097,152 p10.img
03/19/2012 09:37 PM 536,870,912 p11.img
03/19/2012 09:37 PM 16,777,216 p12.img
03/19/2012 10:10 PM 1,242,841,088 p13.img
03/19/2012 10:14 PM 524,288 p14.img
03/19/2012 09:27 PM 3,145,728 p2.img
03/19/2012 09:27 PM 524,288 p3.img
03/19/2012 09:27 PM 5,242,880 p4.img
03/19/2012 09:27 PM 1,048,576 p5.img
03/19/2012 09:27 PM 5,242,880 p6.img
03/19/2012 09:27 PM 8,388,608 p7.img
03/19/2012 09:30 PM 536,870,912 p8.img
03/19/2012 09:35 PM 1,073,741,824 p9.img
13 File(s) 3,433,316,352 bytes
0 Dir(s) 3,141,087,232 bytes free
All i can see is that there is a size difference between the boot.img and the downloaded image file. While the other two files custom.img and system.img have exact same size as their downloaded image.