Questions tagged [windows-mobile-5.0]

Windows Mobile 5 was Microsoft's latest operating system for handheld devices in 2005, which replaced Windows Mobile 2003. One of the broadest features WM5 introduced was a unified underlying platform between the three kinds of devices it supported: Microsoft Smartphones, Pocket PCs, and Pocket PC Phones.

Windows Mobile 5.0, originally codenamed "Magneto", was released at Microsoft's Mobile and Embedded Developers Conference 2005 in Las Vegas, May 9–12, 2005. Microsoft offered mainstream support for Windows Mobile 5 through October 12, 2010, and extended support through October 13, 2015. It was first offered on the Dell Axim x51. It used the .NET Compact Framework 1.0 SP3, an environment for programs based on .NET. Windows Mobile 5.0 included Microsoft Exchange Server "push" functionality improvements that worked with Exchange 2003 SP2.[3] The "push" functionality also required vendor/device support. With AKU2 software upgrades all WM 5.0 devices supported DirectPush. This version featured increased battery life due to Persistent storage capability. Previously up to 50% (enough for 72 hours of storage) of battery power was reserved just to maintain data in volatile RAM.

115 questions
5
votes
2 answers

Compact Framework - OpenNetCf.Net FTP Samples?

I am trying to get the OpenNetCF.Net FTP Components working with my PDA application. I am struggling to get it doing any more than connecting to the server and wondered if anyone knew of any sample code I could use to learn how to use it with? I…
djdd87
  • 67,346
  • 27
  • 156
  • 195
5
votes
3 answers

How to change output file folder based on device

First I will start with what I am trying to accomplish, then I will provide contextual details: When I select Start Debugging, I want the output directory to change depending on which device is connected over Windows Mobile Device Center.…
5
votes
0 answers

How to delete configured networks using XML provisioning on WM5?

I am trying to delete all configured WiFi networks on a WM5 mobile device. I have the following code but it returns "failure" every time: LPWSTR ReturnedMessage2 = NULL; WCHAR deleteAllNetsXml[] = L""\ L""\ …
jellier
  • 155
  • 3
4
votes
1 answer

how to perform cold-boot & warm-boot by C# code on windows-mobile 5.0?

How to perform cold-boot & warm-boot using C# for Windows Mobile 5.0? and is there any program that can run command prompt on windows-mobile 5.0 ? thanks in advance
Gali
  • 14,511
  • 28
  • 80
  • 105
4
votes
1 answer

Find out which apps are using Battery Life

My devices are having power issues. The battery is not lasting as long as we would like. There are several components that I could guess are causing the battery issues. Right now the best way I can see to find the culprit is to go through one…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
4
votes
1 answer

Making a TextBox Transparent

I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
3
votes
3 answers

How do I remove the .NET Compact Framework from my Windows Mobile 5 device?

I'm trying to get a number of third party applications to work on my Windows Mobile 5 smartphone. I've installed the latest version (3.5) of the Microsoft.NET Compact Framework, but whenever I run the apps I get an error message which states: "This…
user18235
  • 31
  • 1
  • 1
  • 2
3
votes
4 answers

What native C++ profiling tool do you suggest?

Can anyone suggest a performance analysis tool that runs on win32 on a native c++ app? How about one that runs on Windows Mobile?
glutz78
  • 767
  • 1
  • 6
  • 6
3
votes
3 answers

getting RC=notconnected error while trying to scan a barcode through program on windows mobile on honeywell scanphone6000

We have developed a windows mobile 6.5 application that scans a barcode on Honeywell Scanphone 6000. We have used the sample code that comes with Honeywell Scanphone as power tools. Now, we have to start scanwedge application in the background in…
3
votes
1 answer

Unable to download EMDK for windows mobile 5.0 application

I am a newbie in this field and I want to create a Windows Mobile application for my Motorola MC70 device. My problem is that I am trying to download EMDK but I can't find it on internet. I found various links on…
yash
  • 812
  • 3
  • 12
  • 37
3
votes
2 answers

Windows Mobile - Stop Main Phone App

Is there a way to make Windows Mobile not use the main phone app? I have my own phone app that I want to handle phone transactions for a business device. My app works fine (detects the call and can hang up), but the main phone app still wants to…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
2
votes
1 answer

Getting Wireless Network Strength

I'm having difficulty getting the wireless signal strength in a C#, Compact Framework 3.5, Windows Mobile 5 project using OpenNetCF version 2.3. I am aiming to assess the strength of network access before sending requests as the network coverage…
Klee
  • 2,022
  • 3
  • 23
  • 32
2
votes
2 answers

Does Visual Studio 2005/08/10 replace Embedded Visual C++ 4.0?

In particular we are developing for Intermec CK30/CK31 running Windows CE. We have an existing C++ project that also targets newer devices (running Windows Mobile 5/6). The guy who has left this with us, just used to use both environments to develop…
weston
  • 54,145
  • 21
  • 145
  • 203
2
votes
1 answer

Out of memory .NETCF Windows Mobile 5

We have a .NETCF 3.5 app written in C# where we use some fairly large lists and dictionaries of objects, populated with data from a SQL Server and persisted to SQLCE databases on the device. The app was running very well until recently. The…
Laban
  • 21
  • 1
2
votes
2 answers

Capture piece of screen and put into PictureBox

I am using C# to develop a tool for capturing a piece of a screen and placing it into a PicBox, I am already able to get the screenshot but I am having trouble in one point. The shot that I take is being taken from the start of the screen, I want to…
1
2 3 4 5 6 7 8