[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-20 Thread vanquisher sinner
Even I tried with -sdcard option, but adb push still does not work saying that it is a read only file system. On Wed, Aug 19, 2009 at 5:13 PM, Jack Ha wrote: > > If you do a "adb shell" and "cd /sdcard", do you see any files in / > sdcard? > > -- > Jack Ha > Open Source Development Center > ・T・ ・

[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-19 Thread n179911
On Wed, Aug 19, 2009 at 5:13 PM, Jack Ha wrote: > > If you do a "adb shell" and "cd /sdcard", do you see any files in / > sdcard? I do 'ls -l' it shows 'sdcard' as '---' in terms of permission. # ls -l drwxrwxrwt root root 2009-08-19 19:00 sqlite_stmt_journals drwxrwx--- sys

[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-19 Thread n179911
Thank you for your help. I am building android 1.5r3 from the source. I did $ source build/envsetup.sh $ lunch 1 $ make -j4 after the build is done $ ./out/host/darwin-x86/bin/mksdcard 32M mysdcard.img mount img on my local machine and drag and drop 4 images file to it $./out/host/darwin-x86/

[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-19 Thread Jack Ha
If you do a "adb shell" and "cd /sdcard", do you see any files in / sdcard? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those

[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-19 Thread n179911
Yes, i did start my emulator with -sdcard with the file I created by $ mksdcard 256M sd256m.img $ put images in the img file but when i launch the emulator with '-sdcard', can then click 'Gallery', it shows 'No Media found'. On Wed, Aug 19, 2009 at 4:14 PM, Jack Ha wrote: > > It seems like the

[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-19 Thread David Turner
Are you using the SDK with an AVD? If so, this should not happen. Otherwise, trying using the -sdcard option, as in: mksdcard 32M mysdcard.img emulator -sdcard mysdcard.img On Wed, Aug 19, 2009 at 3:28 PM, n179911 wrote: > > Hi, > > I am trying to copy an image to the emulator sd card by: > >

[android-developers] Re: How to change /sdcard to be not a read-only file system

2009-08-19 Thread Jack Ha
It seems like the sdcard is not available. Did you specify the -sdcard when you run the emulator? Or did you enter the SDCard data when you created the AVD? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the a