Search This Blog

Saturday, 14 January 2012

Howo to simulate a phone call on android emulator

Many of you developers are trying to simulate the phone call on android emulator and many readers have the queries how to do it so this is a way :-
Firstly if you are having windows version 7 you should install telnet client version by following these steps:-
1. Go to the control panel
2.Go to the program options
3. go to turn windows features on or off
4. check the telnet client and click on ok.
Remember in xp telnet is installed by default
so if now you have installed your telnet
1. go to cmd and type telnet and press enter
2. your telnet client is opened
3.Now type o localhost 5554 or it can be 5555 depending on the port number of the emulator and then press enter
4. after that type the following command gsm call (number) this number is from which number you want the emulator the incoming call it will receive press enter
5 voila!!!! your emulator is ringing

If any queries regarding the above post please comment !!!!! enjoy programming !!!!


No comments:

Post a Comment