SMARTPHONE 2003 mobile phone programming actual combat: Simple play
Today I bought a Dopod 565 smartphone, plus 128M miniSD card, basically meet the programmed demand, wrote a simplest helloword and debug on the mobile phone (deployment to the menu is not implemented " ).
First, Basic Configuration PC Environment: Windows XP SP1, VS.NET 2003 Enterprise Edition, .NET Framework 1.1 SP1 SmartPhone Environment: Microsoft Smartphone 2003 SE Second Edition (including .NET1.1, it will be forced to install .NET when deployed Framework 1.1 SP1) Async: Microsoft ActiveSync 3.7.1
Second, SDK installation must be installed software (the following software is Microsoft to provide free download and use) 1, Microsoft ActiveSync 3.7.1 (the latest version Microsoft ActiveSync 3.8 out, you can go to the summary page to download, this I haven't tried it yet) download URL: http://www.microsoft.com/windowsMobile/downloads/activeSync37.mspx, there is a Chinese version, or have an installer in Microsoft CDs that come with the phone; role: Synchronize your phone and PC program
2, Microsoft SMARTPHONE 2003 SDK.msi download URL: http: //download.microsoft.com/download/e/3/1/e310bb99-2f33-4d79-bb8a-41d9cb3c79b4/Microsoft SMARTPHONE 2003 SDK.msi this is the development of Microsoft SMARTPHONE SDK package required to use 2003 second edition application
Overview
The Smartphone 2003 SDK Enables Application Developments for the Newest Smartphone Development Platform. The Smartphone 2003 SDK Enables Developers To:
Develop .NET applications for devices: The Microsoft® .NET Compact Framework is in ROM in Windows Mobile 2003-based Smartphones and enables a whole new host of benefits for developers, such as rapid application development, native XML Web services support, enterprise class connectivity and performance, and IDE support from Microsoft Visual Studio® .NET 2003. Leverage new core Operating System:. Windows Mobile 2003-based Smartphones, like 2003-based Pocket PCs, run on Windows CE .NET 4.2, enhancing APIs and overall programmability Develop , test and deploy applications faster: The emulation environment is more robust and now supports Windows Mobile 2003-based Smartphones with support for radio The emulator also offers new features, including drive mapping, GAPI support and performance improvements In addition, the new application.. Security Model Includes a "prompt" mode.3, mobileappdevtoolkit2004.exe download address: http://download.microsoft.com/download/b/2/5/b25742c0-daa3-4a8c-988d-a947a35e0a68/ MobileAppdevToolkit2004.exe
Overview
The Mobile Application Development Toolkit Provides All the resource.
The Kit Includes:
Windows Mobile Development Guided Tour QuickStarts Hands-On Labs Technical Articles Business Success Stories Information About Developer Tools and SDKS Software and Special Offers
System Requirements
Supported Operating Systems: Windows 2000, Windows 2000 Professional Edition, Windows 2000 Service Pack 2, Windows 2000 Service Pack 3, Windows 2000 Service Pack 4, Windows XP, Windows XP Professional Edition, Windows XP Service Pack 1, Windows XP Service Pack 2
Role: This is used to install the simulator. If there is no mobile phone debugger, you can debug on the simulator. After writing a Hello World All the above programs are installed, you can start writing a program that runs on your intelligence. 1. Open the vs.net2003, then create a new project, select "Smart Device Application": 2, select "Smartphone" - "Windows Application" 3, put a picturebox on the panel and a label huh, this can be said to be a The fastest HelloWorld program :)
4, F5 running, there will be the following dialog box if there is no mobile phone, choose the second default, I just bought a new machine today, so I chose "SmartPhone Device": D
5, click "Deploy", I will prompt on my mobile phone "This program is not trusted, does it continue to execute?", Choose "Continue", if it is the first time, will update .NET Framework Compact, hold and PC machine The version is consistent (.NET Framework SP1, the following prompt appears: "WARNING: Before installing the new version of Microsoft .NET CF 1.0 Enu-String Resource, its previous version will be deleted."), A few minutes required to deploy Time, there must be patient waiting.
After the deployment is successful, after 10 seconds, the mobile phone screen will show the final program, huh, very simple :) Of course, it is just a preliminary try, and the intermediate omitted information displayed on some mobile phones ( Less a digital camera :)), if you have a lot of experience in writing a Windows application, I believe you will immediately start writing complex and practical programs.