Saturday, December 17, 2011

Internet Download Manager Free

Internet Download Manager (IDM)

is a tool to increase download speeds by up to 5 times, resume and
schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.


Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.

Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.

Version 6.07 adds IDM download panel for web-players that can be used to download flash videos from sites like YouTube, MySpaceTV, and Google Videos. It also features complete Windows 7 and Vista support, YouTube grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.


Click Here

Wednesday, May 11, 2011

WHAT IS BLUETOOTH

Bluetooth is a global de facto standard for wireless connectivity. Based on a low-cost, short-range radio link, Bluetooth cuts the cords that used to tie up digital devices.
When two Bluetooth equipped devices come within 10 meters range of each other, they can establish a connection together. And because Bluetooth utilizes a radio-based link, it doesn't require a line-of-sight connection in order to communicate. Your laptop could send information to a printer in the next room, or your microwave could send a message to your mobile phone telling you that your meal is ready.

In the future, Bluetooth is likely to be standard in tens of millions of mobile phones, PCs, laptops and a whole range of other electronic devices. As a result, the market is going to demand new innovative applications, value-added services, end-to-end solutions and much more. The possibilities opened up really are limitless, and because the radio frequency used is globally available, Bluetooth can offer fast and secure access to wireless connectivity all over the world. With potential like that, it's no wonder that Bluetooth is set to become the fastest adopted technology in history


Blue Tooth in action

Bluetooth can give you a new kind of freedom. You might share information, synchronize data, access the Internet, integrate with LANs or even unlock your car - all by simply using your Bluetooth equipped mobile phone.


At first, Bluetooth will begin to replace the cables that connect various digital devices. Imagine a headset for your mobile phone that does not need a cable - calls are transmitted wirelessly to your earpiece. Bluetooth will also allow you to surf the Web with your laptop while your phone is in your bag, or effortlessly exchange information such as calendar appointments or contacts data with your colleagues.
Bluetooth might also be used in Mobile Imaging. Nokia and Fujifilm have been developing a prototype Mobile Imaging technology, allowing a modified Nokia 9110 Communicator containing a Bluetooth chip to receive images taken on a Bluetooth equipped Fujifilm digital camera. After adding a few lines of text, the user can send the received photograph to another Nokia Communicator, or to the Fujifilm Web service, where it could be viewed, printed or saved on a CD-R. By combining the ease of SMS messaging with digital photography, Mobile Imaging is a clear indication of the potential of Bluetooth.

Add A Photo To My Computer Properties

STEPS R AS UNDER :

1. Open Notepad

2. Type the following:

[General]
Manufacturer="your_name"
[Support Information]
Line1= http://yourwebsite.com
Line2= visit http://sayyedhamid.blogspot.com for more info

3. Save as "oeminfo.ini" in the System32 folder.(Without Quote)

4. Create a bmp file(Your Photo) and save it the System32folder as "oemlogo.bmp"(Without Quote).The size of the image should be within 180 (wide) x120 (high) pixels

5. Now Check your My Computer Properties.

It's tested and working

Change Folder Background With Image In my compute

So here I'm posting 3 method to have any desired wallpaper as background image in any folder in Windows XP

A. Using Desktop.ini Hack to Set a Wallpaper as Folder Background Image

1. Open Command Prompt and set folder attribute to system. Suppose there is a folder Setup in D drive, in which you want to set a wallpaper as background image. So give following command in Command Prompt

attrib +s DSetup

It'll change the attribute to system.

2. Now open Notepad and paste following code

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=path_of_the_wallpaper
IconArea_Text=0x00000000

Now change path_of_the_wallpaper to the exact path of the wallpaper which you want to set as background. Suppose the wallpaper is stored in DWallpaperImage1.jpg, then the code will be as following

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=DWallpaperImage1.jpg
IconArea_Text=0x00000000

NOTE If you copy the wallpaper in the same folder which you are editing, then you can simply put the wallpaper name in the file. e.g. if you copy the Image1.jpg file in Setup folder, then the code will be as following

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=Image1.jpg
IconArea_Text=0x00000000

IconArea_Text stands for the text color, you can change it to white, yellow, blue, black or any other color. You just need to know the hexa-decimal number of the color and then replace the code in IconArea_Text section. A few most used color codes are as follows

Black - 0x00000000
White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00

3. Now save the file with name Desktop.ini (including quotes) and copy the file in the desired folder which is Setup in our example.

4. Thats it. Close the folder and re-open it. Now it should show the wallpaper as background.

B. Using the Same Method of IEShwiz.exe file used in Windows 9xNT2000

1. Copy IEShwiz.exe file from Windows 98MeNT2000 and paste in %windir% directory (CWindows, if your Windows is installed in C drive).

2. Now open regedit and goto

HKEY_LOCAL_MACHINESOFTWAREClassesDirectoryshell

Now under this key, create a new key Customize This Folder. Now select this newly created key and create another key under it with the name Command. Select this new key Command and change the value of Default in right side pane to IESHWIZ.EXE %1

3. Thats it. Now open any folder and right-click, you'll get an option Customize This Folder. Click on it and follow the wizard and you'll be able to set a wallpaper as the background and to change font color.
Post Your Problems With This Trick In Comments section
Plese support us

Folder Lock without any Software

Many people have been looking for a way to lock folders without the use of any alternative software. So, here you go.

Here is the easy method to lack the folders without using a software.
Open Notepad and copy the below code and save as locker.bat. Please don't forget to change your password in the code it's shown the place where to type your password.
Now double click on locker .bat
First time start, it will create folder with Locker automatically for u. After creation of the Locker folder, place the contents u want to lock inside the Locker Folder and run locker.bat again. The Locker folder disappears from the window. To make the folder available again, double click the locker.bat and enter the password. And you get your folder back!


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

A To Z Keyboard Shortcuts

Shift + F10 right-clicks.

Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.

Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.

Win + Control + F: Open Find dialog. (Computers)

Win + U: Open Utility Manager.

Win + F1: Open Windows help.

Win + Pause: Open System Properties dialog.

Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.

Win + Shift + Tab: Cycle through taskbar buttons in reverse.

Alt + Tab: Display Cool Switch. More commonly known as the AltTab dialog.

Alt + Shift + Tab: Display Cool Switch; go in reverse.

Alt + Escape: Send active window to the bottom of the z-order.

Alt + Shift + Escape: Activate the window at the bottom of the z-order.

Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.

Shift while a CD is loading: Bypass AutoPlay.

Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\CurrentVersion\Run\)

Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.

Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.

Print screen: Copy screenshot of current screen to clipboard.

Alt + Print screen: Copy screenshot of current active window to clipboard.

Ctrl + Alt + Down Arrow: Invert screen. Untested on OS's other than XP.

Ctrl + Alt + Up Arrow: Undo inversion.

Win + B : Move focus to systray icons.


General


Ctrl + C or Ctrl + Insert: Copy.

Ctrl + X or Shift + Delete: Cut.

Ctrl + V or Shift + Insert: Paste/Move.

Ctrl + N: New... File, Tab, Entry, etc.

Ctrl + S: Save.

Ctrl + O: Open...

Ctrl + P: Print.

Ctrl + Z: Undo.

Ctrl + A: Select all.

Ctrl + F: Find...

Ctrl+W : to close the current window

Ctrl + F4: Close tab or child window.

F1: Open help.

F11: Toggle full screen mode.

Alt or F10: Activate menu bar.

Alt + Space: Display system menu. Same as clicking the icon on the titlebar.

Escape: Remove focus from current control/menu, or close dialog box.

General Navigation


Tab: Forward one item.

Shift + Tab: Backward one item.

Ctrl + Tab: Cycle through tabs/child windows.

Ctrl + Shift + Tab: Cycle backwards through tabs/child windows.

Enter: If a button's selected, click it, otherwise, click default button.

Space: Toggle items such as radio buttons or checkboxes.

Alt + (Letter): Activate item corresponding to (Letter). (Letter) is the underlined letter on the item's name.

Ctrl + Left: Move cursor to the beginning of previous word.

Ctrl + Right: Move cursor to the beginning of next word.

