I never try this by myself but someone told me that in Android world, GSM might actually mean UMTS. For example, you use "CDMA" stack for Verizon phone and "GSM" stack for ATT phone.
On May 25, 3:16 pm, carknue <[email protected]> wrote: > > int gsmBer = signalStrength.getGsmBitErrorRate(); // this gives me > > -1 (shouldn't this be something??) > > getGsmBitErrorRate() seems not to work at all. I always get -1. You > don't get a value in idle mode, but you should get it during an active > call. I tested it with Motorola Milestone, Nexus one and G1. They all > return only -1. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

