Sunday, November 1, 2009

Failover Clustering for Windows Server 2008 Hyper-V with File Server Storage

Failover Clustering for Windows Server 2008 Hyper-V with File Server Storage  
 
 

Shahan Subzwari

 

Tuesday, July 21, 2009

Running all patches in a folder batch file

Running all patches in a folder, batch file
@echo off
for %%I in (*.exe) DO %%I /M /Z
rem pause

Monday, January 26, 2009

Very easy way to sign your unsigned applications on Symbian S60v3 phones

Now this is what i call a fast signing procedure of unsigned applications. It doesnt take more than 5 seconds and 4 clicks on your computer to sign a unsigned application!
.
First, install 2 sis application on your phone.

Then open the RootSign.exe on your computer
.

Choose the unsigned application that you want to sign.

And its done!
That wasnt hard huh? Click on the read more link to download the application and instructions on how to install the files!
In order to install “Unsigned” releases, you need to go through a one-time procedure. You will need to run the in the release included “SecMan.exe”. This program allows you to install our future “Unsigned” releases, without signing them every time.
For this, you will need to have TRK (included in this package) installed, and connected to your pc via USB connection.s60_3_0_app_trk_2_8_6.sisx for SymbianOS9 devices WITHOUT FP1 s60_3_1_app_trk_2_8_6.sisx for SymbianOS9 devices WITH FP1
To get this app properly running, make sure you have installed the newest Nokia PC Suite, and your phone connected via “PC Suite” mode. On the phone, run the TRK app, in applications folder. When it asks for bluetooth connection, don’t turn it on, and change connection settings to USB. After you have done that, click “Next” and follow the instructions on screen.
When the installation is done, look in the Applications folder on your phone, and find SecMan. Open it, and click on “Install Root Certificate”.
After this is done, you will be able to install our future “Unsigned” releases like normal “Signed” applications.
Please keep in mind, if you format / upgrade your phones firmware, you’ll need to do this step again and after that manually install those apps from Application Manager.
NOTE: To install previous unsigned releases, use RootSiGN v1.0 (Included in the package) first to sign these releases with our root certificate. This can be used to sign and install any unsigned .sis(x) file
Download the needed file to sign your unsigned applications from our forum

The TRK application will NOT work with the new n95 firmware (30.0.015)
If this guide wont work, try the new way of signing the v30.xx firmware
Thx to X.Factor for the info and BiNPDA for creating this app!