Pavel Bánský

About .NET in Mobile and Embedded World

Goto menu
Tag » Windows Mobile

Disable USB Mass Storage on device using SCMDM

Saturday, August 29, 2009 @ 18:49
Little ADM template for disabling the USB Mass Storage feature in Windows Mobile using the System Center Mobile Device Manager.

Initiate SCMDM certificate renewal from WM device

Saturday, May 30, 2009 @ 15:54
Yet another blog post about over-the-air certificates provisioning in Windows Mobile. Today in connection with System Center Mobile Device Manager.

Deploying 4000 devices using SCMDM 2008

Thursday, January 1, 2009 @ 20:32
This blog post tries to be a report from my last project. If you are interested in Windows Mobile device deployment or you want to know how large enterprise adopted SCMDM 2008 then you might find it useful.

Windows Mobile certificates and applications signing

Monday, December 15, 2008 @ 01:19
I'am receiving lot's of questions (internally and externally) regarding certificates and and applications or cab file signing in Windows Mobile. Today's post should bring a bit more light on this important topic.

Enrolling user certificate into Windows Mobile over-the-air

Wednesday, November 5, 2008 @ 13:27
Don't worry this is not another how-to telling you to use ActiveSync. This time it will be different...

Redirecting audio to Bluetooth headset

Monday, September 15, 2008 @ 13:47
Some people has device with Windows Mobile and want's to hear navigation instructions in their Bluetooth motorcycle helmet. How to redirect Bluetooth audio if the hands-free has no stereo headset profile?

Rotating the display in Compact Framework

Friday, July 11, 2008 @ 16:22
Have you ever wanted to turn your Windows Mobile screen up side down? Have you ever wanted to do it from C#? It's not so hard....

I worry about BlackBerry

Friday, June 6, 2008 @ 19:04
BlackBerry is going down while Windows Mobile goes forward

Services for Windows Mobile in managed code

Friday, April 18, 2008 @ 23:57
Writing services in Windows Mobile is only for native developers. Let's see how to write service-like application in C# with Compact Framework.

Disallow application run in Windows Mobile

Monday, February 4, 2008 @ 22:12
How to prevent specific application execution in Windows Mobile...

ActiveSync synchronization sources and .NET CF

Monday, August 27, 2007 @ 11:06
How to retrieve and delete ActiveSync synchronization sources in managed code.

Simulate keystrokes in Windows Mobile

Thursday, August 2, 2007 @ 00:39
Have you ever want to turn off the device from your application? Show the Today Screen? Lock the device? Keeping device wake up? Yes? Then read this post about sending key strokes to the system.

Creating shortcuts in Windows Mobile Smartphone

Tuesday, July 24, 2007 @ 10:44
On Smartphones you can't create shortcuts like on Pocket PC. This post shows how to do it on Smartphones as well.

Prevent device connection to the desktop PC

Monday, July 23, 2007 @ 09:47
You don't want the user to connect device to the PC? Here is the solution.

Changing Smartphone profile from the application

Tuesday, July 17, 2007 @ 22:04
How to change profile on your Smartphone from C# application