I'm developing an application for Android phones which has something to do with text messages. I found many guides to simulate a received text message on an emulator but I'm testing the software on a real device.
Is there a way to fool a real Android phone to think it has received an SMS?
I've tried with adb shell
and using sms send
command but I think it's only available on emulators when using telnet.