Advertisement
Guest User

Untitled

a guest
May 4th, 2011
1,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. F:\android stuff\adb stuff\Android_Flasher_1.7.5>@echo off
  2. cd data\
  3. taskkill /F /IM adb.exe
  4. SUCCESS: The process "ADB.EXE" with PID 3664 has been terminated.
  5. taskkill /F /IM fastboot.exe
  6. adb.exe reboot bootloader
  7. * daemon not running. starting it now on port 5037 *
  8. * daemon started successfully *
  9. * daemon started successfully *
  10. sending 'hboot' (512 KB)... OKAY [ 0.089s]
  11. sending 'hboot' (512 KB)... OKAY [ 0.089s]
  12. writing 'hboot'... OKAY [ 0.153s]
  13. fastboot.exe erase cache
  14. finished. total time: 0.242s
  15. finished. total time: 0.242s
  16. rebooting into bootloader... OKAY [ 0.089s]
  17. finished. total time: 0.089s
  18. < waiting for device >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement