为什么 HTC Smart 无法检测手机品牌和型号?
我似乎无法检测手机品牌和型号 在 Brew MP 手机 HTC Smart 上? (与 Dopod F3188 和 HTC F3188 相同。)
我使用 ISHELL_GetDeviceInfoEx(s, AEE_DEVICEITEM_MANUFACTURER_NAME, NULL, &nItemLen);
仅返回空字符串。 可能是什么问题?
I can not seem to detect handset make and model on the Brew MP phone HTC Smart? (Same as Dopod F3188 and HTC F3188.)
I am using ISHELL_GetDeviceInfoEx(s, AEE_DEVICEITEM_MANUFACTURER_NAME, NULL, &nItemLen);
Only empty strings are returned.
What could be the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 HTC Smart 的问题。我对该手机使用了条件编译。
This is a problem with the HTC Smart. I used conditional compiling for that handset instead.