[android-developers] Re: Using android 1.5 emulator, the sdcard can't be mounted

2009-02-19 Thread Jean-Baptiste Queru
This is not a discussion for android-developers. Please move this to android-platform. JBQ On Thu, Feb 19, 2009 at 6:12 AM, david liu wrote: > I have another issue about I cannot see the pictures in the Gallery > immediately after I push some pictures to sdcard. Is anyone have fix for > this?

[android-developers] Re: Using android 1.5 emulator, the sdcard can't be mounted

2009-02-19 Thread david liu
I have another issue about I cannot see the pictures in the Gallery immediately after I push some pictures to sdcard. Is anyone have fix for this? Thanks, David On Wed, Feb 18, 2009 at 3:59 PM, PYJ wrote: > > You can try 'adb remount' command before push and pull some files. > > > On Jan 22, 5

[android-developers] Re: Using android 1.5 emulator, the sdcard can't be mounted

2009-02-18 Thread PYJ
You can try 'adb remount' command before push and pull some files. On Jan 22, 5:21 pm, tony wrote: > Command sequence is: > > 1.make sdk first, and > cd /home/tony/android-sdk_eng.tony_linux-x86/tools/ > 2../emulator  -image ../platforms/android-1.5/images/system.img - > kernel ../platforms/and

[android-developers] Re: Using android 1.5 emulator, the sdcard can't be mounted

2009-01-22 Thread Jean-Baptiste Queru
This would be more appropriate for the android-framework mailing list, since there hasn't been any official SDK released from the cupcake source tree yet. Thanks, JBQ On Thu, Jan 22, 2009 at 1:21 AM, tony wrote: > > Command sequence is: > > 1.make sdk first, and > cd /home/tony/android-sdk_eng.