简体   繁体   English

Windows Mobile模拟器

[英]windows mobile emulator

I was developing a web application which was supposed to run on PC. 我正在开发一个应该在PC上运行的Web应用程序。 But right now my boss want to me to change it a little bit so that it would be possible to access it on windows mobile. 但是现在我的老板希望我稍做更改,以便可以在Windows Mobile上访问它。

My main concerns are: 我主要关心的是:

  • big amount of js, involved 大量的js,涉及
  • correct rendering of css and html 正确呈现CSS和HTML

I can ask or get the phone running on windows mobile, and I will in the end run, but right now I am looking for an emulator for debugging. 我可以要求或让手机在Windows Mobile上运行,最终可以运行,但是现在我正在寻找用于调试的仿真器。

I have went through this link, but in my opinion this is an emulator for people who develop software application on windows mobile, so I have some doubts. 我已经通过了此链接,但是我认为这是针对在Windows Mobile上开发软件应用程序的人的模拟器,因此我对此表示怀疑。

There is a possibility that the question is off-topic, but I can not find any better place for an advice. 这个问题有可能是题外话,但我找不到更好的建议。

using the Stand-alone-Device-Emulator with any of the Windows Mobile emulator images is the best you can do, if you do not have a device to test. 如果您没有要测试的设备,则最好将“独立设备仿真器”与任何Windows Mobile仿真器映像一起使用。

The question is, which devices you are targeting. 问题是,您要定位哪些设备。 If Windows Mobile 6.1.4, the link you mention is OK. 如果是Windows Mobile 6.1.4,则您提到的链接就可以了。

Additionally you should to load the Stand-alone-Device-Emulator from here . 另外,您应该从此处加载独立设备仿真器。 That enables you to start stop Windows Mobile Emulator images of different kinds. 这样一来,您就可以开始停止不同种类的Windows Mobile Emulator映像。

在此处输入图片说明

The Internet Explorer Mobile inside the emulator behaves the same as on devices using the same OS. 模拟器内的Internet Explorer Mobile的行为与使用相同操作系统的设备上的行为相同。 That is ensured by MS certification. 通过MS认证可以确保这一点。 OEMs just include the Internet Explorer as it is delivered by MS. OEM只包含Internet Explorer,它是MS交付的。

You may also need to load other emulator images like the Windows Mobile 6.5.3 (aka Windows Embedded Handheld 6.5.3) which is the latest available Windows Mobile OS. 您可能还需要加载其他仿真器映像,例如Windows Mobile 6.5.3(又名Windows Embedded Handheld 6.5.3),这是最新的Windows Mobile OS。 Windows Phone (7 or 8) is a totally different branch. Windows Phone(7或8)是一个完全不同的分支。

If oyu need an internet connection inside the emulator, you need to load and install ActiveSync (<=Windows XP) or Windows Mobile Device Center ( WMDC , >=Windows 7). 如果oyu需要在模拟器内部建立Internet连接,则需要加载并安装ActiveSync (<= Windows XP)或Windows Mobile设备中心( WMDC ,> = Windows 7)。 Do not interchange Windows Mobile Device Center with Windows Mobile Device Manager! 不要将Windows Mobile设备中心与Windows Mobile设备管理器互换!

In ActiveSync or WMDC you can enable passthru of the ActiveSync/WMDC connection: 在ActiveSync或WMDC中,可以启用ActiveSync / WMDC连接的直通: 在此处输入图片说明

Choose "Allow Connections..." DMA option to allow the emulator to be 'cradled'. 选择“允许连接...” DMA选项以允许仿真器被“拥抱”。

If enabled, you can access the internet or the Computer's network within the emulator and so can connect to a web server running reachable from the Computer. 如果启用,则可以在模拟器中访问Internet或计算机的网络,因此可以连接到可从计算机访问的Web服务器。 在此处输入图片说明

~josef 〜约瑟夫

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM