Android emulator copy and paste from clipboard or notepad into EditText

If you try to just do a copy from the notepad and paste it in the EditText field then it doesn't work. You have to send the text as an sms message through telnet and then copy the text from the sms message.

To send a sms you have to first connect to the emulator using Telnet.

Syntax:    telnet localhost <port>
Example: telnet localhost 5554

Then send the message

Syntax:    sms send <senders phone number> <message>
Example: sms send 6667778888 This is the text you want to copy and paste

Tip: You can put any phone number

 
Android emulator copy and paste

Android emulator copy and paste

Android emulator copy and paste

No comments:

Post a Comment

NO JUNK, Please try to keep this clean and related to the topic at hand.
Comments are for users to ask questions, collaborate or improve on existing.