Android:不同型号的原始固件识别字符串
是否有不同 Android 手机型号的 Build.MODEL 字符串摘要?例如:
- “Hero” - HTC Hero
- “ERA G2 Touch” - 品牌 HTC Hero
- “T-Mobile myTouch 3G” - 品牌 HTC Magic
- “GT-I5700” - Samsung Galaxy
- ...等等
我很好奇是什么我的应用程序用户中已取得 root 权限的设备的百分比,但有时很难分辨哪个设备是哪个设备(是的,我知道取得 root 权限的固件可以模仿普通固件,但通常不会)。
Is there anywhere a summary of Build.MODEL strings for different Android handset models? Something like:
- "Hero" - HTC Hero
- "ERA G2 Touch" - branded HTC Hero
- "T-Mobile myTouch 3G" - branded HTC Magic
- "GT-I5700" - Samsung Galaxy
- ... and so on
I'm curious what is the percent of rooted devices among my app users, but sometimes is hard to tell which device is which (and yes, I know rooted firmware can mimic vanilla one, it just usually doesn't).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
维基百科中的 Android 设备列表 似乎包含此类数据
It looks like list of android devices in Wikipedia contains such data