José Roberto's profileJosé Roberto SiqueiraPhotosBlogListsMore ![]() | Help |
|
|
April 11 Windows Mobile 6.1 Localized Emulator ImagesFonte: http://www.pocketpcblast.com/articles/2008/4/200843-Windows-Mobile-6-12.html
Microsoft has released the Windows Mobile 6.1 Localized Emulator Images. Related Links: December 13 Skype for Windows Mobile 2.2 beta
In addition to Smartphone support, the new version features an enhanced today/home screen and proxy support. It also has all the regular Skype calling features. And there are mobile device features, like being able to snap a profile pic with your phone camera and post it directly to your profile. Yea it’s obvious, but it’s still cool. I love technology. As I mentioned before, I’ve never been able to get mobile Skype to work, but the concept is quite appealing to me. I’m going to give this new version a try on my Blackjack tonight and see if it’s as useful as I suspect it could be. I’ll give you guys an update in the near future. Download Page [via jkOnTheRun] October 30 Using Shared Variables with a PDA Emulator in LabVIEW 8.20 PDA ModuleOverviewThis document outlines the steps necessary to use network-published shared variables with a simulated PDA device, utilizing the PDA Emulator features incorporated into the LabVIEW 8.20 PDA Module. This will allow you to test applications and demonstrate the use of network-published shared variables from the development environment without having the actual PDA hardware present. The instructions within this tutorial assume you have the LabVIEW 8.20 PDA Module installed, and also require some additional tools provided by Microsoft in order to simulate a network connection between the PDA device and the host PC. Table of ContentsBackground
|
|
ActiveSync should now be connected with your device (see Figure 9).

Figure 9. ActiveSync connected to the emulator
Once the emulator is connected to ActiveSync, you can explore the file system on the emulator by clicking the Explore button in ActiveSync. Figure 10 shows the location of the application (\Program Files\DeviceApplication1\DeviceApplication1.exe) that was deployed earlier.

Figure 10. Locating the application that was deployed earlier
Besides exploring the emulator's file system, you can now also install applications onto your emulator. You can now directly install Pocket PC applications onto your emulator (see Figure 11) through ActiveSync.

Figure 11. Installing an application onto the emulator through ActiveSync
Within minutes, I am having fun with some games on the emulator (see Figure 12). This ability to install applications onto the emulator is useful when you are building installation packages for your Windows Mobile 5.0 applications and you want to test them out without using a real device.

Figure 12. Playing games on the emulator
|
Beginning with Windows Mobile 2003 Second Edition, all devices support both the landscape and portrait screen orientations. As a Windows Mobile developer, it is your duty to ensure that your application is orientation-aware, and hence testing your application in both orientations is important.
In Start-->Settings (on the emulator; see Figure 13), select the System tab and the Screen item.

Figure 13. Launching the Screen application on the emulator
Select the Landscape orientation option (see Figure 14) and click OK. The emulator will be rotated according to the option selected.

Figure 14. Changing screen orientation
Visual Studio 2005 ships with a set of tools for Windows Mobile developers. You can find the tools by going to: Start-->Programs-->Microsoft Visual Studio 2005-->Visual Studio Remote Tools (see Figure 15).

Figure 15. Remote tools in Visual Studio 2005
The Remote File Viewer works similar to the Windows Explorer with which you are probably familiar. It allows you to view the file system on the selected device/emulator. When you start the Remote File Viewer, you will first be asked to select a Windows CE device/emulator (see Figure 16).

Figure 16. Selecting an emulator
The Remote File Viewer then displays the file system on the selected device/emulator. You can transfer files in and out of the device as well as delete files on the device (see Figure 17).

Figure 17. The Remote File Viewer
|
The Remote Heap Walker displays information about the following:

Figure 18. Processes running on a device

Figure 19. System memory used by a process
The Remote Process Viewer window displays information associated with each process running on a target device. You can use the Remote Process Viewer to kill processes that are running on a device/emulator (see Figure 20).

Figure 20. The Remote Process Viewer
The Remote Registry Editor displays the registry for a target device and enables you to add, delete, and modify registry keys and registry entries. You can also edit the registry entries on your local computer using the Remote Registry Editor (see Figure 21).

Figure 21. The Remote Registry Editor
The Remote Spy displays messages received by windows associated with applications running on a target device (see Figure 22). Remote Spy displays a list of the windows that are open on a target device. In a separate window, the tool displays information about the messages in the message queue for the selected window.

Figure 22. The Remote Spy
The Remote Zoom-in displays a screen image from a target device. This tool is useful for capturing screen shots of your device/emulator (see Figure 23).

Figure 23. The Remote Zoom-in
In this article, you have seen some of the techniques and tools that make your life as a mobile application developer easier. Learning how to use the emulator to your advantage will greatly increase your productivity and ensure that your application runs on various devices without problems.
Wei-Meng Lee (weimenglee.blogspot.com) is a technologist and founder of Developer Learning Solutions, a technology company specializing in hands-on training of the latest Microsoft technologies.
Copyright © 2006 O'Reilly Media, Inc.
|
|