I am working on an application which is in iPhone and Android, where I need to read Modem Firmware Version
as iPhone developer does in his side.
I searched on Internet/SO but couldn't find anything related to my problem.
Is it possible to read Modem Firmware Version
in Android? If not what should be equivalent to that? (We read this attribute and more for keeping track of a device)
As nandeesh said to use baseband version at the place of Modem firmware, he didn't provided any source code of his custom method.
I did some RnD and got final solution as
and call it as
All credits goes to cyanogen-updater , custom method taken from this same project SysUtils