Advertisement
CanonicalDroid

Untitled

Jan 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. cromagi@cromagi-K53U:~$ sudo heimdall --flash RECOVERY ./recovery-clockwork-touch-6.0.4.5-d2vzw.img
  2. [sudo] password for cromagi:
  3. Usage: heimdall <action> <action arguments>
  4.  
  5. Action: close-pc-screen
  6. Arguments: [--verbose] [--no-reboot] [--stdout-errors] [--delay <ms>]
  7. [--usb-log-level <none/error/warning/debug>]
  8. Description: Attempts to get rid off the "connect phone to PC" screen.
  9.  
  10. Action: detect
  11. Arguments: [--verbose] [--stdout-errors]
  12. [--usb-log-level <none/error/warning/debug>]
  13. Description: Indicates whether or not a download mode device can be detected.
  14.  
  15. Action: download-pit
  16. Arguments: --output <filename> [--verbose] [--no-reboot] [--stdout-errors]
  17. [--delay <ms>] [--usb-log-level <none/error/warning/debug>]
  18. Description: Downloads the connected device's PIT file to the specified
  19. output file.
  20.  
  21. Action: flash
  22. Arguments:
  23. --repartition --pit <filename>
  24. --<partition name>|--<partition identifier> <filename> [...]
  25. [--verbose] [--no-reboot] [--stdout-errors] [--delay <ms>]
  26. [--usb-log-level <none/error/warning/debug>]
  27. or:
  28. --<partition name>|--<partition identifier> <filename> [...]
  29. [--pit <filename>]
  30. [--verbose] [--no-reboot] [--stdout-errors] [--delay <ms>]
  31. [--usb-log-level <none/error/warning/debug>]
  32. Description: Flashes one or more firmware files to your phone. Partition names
  33. (or identifiers) can be obtained by executing the print-pit action.
  34. WARNING: If you're repartitioning it's strongly recommended you specify
  35. all files at your disposal.
  36.  
  37. Action: help
  38. Description: Displays this dialogue.
  39.  
  40. Action: info
  41. Description: Displays information about Heimdall.
  42.  
  43. Action: print-pit
  44. Arguments: [--file <filename>] [--verbose] [--no-reboot] [--stdout-errors]
  45. [--delay <ms>] [--usb-log-level <none/error/warning/debug>]
  46. Description: Prints the contents of a PIT file in a human readable format. If
  47. a filename is not provided then Heimdall retrieves the PIT file from the
  48. connected device.
  49.  
  50. Action: version
  51. Description: Displays the version number of this binary.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement