gpt4 book ai didi

android - 通过 Python 从 Android 获取设备/型号信息

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:11:01 27 4
gpt4 key购买 nike

大家好!

希望你们中的一位大师可以帮助我解决这个问题。

我目前正在用 Python 编写一个应用程序,它从他们的网站上提取设备手册并创建一个用户手册快捷方式以启动它。

到目前为止一切顺利,但从长远来看,我想将其设置为从 Android 操作系统中提取制造商/型号并根据特定型号进行搜索。

问题是什么?我这辈子都找不到任何可以从系统中提取此类信息的 Pythonic 吗?通过谷歌搜索,我发现在本地语言中,他们可以访问 android.os.Build 来获取这些信息,但我不知道如何通过 Python 访问它?

如有任何建议,我们将不胜感激!

最佳答案

如果这还不能通过 SL4A Facade API 获得,您可以使用 shell 命令 getprop 检索实际存储在文件 /system/build.prop 中的设备/型号信息>,您对 ro.product.manufacturerro.product.model 属性感兴趣:

[ro.product.manufacturer]: [samsung]
[ro.product.model]: [GT-I9100]

有关如何从 Python 运行 shell 命令,请查看此问答:

Running shell command from python and capturing the output

希望这对您有所帮助。

关于android - 通过 Python 从 Android 获取设备/型号信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15501286/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com