April 27, 2010, 17:55 -
SetupDll_Zip
Update 14. sept 2010: fixed source code and template files, please use the new files only
Create windows ce cab files which install a complete directory structure onto a device. I created
this small tool, as I needed an easy to use tool to create a pseudo installation cab.
The DLL will unzip a archiv file with all dirs onto a device. To build a new cab use the directory
structure you will find below cabdir.

Continue reading ‘Windows CE and Mobile SetupDll with unzip support’ »
Tags:
7za,
batch,
cabwiz,
ce_setup.h,
iniutil,
patch,
sed,
setupdll,
unzip,
wince-zip-unzip-dll,
windows ce,
windows mobile Category:
CodeProject,
Programming,
Tools |
Comments Off on Windows CE and Mobile SetupDll with unzip support
April 27, 2010, 12:31 -
Update 25. ja 2014: see BarcodeLib again ported to CF
I got a request for a barcode image generator for Windows Mobile. Fortunately there are some libs out there including source code and a decided to test to port barcodelib by Brad Barnhill hosted at the famous CodeProject site (http://www.codeproject.com/KB/graphics/BarcodeLibrary.aspx).

Continue reading ‘BarcodeLib – ported to Compact Framework’ »
April 26, 2010, 09:42 -
This tipp is from one of my fellows and it seems to be hard to find any resources on this.
If you need an incoming Bluetooth port on your WM5/6 device and you only got the option for outgoing ports, this tipp might help you.

It is a simple registry hack and needs a warmboot after change:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\Serial\Ports\Incoming]
"Port"="COM0"
"Server"=dword:00000001
"Authentication"=dword:00000001
"Encryption"=dword:00000001
"RemoteDCB"=dword:00000000
"KeepDCD"=dword:00000000
Category:
Tips |
Comments Off on Reveal incoming BT port on WM5/WM6 devices
March 31, 2010, 07:00 -
Vor einiger Zeit verspürte ich den Wunsch im Telefon-Log der Horstbox die Spam-Anrufe von Analog-Anrufern unterscheiden zu können.
Ich startete mit der Erweiterung meiner Spam-Behandlung in der extensions.conf, war aber erst nicht erfolgreich, da ich Asterisk denn doch nicht so gut kenne.
Glücklicherweise halfen mir die netten Leute im ip-phone Forum und nun kann ich Spam-Anrufe und Analog-Anrufe in den Telefon-Logs unterscheiden. Demnächst kann ich dann eine Statistik über eingegangene Spam-Anrufe erstellen.
Continue reading ‘DE: Unterscheidung von Analog-Anrufen von echten CID Withheld Anrufen’ »