hi, Is there a way to get S/W version in the phone through python? thanks in advance.
Originally Posted by rabaf hi, Is there a way to get S/W version in the phone through python? thanks in advance. You can get the Firmware of the device by using sysinfo. Use the below commands in the interpreter. Code: >>> import sysinfo >>> sysinfo.sw_version() Best Regards, Croozeus
>>> import sysinfo >>> sysinfo.sw_version()
Pankaj Nathani www.croozeus.com
Forum Rules