Reputation: 648
How could I simulate an external SDCard in Android Emulator (/sd-ext mounted on /mnt/sdcard2 ) ?
I'm able to define and use an internal SDCard (by emulator.exe -sdcard sdcard.img, mounted on /mnt/sdcard) but I need to simulate a device (Olivetti Olipad) that mount 2 SDs. I think there are some devices like this so could be a common problem I suppose.
Alberto
Upvotes: 1
Views: 2814
Reputation: 28152
The way it works on samsungs s1 is simply a folder on the internal sd card which sends you to the external sd card. so you could simulate it by creating this folder.
Upvotes: 1