Android no title application .

Using this example will change the title of android application to don’t show us the title. You need to set some features: This will be the result of the example: This it’s the new and only changes of  MyClock.java.

Also, If you got some errors about build tools over your project, then you need… Read More »

Android transparent background.

This is the result of my application. This android application can be updated with your features when you need to see the background. For example a simple clock or something else. First, you need to create one default android project. This will make all your files to working like one simple android application. Now the… Read More »

Read your product key and windows version with VBScript.

First, you need to create one file named: productkey.vbs . Edit this file with this source code:

How it’s working: You have to select the Windows Registry with two functions: GetProductKey and GetOSVersion. Also, you need to select the entry in the target registry path: HKEY_LOCAL_MACHINE, MyRegKeyName, MyRegKeyValue. The result of these functions will be a… Read More »