Advertisement
ZeroNRG

Restore Toshiba AC100 with nvflash

Jul 27th, 2011
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. @echo off
  2. cls
  3. echo Press Ctrl-C to cancel or any key to flash your device
  4. pause
  5. nvflash\nvflash.exe --bl nvflash\fastboot.stock.bin --go
  6. rem go!
  7. nvflash\nvflash -r --rawdevicewrite 0 1536 part-2.img
  8. nvflash\nvflash -r --rawdevicewrite 1536 256 part-3.img
  9. nvflash\nvflash -r --rawdevicewrite 1792 1024 part-4.img
  10. nvflash\nvflash -r --rawdevicewrite 2816 2560 part-5.img
  11. nvflash\nvflash -r --rawdevicewrite 5376 4096 part-6.img
  12. nvflash\nvflash -r --rawdevicewrite 9472 512 part-7.img
  13. nvflash\nvflash -r --rawdevicewrite 9984 153600 part-8.img
  14. nvflash\nvflash -r --rawdevicewrite 163584 204800 part-9.img
  15. nvflash\nvflash -r --rawdevicewrite 368384 1024 part-10.img
  16. nvflash\nvflash -r --rawdevicewrite 369408 256 part-11.img
  17. nvflash\nvflash -r --rawdevicewrite 369664 632320 part-12.img
  18. nvflash\nvflash -r --rawdevicewrite 1001984 256 part-13.img
  19. echo All done!
  20. echo Don't forget to reboot your device
  21. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement