Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: dave-at-axon on January 27, 2014, 10:01:25 AM

Title: Has anyone gotten SMS to work?
Post by: dave-at-axon on January 27, 2014, 10:01:25 AM
I have installed a GSM modem on USB and it gets detected, the signal shows good and if I disable WiFi, the modem connects to GPRS. Data is good and it works.

There was no application installed to send or receive SMS so I installed 8sms from the Play store and I am able to send SMS but it does not appear to receive anything even though the message does show delivered when I send it from my phone. It seems to be stuck in limbo.

Looking in the source code I see that there is an SMS receiver but not sure if this is included in the final build.

The reference RIL that handles the modem does have SMS handling so I am stuck just now to find out where they are going.
Title: Re: Has anyone gotten SMS to work?
Post by: Herkules on January 28, 2014, 04:10:45 PM
I had the same issue...
Does anybody know another apllication, which also supports calls?

Herkules
Title: Re: Has anyone gotten SMS to work?
Post by: dave-at-axon on January 28, 2014, 05:15:09 PM
Calls I think are more difficult as the vast majority of the USB modems are data only. At least the ones I have seen have been.
Title: Re: Has anyone gotten SMS to work?
Post by: Herkules on January 28, 2014, 05:21:40 PM
So it is nearly impossible?
Title: Re: Has anyone gotten SMS to work?
Post by: dave-at-axon on January 31, 2014, 05:57:07 AM
In reference to voice capability.

There is a configuration XML file that has an entry to enable voice calling. If your modem supports voice it might be worth changing this to true. It's default is false.

It's located here in the source.

android4.2/device/softwinner/overlay/frameworks/base/core/res/res/value and is called config.xml

Title: Re: Has anyone gotten SMS to work?
Post by: Herkules on February 23, 2014, 10:58:12 PM
Thanks for your help :)
Sorry for that late reply, but I have one more Question.
Where is this Path? in the Android source code? if so, where can I download it, and how can I load it on the flash?

Greetings,
Herkules
Title: Re: Has anyone gotten SMS to work?
Post by: dave-at-axon on February 24, 2014, 05:07:47 AM
Hi Kerkules,

There is source here linked on my blog

http://axonjakarta.wordpress.com

Before you go downloading these files, you'll need an Ubuntu Linux 12.04 setup to be able to compile it. There is information on my blog on the setup for this. If you don't have a Linux PC, just install an Oracle Virtual PC on your Windows or Mac setup and then install Ubuntu to this.

The path is the location in the source tree.

All the information on how to flash it is in the blog.