Ajay Singh
Ajay Singh

Reputation: 1621

Device RADIO firmware version number in android 1.6

how can i get radio firmware version number in API level 4.

Upvotes: 1

Views: 300

Answers (2)

Volo
Volo

Reputation: 29438

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.

Upvotes: 0

Reno
Reno

Reputation: 33792

It's only avaliable for Froyo onwards.

API level 8 or Android 2.2

Upvotes: 1

Related Questions