Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Jim Graham
On Wed, Aug 29, 2012 at 01:04:23AM -0400, Kristopher Micinski wrote: > That's worth mentioning, generally the stats reported by telephony > hardware are "highly nominal" at best and will change or fluctuate > quite a bit depending on the protocol, etc... > > (I also have an EE degree, and can atte

Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Kristopher Micinski
That's worth mentioning, generally the stats reported by telephony hardware are "highly nominal" at best and will change or fluctuate quite a bit depending on the protocol, etc... (I also have an EE degree, and can attest to most hardware being kind of flakey..) kris On Wed, Aug 29, 2012 at 1:01

Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Jim Graham
On Tue, Aug 28, 2012 at 10:52:46PM -0400, Kristopher Micinski wrote: > On Tue, Aug 28, 2012 at 10:45 PM, Felipe Silveira wrote: > > I need this in an application which helps choose which external antenna type > > is indicated for each area. It is related to the signal frequency... > > Well, I don'

Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Kristopher Micinski
Well, I don't know how to do it in the API, but that's probably me being too lazy to look through the telephony classes, It *is* possible to do so, and I beieve it must be exposed through the RIL.. http://android.stackexchange.com/questions/23572/how-to-tell-current-frequency-band kris On Tue,

Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Felipe Silveira
I need this in an application which helps choose which external antenna type is indicated for each area. It is related to the signal frequency... Thanks! On Tue, Aug 28, 2012 at 11:31 PM, Kristopher Micinski < krismicin...@gmail.com> wrote: > I don't think this is exposed through RIL. > > Why do

Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Kristopher Micinski
I don't think this is exposed through RIL. Why do you need to know it? kris On Tue, Aug 28, 2012 at 10:26 PM, Felipe Silveira wrote: > Hi all, > > Is there any API which returns the cellular signal frequency? > > I found SignalStrength class, which returns the stregth, in db, but it > doesnt re

[android-developers] Get cellular signal frequency?

2012-08-28 Thread Felipe Silveira
Hi all, Is there any API which returns the cellular signal frequency? I found SignalStrength class, which returns the stregth, in db, but it doesnt return the frequency. Does anybody know if its possible to get this info? Thanks! -- Felipe Silveira http://www.felipesilveira.com.br