Device RADIO firmware version number in android 1.6
how can i get radio firmware开发者_JS百科 version number in API level 4.
It's only avaliable for Froyo onwards.
API level 8 or Android 2.2
You can get it by reading gsm.version.baseband
system property (through the SystemProperties
using the reflection or via getprop gsm.version.baseband
command). Check my answer in other thread for the details.
精彩评论