Ctrl + Up: Move cursor to beginning of previous paragraph. This and all subsequent Up/Down hotkeys in this section have only been known to work in Rich Edit controls.

Ctrl + Down: Move cursor to beginning of next paragraph.

Shift + Left: Highlight one character to the left.

Shift + Right: Highlight one character to the right.

Shift + Up: Highlight from current cursor position, to one line up.

Shift + Down: Highlight from current cursor position, to one line down.

Ctrl + Shift + Left: Highlight to beginning of previous word.

Ctrl + Shift + Right: Highlight to beginning of next word.

Ctrl + Shift + Up: Highlight to beginning of previous paragraph.

Ctrl + Shift + Down: Highlight to beginning of next paragraph.

Home: Move cursor to top of a scrollable control.

End: Move cursor to bottom of a scrollable control.

File Browser

Arrow Keys: Navigate.

Shift + Arrow Keys: Select multiple items.

Ctrl + Arrow Keys: Change focus without changing selection. "Focus" is the object that will run on Enter. Space toggles selection of the focused item.

(Letter): Select first found item that begins with (Letter).

BackSpace: Go up one level to the parent directory.

Alt + Left: Go back one folder.

Alt + Right: Go forward one folder.

Enter: Activate (Double-click) selected item(s).

Alt + Enter: View properties for selected item.

F2: Rename selected item(s).

Ctrl + NumpadPlus: In a Details view, resizes all columns to fit the longest item in each one.

Delete: Delete selected item(s).

Shift + Delete: Delete selected item(s); bypass Recycle Bin.

Ctrl while dragging item(s): Copy.

Ctrl + Shift while dragging item(s): Create shortcut(s).

In tree pane, if any:

Left: Collapse the current selection if expanded, or select the parent folder.

Right: Expand the current selection if collapsed, or select the first subfolder.

Numpad Asterisk: Expand currently selected directory and all subdirectories. No undo.

Numpad Plus: Expand currently selected directory.

Numpad Minus: Collapse currently selected directory.

Accessibility

Right Shift for eight seconds: Toggle FilterKeys on and off. FilterKeys must be enabled.

Left Alt + Left Shift + PrintScreen: Toggle High Contrast on and off. High Contrast must be enabled.

Left Alt + Left Shift + NumLock: Toggle MouseKeys on and off. MouseKeys must be enabled.

NumLock for five seconds: Toggle ToggleKeys on and off. ToggleKeys must be enabled.

Shift five times: Toggle StickyKeys on and off. StickyKeys must be enabled.

6.) Microsoft Natural Keyboard with IntelliType Software Installed

Win + L: Log off Windows.

Win + P: Open Print Manager.

Win + C: Open control panel.

Win + V: Open clipboard.

Win + K: Open keyboard properties.

Win + I: Open mouse properties.

Win + A: Open Accessibility properties.

Win + Space: Displays the list of Microsoft IntelliType shortcut keys.

Win + S: Toggle CapsLock on and off.

Remote Desktop Connection Navigation



Ctrl + Alt + End: Open the NT Security dialog.

Alt + PageUp: Switch between programs.

Alt + PageDown: Switch between programs in reverse.

Alt + Insert: Cycle through the programs in most recently used order.

Alt + Home: Display start menu.

Ctrl + Alt + Break: Switch the client computer between a window and a full screen.

Alt + Delete: Display the Windows menu.

Ctrl + Alt + NumpadMinus: Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing Alt + PrintScreen on a local computer.

Ctrl + Alt + NumpadPlus: Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PrintScreen on a local computer.

Mozilla Firefox Shortcuts

Ctrl + Tab or Ctrl + PageDown: Cycle through tabs.

Ctrl + Shift + Tab or Ctrl + PageUp: Cycle through tabs in reverse.

Ctrl + (1-9): Switch to tab corresponding to number.

Ctrl + N: New window.

Ctrl + T: New tab.

Ctrl + L or Alt + D or F6: Switch focus to location bar.

Ctrl + Enter: Open location in new tab.

Shift + Enter: Open location in new window.

Ctrl + K or Ctrl + E: Switch focus to search bar.

Ctrl + O: Open a local file.

Ctrl + W: Close tab, or window if there's only one tab open.

Ctrl + Shift + W: Close window.

Ctrl + S: Save page as a local file.

Ctrl + P: Print page.

Ctrl + F or F3: Open find toolbar.

Ctrl + G or F3: Find next...

Ctrl + Shift + G or Shift + F3: Find previous...

Ctrl + B or Ctrl + I: Open Bookmarks sidebar.

Ctrl + H: Open History sidebar.

Escape: Stop loading page.

Ctrl + R or F5: Reload current page.

Ctrl + Shift + R or Ctrl + F5: Reload current page; bypass cache.

Ctrl + U: View page source.

Ctrl + D: Bookmark current page.

Ctrl + NumpadPlus or Ctrl + Equals (+/=): Increase text size.

Ctrl + NumpadMinus or Ctrl + Minus: Decrease text size.

Ctrl + Numpad0 or Ctrl + 0: Set text size to default.

Alt + Left or Backspace: Back.

Alt + Right or Shift + Backspace: Forward.

Alt + Home: Open home page.

Ctrl + M: Open new message in integrated mail client.

Ctrl + J: Open Downloads dialog.

F6: Switch to next frame. You must have selected something on the page already, e.g. by use of Tab.

Shift + F6: Switch to previous frame.

Apostrophe ('): Find link as you type.

Slash (/): Find text as you type.

Gmail Shortcuts

Note: Must have "keyboard shortcuts" on in settings.

C: Compose new message.

Shift + C: Open new window to compose new message.

Slash (/): Switch focus to search box.

K: Switch focus to the next most recent email. Enter or "O" opens focused email.

J: Switch focus to the next oldest email.

N: Switch focus to the next message in the "conversation." Enter or "O" expands/collapses messages.

P: Switch focus to the previous message.

U: Takes you back to the inbox and checks for new mail.

Y: Various actions depending on current view:

Has no effect in "Sent" and "All Mail" views.

Inbox: Archive email or message.

Starred: Unstar email or message.

Spam: Unmark as spam and move back to "Inbox."

Trash: Move back to "Inbox."

Any label: Remove the label.

X: "Check" an email. Various actions can be performed against all checked emails.

S: "Star" an email. Identical to the more familiar term, "flagging."

R: Reply to the email.

A: Reply to all recipients of the email.

F: Forward an email.

Shift + R: Reply to the email in a new window.

Shift + A: Reply to all recipients of the email in a new window.

Shift + F: Forward an email in a new window.

Shift + 1 (!): Mark an email as spam and remove it from the inbox.

G then I: Switch to "Inbox" view.

G then S: Switch to "Starred" view.

G then A: Switch to "All Mail" view.

G then C: Switch to "Contacts" view.

G then S: Switch to "Drafts" view.

List of F1-F9 Key Commands for the Command Prompt



F1 / right arrow: Repeats the letters of the last command line, one by one.

F2: Displays a dialog asking user to "enter the char to copy up to" of the last command line

F3: Repeats the last command line

F4: Displays a dialog asking user to "enter the char to delete up to" of the last command line

F5: Goes back one command line

F6: Enters the traditional CTRL+Z (^z)

F7: Displays a menu with the command line history

F8: Cycles back through previous command lines (beginning with most recent)

F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.

Alt+Enter: toggle full Screen mode.

up/down: scroll thru/repeat previous entries

Esc: delete line

Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence.

Helpful accessibility keyboard shortcuts

Switch FilterKeys on and off. Right SHIFT for eight seconds

Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN

Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK

Switch StickyKeys on and off. SHIFT five times

Switch ToggleKeys on and off. NUM LOCK for five seconds

FORMAT YOUR SYMBIAN S60 MOBILES

To format your S60 phones follow the below steps..
If your phone is switched on dial the below number.

*#7780# or
*#7370#
Phone will ask for confirmation and security code (Default security code is 12345),

Note :Your datas will be erased.

Second method is hard reset.To do so follow the below steps

If your phone is not switch off ,Switch off it..
Press and hold following three keys simultaneously
Green Key (OK or Number Dialing key), Star key (*) and Three key (3 number key)

Press and hold the keys and switch on your phone by pressing power button.Hold the three buttons until the format screen appears

Now your phone gets formated..

REMOVE SYMBIAN VIRUS FROM MOBILES

Virus infected Nokia 6600 to be cleaned. The phone’s battery was draining too fast and it was sending automatic Bluetooth connection requests to other mobiles. Rather than choosing the conventional method (Formatting the phone and memory card), I decided to experiment a bit and work on a different line of action. The strategy was, to find and delete the virus files manually.
To start with, I installed X-plore in the phone and searched for the virus related files and folders. Soon I found the culprit files (cpun.exe, cpun.mdl and some other suspicious looking files). I knew that, as long as the virus is running as a process, these files cannot be deleted (The virus will recreate them again) and hence the virus process must be terminated first. To do this I opened ‘Processes’ under ‘Menu/Tools’ in X-plore. There I found above named process and bingo, I thought the battle is won. But to my horror, when I tried to terminate the virus process, X-plore crashed. I tried again and again but X-plore crashed every time. Frustrated, I tried FExplorer but it failed too. As a last resort I installed and used another file manager application ‘System Explorer’ and to my delight it terminated the culprit process without any hassle. After this I deleted all the virus related files and the phone became perfectly fine. Note however that if you are not familiar with the phone’s files and processes then please DO NOT attempt to terminate any process or delete any file suspecting it as a virus. This way you may harm your mobile and it is always safer to choose the conventional way to remove the virus.
Currently, System Explorer is compatible with Symbian S60 1st and 2nd edition phones only. DOWNLOAD FROM http://www.ziddu.com/download/3196259/SystemExplorer.zip.html
Anyway, this experiment also proved that ‘System Explorer’ is more powerful than X-plore (Otherwise the best file manager app), in terminating the processes. Are Lonelycatgames guys reading?

Monday, May 2, 2011

Automated hacking Symbian. Just HackIt! - V.1.1

Category: Software for hacking
JustHackIt_v1.1
Application for easy hacking of any company NOKIA smartphone on Symbian version 9 and above.
The authors of the application: CODeRUS and Kolayuk (Russia)
In archive two files.
CertUpdater.sisx - it is Nokia Ovi Provisioner
CertHack_Installer.sis - aka Just HackIt!

Instructions for hacking:
0. Get a personal certificate from whom it is not.
1. C using FreeSigner sign CertHack_Installer.sis
2. Installing CertUpdater.sisx. If the phone says that application is already installed, you can not put the file. This component is part of an update for OviStore.
3. Installing the earlier signings you CertHack_Installer.sis
4. In the menu click on the icon HackIt! and wait for the end of the break-in. During the burglary application installs the root certificate Leftup into the system. For smartphones S ^ 3 will be automatically installed FileBrowser S ^ 3. For all other smart phones will be installed RomPatcher + v2.6. Also at 9.4, and S ^ 3 is copied Installserver (during the break will be asked), then you can install any unsigned applications. Others use the patch in RomPatcher or copy themselves Installserver for your smartphone here (copy to folder c: \ sys \ bin \).
To gain full access to system folders owners S ^ 3 should be used FileBrowser. Do not forget to go to settings, go to the second tab and put into all of Yes!.
The owners of other smartphones simply apply the patch in Open4all RomPatcher.
After a successful break-delete HackIt!, The more he will not need.
When an error occurs, the application will ask to reboot the phone, agree to and after restarting run HackIt! again.
Easy hacking you!




Download Here.........Download

Tuesday, April 12, 2011

Install Universal Driver all in One






Universal Driver

Program Benefits:
- Identification of all mobile phones automatically in modes: Modem, Data storage, Printing, Media, Suite
- Automatically detect the egat boxes and Uart Usb Port Mode and Port Identification box.
- Identifying the phone ports used.
- Automatic detection and installation of various dongles egat
- All installed devices to create without the interference.
- Run all the applications without problems and error messages.

This is list of Driver that will be installed :

3G PC UI Interface
6218 USB Modem Driver
Accessories Interface
ADL Flashing Engine AVALON Generic
ADL Flashing Engine AVALON Parent
AdvanceBox Programming Port
AdvanceBox Turbo Flasher
Aladdin HASP Key
Aladdin USB Key
Android Bootloader Interface
Apple iPod USB Driver
Apple Mobile Device USB Driver
Apple Recovery (DFU) USB Driver
Apple Recovery (iBoot) USB Driver
ATK0110 ACPI UTILITY
BenQ-EF82
BenQ-S80_WCDMA_Handset_Drivers_v2701
BenQ-S80_WCDMA_Handset_Drivers_v2703
BenQ-S82_BenQWCDMAInstaller
Blackberry Handheld
BlackBerry Smartphone
Communications Class - Control Interface
Communications Class - Data Interface
CruiserTeam Universal Cable UC-10
Cyclone Box
Data Logging MCU Interface
Dream Box
EDGE MODEMN
EF82
e-gate Smart Card
e-gate USB Smart Card
e-gate USB Smart card reader
e-gate Virtual Reader Enumerator
Fighter USB Composite Device
Flash Loader utility
Generic Flash Device
GriffinTeam Virtual COM
High Precision Event Timer
HTC Diagnostic Interface
HTC Touch Pro2 T7373
INQ1 Diagnostics Interface
INQ1 NMEA Device
INQ1 PCSYNC Device
INQ1 USB Modem
JAF FLASHER INTERFACE
JAF Port
LGE Mobile
LGE Mobile Composite USB Device
LGE Mobile USB Modem
LGE Mobile USB Serial Port
LGE Mobile USB WMC Data Modem
LGE Mobile USB WMC Device Management
LGE Mobile USB WMC Ethernet (NDIS 5)
LGE Mobile USB WMC Ethernet (WDM)
LGE Mobile USB WMC Modem
LGE Mobile USB WMC OBEX Interface
LOCOSTO Flash Interface
Microsoft Windows Mobile Remote Adapter
Mobile Adapter - Modem
Mobile Adapter - PC UI Interface
Motorola Flash Interface
Motorola MTP Device
Motorola USB Composite Device
Motorola USB Modem
Motorola USB Networking Driver
MSS Box II Device (Driver v2.50.0)
MT-Box Flashing Interface
My HTC
NEC 338 USB Controller
NEC 338 USB IPL Port
NEC 616 USB Command Port
NEC 616 USB Controller
NEC 616 USB Modem
NEC 616 USB OBEX Port
NMP FLC-20 USB
Nokia USB
Nokia USB Generic
Nokia USB LCIF
Nokia USB Modem
Nokia USB OBEX
Nokia 5130 XPressMusic USB
Nokia 5130 XPressMusic USB Generic
Nokia 5130 XPressMusic USB LCIF
Nokia 5130 XPressMusic USB Modem
Nokia 5130 XPressMusic USB OBEX
Nokia 5130 XPressMusic USB Phone Parent
Nokia 5230 USB
Nokia 5230 USB Generic
Nokia 5230 USB LCIF
Nokia 5230 USB Modem
Nokia 5230 USB OBEX
Nokia 5230 USB Phone Parent
Nokia 5330 Mobile TV Edition USB
Nokia 5330 Mobile TV Edition USB Generic
Nokia 5330 Mobile TV Edition USB LCIF
Nokia 5330 Mobile TV Edition USB Modem
Nokia 5330 Mobile TV Edition USB OBEX
Nokia 5330 Mobile TV Edition USB Phone Parent
Nokia 5610 XpressMusic USB
Nokia 5610 XpressMusic USB Generic
Nokia 5610 XpressMusic USB LCIF
Nokia 5610 XpressMusic USB Modem
Nokia 5610 XpressMusic USB OBEX
Nokia 5610 XpressMusic USB Phone Parent
Nokia 5610d-1
Nokia 5800 XpressMusic USB
Nokia 5800 XpressMusic USB Generic
Nokia 5800 XpressMusic USB LCIF
Nokia 5800 XpressMusic USB Modem
Nokia 5800 XpressMusic USB OBEX
Nokia 5800 XpressMusic USB Phone Parent
Nokia 6120 classic USB
Nokia 6120 classic USB Generic
Nokia 6120 classic USB LCIF
Nokia 6120 classic USB Modem
Nokia 6120 classic USB OBEX
Nokia 6120 classic USB Phone Parent
Nokia 6220 classic USB Generic
Nokia 6220 classic USB Phone Parent
Nokia 6303 classic USB
Nokia 6303 classic USB Generic
Nokia 6303 classic USB LCIF
Nokia 6303 classic USB Modem
Nokia 6303 classic USB OBEX
Nokia 6303 classic USB Phone Parent
Nokia 6303i classic USB
Nokia 6303i classic USB Generic
Nokia 6303i classic USB LCIF
Nokia 6303i classic USB Modem
Nokia 6303i classic USB OBEX
Nokia 6303i classic USB Phone Parent
Nokia 6500 slide USB
Nokia 6500 slide USB Generic
Nokia 6500 slide USB LCIF
Nokia 6500 slide USB Modem
Nokia 6500 slide USB OBEX
Nokia 6500 slide USB Phone Parent
Nokia 6600i slide USB
Nokia 6600i slide USB Generic
Nokia 6600i slide USB LCIF
Nokia 6600i slide USB Modem
Nokia 6600i slide USB OBEX
Nokia 6600i slide USB Phone Parent
Nokia 6700 classic USB
Nokia 6700 classic USB Generic
Nokia 6700 classic USB LCIF
Nokia 6700 classic USB Modem
Nokia 6700 classic USB OBEX
Nokia 6700 classic USB Phone Parent
Nokia 6700 slide USB
Nokia 6700 slide USB Generic
Nokia 6700 slide USB LCIF
Nokia 6700 slide USB Modem
Nokia 6700 slide USB OBEX
Nokia 6700 slide USB Phone Parent
Nokia 6790 slide USB
Nokia 6790 slide USB Generic
Nokia 6790 slide USB LCIF
Nokia 6790 slide USB Modem
Nokia 6790 slide USB OBEX
Nokia 6790 slide USB Phone Parent
Nokia 7020 USB
Nokia 7020 USB Generic
Nokia 7020 USB LCIF
Nokia 7020 USB Modem
Nokia 7020 USB OBEX
Nokia 7020 USB Phone Parent
Nokia 7230 USB
Nokia 7230 USB Generic
Nokia 7230 USB LCIF
Nokia 7230 USB Modem
Nokia 7230 USB OBEX
Nokia 7230 USB Phone Parent
Nokia 8800 Arte USB
Nokia 8800 Arte USB Generic
Nokia 8800 Arte USB LCIF
Nokia 8800 Arte USB Modem
Nokia 8800 Arte USB OBEX
Nokia 8800 Arte USB Phone Parent
Nokia 8800e-1
Nokia BB5 ADL Loader USB Generic
Nokia BB5 ADL Loader USB Phone Parent
Nokia C5-00 USB Generic
Nokia C5-00 USB Phone Parent
Nokia C6-00 USB
Nokia C6-00 USB Generic
Nokia C6-00 USB LCIF
Nokia C6-00 USB Modem
Nokia C6-00 USB OBEX
Nokia C6-00 USB Phone Parent
Nokia N82
Nokia N82 USB
Nokia N82 USB Generic
Nokia N82 USB Modem
Nokia N82 USB OBEX
Nokia N82 USB Phone Parent
Nokia N85 USB Generic
Nokia N85 USB Phone Parent
Nokia N86 USB
Nokia N86 USB Generic
Nokia N86 USB LCIF
Nokia N86 USB Modem
Nokia N86 USB OBEX
Nokia N86 USB Phone Parent
Nokia N900 USB Generic
Nokia N900 USB Modem
Nokia N900 USB OBEX
Nokia N900 USB Phone Parent
Nokia N96
Nokia N96 USB
Nokia N96 USB Generic
Nokia N96 USB LCIF
Nokia N96 USB OBEX
Nokia N96 USB Phone Parent
Nokia N97 mini USB
Nokia N97 mini USB Generic
Nokia N97 mini USB LCIF
Nokia N97 mini USB Modem
Nokia N97 mini USB OBEX
Nokia N97 mini USB Phone Parent
Nokia N97 USB
Nokia N97 USB Generic
Nokia N97 USB LCIF
Nokia N97 USB Modem
Nokia N97 USB OBEX
Nokia N97 USB Phone Parent
Nokia USB Flashing Generic
Nokia USB Flashing Parent
Nokia USB Phone Parent
Nokia X3 USB
Nokia X3 USB Generic
Nokia X3 USB LCIF
Nokia X3 USB Modem
Nokia X3 USB OBEX
Nokia X3 USB Phone Parent
Nokia X6-00 USB Generic
Nokia X6-00 USB Phone Parent
NsPro Box
NsPro Converter
NsPro Port
O2X4
ORT-JTAG
Prolific USB-to-Serial Bridge
Prolific USB-to-Serial Comm Port
Prolific USB-to-Serial Comm Port (COM5)
Qualcomm Diagnostics Interface 3197
Qualcomm Diagnostics Interface 6000
Qualcomm NMEA Device
Qualcomm USB Modem 6000
RIFF BOX Control Port
RIFF BOX Firmware Update Port
RIM Virtual Serial Port v2
RIM Virtual Serial Port v2 (COM14)
RIM Virtual Serial Port v2 (COM15)
RIM Virtual Serial Port v2 (COM30)
RIM Virtual Serial Port v2 (COM31)
S80_WCDMA_Handset_Drivers_v2701
S80_WCDMA_Handset_Drivers_v2703
S82_BenQWCDMAInstaller
SAMSUNG Android Composite ADB Interface
SAMSUNG Android USB Composite Device
SAMSUNG Android USB Modem
SAMSUNG Mobile Modem
SAMSUNG Mobile USB Device
SAMSUNG Mobile USB Modem
SAMSUNG Mobile USB Port
SAMSUNG USB Composite Device
SAMSUNG USB Mobile Device
SAMSUNG USB Mobile Modem
SCI USB2Serial
SEC SOC Test Board
SEMC Flash Device
Smart-Clip to USB adapter
SMTi Device
Sony Ericsson Cable Emulation Bus
Sony Ericsson Composite Device
Sony Ericsson Device 116
Sony Ericsson Device 116 USB WMC Device Management
Sony Ericsson Device 116 USB WMC Data Modem
Sony Ericsson Device 116 USB WMC Modem
Sony Ericsson Device 816
Sony Ericsson Device 816 USB Ethernet Emulation (NDIS 5)
Sony Ericsson Device 816 USB Ethernet Emulation (WDM)
Sony Ericsson Device 816 USB WMC Data Modem
Sony Ericsson Device 816 USB WMC Device Management
Sony Ericsson Device 816 USB WMC Modem
Sony Ericsson Device 816 USB WMC OBEX Interface
Sony Ericsson Master Port
Sony Ericsson seehcri Control Device
Sony Ericsson Slave Port
Sony Ericsson USB Flash
Sony Ericsson W950 Application Port
Sony Ericsson W950 Composite Device
Sony Ericsson W950 PC-Connect Controller
Sony Ericsson W950 USB Modem
Sony Ericsson X2 Diagnostics Interface
Sony Ericsson X2 NMEA Device
Sony Ericsson X2 Software Download
Sony Ericsson X2 USB Modem semdm
SphereGSM Fighter Cable
Spider-BOX-USB_2007
Test Command Interface
UC-10 USB Composite Device
UFSx Device, (c) SarasSoft
ULT Pro Device
ULT Pro Port
Universal Box
UniversalBox
UniversalBox Nokia Device Driver
USB - RS232 by Vygisoft
USB Flash Loader utility
USB FT SCR2000 Device
USB FT SCR2000 Holder
USB Modem Driver
USB Root Hub
USB Serial Converter
USB Serial Port
USB Serial Port by Vygisoft
USB Token Device
USB Token Holder
UST Pro II Device
UST Pro II Port
V710 - 3G Application Interface
V710 - 3G Modem
V710 - 3G PC UI Interface
Virtual Serial Bus Enumerator
Virtual Serial Port on FLC-20 USB
Vodafone 902T
Vodafone 902T AT Command Port
Vodafone 902T Modem
Vodafone 902T OBEX Port
Windows Mobile-based Device
Windows Mobile-based device support
WinDriver
WL230USB Wireless B+G USB 2.0 Adapter
Z3X BOX Serial Port
Z3X BOX Serial Port (COM4)
Z3X USB Serial Converter
ZTE Handset Diagnostic Interface
ZTE Handset USB Modem
ZTE NMEA Device
And .....................

2.30
2K_XP_COM
338-usb-driver-w98-2k-xp
3G PC UI Interface
ADLDrivers_new6270
AMOI - MD-1
Android USB Driver
ApeDrivers
Asus-V80
Benq
BenQ_M300_USB_Driver
Bird-S198-S199-S1186
C2000_C5000
Cable
cabletotal
CL75
Cruiser
Cyberflex Access e-gate Drivers
Dct4Direct
Driver, Bootload * DNW
driver_cables_setoon
Driver_MultiBox_v.1.1
Drivers_2.8.0
Drivers219
DSS
dss_cable_drivers
E220
e228-usb-driver-w98-2k-xp
e313-usb-driver-w98-2k-xp
e616-usb-driver-w98-2k-xp
e-gate_W2k_XP
EMP_DL_USBDriver
ET-BOX
F230
F3_Usb_Driver
FTDI
Furious
GStar_GM128_usb_driver
GX15-17-25 usb drivers for flash
httc-treo-driver
Huawei_Drivers_XP
Huawei_Vodafone_USB_Driver
iMode drivers
INFINEON
Infinity_Drviver
jaf_usb_driver2.0
L6i-mode_Driver
LOCOSTO
MT6218
MTK_driver
NECSmarT_DRIVERS
O2x4_Drv
Pana_VS2_VS3_MX6_SA6
Pana_VS2_VS3_MX6_SA6_v01
Pana_VS6_VS7_SA7_MX7
Pana_VS6_VS7_SA7_MX7_v01
Pana_VS70
Pana_X700
Pana_X700_v01
pantech-USB Driver
PDA BOX
Plusfon_Huawei_USB_Driver
QT-Xintel-VE
Qualcomm USB Treiber
qualcomm_usb_driver
RIFF_USB_DRIVER
S80_USB_Driver(USB data cable driver for S80,S82)
sagem
Samsung CDMA USB Driver
Samsung Drivers
Samsung Mobile USB Driver
SANYO 801SA DRIVER
SEMC
sharp905
smartfon
Smti
Sony-Ericsson
Spice-S1000
Spice-S555
Spice-S600
Spice-S640
Spice-S8
Spice-S800
Spice-S808
Spice-S900
Spice-S909
SpiderMan
TI_usb
Tiny
Toshiba
TS705_DRIVERS_XP
UC10 Drivers
unibox
UniversalBox
USB cable drivers
USB Modem Driver
USB_Drivers
USB210
USBox correctdriver
USBoxprogrammerdrivers
usbsmart_driver_v2
V171-USB-Device-Driver
VK
Vodafone-710
Vodafone-810
Vodafone-v810-v725-v716-usb-driver
Vygisdriver
Vygisoft VSD2XX New Drivers
Webcam_Win2kSp4_v1.1.0
Zxxx USB driver
And ............................

Added in V2.01



%USB VID_04e8*PID_6601*MI_04.DeviceDescRelease%
android_usb_windows
anyka driver
Pantech_O2_ICE_USB_Driver
C3303k-USB drivers
Cyclone Bootloader
MicroBOX_Driver
NEC Electronics
Nokia 7610 Supernova
Nokia N95
Nokia N95 8GB
Nokia USB Flashing Parent
PC Driver 1 (W370, W375, W376g, W377)
PC Driver 2 (W216, W230, W230x, W23x, W259, W270, W270x, W27x, W388, W396, W397, W397v)
RIFF_64bit_USB_Driver
RIFF_USB_DRIVER
SAGEM
Sagem_USBSerial
Samsung Drivers
Sony Ericsson P990 Application Port
Sony Ericsson P990 Composite Device
Sony Ericsson P990 PC-Connect Controller
Sony Ericsson P990 USB Modem
Sony Ericsson sa0101 ADB Interface Driver
Sony Ericsson seehcri Control Device
Sony Ericsson Slave Port
sunstone-V4_52_8_0-customer-free_WHQL_Digital_ID
UniversalBox
UniversalBox Nokia Device Driver
USB 3.0 Host Controller Driver
USB Data Cable Driver
USB Drivers XPeria X10
USB_Driver_3.4.6_patch_ for HG
Vodafone-v810-v725-v716-usb-driver
x8_USB_Signed_Drivers



Dawonload 

Monday, March 21, 2011

Remove the Recycle Bin from the Desktop For Ever

If you don't use the Recycle Bin to store deleted files, you can get rid of its desktop icon all together.
Run Regedit using the run command 'regedit' and go to:


HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
CurrentVersion/explorer/Desktop/NameSpace


Click on the "Recycle Bin" string in the right hand pane. Hit Del and click OK. From now onwards recycle bin will not be shown even in the desktop properties window

Put Your Photo on Background of Pen Drive or HDD.

Step :1


Copy this code into notepad (copy and paste), then save it as "desktop.ini"


Code:


[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0


[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image="your_picture.jpg"
IconArea_Text="0xFFFFFF"
VeBRA sources - don't delete the tag above, it's there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}


[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp


2. Put "desktop.ini" file onto your flash drive and replace "your_picture" with the
name of the picture you want to use leaving the .jpg extention the same.


3. Now copy the picture that you want to use onto your flash drive.


4. Refresh (F5) ..and enjoy with new background...


5. Enjoy...........

Shut Down Your Friend's Computer When it Starts

go to
run >
type notepad > and
den paste bellow written text and save it as
virus.reg


here:--


Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"VIRUS"="%windir%\\SYSTEM32\\SHUTDOWN.EXE -t 1 -c \"Howz this new Virus ah\" -f"








DONT PUT IT IN UR COMPUTER, I AM NOT RESPONSIBLE, if it happens, to you, start windows in safe mode, and open registry editor by typiing REGEDIT in start->run.


navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]and remove the string value named VIRUS, restart you computer.


You can also put this in a javascript code, just add this code to your webpage:

10 Best Windows 7 Tips and Hacks

1. Use Keyboard Shortcuts


Using the mouse, you can drag-‘n-dock windows to either side of the screen, or drag it to the top to maximize it. These keyboard shortcuts are even faster:


* Win+Left Arrow and Win+Right Arrow dock the window to the left and right side of the screen
* Win+Up Arrow and Win+Down Arrow maximize and restore/minimize
* Win+M minimizes everything
* Alt+Up, Alt+Left Arrow, Alt+Right Arrow navigate to parent folder, or browse Back and Forward through folders in Explorer
* Win+Home minimizes/restores all open windows except the active window
* Alt+Win+# accesses the Jump List of program number ‘#’ on the taskbar




2.Rearrange System Tray Icons




You can rearrange icons on the taskbar as you wish and start new (or switch to running) instances of the first ten taskbar programs using Win+1, Win+2, and so on. The cool thing is you can also rearrange system tray icons. Reorder them on the tray or move them outside or back in the tray. Take control of what you want to always keep an eye on, and from which apps you’ll require notifications.




3. Access Jump Lists with the Left Mouse Button


Jump Lists usually show up when you right-click on a taskbar icon. However, they can also be accessed by holding the left mouse button and dragging upwards. If you’re using a laptop touchpad or a touch screen, this is convenient because you do not have to click any button to access a context menu.




4. Add Any Folder to Favorites




You can add any library or folder to the Favorites section in Windows Explorer. To add a folder, navigate to it in Explorer, right-click Favorites in the left navigation pane, and select Add current location to Favorites. Now you get quick access to your favorite folders in all File->Save As dialogs!




5. Pin Frequently Used Folders to the Taskbar


Right-click, drag, and pin your favorite folders to Windows Explorer on the taskbar. They will now show up in the Jump List when you right click on Explorer giving you quick access to your favorite folders.




6. Pin Control Panel to the Taskbar




You cannot pin the Control Panel to the taskbar via the Start Menu or by drag and drop. Open the Control Panel and right-click its taskbar icon to pin it to the taskbar. An advantage of this is that Control Panel’s Jump List allows quick access to recently used functions.




7. Create Keyboard Shortcuts for Programs


You can create keyboard shortcuts for any program in Windows 7. Right-click the program icon and select Properties. Select the Shortcut tab, click in Shortcut key, to set the keyboard shortcut for that program.




8. Open Command Prompt in Any Folder


Like the command prompt? Miss the ‘Open Command Window Here’ Windows XP power toy? Press ‘Shift’ when right-clicking on a folder to get that option in the context menu. This also works on the desktop. No power toy required!




9. View Expanded ‘Send To’ Menu


Press Shift when right-clicking on a folder to get an expanded Send To menu.




10. Adjust Screen Text with Clear Type


Use Clear Type Tuner for the best look on your LCD monitor or laptop screen. Run ‘cttune.exe’ from the Start Menu search box, or go to the Control Panel Display applet, and select Adjust ClearType Text from the left.

How To Secure Your Wi-Fi

Follow These Steps :


1-Enable WPA2 encryption
and MAC filtering


how to enable wpa2 >open browser >192.168.1.1(ur default gateway)


2 - put ur admin password - after it ur modem config has been open - go to setting - wireless - change wireless SSID to any name


3 -goto wireless security tab -security mode select WPA2 personal - then WPA algorithms select TKIP+AES


-add password


-save setting

Wednesday, March 16, 2011

Microsoft Internet Explorer 9 Arrives: 10 Reasons to Use It

News Analysis: Microsoft has officially launched Internet Explorer 9. Although the browser’s history has been spotty, Internet Explorer 9 is the one new browser that every user should be trying.Rate This Article:





Microsoft has officially launched Internet Explorer 9. The browser, which is being touted by many reviewers already as the best version of the software the company has ever released, follows a long line of predecessors that at times won customers over and at other times failed miserably. But it's a new day for Microsoft and Internet Explorer. The time has finally come for the company to face Google's Chrome browser head-on.

But perhaps now Windows users are wondering if they should use Internet Explorer 9. Some of those folks are using previous versions of the browser and might be pleased with it. Others might be using Chrome, Firefox or Opera, and couldn't fathom the thought of moving to Microsoft's latest browser.

But the clear truth is every single Web user regardless of the browser they're using now should try out Internet Explorer 9. It's speedier, more user-friendly and has enough additional improvements to coax any user to download the browser and use it.

Read on to find out why consumers and enterprise customers should start browsing the Web with Internet Explorer 9.

1. It's fast

By all measures, Internet Explorer 9 is the fastest browser Microsoft has ever released. The browser has an improved JavaScript engine named Chakra and uses hardware acceleration to deliver Web pages to users sooner. The idea behind Internet Explorer 9's improved speed is to rely upon today's PC components including the CPU and GPU to get users to their favorite Websites faster. So far, it seems that Microsoft has achieved that goal.

2. A vastly improved interface

One of the biggest issues with previous versions of Internet Explorer was the browser's design. It was ugly. Rather than put the browsing experience first, Microsoft forced users to deal with too much clutter around a Web page. That's gone, finally. In Internet Explorer 9, Microsoft has created a clean, simple interface that puts browsing at the core of the experience. It's nice to see.

3. It's awfully Chrome-like

It's obvious after loading Internet Explorer 9 that Microsoft took some cues from Google. That company's Chrome browser features the simple, slimmed-down design that Internet Explorer now features. It also has the Omnibox that lets users input Web addresses and search the Web in one place. Microsoft's option, which performs the same action, is called One Box. Plus, Chrome's appeal is speed. But as noted above, it looks like speed might be a key feature for Internet Explorer 9 as well.

4. The Pinned Sites feature is nice

Microsoft has the luxury of being the company that not only designs the browser, but also supports the operating system it runs on. Because of that, it was able to bring Pinned Sites to Internet Explorer 9. That feature lets users save their favorite Websites to the Windows 7 Taskbar for easy access. Pinned Sites are similar to launching applications on the desktop. It's a nice service.

Saturday, March 5, 2011

First Windows on Symbian S60 Device




UPDATE

Using new version of DOSBox you can allocate up to 12MB RAM for Windows 3.1 on Nokia 95-1 or similar phones. Also you can disable standard Windows Shell (Program manager) and use only Calmira II.

1. Do all steps from instruction.
2. Edit 'e:\Data\dosbox.conf' file and change memsize=8 or more.
3. Edit 'e:\Data\dosbox.conf' file ane change end line to:

c:\windows\win.com /s

4. Edit 'e:\Data\Windows\system.ini' file to include:

;shell=progman.exe


shell=c:\Programs\Calmira\Calmira.exe

INSTALLATION GUIDE v1.2 (ENGLISH)

I. DOSBox v0.72 for Symbian by kolijoco (release 20090305)

1. Uninstall previous DOSBox versions.
2. Unpack 'DOSBox_s60.rar' archiwe to your Memory Card
3. Install ALL aplication from 'Install' directory.
4a. Install 'dosbox.sisx' on Nokia N95-2, N82 or similar (with 128 MB RAM).
4b. Install 'dosbox_slim.sisx' on Nokia N95-1 or similar (less RAM mamory).

II. Windows 3.1 for Symbian (included Norton Commander 5)

1. Unpack 'Win31en.rar' archive to your Memory Card.
2. Run installed DOSBox.

III. changes from release 1.0:

- Added MCGA (320x200) Driver
- Added Win32s v1.30c with OLE

IV. Suggestions

1. To change DOSBox allocated 2MB RAM edit line 'memsize=2' in file 'e:\Data\dosbox.conf'.
2. If your mobile phone have enough RAM memory you can install Sound Blaster 16 driver:
Control Panel -> Drivers -> Add -> Creative Lab Sound Blaster 1.5 -> RestartV. Using T9 Keypad

Receive Call (Green) - Switching Mode
End Call (Red) - Exit from DOSBox
Pen Key – Shift
Delete (C) – Backspace
Thumb Pad - Arrow Keys, Enter
Right Key – Escape
Left Key – Space

Mode 1:

First line keys = a d g j m p t w space
First line keys + Pen =: A D G J M P T W space
Second line keys + * = b e h k n q u x .
Second line keys + * = Pen + * B E H K N Q U X
Third line keys + # = c f i l o r v y \
Third line keys + Pen + # = C F I L O R V Y
Fourth line keys + 1 = s z
Fourth line keys + Pen + 1 = S Z

Mode 2:

Numbers = 1 2 3 4 5 6 7 8 9 0
Numbers + Pen = ! @ # $ % ^ & * ( )

Mode 3:

Thumb Pad - Moving mouse
* = Right mouse button# = Left mouse button
Screenshot from installation:






























Download

Thursday, March 3, 2011

Hack your friends account password





Learn to hack your friends acount password
well THis trick will only work if your friend has saved his password, it allowes you to have a look at all the Username and Password which your friend had asked my computer to remember which also included my Internet Username and Password. But this is only possible in Mozila Firefox and google chrome

Hack your friends account password


To Hack your friends Password you only need even less than a minute and you can have a quick look at your friends Usernames and Passwords.

Just follow the steps:

For Mozila Firefox:

1.Open Mozila Firefox

2.Goto Tools -> Options

3.In that goto Privacy -> Passwords.

4.There you will find View Saved Passwords Button Click on it.

5.It will show you a list of websites with the usernames. To get the Passwords Click on Show Passwords Button.

6.Now To get the Internet Password Just see for any IP address in the website column this is the Ip address of that computer and Username and Pass is what you want.

7.You can get pass of any account just look for the site name whose password you want to hack and on the right side you will get the Username and Password

For Google chrome:

1.Open Google chrome

2.Goto settings -> Options

3.Goto Personal stuff -> Show saved passwords

So in this way you can hack your friends account password

Tuesday, March 1, 2011

Mobile TV Service in Bangladeshi oparetor

Mobile TV Service is Available for GrameenPhone, AKTel, Warid and TeleTalk Users.


To Know How to Avail the Service click here

To Get the List of Compatible Handsets click here

To Learn About the Related Charges click here

Instructions for Availing Mobile TV Service

1) Go to the Message Option of your Mobile Phone.
2) Type MTV and send SMS to 6161
3) In Reply SMS, you will receive a Download Link.
4) Visit the Link to Download the Required Application.
5) Follow the Instructions shown on your Mobile Screen to Install the Application.
6) Open the Application and Click on Watch TV Option.

Special Note: Your Installed Application Expires in 30 Days. You Need to Follow the Steps Mentioned Above to Re-Install the Application and Continue to Enjoy Mobile TV Service.

Relevant Charges for Mobile TV Service:
• SMS for Application Download : 2 Taka + VAT
• No Additional Subscription Charge
• Operator Standard GPRS Charge Applies

Mobile TV Supported Handset List

Nokia S40 3rd
edition and up
Nokia Symbian S60 2nd
edition and up

Nokia :

1680 Classic, 2600 Classic, 2600Classic, 2630, 2660, 2760, 2680 Slide, 2760, 3109C,
3110C, 3120C, 3250, 3500C, 3555, 3600, 3600 Slide, 5000, 5200, 5220, 5300, 5310,
5320, 5500, 5610, 5700, 6085, 6086, 6110, 6120, 6121, 6124, 6125, 6126, 6131 NFC,
6131, 6133, 6136, 6151, 6210, 6212, 6220, 6234, 6263, 6267, 6290, 6300, 6300i, 6301,
6500C, 6500 Slide, 6555, 6600 Slide, 6600 Fold, 6650, 7070 Prism,7373, 7390, 7500
Prism, 7900 Prism, 8800 Sirocco, 8600 Luna, 8800, 8800 Arte, E50, E51, E61i, E60,
E61, E62, E65, E66, E70, E71, E90, N70, N71, N72, N73, N75, N76, N77, N78, N80,
N81, N82, N90, N91, N92, N93i, N93, N95-3 NAM, N95, N96


Sony Ericsson Platform 5 and up

Sony Ericsson :

K310, K320, K510, K530, K550, K618, K770, K790, K800, K810, K818, K850, K858,
S500, T650, T658, V630, W200, W300, W550, W580, W600, W610, W660, W710,
W810, W830, W850, W880, W888, W900, W910, W908, Z530, Z550, Z558, Z610,
Z710, Z750


LG :

LGC575
LG Shine
LG CU575


Samsung :

Samsung E490
Samsung E250
Samsung D900
SGH-A737
SGH-A727
SGH-A747


Motorola :

Motorola L7
Motorola L7I
Motorola RAZR V3
Motorola RAZR V3I
Motorola RAZR V3X
Motorola RAZR V3XX


Pantech :

C810
C150


Special Note: Handset Must Have Java Support and User Must Have an Internet Data

Hotline number - ***2534;***2535;***2541;***2535;***2537;-***2536;***2534;***2540;***2534;***2540;***2534;/ ***2534;***2535;***2541;***2535;***2537;-***2536;***2534;***2540;***2535;***2540;***2535;
http://www.sslebd.com/mtvinfo/



Wait its comeing up.........................

Saturday, February 26, 2011

Charge your mobile without electricity. Its very Strange But True Very True

Now, you do not require any mobile charger to charge your mobiles. Only there is need to use green leaf of peepal tree and after some time your mobile will get charged..

No soon the people came to learn this development, they tested it and found encouraging results. If your mobile has been discharged and you are inside a jungle then you need not to use any charger. You Should pluck two peepal leaves and your work would be done.

It is very good idea and easy to charge your mobile. You would have to open your mobile battery and connect it with peepal leaf. After that without shaking mobile set you should set the battery in your mobile set. After some time your mobile would be charged.

Though it is unbelievable but as soon as the residents of Chitrakoot came to know about the discovery they could not believe the news. But when they saw it practically then the incident proved true.

Now hundreds of mobile holders are using this technique and charging their mobiles.



Whereas according to the botanists, it is just changing mutual energy into electrical energy power can be saved in battery. Similarly, it is also possible. They said that it is the subject of research.

Step by Step guide to charge your mobile battery using peepal leaf





1- Open your mobile cover

2- Take out your battery

3- Take two to three fresh leaves of peepal/pipal/ ashwattha tree

4- Touch the stub of these leaves on your mobile battery terminal for a minute

5- Clean the mobile battery terminal with the soft cloth

6- Put your battery again in your mobile and switch it on

7- Now you can see the result

8- If required repeat the process with fresh leaves

Friday, February 18, 2011

Information about mobile viruses,read this

Mobile phone viruses Name: cabir.a - is a worm that runs in sybian series 60 phones and replicates via Bluetooth. This worm spreads as a SIS package named caribe.sis. The package contains 3 components caribe app, flo.mdl and caribe rsc. Once the worm is installed the worm runs every time the device is rebooted. Cabir a attempts to send itself to Bluetooth enabled devices found in the proximity of the infected mobile phone Type: worm

Name: velasco a- is a virus written specifically for nokia series 60 mobile phones running the symbian OS, it spreads by searching all SIS installation files in the infected device, and inserts itself as an embedded SIS file into them. This virus is a both a ile virus and worm. Once running veLAsco.a attempts to send itself to Bluetooth enabled devices found in the proximity of the infected mobile phone. Type: worm, parasitic virus

Name: commwarrior.a - is a worm for symbian operating system and mobile devices compatible with nokia series 60. it is the first worm that spreads using MMS and bluetooth Type: worm

Name: commwarrior.b ? is a worm for symbian OS and series 60. the worm is capable of spreading over Bluetooth and MMS messages Type: worm

Name: commwarrior.c ? the most dangerous worm that operates on symbian series 60 devices. the worm is capable of spreading over Bluetooth and MMS messages Type: worm

Name: mabir.a ? is a worm created by the author of the original cabir for series 60 devices and is capable of spreading via Bluetooth and MMS messages Type: worm

Name: Duts.a = is the first known virus for the pocket PC platform, it is a proof-of-concept parasitic virus which infects EXE files for the pocket PC environment. This virus affects ARM-based devices only. To spread between pocket PCs infected exes would need to be exchanged manually Type: parasitic

virus Name: Brador.a ? is the first known backdoor Trojan that affects handheld devices based on ARM architecture. When Brador.a has been installed, the hacker can control the PDA through the backdoor Type: Trojan backdoor

Name: Mosquito.a ? is a cracked version of a game for symbian series 60 devices. Mosquito contains functionality that sends SMS to a certain number each time the game is started Type: Trojan

Name: Skulls.a ? is a malicious SIS file Trojan for series 60, that replaces the system applications with non-functional versions. When the SIS file is installed it created a number of files on the C:drive of the phone. Skulls replaces the system applications with non-functional versions. This virus causes the phone to be non-functional one. In general, skulls of different variants, all applications icons are replaced with an image of a skull and crossed bones. Don?t reboot ur phone if you are infected Type: Trojan

Name: CabirDropper.a ? is a symbian installation file which installs Cabir variants into the device and disables some control applications Type:Trojan with worms

Name: MGDropper.a ? is a malicious SIS file dropper, which disables most well known file managers and and antivirus softwares. it also installs Cabir worm on the phone Type: Trojan with worm

Name: Dampig.a ? is Trojan which disables some build in applications and third party file managers. Type:Trojan

Name: Locknut.b - is a Trojan for mobile devices compatible with Nokia series 60 running symbian OS. The Trojan may be packaged as a symbian installation system file Patch_v1.sis, Patch_v2.sis. the installation file may be crafted so that a text in Russian is displayed during the installation. Type:trojan Namerever.a ? is a Trojan designed to run on the nokia series 60 compatible mobile phones.this virus arrives as a SIS file with the filename Antivirus.sis. if the file is installed on the device the installation process attempts to disable SIMworks?s and Kepersky?s mobile antivirus software. The installation file is crafted so that the text ?Antivirus by Dr.Web? is displayed during the installation Type: Trojan

