Guest User

Untitled

a guest
Apr 24th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment