>From the Android SDK this ins't remotely possible..

If you want to do this you'd have to modify the RIL at system level.
If you want to do this, this is the wrong list to ask, as this list is
for developing applications with the Android SDK.

kris

On Fri, Feb 24, 2012 at 3:37 AM, Tiago Teixeira <teiti...@gmail.com> wrote:
> Thanks for your answer.
>
> But what I'm trying to do is to communicate with the modem, send text
> commands to it over a GSM call and receive the response data.
>
> How can I use the Android RIL?
>
> Thanks in advance!
>
> On Feb 24, 7:52 am, Tor <tor.hough...@gmail.com> wrote:
>> You need to read up on the Android RIL (Radio Interface Layer) if you
>> want tocommunicatedirectly with themodem(e.g. send "AT" commands).
>> But if all you want to do is send and receive SMS, you can do that
>> using the SmsManager class.
>>
>> e.g.http://mobiforge.com/developing/story/sms-messaging-android
>>
>> On Feb 22, 12:08 pm, Tiago Teixeira <teiti...@gmail.com> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > Hello,
>>
>> > I'm trying to develop an Android application that connect to aGSM
>> >modem. I like to know if it's possible to start the connection with
>> > themodem(overGSM) and send text commands to themodemand listen
>> > for it's response.
>>
>> > Thanks in advanced.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to