Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 1.00 KB  |  hits: 90  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. C:\Galaxy Nexus ToolKit>adb-toolkit.exe shell
  2. ~ # ls
  3. ls
  4. boot                 etc                  sd-ext
  5. cache                init                 sdcard
  6. data                 init.rc              sys
  7. datadata             proc                 system
  8. default.prop         res                  tmp
  9. dev                  root                 ueventd.goldfish.rc
  10. emmc                 sbin                 ueventd.rc
  11. ~ # cd sdcard
  12. cd sdcard
  13. /data/media # ls
  14. ls
  15. radio.img   radio1.img
  16. /data/media # dd if=/sdcard/radio.img of=/dev/block/platform/omap/omap_hsmmc.0/b
  17. y-name/radio
  18. dd if=/sdcard/radio.img of=/dev/block/platform/omap/omap_hsmmc.0/b
  19. y-name/radio
  20. 24576+1 records in
  21. 24576+1 records out
  22. 12583168 bytes (12.0MB) copied, 3.677856 seconds, 3.3MB/s
  23. /data/media # dd if=/sdcard/radio1.img of=/dev/block/mmcblk0p9
  24. dd if=/sdcard/radio1.img of=/dev/block/mmcblk0p9
  25. 32768+0 records in
  26. 32768+0 records out
  27. 16777216 bytes (16.0MB) copied, 4.613159 seconds, 3.5MB/s
  28. /data/media #
  29. C:\Galaxy Nexus ToolKit>