符号 Motorola mc65 和 datawedge

发布于 2025-01-04 03:43:20 字数 376 浏览 0 评论 0原文

我有一个用 C# 紧凑框架编写的 Windows 移动应用程序,它使用条形码扫描仪。事实上,我需要保持我的应用程序设备独立,我不使用构造函数的 api,但我使用序言通过 form_keypress 等事件处理扫描仪。

对于任何设备来说,这都是一个非常好的方法,直到我尝试在带有 Windows 6.5.3 的 motorola mc65 中安装,该 Windows 6.5.3 配置为在空闲一段时间后关闭 datawedge 实用程序。奇怪的是,在 mc55 或 es400 等其他摩托罗拉设备中,没有问题,并且 datawedge 会一直保持打开状态,直到用户从设置菜单中将其关闭。

有没有什么方法可以强制 motorola mc65 保持 datawedge 开启而不在我的应用程序中使用它的 api?

i have an windows mobile application written in c# compact framework which use barcode scanner. In fact that i need to keep my app device independent i don't use constructor's api but i handle scanner through events like form_keypress using an preamble.

It is a really good way for any device until i tried to install in motorola mc65 with windows 6.5.3 which is configured to switch off datawedge utility after some time of idling. The weird is that in other motorola devices like mc55 or es400 there is no problem and datawedge stay on untill user sett it off from settings menu.

Is there any way to force motorola mc65 to keep datawedge on without usage of it's api in my application?

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

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

发布评论

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

评论(1

倥絔 2025-01-11 03:43:21

有两个选项可让 Datawedge 保持活动状态而不闲置或“停止”。

  1. 导航到扫描仪上的 datawedge 应用程序,然后在“高级配置”和“设置”下,确保启用“自动启动”。

  2. 您可以通过 Windows Mobile 设备中心将文件添加到扫描仪系统,以确保 datawedge 始终处于活动状态。打开记事本并粘贴以下内容:

[HKEY_LOCAL_MACHINE\Software\Motorola\DWStartUp]
"DontLoadOnStartUp"=dword:00000000

将文件另存为:datawedge.reg.txt

  • 通过 Windows Mobile 设备中心将文件从计算机复制并粘贴到扫描仪上的应用程序文件夹中。
  • 导航到扫描仪上的临时目录。
  • 点击数据楔图标。
  • 从设备合并(单击“是”),然后冷启动(按住 1、9 和电源 3 秒)

There are two options to keep the Datawedge active without going idle or being "Stopped".

  1. Navigate to the datawedge application on the scanner and under Advance Configuration and then Settings, make sure "Autostart" is enabled.

  2. You can add a file to the scanner's system via Windows Mobile Device Center that will make sure datawedge is always active. Open Notepad and paste the following in:

[HKEY_LOCAL_MACHINE\Software\Motorola\DWStartUp]
"DontLoadOnStartUp"=dword:00000000

Save the file as: datawedge.reg.txt

  • Copy and paste the file from your computer into Application folder on the scanner via Windows Mobile Device Center.
  • Navigate to the temp directory on the scanner.
  • Tap on the datawedge icon.
  • Merge it from device (click Yes), then cold boot (hold 1, 9 and Power for 3 seconds)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文