Advertisement
ZeroNRG

Backup Toshiba AC100 with nvflash

Jul 27th, 2011
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. @echo off
  2.  
  3. "nvflash.exe" --bl fastboot.stock.bin --getbct --bct backup.bct --go
  4. "nvflash.exe" -r --getpartitiontable partition.txt
  5. "nvflash.exe" -r --read 2 part-2.img
  6. "nvflash.exe" -r --read 3 part-3.img
  7. "nvflash.exe" -r --read 4 part-4.img
  8. "nvflash.exe" -r --read 5 part-5.img
  9. "nvflash.exe" -r --read 6 part-6.img
  10. "nvflash.exe" -r --read 7 part-7.img
  11. "nvflash.exe" -r --read 8 part-8.img
  12. "nvflash.exe" -r --read 9 part-9.img
  13. "nvflash.exe" -r --read 10 part-10.img
  14. "nvflash.exe" -r --read 11 part-11.img
  15. "nvflash.exe" -r --read 12 part-12.img
  16. "nvflash.exe" -r --read 13 part-13.img
  17. rem User Data PARTITION BACKUP NOT NEEDED
  18. rem If you still like to backup, remove REM and sit back for a while
  19. REM "nvflash.exe" -r --read 14 part-14.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement