Tuesday, February 4, 2014

[android-developers] Re: I want to know how to get the ID of the radio frequency on the Android app! !

The radio is not accessible from the Android environment because of the controls required by the Federal Communications Commission (FCC, in the USA). The radio even runs within its own execution environment. Any software that runs in that environment has to be approved by the FCC. Android programs are not allow direct access to the radio for this reason.

There is a character device interface in /dev which allows modem-like "AT" commands to be sent to the radio. Some of these commands can query the radio and get status information from it.

--
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+unsubscribe@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 unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment