Sunday, September 16, 2007

all new blackberry 8800 havingFull QWERTY keyboard

all new blackberry 8800 havingFull QWERTY keyboard

to know about this click on

http://www.cellpex.com/index.php?fuseaction=models.home&brand=

nokia tips

nokia tips

1 Imagine ur cell battery is very low, u r expecting an important call and u don't have a charger.Nokia instrument comes with a reserve battery. To activate, key is "*3370#"Ur cell will restart with this reserve and ur instrument will show a 50% incerase in battery.This reserve will get charged when u charge ur cell next time.*3370# Activate Enhanced Full Rate Codec (EFR)-Your phone uses the best sound quality but talk time is reduced by approx. 5%#3370# Deactivate Enhanced Full Rate Codec( EFR)*#4720# Activate Half Rate Codec - Your phone uses a lower quality soundbut you should gain approx 30% more Talk Time*#4720# Deactivate Half Rate Codec2 *#0000# Displays your phones software version,1st Line :S oftware Version,2nd Line : Software Release Date,3rd Line : Compression Type3 *#9999# Phones software v ersion if *#0000# does not work4 *#06# For checking the International Mobile Equipment Identity (IMEI Number)5 #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)6 #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)7 #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)8 #pw+1234567890+4# SIM Card Lock Status.(use the "*" button to obtain the "p,w" and "+" symbols)9 *#147# (vodafone) this lets you know who called you last *#1471# Last call (Only vodofone)10 *#21# Allows you to check the number that "All Calls" are diverted To11 *#2640# Displays security code in use12 *#30# Lets you see the private number13 *#43# Allows you to check the "Call Waiting" status of your phone.14 *#61# Allows you to check the number that "On No Reply" calls are diverted to15 *#62# Allows you to check the number that "Divert If Unrea chable(no service)" calls are diverted to16 *#67# Allows you to check the number that "On Busy Calls" are diverted to17 *#67705646#R emoves operator logo on 3310 & 333018 *#73# Reset phone timers and game scores19 *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", itmeans you will get the best standby time possible20 *#7760# Manufactures code21 *#7780# Restore factory settings22 *#8110# Software version for the nokia 811023 *#92702689# (to rember *#WAR0ANTY#)Displays -1.Serial Number,2.Date Made3.Purchase Date,4.Date of last repair (0000 for no repairs),5.Transfer User Data.To exit this mode -you need to switch your phone off then on again24 *#94870345123456789# Deactivate the PWM-Mem25 **21*number# Turn on "All Calls" diverting to the phone number entered26 **61*number# Turn on "No Reply" diverting to the phone number entered27 **67*number# Turn on "On Busy" diverting to the phone number enteredEach command is prefixed with either one or two * or # characters as follows:** Register and Activate* Activate## De-Register (and Deactivate)# Deactivate*# Check Status© Call buttonOnce each command has been entered, if it is a network command (as opposed to a local handset command) it must be transmitted to the network by pressing the YES (receiver) key which acts as an enter key - this is represented here with the © character. Always enter numbers in full international format +CountryAreaNumber ( e.g. +447712345678).Command Description Command StringSecurityChange call barring code **03*OldCode*NewCode*NewCode#©Change call barring code **03*330*OldCode*NewCode*NewCode#©Change PIN code **04*OldPIN*NewPIN*NewPIN#©Change PIN2 code **042*OldPIN2*NewPIN2*NewPIN2#©Unlock PIN code (when PIN is entered wrong 3 times) **05*PUK*NewPIN*NewPIN#©Unlock PIN2 code (when PIN2 is entered wrong 3 times) **052*PUK2*NewPIN2*NewPIN2#©Display IMEI *#06#Call Forwarding (Diversions)De-register all call diversions ##002#©Set all configured call diversions to number and activate **004*number#©De-register all configured call diversions (no answer, not reachable, busy) ##004#©Unconditionally divert all calls to number and activate **21*number#©Activate unconditionally divert all calls *21#©De-register unconditionally divert all calls ##21#©Deactivate unconditionally divert all calls #21#©Check status of unconditionally divert all calls *#21#©Divert on no answer to number and activate **61*number#©Activate divert on no answer *61#©De-register divert on no answer ##61#©Deactivate divert on no answer #61#©Check status of divert on no answer *#61#©Divert on not reachable to number and activate **62*number#©Activate divert on not reachable *62#©De-register divert on not reachable ##62#©Deactivate divert on not reachable #62#©Check status of divert on not reachable *#62#©Divert on busy to number and activate /td> **67*number#© *#330*code#©

Folder Lock Without any S/W...

Folder Lock Without any S/W...

Folder Lock without any S/W

Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.
after creation of Locker folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared. again to get it click on locker.bat. and give ur password u will get the folder again.

************ ********* ********* ********* ********* *********


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Using Regedit with safety

Using Regedit with safety

Make sure before modifying your system Registry about its backup, because Registry contains all information how your system runs. This backup will help you to restore Registry in case any problem occurs after modifying. Learn how you can Export and Import Registry File Before Editing?

You can backup the whole Registry and also its subkeys.
Click Start Button then type regedit in Run box and click Ok button. Here you can export the whole Registry or you can locate the required subkeys that contain the information that you want to edit.

Go to File menu option then click on Export option for backup and save it with on any your system drive with .reg extension and you can restore this backup going File menu using import option.

Access restricted web sites or Blocked sites using Google (Works 99%)

Access restricted web sites or Blocked sites using Google (Works 99%)

Ok, let's start from the beginning. We all know that Google is more than a search engine; we do use it as provider for email, mapping, news and many other services. Google is now also a free proxy service. Proxy is a device that stands between a PC and the internet, providing all the connections to the world wide web. What a proxy does is to receive all data from a requested site, so when you access web pages all data come from proxy.

What's the purpose for Google as a proxy? We often use office/school/university connections, usually those services are set to provide more safety, blocking the access to undesidered web sites (the "black list"). What you can do now is use Google translator service (language tools) as a proxy to bypass the restrictions set for our connection!

You just need to type the following URL:

http://www.google.com/translate?langpair=en|en&u=www.forbiddensite.com
(www.forbiddensite.com stands for the URL you need to go to...)

What you'll get is the translation (english to english!) of the page you want to see... your connection is directed to a google.com page so this page won't be blocked (would be blocked only with google.com on the black list), no matter what's the content.

Notice that the URL has been a little hacked because the parameter "langpair"(1) is set to "en|en" (english/english) so the page is processed by Google but you can keep the original language of the page (no need to translate!). If you need another language (e.g. french) you just need to set the parameter langpair to "fr|fr" and you'll be able to read french pages in french!

Last but not least: if you use this trick, you're not sure to protect your privacy, this kind of connection lets you see blacklisted pages but doesn't hide your IP address. Just go to http://www.google.com/translate?langpair=en|en&u=www.whatismyip.com to see your IP is not hidden...

That's all, dont forget to reply all your thoughts ok!!!!! ( keeps us motivated)

Windows Genuine Advantage Problems and Solutions

Windows Genuine Advantage Problems and Solutions


Windows Genuine Advantage Problems and Solutions

What is Windows Genuine Advantage?

Windows Genuine Advantage is Microsoft's not so subtle crackdown on illegal piracy of Windows XP and Microsoft Office products. Microsoft started with an ActiveX component to force owners of Windows XP to validate their version before downloading security updates. Unfortunately this particular scheme was rather easily foiled by groups on the net and workarounds appeared almost instantly including cracked files and javascript fixes.

Now Microsoft is becoming more advanced in their attack on pirated versions of Windows XP or Microsoft Office. They are including a Windows Genuine Advantage security patch in the updates of Windows XP. The newest patch, released the first week of June 2006, actually produces popups on the login screen and on the desktop explaining that this version of Windows XP is not genuine and the owner may be the victim of software counterfeiting.

If your version of Windows XP is not genuine and does not pass the validation schemes, you will not be able to download security patches from Windows Update, or install the latest version of Internet Explorer 7 and other software. For those users that do have a valid version of Windows XP, Microsoft offers some special promotions.




Important Microsoft Pages

Windows Validation Page

Windows Genuine Advantage FAQ

Microsoft Genuine Advantage – Diagnostic Site

Windows Genuine Advantage Diagnostic Tool

What Can I Do If My Version of Windows XP Does Not Validate?

Microsoft is offering a variety of options to customers who unknowingly purchased a counterfeit copy of Windows XP. Customers can submit a proof of purchase, the original counterfeit CD, and fill out a report with the details of the purchase and Microsoft will give the customer a complimentary copy of Windows XP. However only high-quality counterfeit Windows versions will qualify for this copy.

For customers who received a computer from a friend, off the Internet or another way and an illegal version was installed, the only option is to buy a fully licensed version. Microsoft is offering the Windows XP Home Edition license kit for $99.00 to customers, while the XP Pro Edition is $149.00. The Windows Genuine Advantage Kit for Windows XP will include a new 25-character Product Key and a Windows Product Key Update tool that will allow customers to convert their counterfeit copy to genuine Windows XP electronically.

The other option is of course to buy a legal version of Windows XP off the Internet or in a retail store. Generally the prices for these versions will be more than the price Microsoft is offering for their Windows Genuine Advantage Kit. Although there are some internet sites like Newegg.com, greatsoftwaredeals.com or edirectsoftware.com that have great prices.

Remember though, if you purchase an OEM or full edition of Windows XP, you'll have to format and reinstall your operating system. You can however purchase an Upgrade edition and change a pirated version to a fully licensed version. Just be sure you have a previous version of Windows (95,98,ME) in case you need to completely reinstall Windows XP someday. Also one other note, if you currently have XP Pro (pirated), you'll need to purchase the XP Pro Upgrade to upgrade your system. XP Home can only upgrade the Home Edition, where XP Pro can upgrade both the Home and Pro versions. Hopefully, that's clear enough to understand.

The other option of course is to go through Microsoft's site and purchase a software key. They will send you a program to upgrade the counterfeit version to a legit version.

I Have A Legal Copy of Windows XP,
but My Computer Still Fails Validation, What Now?

First of all, your computer may not be properly configured to allow the validation process to complete. For this reason, one of the first things you'll want to do is click on the link below to check your computer's configuration and fix any problems that may exist. After checking for problems, you can click on a link to validate Windows.

Microsoft Genuine Advantage – Diagnostic Site

If your computer checks out ok, you may be experiencing one of the following issues.

The Security Update for Windows Genuine Advantage (KB905474) fails to install.

There are two possible solutions here. One is caused by a permissions problem in the registry. To fix this issue, follow the steps below:

1. Click Start, and then click Run

2. In the Open box, type regedit, and then click OK

3. Expand HKEY_CLASSES_ROOT

4. Locate the subkey HKEY_CLASSES_ROOT\LegitCheckControl.LegitCheck

5. Right-click the subkey and select Permissions….

6. Ensure that Administrators allowed Full Control permission

7. Repeat steps 3-6 for the subkey
HKEY_CLASSES_ROOT\LegitCheckControl.LegitCheck.1

If this does not fix the issue with KB905474 update not installing, download the update to your desktop and manually install it.

1. Click on the link below to download the KB905474 update manually

http://www.download.windowsupdate.co...pool/windowsxp
-kb905474-enu-x86_4bafa8793e8cdcaf4ba4ffc494df32d496154544.exe

2. On the File Download Window, click Save and choose to save the file to your desktop.

3. After the file downloads, go to your Windows desktop and double-click on the file named

windowsxp-kb905474-enu-x86_4bafa8793e8cdcaf4ba4ffc494df32d496154544.exe

4. Follow the instructions on the screen to install it

5. Reboot your computer and go to Windows Update to check if the update as installed successfully.

Another reason why the validation may fail occurs when the ActiveX control for the Windows Genuine Advantage Validation Tool has been disabled. Follow the steps below to make sure the ActiveX is enabled.

1. Open Internet Explorer

2. Click on Tools, Internet Options

3. Click on the Programs tab

4. Click on the Manage Add-ons button

5. Find the Windows Genuine Advantage Validation Tool and click on it

6. Verify the Add-on is enabled, if it is not. Click Enable and Ok twice to exit back to Internet Explorer.

7. Close Internet Explorer and reopen it. Now try to validate Windows again.

A third error deals with Cryptographic Errors. If you are receiving the following information when running the WGA diagnostic tool, the problem is generally with corruption in the digital signatures of some files and they will have to be reregistered.

Diagnostic Report (1.5.0545.0):
-----------------------------------------
WGA Data-->
Validation Status: Cryptographic Errors Detected

Follow the steps below to resolve these cryptographic errors.

1) Click on Start, click on Run
2) In the Open box, type CMD and then click OK.
3) At the command prompt type the following command and Press Enter

regsvr32 softpub.dll

4) You should receive a message that DllRegisterServer in Softpub.dll succeeded, click OK
5) Repeat Steps 3 and 4 to re-register the following files

* wintrust.dll
* initpki.dll
* dssenh.dll
* rsaenh.dll
* gpkcsp.dll
* sccbase.dll
* slbcsp.dll
* mssip32.dll
* cryptdlg.dll

6) After all the above files have been re-registered, type Exit at the command prompt to close it and return to Windows.
7) Restart Windows and try to authenticate Windows again.

A fourth error message you may receive when trying to validate Windows XP is

"Product Key Inaccessible" and "0x80080212" error

This error message occurs when you do not have appropriate permissions for the DATA folder for Windows Genuine Advantage. Follow the steps below to fix this issue or click on the link above for the Microsoft article concerning this problem.

Windows XP Professional or Windows XP Home
1. Click Start, click Run, type the following in the Run dialog box, and then click OK:
%systemdrive%\Documents and Settings\All Users\Application Data\Windows Genuine Advantage.

2. Right-click the Data folder, and then click Properties.

3. On the Security tab, click Users (username\Users) in the Group or user names section. If the Security tab is absent, you'll need to follow these steps as well.

* Open My Computer
* Click on Tools
* Click on Folder Options
* Click on the View tab
* Uncheck the option for "Use Simple File Sharing"
* Click Ok and go back to Step 2 above and try again.

4. In the Permissions for Users section, make sure that each check box in the Allow column is selected for the following permissions:

• Read & Execute
• List Folder Contents
• Read

5. Click OK, and then restart the validation check process.

If the previous steps fail, start the computer in Safe Mode and try the procedure again.

How to Disable or Enable Auto run CD in Windows XP?

How to Disable or Enable Auto run CD in Windows XP?

In windows XP you can enjoy a good feature to run CD or DVD automatically when you loaded it into you CD drives on your computer. This is a defaults feature in windows XP but you can disable and enable it according to your nature of work. In user interface mode there is no option to disable or enable this feature, you must edit the registry of windows and be careful to work registry.



Click Start button then type regedit in Run option then press Enter for next.

Here locate the location to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Cdrom

Here you can disable or enable automatically running your CD. Change the value of Autorun to 0 for disable and change the value to 1 for enable. At the end restart your computer for this change.