I used the emulator of Android Studio for testing my app before. There's a popup dialog activity that appears whenever there's a new incoming sms. I used telnet localhost 5554 for sending sms to the emulator, but the emulator was very slow, often crashed (not strong enough pc) so I installed genymotion just now, which runs great, but I can't use telnet to send sms to that virtual device. How can I do it then?
Or is there an easy way to send free sms to my actual Android device, that would be fine too for a solution ^^