[android-porting] Re: how to detect sdcard in built emulator

2009-07-23 Thread Neil Nguyen
ner wrote: > From: Mike Lissner > Subject: [android-porting] Re: how to detect sdcard in built emulator > To: "android-porting" > Date: Thursday, July 23, 2009, 5:24 PM > > Strange, I'm having a similar problem. On the emulator, I > just tried > to install

[android-porting] Re: how to detect sdcard in built emulator

2009-07-23 Thread Mike Lissner
Strange, I'm having a similar problem. On the emulator, I just tried to install an app from a website, and it said I need the sd card to install it. I had started the emulator with -sdcard sdcard.iso, so I thought it was there, but apparently it's not. If I do: adb push *.txt /sdcard ...it give

[android-porting] Re: how to detect sdcard in built emulator

2009-06-10 Thread ming
see this https://review.source.android.com/Gerrit#change,9452 On Apr 29, 8:42 am, wangjun796 wrote: > 1. mksdcard 128M d:\sdcard.iso -create a sdcard img > 2.emulator-sdcard d:\sdcard.iso -startingemulatorwith > sdcard img > 3.adb push *.mp3 /sdcard --

[android-porting] Re: how to detect sdcard in built emulator

2009-04-28 Thread wangjun796
1. mksdcard 128M d:\sdcard.iso -create a sdcard img 2.emulator -sdcard d:\sdcard.iso -starting emulator with sdcard img 3.adb push *.mp3 /sdcard --copy files you want to sdcard On 4月28日, 下午5时21分, Jaewon wrote: > Hi all. > > I tested inserting sdcar