有适用于 MC70 设备的摩托罗拉模拟器吗?

发布于 2024-09-12 01:21:01 字数 176 浏览 2 评论 0原文

我需要为 Motorola MC70 设备开发移动应用程序。

我想知道如何测试条形码读取和其他硬件相关的东西。

有这个模拟器吗?或者我需要实际的手机吗?

另外,如果你们中有人以前使用过该设备,您可以向我发送哪些建议和链接?

我们将不胜感激您的帮助。很难找到有关此主题的信息。

I need to develop a mobile application for Motorola MC70 Device.

And i was wondering how to test BarCode Reading, and other hardware related stuff.

is there an emulator for this? or do i need the actual phone?

in Addition, if any of you have worked with this device before, what recommendations and link can you send to me?

Your help will be appreciated. Is kind of hard to find info on this subject.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘羡 2024-09-19 01:21:01

我不认为摩托罗拉有模拟器,而且说实话,我也不会使用模拟器。模拟硬件很难真正很好地工作,而且无论如何它永远不会排除使用读取硬件进行测试。

我要做的是将特定于硬件的功能分离为基于接口的服务。然后,您可以创建两个版本的服务 - 一种用于真实硬件,另一种用于模拟。然后,您可以编写一个模拟服务以在任何模拟器或任何可用硬件上运行,并在该服务提供数据时测试您的应用程序行为。

那时,您可以完成除最后的实际硬件集成之外所需的所有工作,并且您拥有真正有利于应用程序的单元测试和自动化测试的基础架构。

I don't think Motorola has an emulator for it, and to be honest, I wouldn't use one anyway. Emulated hardware is difficult to get working really well and it never precludes testing with read hardware anyway.

What I'd do is separate out the hardware-specific functionality into interface-based services. Then you can create two versions of the service - one for the real hardware and one for simulation. You can then write a simulation service to run on any emulator or any piece of available hardware and test your app behavior when that service presents data.

At that point you can do all the work you need except that final bit of actual hardware integration, and you have an infrastructure that really facilitates unit and automated testing of your application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文