Recent Activites
Blog Advertising - Get Paid to Blog
Archive from Tested Software category

D2 Remover (d2 virus removal tool)

Posted by Daniel - 3,323 Views

averagecoder_d2remover.gifWell, it’s a virus removal program. From the title you know it will removes the d2 virus from your system. d2 virus is also known as dkernel, lExplorer, decoil daun and dEngines. Below is the information about the virus activities inside an infected system:

Creates lExplore.exe (not iExplore) in c:\windows. The file size is 28 KB.

Creates a folder named I75-D2 in C:\Windows\System32 (WinXP) or in C:\Windows\System (Win98). The folder contains 3 files:

read more..

Posted in: Tested Software - Comments(1) January 2008 | raw

PinoezOpenDialog (Another kind of Open Dialog)

Posted by Daniel - 1,815 Views

averagecoder_pinoezopendialog.gifOn some occasions, when I build an application for a specific language with orland Delphi, I also need to change all button text to suit the language used, for example the button text on the OpenDialog. Creating a brand new component is an alternative, but time is something that I don’t have. Hooking the available function by overriding the text assignment in the original OpenDialog component code, proved to be faster than creating a new one, and PinoezOpenDialog is the result.

PinoezOpenDialog is not just an open dialog, but it also contains save dialog. So far I haven’t had time to provide some design interfaces, so all adjustment have to be done in the underlying code. That will be painful if you have no experience at all in the component creation, but it will be fine I guess, it won’t break or damage your heart.

read more..

Posted in: Tested Software - Comments(0) January 2008 | raw

PinoezProgramRun (Running external program from Delphi)

Posted by Daniel - 1,682 Views

averagecoder_pinoezprogramrun.gifPinoezProgramRun is a Delphi component which wraps the ShellExecute API function. It exposes all of the function’s parameters, provides you an easier way to use the ShellExecute function when you need to run an external program, or a URL from your Delphi application.

Even I prefer direct coding to use the ShellExecute function, but it worth to try - not really that bad at all :).

read more..

Posted in: Tested Software - Comments(0) January 2008 | raw

PDUSpy (A good tool to deal with GSM SMS PDU)

Posted by Daniel - 12,259 Views

PDUSpy ScreenshotPDUSpy is a tool to playing around with the PDU string mostly found in the GSM SMS. It can read SMS message from your GSM modem or cellphone. The interface is quite technical that is why it’s not so easy to understand. You can adjust most settings available in an SMS message structure with this tool.

On the first tabsheet, you may enter a PDU to analyze by your own, or you may import a PDU from the clipboard. If you click on ‘decode’ the PDU will be decoded, and the result will be displayed on the ‘Decode’ tab sheet. You must tell PDUspy if the message is inbound or outbound, and wether you have a GSM07.05-compatible PDU or a ETS-compatible PDU.

read more..

Posted in: Tested Software - Comments(2) January 2008 | raw

AT-CMD Tester (GSM AT-Command utility)

Posted by Daniel - 16,491 Views

averagecoder_atcmdtester.gifMost dialup modems follow to a large extent the specifications of the Hayes Command Set, a specific programming language originally developed for the Hayes Smartmodem 2400 modem. The modem initialization string consists of a series of commands. It prepares the modem for communications, setting such features as dialing mode (tone or pulse), waits, detection of the busy signal and many other settings. - wikipedia.org

I need to read SMS messages from my old Siemens phone (C35i) via serial port on my PC just to see the code behind the scene of an SMS message. Well, it is a 7-bit default alphabeth. The phone support AT-Command, and The AT-CMD Tester is my hand made utility to test the AT-Command set of the Siemens GSM cellphone and modem.

read more..

Posted in: Tested Software - Comments(4) January 2008 | raw

P 3 OF 4«1234»