[android-developers] Re: Baseband version in API ?

2009-07-15 Thread Murphy
So nobody knows how to read the firmware version of the radio? --~--~-~--~~~---~--~~ 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

[android-developers] Re: Baseband version in API ?

2009-07-15 Thread jdesbonnet
Why not download source of the Settings app (I assume it's written in Java) and see what goes on there? I would have done it just now, but looking through the instructions at http://source.android.com there is quite a few steps involved and I'm low on disk space. Joe. On Jul 15, 8:39 am,

[android-developers] Re: Baseband version in API ?

2009-07-15 Thread Marc Lester Tan
try this one... http://android.git.kernel.org/?p=platform/packages/apps/Settings.git;a=blob;f=src/com/android/settings/DeviceInfoSettings.java;h=be01f7dc57e6dbe474adf1decce6db1fefa245c0;hb=HEAD -Marc On Wed, Jul 8, 2009 at 10:10 PM, Murphy murphy2...@gmail.com wrote: I want to read the

[android-developers] Re: Baseband version in API ?

2009-07-15 Thread Marc Lester Tan
oooh, android.os.SystemProperties.java is not available from the API which basically do native calls to get the baseband version. SystemProperties.java