开发者

How to get a Device Specific UID using Python in ASE on Android?

开发者 https://www.devze.com 2022-12-26 13:36 出处:网络
I am working on am Android Scripting Environment (ASE) script in Python to replicate an iPhone app. I need a devic开发者_开发问答e UID of some sort. My thoughts where a salted MD5 hash of the MAC add

I am working on am Android Scripting Environment (ASE) script in Python to replicate an iPhone app.

I need a devic开发者_开发问答e UID of some sort. My thoughts where a salted MD5 hash of the MAC address or device phone number, but I can't figure out how to access either of those using the Python APIs within ASE.

What can I do to create a UID in Python in ASE?


The newer versions of ASE now include a function call to create these identifiers.

0

精彩评论

暂无评论...
验证码 换一张
取 消