PDA

View Full Version : Accessing Android Console



Darkrune
10-12-2009, 10:26 AM
Hi,
I am trying to get a sms sent to an emulator instance, it says on android developers site that you type in the command:
sms send <senderPhoneNumber> <textmessage> into the console, which sounds simple.
The problem i'm having is actually getting to the console.

Again the developers site says:

To connect to the console of any running emulator instance at any time, use this command:

telnet localhost <console-port>It may sound silly but i have no idea where to type the above command into to open the console!
I have tried multiple places (command prompt) but no-where that i've tried works.

Can someone please help?

Thanks
Darkrune

xdebugx
02-06-2010, 10:31 PM
To type in the telnet command, if your using windows, you want to type it at the command prompt. In windows xp go to start -> run -> in the run box type cmd Now on the command window that comes up type in the telnet command they gave you. For windows vista go to start -> all programs -> accessories -> comand prompt

pengran
11-29-2010, 12:45 PM
Are you sure?