Using "android-1.5" tagged source from cupcake branch created an sdcard image $ ./out/host/linux-x86/bin/mksdcard 64M sdcard.img launched the emulator to use the above image $ emulator -sdcard ./sdcard.img -scale 0.75 & $ adb shell ls -l drwxrwxrwt root root 2009-05-04 18:00 sqlite_stmt_journals drwxrwx--- system cache 2009-05-04 18:00 cache d--------- system system 2009-05-04 18:00 sdcard lrwxrwxrwx root root 2009-05-04 18:00 etc -> /system/ etc drwxr-xr-x root root 2009-04-29 20:49 system drwxr-xr-x root root 1970-01-01 00:00 sys drwxr-x--- root root 1970-01-01 00:00 sbin dr-xr-xr-x root root 1970-01-01 00:00 proc -rwxr-x--- root root 9075 1970-01-01 00:00 init.rc -rwxr-x--- root root 1677 1970-01-01 00:00 init.goldfish.rc -rwxr-x--- root root 106568 1970-01-01 00:00 init -rw-r--r-- root root 118 1970-01-01 00:00 default.prop drwxrwx--x system system 2009-04-30 22:59 data drwx------ root root 1970-01-01 00:00 root drwxr-xr-x root root 2009-05-04 18:01 dev $ adb shell # mount rootfs / rootfs ro 0 0 tmpfs /dev tmpfs rw,mode=755 0 0 devpts /dev/pts devpts rw,mode=600 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0 /dev/block/mtdblock0 /system yaffs2 ro 0 0 /dev/block/mtdblock1 /data yaffs2 rw,nosuid,nodev 0 0 /dev/block/mtdblock2 /cache yaffs2 rw,nosuid,nodev 0 0
The sdcard is mounted READ-ONLY !! and doesn;t even get listed as mounted !! whats going on here ? All i wanted to do use sdcard with emulator for debugging(method tracing) an app. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

