【问题标题】:Windows Mobile 6.x and CDFSWindows Mobile 6.x 和 CDFS
【发布时间】:2012-04-23 09:56:08
【问题描述】:

Windows Mobile 6.x 基于 Windows CE 5.x,不包含 CDFS 驱动程序,即使 5.x CE 平台支持它。

我有一个使用 USB 记忆棒的场景,它还包含一个 CDFS 分区,PDA 运行 Windows Mobile 6.x 并支持 OTG(主机或客户端可由用户选择)。以某种方式将 CE 现有驱动程序移动到 Windows Mobile 中是否可行?

任何提示,方向将不胜感激。

【问题讨论】:

  • 首字母缩写词太多,我无法关注您。什么是 CDFS?什么是 OTG?
  • @jp2code CDFS - 光盘文件系统,OTG - USB On-The-Go

标签: windows-mobile usb windows-ce


【解决方案1】:

我不知道回答我自己的问题是否合适,但也许这个答案对其他人有用。

正如我所写,WinCE 5.x 平台支持 CDFS,而 Windows Mobile 6.x 不支持。我刚刚将 WinCE 5.x 驱动程序 - udfs.dll 复制到 Windows Mobile Device 的“Windows”目录中,并添加了两个注册表设置:

; Default values for udfs. These can be overridden per profile.
[HKEY_LOCAL_MACHINE\System\StorageManager\UDFS]
    "FriendlyName"="CDFS/UDFS FileSystem"
    "Dll"="udfs.dll"
    "Paging"=dword:1

[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\CDProfile]
    "Name"="IDE CDROM/DVD Drive"
    "Folder"="CDROM Drive"
    "DefaultFileSystem"="UDFS"
    "PartitionDriver"=""

我重新启动了 PDA 并启用了 CDFS 支持。 MSDN中的模式详情。

【讨论】:

    猜你喜欢
    • 2010-12-06
    • 1970-01-01
    • 1970-01-01
    • 2010-12-11
    • 2011-04-19
    • 1970-01-01
    • 1970-01-01
    • 2012-08-21
    • 2012-10-07
    相关资源
    最近更新 更多