Advertisement
eebrah

B2G flash-flatfish error

Aug 27th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Start the flash-flatfish.sh procedure.
  2.  
  3. --- Image files checking ---
  4. Good, image files are in position now.
  5.  
  6. --- Check to see if the adb works properly (for Android 4.2 and above) ---
  7. 'adb' works fine.
  8.  
  9. --- Check to see if the flatfish device is ready ---
  10. Oh, the flatfish device is not there, or is not turned on in a mode where 'adb' can be used.
  11.  
  12. --- Let's see if it's already in the fastboot mode ---
  13. Error: Fastboot mode is not detected. Check to see if the device is not turned on.
  14. *Note: If it is powered but both 'adb' and 'fastboot' could not work,
  15. please check to see if the device has become brick. (Bug 1026963)
  16.  
  17. === Usage ===
  18. Usage: flash-flatfish.sh [-h] [<path_to_images> [<path_to_b2g_root>]]
  19. Options:
  20. -h: help
  21. <path_to_images>: default to ././
  22. <path_to_b2g_root>: path to the root of the B2G source, for using 'adb' only. If 'adb' can be found in $PATH, this option can be ignored.
  23. Example:
  24. 1. Run in B2G root directory.
  25. $ flash-flatfish.sh
  26. 2. flash images in the current directory
  27. $ flash-flatfish.sh .
  28. 3. flash images in ~/flatfish-images
  29. $ flash-flatfish.sh ~/flatfish-images
  30. 3. flash images in ~/flatfish-images, and specify the source path of B2G for using 'adb'
  31. $ flash-flatfish.sh ~/flatfish-images ~/dev_fxos/a31-b2g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement