Thursday, July 05, 2012

Correcting system Hang at Startup

Correcting system Hang at Startup

Start > Run command Line type ‘msconfig’

Select ‘Services’ tab

Uncheck ‘Background Intelligent Transfer’ service

done
Read more

Wednesday, July 04, 2012

James bond trick and network monitor trick for nokia phone



THE JAMES BOND TRICK
If you short-circuit theleft middle and right pins on the bottom of the phone with all connections touching each other, the Nokia software hangs! The profile "Headset" will be activated. Before you do this just activate the "Automatic Answer" in the headset profile and set the ringing volume to "Mute". Now you can use your phone for checking out what people are talking about in a room. Just place it under a table in a room and call it. The phone receives the call without ringing and you can listen to what people are saying.

NETWORK MONITOR
There is a hidden menu inside your Nokia phone. If you want to activate it, you'll have to re-program some chips inside of your phone.
Check your software version. You can only continue if you have v4.33, v4.73 or v5.24.
Take apart the phone.
De-solder the EEPROM (ATMEL AT 24C64).
Read out the data with an EEPROM programmer and save it to a file (Backup).
If you have v.33 or v4.73, change the address "03B8" from "00" to "FF".
If you have v5.24 then change the address "0378" from "00" to "FF".
Write the new data to the EEPROM and solder it back to the phone,
Power on your phone and you should have "Netmonitor" enabled.
The Network Monitor gives you the following information.

Carrier number
MS RX Level in DBM
Received signal quality
MS TX power level
C1 (Path loss criterion, used for cell selection and reselection). The range is -99 to 99.
RTL (Radio link timeout).
Timeslot
Indication of the transmitter status
Information on the Network parameters.
TMSI (Temporary Mobile Subscriber Identity).
Cell identification (Cell ID, Number of cells being used).
MCC (Mobile country code)
MCN (Mobile network code)
LAC (Location area code)
Ciphering (On/Off)
Hopping (On/Off)
DTX (On/Off)
Discard cell barred information
Read more

SIM-LOCK CHECKS for nokia phone


SIM-LOCK CHECKS

#PW+1234567890+1# = GIVES PROVIDER-LOCK STATUS

#PW+1234567890+2# = GIVES NETWORK-LOCK STATUS

#PW+1234567890+3# = GIVES COUNTRY-LOCK STATUS

#PW+1234567890+4# = GIVES SIM-CARD-LOCK STATUS.
Read more

Improve call quality for cell phone - EFR CALL QUALITY




EFR CALL QUALITY

To activate EFR (Enhanced Full Rate) Enter the code-
*3370#
This improves call quality but decreases batterylife by about 5%
To deactivate it, Enter the code-
#3370#
Read more

Nokia Phone codes tips and tricks


To check the IMEI (International Mobile Equipment Identity) Type-
*#06#
Information you get from the IMEI-
XXXXXX XX XXXXXX X
TAC FAC SNR SP

TAC = Type approval code
FAC = Final assembly code
SNR = Serial number
SP = Spare

To check the phones Software revision type-
*#0000#

Information you get from the Software revision-
V 05.31
18-02-99
NSE-3
1ST Line = Software revision
2ND Line = The date of the software release
3RD Line = Phone type

To enter the service menu type-
*#92702689# (*#WAR0ANTY#)
Serial number (IMEI)
Production date (MM/YY)
Purchase date (MM/YY) You can only enter the date once.
Date of last repair (0000=No repair)

Transfer user data to another Nokia phone via Infra-Red
Clock Stopping

To check weather your SIM Card supports clock stopping type-
*#746025625# (*#SIM0CLOCK#)
Read more

Linux Tips and tricks

Linux Tips and tricks

Top = server statistics info
(q to quit)
top -h = lists options

df –h = disk space in humanly readable format

su - = login as root with actual root priveleges

ls –shl |more = directory listing with total space used at top

cd ~wpb (~=home) changes to home dir (relative pointer)

find /cove –name fv056r33.flx = finds all instances of file (fv056r33.flx in this case) on server

rm –f = remove file with force option (to avoid confirmation on each file). There is also a command to do recursive directories but kindo dangerous!

cp –v (copy with verbose option to show activity).

ps ax |grep dfrun (shows all users running process dfrun)

Finger + user = tells who the user is (name, stats, etc).
id = gives user info (userid, group id, groups belonged to).

lprm –p(printername)= shows print status

lpr –p(quename) filename = to print file to specified queue.

passwd = change your pw
passwd +userid (when logged in as root) = changes specified user pw.

vi
to exit shift + :q
Read more

Wednesday, June 13, 2012

Best torrent websites in the world



Some of the best torrent websites are listed below :

> www.picktorrent.com
> www.thepiratebay.org
> www.demonoid.me
> www.btjunkie.org
> www.eztv.it
> www.isohunt.com
> www.torrentz.com
> www.torrentreactor.net
> www.mininova.org
> www.sumotorrent.com
> www.torrentportal.com
> www.bittorrent.am
> www.ahashare.com
> www.piratebay.com
> www.demonoid.me
Last 3 websites i personally use...to download movies and all.
Read more

Make A Scary Virus to prank your friends

Make a scary virus and do fun with your friends.





Open notepad and type:

lol=msgbox ("Warning! A virus has been detected on your PC. Press YES to format your hard disk now or Press NO to format your hard disk after system reboot",20,"Warning")

Save it as virus.vbs

Open it, a message will appear on your screen "Warning!
A virus has been detected on your PC. Press YES to
format your hard disk now or Press NO to format your
hard disk after system reboot"


It's just for fun, it will not harm your computer
Read more

How to Lock your CD-ROM

Lock ur CD-ROM:

Go to Start
> Click run
> type regedit
> Press (ctrl+F)
> then type 'allocatecdrom'
> change the value 1 to 0

To unlock then change value 0 to 1

Read more

Virus Which Will Open and Close Your DVD-Rom

Open notepad type the following code and save it as funnyvirus.vbs

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If


So how to stop it,

Go to task manager by pressing Ctrl+Alt+Delete

or by typing taskmgr in run.



Go to Processes tab, look for wscript.exe and End Process.

Read more