1. Call virtual device/send SMS to virtual device
1. Click in Eclipse: Window--->open perspective--->ddms, select the emulator control option;
2. Incoming number in the Telephony Actions option enter the incoming numbers to be simulated, select Voice, and click Call (virtual device);
3. Select SMS in the 2 tab, enter the message you want to send in the message, and click Send (send SMS to the virtual device).
2. Analog SD Card
1. Create a new SD card image file
Go to the Tools folder under the SDK installation directory and use the Mksdcard.exe tool to create an SD card image file: Mksdcard 512M E:\android\mysdcard.img.
2. Associated SD card and simulator
1. The ADT plugin was used in eclipse. Eclipse-windows->android AVD manager, which pops up a window, this step is to create an emulator with an SD card.
2. Enter the SD card path E:\Mysdcard\sdcard.img you created in the box after SDcard, which is the location of the SD card image file created in the first step. Click Create AVD First, then click Finish to finish.
3. Import files to the SD card
1. Open the DDMS (see the first step to call a virtual device);
2. Open the File Explorer page. If not, in window--->show View--->file Explorer;
3. Generally in the >sdcard of MNT---
4. In SDcard, click the destination folder where you want to place the file, there are two icons on the right side of the Files Explorer page, one pull, and one push. Select push to push the file into SDcard;
5. In the MNT--->MEDIR_RW--->sdcard folder you can see the file that you just push in.