Posts Tagged ‘Mobility’

Windows CE Tips

Thursday, October 29th, 2009

How To: Disable Ctrl/Escape ?

Go to:
\HKLM\SOFTWARE\Microsoft\Shell

Make new DWORD Values as follows

DisableCtrlEsc DWORD 0
EnableStartButton DWORD 1
HideTaskBar DWORD 0

How To: Speed up device display ?

You can change the memory used to cache fonts glyphs, this allow you to use more memory to speed up the display.

Go to:
HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE\

You can change the “limit” value :
4096 : slow down the display, but use less memory (default setting on Palm-size PC)
8192 : default value on Pocket PC, average memory/performances
16384: speed up the display, but use more memory, twice the default Pocket PC value will be 32768

How To: reduce the amount of time your device is on when it wakes up for an alarm ?

We can reduce the amount of time for 180 to 60 seconds saving energy in this way.

Look for this key:
HKLM\SYSTEM\CurrentControlSet\Control\Power

And change the value of WakeupPowerOff from 180 to 60.

How To: get an admin password to prevent users from adding software ?

Go to:
HKLM\ControlPanel\Password

If you have a Hide value equal to 1 change it to 0

If you have any Redirect rename it to xRedirect.

VN:F [1.8.3_1051]
Rating: 4.2/5 (3 votes cast)
VN:F [1.8.3_1051]
Rating: +1 (from 1 vote)

Post to Twitter Post to Delicious Post to Facebook

Arabization Controls for Windows CE

Monday, October 20th, 2008

http://www.codeproject.com/KB/mobile/ArabizationControls.aspx

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.3_1051]
Rating: 0 (from 0 votes)

Post to Twitter Post to Delicious Post to Facebook

VB.NET Soft reset function for smart devices

Sunday, May 14th, 2006

Public Function SoftReset() As Integer
Dim bytesReturned As Integer = 0
Dim r As System.Windows.Forms.DialogResult
‘ Show the user a dialog first, giving them the option to cancel
r = System.Windows.Forms.MessageBox.Show( _
“Running this test will soft reset the device and cancel subsequent tests. Do you wish to continue?”, _
“ResetDevice Test”, _
System.Windows.Forms.MessageBoxButtons.YesNo, _
System.Windows.Forms.MessageBoxIcon.Question, _
System.Windows.Forms.MessageBoxDefaultButton.Button2 _
)
‘ If the user said “yes, soft reset”, then…
If r = System.Windows.Forms.DialogResult.Yes Then
Dim IOCTL_HAL_REBOOT As Integer = CTL_CODE(FILE_DEVICE_HAL, _
15, METHOD_BUFFERED, FILE_ANY_ACCESS)
‘ Run the function from coredll.dll
Return KernelIoControl(IOCTL_HAL_REBOOT, IntPtr.Zero, 0, _
IntPtr.Zero, 0, bytesReturned)
Else
‘ If the user said “no, don’t soft reset”, then show a message
‘ box
System.Windows.Forms.MessageBox.Show(“Soft Reset aborted by user”)
Return bytesReturned
End If
End Function

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.3_1051]
Rating: 0 (from 0 votes)

Post to Twitter Post to Delicious Post to Facebook

Get Adobe Flash playerPlugin by wpburn.com wordpress themes