Name: Fontal.a ? is a Trojan for symbian OS series 60 mobile devices. Fontal.a installs corrupted font file on the device and displays a message which should trick the user into rebooting the device. When the device is powered on after the reboot it may be unable to boot the operating system Type: Trojan

Name Hobbes.a ? is a SIS file Trojan that looks like the Symantec anti-virus for symbian phones. When the Trojan is installed, it shows a dialog instructing the user to reboot the phone in order to activate the Symantec antivirus software. The Trojan does not contain any antivirus software but a component that disables the phone?s application menu. Type;trojan

Name oomboot.a ? is a Trojan that drops Commwarior.b on the phone and is able to disrupt phone functionality in a previously unknown way. It drops Symbian ETEL ROM binaries to the C:\ folder of the device. This virus is also the first malware that drops Commwarrior.b on the device. The ROM binaries cause the device to fail at the next boot and the device stays in an eternal reboot loop. Type: Trojan with worm

Name: Onehop.a ? is the first symbian Trojan that actually uses Bluetooth to send Trojans to other phones. The file it sends is called Bootton.a that is unable to spread.Onehop.a causes an infected device to reboot when trying to use system applications such as accessing the phone menu. It sends copies to the first device it finds using Bluetooth. In its structures onehop.a is quite similar to Skulls family Trojans. With the exception that instead of replacing system files with corrupted binaries. Onehop.a uses applications to cause device to reboot. Thus if a device is infected with onehop.a, pressing the menu button or any system applications button make the device to reboot. Type: Trojan with other trojan

Name: Blankfont.a ? is a SIS file Trojan that installs a corrupted font file into the infected device. The corrupted font does not cause device to crash, but if the device is rebooted, it will lose the system font and is unable to display the user interface texts Type:Trojan

Name: Fontal.c ? is a SIS file Trojan that installs corrupted font file into the infected device causing it to fail at the next reboot. Fontal.c also disables application installer and messaging applications, making it?s uninstallation more difficult Type:Trojan

Name oomboot.c ? is a close variant to doomboot.a. the major difference between these two is that the doomboot.c does not contain Commwarrior. Doomboot.c pretends to be a set of camera effects for Nokia phones. The installation package does not contain any software, just corrupted binary that causes the device fail at the next reboot Type:Trojan with worm

Name oomboot.d ? is a close variant to doomboot.c the major difference between these two is that the doomboot.d contains a corrupted font file from Fontal.a and a theme file that changes the phone?s background and some other images Type:Trojan with worm

Name: AppDisabler.a ? is a SIS file Trojan which tries to disable large number of installed applications Type:Trojan Name: Cardtrap.d ? is a minor variant of Cardtrap.b, the main differences are that cardtra.d disables less applications and drops other Symbian malware on the device Type:Trojan

Name: Caribe – is a proof of concept worm. It tries to spread to other mobile phones, thru Bluetooth, which results in reduced in battery power. This worm does not pose any significant threat. Type: worm

Name: Trojan_Mos ? is a symbian series 60 trojan masked under the name of popular game MOsquitos. It will send SMS messages to a high cost number that will result in an increased phone bill/charge Type:trojan

Recommendation: if you have your Bluetooth turned on, it is better to keep it off unless you use it to avoid potential virus infections If your phone under WD2, remove first the memory card except 7650, scan and format it using your PC with memory card reader, u have to reformat your phone: 1. using *#7370# or *#7780#, press OK then wait, insert your SIM and observe, if it is OK, then it is the time to insert your MMC 2. 2. use UFS to reformat, go to in UI settings, press LOCAL, wait till it done, press NORMAL, wait till it done. Then click Format USER are, wait till it done, , insert ypur SIM and observe, if it is OK, then it is the time to insert your MMC For BB5 units, click everything in UI Options, , insert your SIM and observe, if it is OK, then it is the time to insert your MMC.

If the aforementioned tips are not working well, the last option is to reprogram ur phone by selecting good version, but be careful in choosing the versions cause it might harm to the phone or perhaps it can kill your phone.

Wednesday, February 9, 2011

See Bengali website in Your Mobile

Bengali Website increase Day By Day. But Bengali font can not view mobile phone. If we want we can show Bengali font in our mobile. It is Not So Difficult. I have told here step by step.Please read carefully and setup your mobile phone. Note That: You can Only see Unicode Based Bangla Website In Your Mobile Phone. First you Confirm that your Mobile phone Must support Java Software. If your Mobile does not support java you can not see Bangla web site in your mobile phone. Now see Bangla/Bengali Font for your Mobile


First we need a mobile phone which have Internet connection and it must support J2ME or JAVA.


Now you need Download a small application software. this is opera mini Browser. Go to Opera Mini & Opera Mobile browsersfrom computer. if you Download it direct from your mobile phone it will more better. Go to http://mini.opera.com/ from your mobile phone. Download The Application and install it to your mobile.


Now open the application. Go to address bar and type about:config and press ok. Now you will see many Setting. Scroll the page and see bottom of page. You will find a option about Icomplex settin. The Text Is Use Bitmap fonts for complex script if enabled, text written with complex scripts will be rendered on the server instead of in your device. Select This Option Yes and then press Save Button. Again Go to Setting > Font Size and make your Font Setting Large. Now Browse any Bangla website for test Example: ???? ????. You will now see Bangla font in your Mobile phone. Now Browse any Bangla website and enjoy Bangla font in your Mobile.




ENJOY....................

Thursday, January 27, 2011

9 ways to increase the security of your laptop while on the road


Using your laptop to get work done away from your office or on the road is becoming widely accepted. But this rapid growth in laptop computing has made portable systems the target for theft around the world. If your laptop computer is stolen, company information can be exposed, as well as your personal and financial information.


Use these 9 tips to learn how you can keep your laptop more secure when you're on the road.
1. Avoid using computer bags


Computer bags can make it obvious that you're carrying a laptop. Instead, try toting your laptop in something more common like a padded briefcase or suitcase.


2. Never leave access numbers or passwords in your carrying case


Keeping your password with your laptop is like keeping the keys in the car. Without your password or important access numbers it will be more difficult for a thief to access your personal and corporate information.


3. Carry your laptop with you


Always take your laptop on the plane or train rather then checking it with your luggage. It's easy to lose luggage and it's just as easy to lose your laptop. If you're traveling by car, keep your laptop out of sight. For example, lock it in the trunk when you're not using it.


4. Encrypt your data


If someone should get your laptop and gain access to your files, encryption can give you another layer of protection. With Windows XP, Windows Vista, and Windows 7 you can choose to encrypt files and folders. Then, even if someone gains access to an important file, they can't decrypt it and see your information. Learn more about how to encrypt your data with Windows XP, encrypt your data with Windows Vista, or encrypt your data with Windows 7.


5. Keep your eye on your laptop


When you go through airport security don't lose sight of your bag. Hold your bag until the person in front of you has gone through the metal detector. Many bags look alike and yours can easily be lost in the shuffle.


6. Avoid setting your laptop on the floor


Putting your laptop on the floor is an easy way to forget or lose track of it. If you have to set it down, try to place it between your feet or against your leg (so you're always aware it's there).


7. Buy a laptop security device


If you need to leave your laptop in a room or at your desk, use a laptop security cable to securely attach it to a heavy chair, table, or desk. The cable makes it more difficult for someone to take your laptop. There are also programs that will report the location of a stolen laptop. They work when the laptop connects to the Internet, and can report the laptop's exact physical location. One such tracing program is ComputracePlus. 


8. Use a screen guard


These guards help prevent people from peeking over your shoulder as you work on sensitive information in a public place. This is especially helpful when you're traveling or need to work in a crowded area. This screen guard from Secure-It is just one example of a screen guard you could use. 


9. Try not to leave your laptop in your hotel room or with the front desk


Too many things have been lost in hotel rooms and may not be completely secure. If you must leave your laptop in your room, put the "do not disturb" sign on the door.