Or any info, which helps me to unique identificate the device?
from jnius import autoclass
context = autoclass('android.content.Context')
service = context.getSystemService(context.TELEPHONY_SERVICE)
print service.getDeviceId()[WARNING ] stderr: File "main.py", line 83, in build
[WARNING ] stderr: service = context.getSystemService(context.TELEPHONY_SERVICE)
[WARNING ] stderr: File "jnius_export_class.pxi", line 545, in jnius.jnius.JavaMethod.__call__ (jnius/jnius.c:15501)
[WARNING ] stderr: File "jnius_export_class.pxi", line 500, in jnius.jnius.JavaMethod.ensure_method (jnius/jnius.c:14990)
[WARNING ] stderr: jnius.jnius.JavaException: Unable to find a None method!