Mar 22, 2010

android file handling

So start an emulator with sdcard some things that I tried ---->
  • emulator -sdcard sdcard1.iso -avd avd_1.5
  • mksdcard 8M sdcard
  • emulator -sdcard sdcard &
  • adb push YOUR_FILE_A /sdcard
list the files(directories also) on an SD card : http://markmail.org/message/qgfx35u7sjb4z4wr

For Web Developer

  open -a "Google Chrome" --args --disable-web-security