Page 1 of 1

Serial Number and Build Number

Posted: 12 May 2016 22:05
by quadros
Is there a variable to detect S/N and Build number of the phone?

Re: Serial Number and Build Number

Posted: 15 May 2016 08:48
by Martin
Hi,

You can use action Init Variables Phone Info for telephony related information like IMEI. Build version and other such system information can be loaded using action Execute Command: getprop (to list all) or Execute Command: getprop ro.build.id to get one specific value.

Regards,
Martin