Wednesday, June 24, 2009

Android Emulator: Send SMS using telnet

  1. Start->Run
  2. type - telnet
  3. telnet window is open
  4. run emulator.exe (please check my first posting for details running emulator). The port # is also at the lefttopcorner of the emulator instance.
  5. otherwise, to check the devices running... this will list all the port # of emulator instances. C:\android\android-sdk-windows-1.5_r2\tools>adb devices
  6. telnet> o localhost 5554 where o is open, localhost is phone connected and emulator port no. is the port no of android emulator
  7. telnet> sms send
  8. The front emulator skin will show the received message





FIGURE 3






FIGURE 4









  1. FIGURE 6






    FIGURE 7

No comments: