29 September 2010

Shutdown Windows-XP Faster

1) Start – Run – Regedit
Navigate to the following Registry key:
HKEY CURRENT USER\Control Panel\Desktop
Double click on the AutoEndTasks entry and replace the 0 with a 1 in the Value data text box

For the next two, if the dword value indicated does not exist, create it:

Double click on the WaitToKillAppTimeout entry in the right pane and change the Value data to 2000

Double click on the HungAppTimeout entry in the right pane and change the Value data to 1000

Reboot

If still having a problem, make the next change:

2) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
Right-click on WaitToKillServiceTimeout and change it to 2000

Disable Error Report In Windows

Microsoft’s Error Reporting in windows sometimes is disturbing, most of us don’t want to send that error report because it’s of no use.
There’s an easy way to disable Microsoft error report in windows.

Disable Microsoft Error report in Windows XP :
1) Open Control Panel (Start > Control Panel)
2) Open the Problem Reports & Solutions applet Under advanced options and disable error reporting.

Disable Microsoft Error report in Windows Vista :
1) Right click on my computer (Desktop) and click properties
2) Click the Advanced Tab
3) You’ll see a “Error reporting” button at the bottom, click it
4) Select Disable Error Reporting.

Ophcrack – Windows Password Cracker

What is Ophcrack?
Ophcrack is a free Windows password cracker based on rainbow tables.
It is a very efficient implementation of rainbow tables done by the inventors of the method.
It comes with a Graphical User Interface and runs on multiple platforms.

Features :
* » Runs on Windows, Linux/Unix, Mac OS X, …
* » Cracks LM and NTLM hashes.
* » Free tables available for Windows XP and Vista.
* » Brute-force module for simple passwords.
* » LiveCD available to simplify the cracking.
* » Loads hashes from encrypted SAM recovered from a Windows partition, Vista included.
* » Free and open source software (GPL).

Bruter 1.0 – Parallel Windows Password Brute Forcing Tool


Bruter 1.0 BETA 1 has been released.
Bruter is a parallel login brute-forcer.
This tool is intended to demonstrate the importance of choosing strong passwords.
The goal of Bruter is to support a variety of services that allow remote authentication.
Bruter is a tool for the Win32 platform only.

Protocol Support :
* FTP
* HTTP (Basic)
* HTTP (Form)
* IMAP
* MSSQL
* MySQL
* POP3
* SMB-NT
* SMTP
* SNMP
* SSH2
* Telnet

Brutus Password Cracker – Download brutus-aet2.zip AET2

If you don’t know, Brutus is one of the fastest, most flexible remote password crackers you can get your hands on – it’s also free.
It is available for Windows 9x, NT and 2000, there is no UNIX version available although it is a possibility at some point in the future.
Brutus was first made publicly available in October 1998.
Development continues so new releases will be available in the near future.

Features :
Brutus version AET2 is the current release and includes the following authentication types :
* HTTP (Basic Authentication)
* HTTP (HTML Form/CGI)
* POP3
* FTP
* SMB
* Telnet

Other types such as IMAP, NNTP, NetBus etc are freely downloadable from this site and simply imported into your copy of Brutus. You can create your own types or use other peoples.

The current release includes the following functionality :
* Multi-stage authentication engine
* 60 simultaneous target connections
* No username, single username and multiple username modes
* Password list, combo (user/password) list and configurable brute force modes
* Highly customizable authentication sequences
* Load and resume position
* Import and Export custom authentication types as BAD files seamlessly
* SOCKS proxy support for all authentication types
* User and password list generation and manipulation functionality
* HTML Form interpretation for HTML Form/CGI authentication types
* Error handling and recovery capability inc. resume after crash/failure.

Ophcrack – Windows Password Cracker

What is Ophcrack?
Ophcrack is a free Windows password cracker based on rainbow tables.
It is a very efficient implementation of rainbow tables done by the inventors of the method.
It comes with a Graphical User Interface and runs on multiple platforms.

Features :
* » Runs on Windows, Linux/Unix, Mac OS X, …
* » Cracks LM and NTLM hashes.
* » Free tables available for Windows XP and Vista.
* » Brute-force module for simple passwords.
* » LiveCD available to simplify the cracking.
* » Loads hashes from encrypted SAM recovered from a Windows partition, Vista included.
* » Free and open source software (GPL).

Ncrack – High-SPeed Network Authentication Cracker

Ncrack is a high-speed network authentication cracking tool. It was built to help companies secure their networks by proactively testing all their hosts and networking devices for poor passwords. Security professionals also rely on Ncrack when auditing their clients. Ncrack was designed using a modular approach, a command-line syntax similar to Nmap and a dynamic engine that can adapt its behaviour based on network feedback. It allows for rapid, yet reliable large-scale auditing of multiple hosts.

Ncrack’s features include a very flexible interface granting the user full control of network operations, allowing for very sophisticated bruteforcing attacks, timing templates for ease of use, runtime interaction similar to Nmap’s and many more.

Ncrack was Started as a “Google Summer of Code” Project in 2009. While it is already useful for some purposes, it is still unfinished, alpha quality software. It is released as a standalone tool.

Ncrack is available for many different platforms, including Linux, *BSD, Windows and Mac OS X. There are already installers for Windows and Mac OS X and there is a universal source code tarball that can be compiled on every system.

Ncrack – High-SPeed Network Authentication Cracker

Ncrack is a high-speed network authentication cracking tool. It was built to help companies secure their networks by proactively testing all their hosts and networking devices for poor passwords. Security professionals also rely on Ncrack when auditing their clients. Ncrack was designed using a modular approach, a command-line syntax similar to Nmap and a dynamic engine that can adapt its behaviour based on network feedback. It allows for rapid, yet reliable large-scale auditing of multiple hosts.

Ncrack’s features include a very flexible interface granting the user full control of network operations, allowing for very sophisticated bruteforcing attacks, timing templates for ease of use, runtime interaction similar to Nmap’s and many more.

Ncrack was Started as a “Google Summer of Code” Project in 2009. While it is already useful for some purposes, it is still unfinished, alpha quality software. It is released as a standalone tool.

Ncrack is available for many different platforms, including Linux, *BSD, Windows and Mac OS X. There are already installers for Windows and Mac OS X and there is a universal source code tarball that can be compiled on every system.

Shutdown Command Via Command Prompt

The 'Shutdown' Command Becomes More Flexible and Automated when used from the Command Prompt.

To Run the 'Shutdown' command from the command prompt, go to 'Start > Run', type 'cmd', and press 'Enter'.
In the black box (the command prompt) type 'Shutdown' and the Switches you want to use with the 'Shutdown' command.
You have to use at least one switch for the shutdown command to work.

The Switches :-
The 'Shutdown' command has a few options called Switches. You can always see them by typing 'shutdown -?' in the command prompt if you forget any of them.

-i: Display GUI interface, must be the first option
-l: Log off (cannot be used with -m option)
-s: Shutdown the computer
-r: Shutdown and restart the computer
-a: Abort a system shutdown
-m \\computername: Remote computer to shutdown/restart/abort
-t xx: Set timeout for shutdown to xx seconds
-c “comment”: Shutdown comment (maximum of 127 characters)
-f: Forces running applications to close without warning
-d [u][p]:xx:yy: The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer less than 256) yy is the minor reason code (positive integer less than 65536)

28 September 2010

The ZIP of Death

1) Make a.txt file

2) Open and type the null character (alt + 255)

3) Press ctrl + a then ctrl + v a couple times to make some null bytes

4) If u have a hexeditor make the hex 00 for about 50 kilobytes.

5) Now make several copies of a.txt and name accordinly

6) Open cmd.exe

7) Type copy /b *.txt b.txt

8) Now every copy is made into a super copy and repeat

9) Once you have a nice empty big text file like 1gb. Put it in a zip archive.
Because of the simple construction of the file, 1gb of null bytes.....!

The zip is only 1 mb in size and can really annoy freinds.
For added fun hex edit the zip and you will see a bunch of hex 5555

Just add some more and the file will expand amazingly

Make sure to not open this after

You can always create your zip of death from the command line in linux
dd if=/dev/zero bs=1000 count=1000000 | gzip > test.gz

-: Chat with Friends through ms dos Command Prompt :-

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:


7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:


8) Now all you need to do is type your message and press Enter.
Start Chatting.......!

Reset Your Mobile Memory Card Password 2 minutes

Step1: Install X-Plore in your mobile. If you want to download X-Plore search around internet you can download free trail.

Step2: Open your X-plore apps and Press 0(Zero) and check which you have marked the "show the system files"

Step3: Once you done that now go to the following path C:/Sys/Data/Mmcstore

Step4: Once you reached there you need to press "3" under option to set it in the Hex-viewer

Step5: See the third column you will able to see a line of code ! TMSD02G (c??"?x???6?2?6?2?6). Just check the character between the "?" it is your password ie: 62626



Note: If you have not set the password, then you will not able to gain access to C:/Sys/Data

Shutdown your computer using your cell phone

24 September 2010

Free Mobile Antivirus Download

avast! PDA Edition

Although it was initially designed for use with PDAs, this antivirus software also works for Windows CE Smartphones. Because of its small size and memory requirements, a typical scan of your phone would only take a few seconds, so it’s practical to run these scans frequently. Report files can be created and viewed, which show a detailed description of the scanning process and anything that may have been found. Updates can be downloaded and installed using the software’s special updater designed to work with pocket devices. Subscriptions can be bought in one, two, or three-year increments and the number of licenses can also be changed to reflect the number of devices to be protected. A 60-day free trial of the software can be found here.

Avira AntiVir Mobile
This software has automatic updates via LAN or other Internet connections, but optimally updates via PC. Its clear menu navigation enables users to easily understand scan results and enjoy simple usability, and an automatic or interactive procedure is run whenever a virus is found. Infected files can be deleted, and the software includes support for the Windows Mobile 6.5 interface. A 30-day test key is available here and can be used to experience the software on a trial basis.

Norton Smartphone Security
The Norton software comes in two versions, supporting both Symbian and Windows Mobile users. It enables users to protect their privacy by preventing the theft of personal information, eliminating text and multimedia spam, and keeping cybercriminals and mobile threats away from your Smartphone. It checks phones with weekly updates and claims that it won’t slow down web activity or affect Smartphone performance. Free trials for both Symbian and Windows Mobile users can be found here.


Free Mobile Antivirus Download

avast! PDA Edition

Although it was initially designed for use with PDAs, this antivirus software also works for Windows CE Smartphones. Because of its small size and memory requirements, a typical scan of your phone would only take a few seconds, so it’s practical to run these scans frequently. Report files can be created and viewed, which show a detailed description of the scanning process and anything that may have been found. Updates can be downloaded and installed using the software’s special updater designed to work with pocket devices. Subscriptions can be bought in one, two, or three-year increments and the number of licenses can also be changed to reflect the number of devices to be protected. A 60-day free trial of the software can be found here.

Avira AntiVir Mobile
This software has automatic updates via LAN or other Internet connections, but optimally updates via PC. Its clear menu navigation enables users to easily understand scan results and enjoy simple usability, and an automatic or interactive procedure is run whenever a virus is found. Infected files can be deleted, and the software includes support for the Windows Mobile 6.5 interface. A 30-day test key is available here and can be used to experience the software on a trial basis.

Norton Smartphone Security
The Norton software comes in two versions, supporting both Symbian and Windows Mobile users. It enables users to protect their privacy by preventing the theft of personal information, eliminating text and multimedia spam, and keeping cybercriminals and mobile threats away from your Smartphone. It checks phones with weekly updates and claims that it won’t slow down web activity or affect Smartphone performance. Free trials for both Symbian and Windows Mobile users can be found here.


Free Mobile Antivirus Download

avast! PDA Edition

Although it was initially designed for use with PDAs, this antivirus software also works for Windows CE Smartphones. Because of its small size and memory requirements, a typical scan of your phone would only take a few seconds, so it’s practical to run these scans frequently. Report files can be created and viewed, which show a detailed description of the scanning process and anything that may have been found. Updates can be downloaded and installed using the software’s special updater designed to work with pocket devices. Subscriptions can be bought in one, two, or three-year increments and the number of licenses can also be changed to reflect the number of devices to be protected. A 60-day free trial of the software can be found here.

Avira AntiVir Mobile
This software has automatic updates via LAN or other Internet connections, but optimally updates via PC. Its clear menu navigation enables users to easily understand scan results and enjoy simple usability, and an automatic or interactive procedure is run whenever a virus is found. Infected files can be deleted, and the software includes support for the Windows Mobile 6.5 interface. A 30-day test key is available here and can be used to experience the software on a trial basis.

Norton Smartphone Security
The Norton software comes in two versions, supporting both Symbian and Windows Mobile users. It enables users to protect their privacy by preventing the theft of personal information, eliminating text and multimedia spam, and keeping cybercriminals and mobile threats away from your Smartphone. It checks phones with weekly updates and claims that it won’t slow down web activity or affect Smartphone performance. Free trials for both Symbian and Windows Mobile users can be found here.


Free Mobile Antivirus Download

avast! PDA Edition

Although it was initially designed for use with PDAs, this antivirus software also works for Windows CE Smartphones. Because of its small size and memory requirements, a typical scan of your phone would only take a few seconds, so it’s practical to run these scans frequently. Report files can be created and viewed, which show a detailed description of the scanning process and anything that may have been found. Updates can be downloaded and installed using the software’s special updater designed to work with pocket devices. Subscriptions can be bought in one, two, or three-year increments and the number of licenses can also be changed to reflect the number of devices to be protected. A 60-day free trial of the software can be found here.

Avira AntiVir Mobile
This software has automatic updates via LAN or other Internet connections, but optimally updates via PC. Its clear menu navigation enables users to easily understand scan results and enjoy simple usability, and an automatic or interactive procedure is run whenever a virus is found. Infected files can be deleted, and the software includes support for the Windows Mobile 6.5 interface. A 30-day test key is available here and can be used to experience the software on a trial basis.

Norton Smartphone Security
The Norton software comes in two versions, supporting both Symbian and Windows Mobile users. It enables users to protect their privacy by preventing the theft of personal information, eliminating text and multimedia spam, and keeping cybercriminals and mobile threats away from your Smartphone. It checks phones with weekly updates and claims that it won’t slow down web activity or affect Smartphone performance. Free trials for both Symbian and Windows Mobile users can be found here.


Free Mobile Antivirus Download

avast! PDA Edition

Although it was initially designed for use with PDAs, this antivirus software also works for Windows CE Smartphones. Because of its small size and memory requirements, a typical scan of your phone would only take a few seconds, so it’s practical to run these scans frequently. Report files can be created and viewed, which show a detailed description of the scanning process and anything that may have been found. Updates can be downloaded and installed using the software’s special updater designed to work with pocket devices. Subscriptions can be bought in one, two, or three-year increments and the number of licenses can also be changed to reflect the number of devices to be protected. A 60-day free trial of the software can be found here.

Avira AntiVir Mobile
This software has automatic updates via LAN or other Internet connections, but optimally updates via PC. Its clear menu navigation enables users to easily understand scan results and enjoy simple usability, and an automatic or interactive procedure is run whenever a virus is found. Infected files can be deleted, and the software includes support for the Windows Mobile 6.5 interface. A 30-day test key is available here and can be used to experience the software on a trial basis.

Norton Smartphone Security
The Norton software comes in two versions, supporting both Symbian and Windows Mobile users. It enables users to protect their privacy by preventing the theft of personal information, eliminating text and multimedia spam, and keeping cybercriminals and mobile threats away from your Smartphone. It checks phones with weekly updates and claims that it won’t slow down web activity or affect Smartphone performance. Free trials for both Symbian and Windows Mobile users can be found here.


Cheapest 5 megapixel camera phone from Nokia



The X2, as evident from the naming scheme, will be positioned below the X3 and is a mid-range handset. It boasts of a 2.2 inch QVGA display, dedicated music keys, dual speakers, Bluetooth 2.1, 3.5mm headset jack, FM radio, Nokia Messaging, Facebook integration and microSD card support. The phone, unlike most other X-Series handsets, runs Nokia’s proprietary S40 OS.

The highlight of the phone is its impressive 5 megapixel camera at the rear. This is a rather surprising because the X3, which is positioned above the X2, has a 3.2 megapixel camera.


The X2 was supposed to be priced at around the Rs. 5,000 mark when we first heard of it. However, it’s a tad more expansive and has been priced at Rs. 5,999 in India. The phone is officially on sale now.

Cheapest 5 megapixel camera phone from Nokia



The X2, as evident from the naming scheme, will be positioned below the X3 and is a mid-range handset. It boasts of a 2.2 inch QVGA display, dedicated music keys, dual speakers, Bluetooth 2.1, 3.5mm headset jack, FM radio, Nokia Messaging, Facebook integration and microSD card support. The phone, unlike most other X-Series handsets, runs Nokia’s proprietary S40 OS.

The highlight of the phone is its impressive 5 megapixel camera at the rear. This is a rather surprising because the X3, which is positioned above the X2, has a 3.2 megapixel camera.


The X2 was supposed to be priced at around the Rs. 5,000 mark when we first heard of it. However, it’s a tad more expansive and has been priced at Rs. 5,999 in India. The phone is officially on sale now.

Cheapest 5 megapixel camera phone from Nokia



The X2, as evident from the naming scheme, will be positioned below the X3 and is a mid-range handset. It boasts of a 2.2 inch QVGA display, dedicated music keys, dual speakers, Bluetooth 2.1, 3.5mm headset jack, FM radio, Nokia Messaging, Facebook integration and microSD card support. The phone, unlike most other X-Series handsets, runs Nokia’s proprietary S40 OS.

The highlight of the phone is its impressive 5 megapixel camera at the rear. This is a rather surprising because the X3, which is positioned above the X2, has a 3.2 megapixel camera.


The X2 was supposed to be priced at around the Rs. 5,000 mark when we first heard of it. However, it’s a tad more expansive and has been priced at Rs. 5,999 in India. The phone is officially on sale now.

Cheapest 5 megapixel camera phone from Nokia



The X2, as evident from the naming scheme, will be positioned below the X3 and is a mid-range handset. It boasts of a 2.2 inch QVGA display, dedicated music keys, dual speakers, Bluetooth 2.1, 3.5mm headset jack, FM radio, Nokia Messaging, Facebook integration and microSD card support. The phone, unlike most other X-Series handsets, runs Nokia’s proprietary S40 OS.

The highlight of the phone is its impressive 5 megapixel camera at the rear. This is a rather surprising because the X3, which is positioned above the X2, has a 3.2 megapixel camera.


The X2 was supposed to be priced at around the Rs. 5,000 mark when we first heard of it. However, it’s a tad more expansive and has been priced at Rs. 5,999 in India. The phone is officially on sale now.

22 September 2010

Nokia N900 – Full phone specifications and Menu Videos



Some cool features of Nokia N900:

1. Processing Power
2. Large Internet Storage
3. Fast Wireless Broadband
4. High Quality Digital Camera
5. Innovative Design
6. Integrated A-GPS
7. Music and Audio Playback

Nokia N900 phone and mobile computer: Technical Specifications:

Display 3.5 inch touch-sensitive widescreen display
800 × 480 pixel resolution
Processor and 3D accelerator TI OMAP 3430: ARM Cortex-A8 600 MHz
PowerVR SGX with OpenGL ES 2.0 support
Memory Up to 1GB of application memory
(256 MB RAM, 768 MB virtual memory)
Mass memory 32 GB internal storage
Store up to 7000 MP3 songs or 40 hours of high-quality video
Up to 16 GB of additional storage with an external microSD card
GPS and navigation Integrated GPS, Assisted-GPS, and Cell-based receivers
Pre-loaded Ovi Maps application
Automatic geotagging
Size and weight

Volume Approx 113cc
Dimensions 110.9 × 59.8 × 18 (19.55 at thickest part) mm
Weight Approx 181g
Keys and input method Full QWERTY tactile keyboard
Full QWERTY onscreen keyboard
Colour Black
Operating frequency Quad-band GSM EDGE 850/900/1800/1900
WCDMA 900/1700/2100 MHz
Data network GPRS class A
Multislot class 32
Maximum speed 107/64.2 kbps (DL/UL) EDGE class A
Mmultislot class 32
Maximum speed 296/177.6 kbps (DL/UL) WCDMA 900/1700/2100
Maximum speed PS 384/384 kbps (DL/UL) HSPA 900/1700/2100
Maximum speed PS 10/2 Mbps (DL/UL) WLAN IEEE 802.11b/g
Call features Integrated hands-free stereo speakers
Call waiting, call hold, call divert
Call timer
Logging of dialed, received and missed calls
Speed dialing via contact widget
Virbrating alert (internal)
Side volume keys
Mute/unmute
Contacts with images
Conference calling with up to 3 participants
Internet calling
Email & Messaging Supported protocols: Mail for Exchange, IMAP, POP3, SMTP
Support for email attachments
Support for rich HTML
SMS and Instant Messages as conversations
Support for Nokia Messaging service
Instant messaging and presence enhanced contacts
Multiple number, email and Instant Messaging details per contact, contacts with images
Support for assigning images to contacts
Web browsing Maemo browser powered by Mozilla technology
Adobe Flash™ 9.4 support
Full screen browsing
Camera 5 megapixel camera (2584 × 1938 pixels)
Image formats: JPEG
CMOS sensor, Carl Zeiss optics, Tessar lens
3 × digital zoom
Autofocus with assist light and two-stage capture key
Dual LED flash
Full-screen viewfinder
Photo editor on device
TV out (PAL/NTSC) with Nokia Video Connectivity Cable (CA-75U, included in box) or WLAN/UPnP
Landscape (horizontal) orientation
Capture modes: Automatic, portrait, video, macro, landscape, action
Video Wide aspect ratio 16:9 (WVGA)
Video recording file format: .mp4; codec: MPEG-4
Video recording at up to 848 × 480 pixels (WVGA) and up to 25fps
Video playback file formats: .mp4, .avi, .wmv, .3gp; codecs: H.264, MPEG-4, Xvid, WMV, H.263
Music and audio playback Maemo media player
Music playback file formats: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
Built-in FM transmitter
Ring tones: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
FR, EFR, WCDMA, and GSM AMR
Digital stereo microphone
DLNA
Personalisation Background pictures
Widgets on your desktops
Intelligent contact shortcuts
Shortcuts to your favourite websites
Shortcuts to applications
Themes
Operating system Maemo 5 software on Linux
Applications Maemo Browser
Phone
Conversations
Contacts
Camera
Photos
Media player
Email
Calendar
Ovi Maps
Clock
Notes
Calculator
PDF reader
File manager
RSS reader
Sketch
Games
Widgets
Application manager for downloads
Gaming Bounce
Chess
Mahjong
What´s in the box Nokia N900
Nokia Battery (BL-5J)
Nokia High Efficiency Charger (AC-10)
Nokia Stereo Headset (WH-205)
Video out cable (CA-75U)
Nokia charger adaptor (CA-146C)
Cleaning cloth
Language support British English, American English, Canadian French, Czech, Danish, Dutch, Finnish, French, German, Italian, Norwegian, Polish, Portuguese, Spanish, Latin American Spanish, Swedish, Russian
Connectivity 3.5mm AV connector
TV out (PAL/NTSC) with Nokia Video Connectivity Cable
Micro-USB connector, High-Speed USB 2.0
Bluetooth v2.1 including support for stereo headsets
Integrated FM transmitter
Integrated GPS with A-GPS
Battery BL-5J 1320mAh

Nokia N900 – Full phone specifications and Menu Videos



Some cool features of Nokia N900:

1. Processing Power
2. Large Internet Storage
3. Fast Wireless Broadband
4. High Quality Digital Camera
5. Innovative Design
6. Integrated A-GPS
7. Music and Audio Playback

Nokia N900 phone and mobile computer: Technical Specifications:

Display 3.5 inch touch-sensitive widescreen display
800 × 480 pixel resolution
Processor and 3D accelerator TI OMAP 3430: ARM Cortex-A8 600 MHz
PowerVR SGX with OpenGL ES 2.0 support
Memory Up to 1GB of application memory
(256 MB RAM, 768 MB virtual memory)
Mass memory 32 GB internal storage
Store up to 7000 MP3 songs or 40 hours of high-quality video
Up to 16 GB of additional storage with an external microSD card
GPS and navigation Integrated GPS, Assisted-GPS, and Cell-based receivers
Pre-loaded Ovi Maps application
Automatic geotagging
Size and weight

Volume Approx 113cc
Dimensions 110.9 × 59.8 × 18 (19.55 at thickest part) mm
Weight Approx 181g
Keys and input method Full QWERTY tactile keyboard
Full QWERTY onscreen keyboard
Colour Black
Operating frequency Quad-band GSM EDGE 850/900/1800/1900
WCDMA 900/1700/2100 MHz
Data network GPRS class A
Multislot class 32
Maximum speed 107/64.2 kbps (DL/UL) EDGE class A
Mmultislot class 32
Maximum speed 296/177.6 kbps (DL/UL) WCDMA 900/1700/2100
Maximum speed PS 384/384 kbps (DL/UL) HSPA 900/1700/2100
Maximum speed PS 10/2 Mbps (DL/UL) WLAN IEEE 802.11b/g
Call features Integrated hands-free stereo speakers
Call waiting, call hold, call divert
Call timer
Logging of dialed, received and missed calls
Speed dialing via contact widget
Virbrating alert (internal)
Side volume keys
Mute/unmute
Contacts with images
Conference calling with up to 3 participants
Internet calling
Email & Messaging Supported protocols: Mail for Exchange, IMAP, POP3, SMTP
Support for email attachments
Support for rich HTML
SMS and Instant Messages as conversations
Support for Nokia Messaging service
Instant messaging and presence enhanced contacts
Multiple number, email and Instant Messaging details per contact, contacts with images
Support for assigning images to contacts
Web browsing Maemo browser powered by Mozilla technology
Adobe Flash™ 9.4 support
Full screen browsing
Camera 5 megapixel camera (2584 × 1938 pixels)
Image formats: JPEG
CMOS sensor, Carl Zeiss optics, Tessar lens
3 × digital zoom
Autofocus with assist light and two-stage capture key
Dual LED flash
Full-screen viewfinder
Photo editor on device
TV out (PAL/NTSC) with Nokia Video Connectivity Cable (CA-75U, included in box) or WLAN/UPnP
Landscape (horizontal) orientation
Capture modes: Automatic, portrait, video, macro, landscape, action
Video Wide aspect ratio 16:9 (WVGA)
Video recording file format: .mp4; codec: MPEG-4
Video recording at up to 848 × 480 pixels (WVGA) and up to 25fps
Video playback file formats: .mp4, .avi, .wmv, .3gp; codecs: H.264, MPEG-4, Xvid, WMV, H.263
Music and audio playback Maemo media player
Music playback file formats: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
Built-in FM transmitter
Ring tones: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
FR, EFR, WCDMA, and GSM AMR
Digital stereo microphone
DLNA
Personalisation Background pictures
Widgets on your desktops
Intelligent contact shortcuts
Shortcuts to your favourite websites
Shortcuts to applications
Themes
Operating system Maemo 5 software on Linux
Applications Maemo Browser
Phone
Conversations
Contacts
Camera
Photos
Media player
Email
Calendar
Ovi Maps
Clock
Notes
Calculator
PDF reader
File manager
RSS reader
Sketch
Games
Widgets
Application manager for downloads
Gaming Bounce
Chess
Mahjong
What´s in the box Nokia N900
Nokia Battery (BL-5J)
Nokia High Efficiency Charger (AC-10)
Nokia Stereo Headset (WH-205)
Video out cable (CA-75U)
Nokia charger adaptor (CA-146C)
Cleaning cloth
Language support British English, American English, Canadian French, Czech, Danish, Dutch, Finnish, French, German, Italian, Norwegian, Polish, Portuguese, Spanish, Latin American Spanish, Swedish, Russian
Connectivity 3.5mm AV connector
TV out (PAL/NTSC) with Nokia Video Connectivity Cable
Micro-USB connector, High-Speed USB 2.0
Bluetooth v2.1 including support for stereo headsets
Integrated FM transmitter
Integrated GPS with A-GPS
Battery BL-5J 1320mAh

Nokia N900 – Full phone specifications and Menu Videos



Some cool features of Nokia N900:

1. Processing Power
2. Large Internet Storage
3. Fast Wireless Broadband
4. High Quality Digital Camera
5. Innovative Design
6. Integrated A-GPS
7. Music and Audio Playback

Nokia N900 phone and mobile computer: Technical Specifications:

Display 3.5 inch touch-sensitive widescreen display
800 × 480 pixel resolution
Processor and 3D accelerator TI OMAP 3430: ARM Cortex-A8 600 MHz
PowerVR SGX with OpenGL ES 2.0 support
Memory Up to 1GB of application memory
(256 MB RAM, 768 MB virtual memory)
Mass memory 32 GB internal storage
Store up to 7000 MP3 songs or 40 hours of high-quality video
Up to 16 GB of additional storage with an external microSD card
GPS and navigation Integrated GPS, Assisted-GPS, and Cell-based receivers
Pre-loaded Ovi Maps application
Automatic geotagging
Size and weight

Volume Approx 113cc
Dimensions 110.9 × 59.8 × 18 (19.55 at thickest part) mm
Weight Approx 181g
Keys and input method Full QWERTY tactile keyboard
Full QWERTY onscreen keyboard
Colour Black
Operating frequency Quad-band GSM EDGE 850/900/1800/1900
WCDMA 900/1700/2100 MHz
Data network GPRS class A
Multislot class 32
Maximum speed 107/64.2 kbps (DL/UL) EDGE class A
Mmultislot class 32
Maximum speed 296/177.6 kbps (DL/UL) WCDMA 900/1700/2100
Maximum speed PS 384/384 kbps (DL/UL) HSPA 900/1700/2100
Maximum speed PS 10/2 Mbps (DL/UL) WLAN IEEE 802.11b/g
Call features Integrated hands-free stereo speakers
Call waiting, call hold, call divert
Call timer
Logging of dialed, received and missed calls
Speed dialing via contact widget
Virbrating alert (internal)
Side volume keys
Mute/unmute
Contacts with images
Conference calling with up to 3 participants
Internet calling
Email & Messaging Supported protocols: Mail for Exchange, IMAP, POP3, SMTP
Support for email attachments
Support for rich HTML
SMS and Instant Messages as conversations
Support for Nokia Messaging service
Instant messaging and presence enhanced contacts
Multiple number, email and Instant Messaging details per contact, contacts with images
Support for assigning images to contacts
Web browsing Maemo browser powered by Mozilla technology
Adobe Flash™ 9.4 support
Full screen browsing
Camera 5 megapixel camera (2584 × 1938 pixels)
Image formats: JPEG
CMOS sensor, Carl Zeiss optics, Tessar lens
3 × digital zoom
Autofocus with assist light and two-stage capture key
Dual LED flash
Full-screen viewfinder
Photo editor on device
TV out (PAL/NTSC) with Nokia Video Connectivity Cable (CA-75U, included in box) or WLAN/UPnP
Landscape (horizontal) orientation
Capture modes: Automatic, portrait, video, macro, landscape, action
Video Wide aspect ratio 16:9 (WVGA)
Video recording file format: .mp4; codec: MPEG-4
Video recording at up to 848 × 480 pixels (WVGA) and up to 25fps
Video playback file formats: .mp4, .avi, .wmv, .3gp; codecs: H.264, MPEG-4, Xvid, WMV, H.263
Music and audio playback Maemo media player
Music playback file formats: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
Built-in FM transmitter
Ring tones: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
FR, EFR, WCDMA, and GSM AMR
Digital stereo microphone
DLNA
Personalisation Background pictures
Widgets on your desktops
Intelligent contact shortcuts
Shortcuts to your favourite websites
Shortcuts to applications
Themes
Operating system Maemo 5 software on Linux
Applications Maemo Browser
Phone
Conversations
Contacts
Camera
Photos
Media player
Email
Calendar
Ovi Maps
Clock
Notes
Calculator
PDF reader
File manager
RSS reader
Sketch
Games
Widgets
Application manager for downloads
Gaming Bounce
Chess
Mahjong
What´s in the box Nokia N900
Nokia Battery (BL-5J)
Nokia High Efficiency Charger (AC-10)
Nokia Stereo Headset (WH-205)
Video out cable (CA-75U)
Nokia charger adaptor (CA-146C)
Cleaning cloth
Language support British English, American English, Canadian French, Czech, Danish, Dutch, Finnish, French, German, Italian, Norwegian, Polish, Portuguese, Spanish, Latin American Spanish, Swedish, Russian
Connectivity 3.5mm AV connector
TV out (PAL/NTSC) with Nokia Video Connectivity Cable
Micro-USB connector, High-Speed USB 2.0
Bluetooth v2.1 including support for stereo headsets
Integrated FM transmitter
Integrated GPS with A-GPS
Battery BL-5J 1320mAh

Nokia N900 – Full phone specifications and Menu Videos



Some cool features of Nokia N900:

1. Processing Power
2. Large Internet Storage
3. Fast Wireless Broadband
4. High Quality Digital Camera
5. Innovative Design
6. Integrated A-GPS
7. Music and Audio Playback

Nokia N900 phone and mobile computer: Technical Specifications:

Display 3.5 inch touch-sensitive widescreen display
800 × 480 pixel resolution
Processor and 3D accelerator TI OMAP 3430: ARM Cortex-A8 600 MHz
PowerVR SGX with OpenGL ES 2.0 support
Memory Up to 1GB of application memory
(256 MB RAM, 768 MB virtual memory)
Mass memory 32 GB internal storage
Store up to 7000 MP3 songs or 40 hours of high-quality video
Up to 16 GB of additional storage with an external microSD card
GPS and navigation Integrated GPS, Assisted-GPS, and Cell-based receivers
Pre-loaded Ovi Maps application
Automatic geotagging
Size and weight

Volume Approx 113cc
Dimensions 110.9 × 59.8 × 18 (19.55 at thickest part) mm
Weight Approx 181g
Keys and input method Full QWERTY tactile keyboard
Full QWERTY onscreen keyboard
Colour Black
Operating frequency Quad-band GSM EDGE 850/900/1800/1900
WCDMA 900/1700/2100 MHz
Data network GPRS class A
Multislot class 32
Maximum speed 107/64.2 kbps (DL/UL) EDGE class A
Mmultislot class 32
Maximum speed 296/177.6 kbps (DL/UL) WCDMA 900/1700/2100
Maximum speed PS 384/384 kbps (DL/UL) HSPA 900/1700/2100
Maximum speed PS 10/2 Mbps (DL/UL) WLAN IEEE 802.11b/g
Call features Integrated hands-free stereo speakers
Call waiting, call hold, call divert
Call timer
Logging of dialed, received and missed calls
Speed dialing via contact widget
Virbrating alert (internal)
Side volume keys
Mute/unmute
Contacts with images
Conference calling with up to 3 participants
Internet calling
Email & Messaging Supported protocols: Mail for Exchange, IMAP, POP3, SMTP
Support for email attachments
Support for rich HTML
SMS and Instant Messages as conversations
Support for Nokia Messaging service
Instant messaging and presence enhanced contacts
Multiple number, email and Instant Messaging details per contact, contacts with images
Support for assigning images to contacts
Web browsing Maemo browser powered by Mozilla technology
Adobe Flash™ 9.4 support
Full screen browsing
Camera 5 megapixel camera (2584 × 1938 pixels)
Image formats: JPEG
CMOS sensor, Carl Zeiss optics, Tessar lens
3 × digital zoom
Autofocus with assist light and two-stage capture key
Dual LED flash
Full-screen viewfinder
Photo editor on device
TV out (PAL/NTSC) with Nokia Video Connectivity Cable (CA-75U, included in box) or WLAN/UPnP
Landscape (horizontal) orientation
Capture modes: Automatic, portrait, video, macro, landscape, action
Video Wide aspect ratio 16:9 (WVGA)
Video recording file format: .mp4; codec: MPEG-4
Video recording at up to 848 × 480 pixels (WVGA) and up to 25fps
Video playback file formats: .mp4, .avi, .wmv, .3gp; codecs: H.264, MPEG-4, Xvid, WMV, H.263
Music and audio playback Maemo media player
Music playback file formats: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
Built-in FM transmitter
Ring tones: .wav, .mp3, .AAC, .eAAC, .wma, .m4a
FR, EFR, WCDMA, and GSM AMR
Digital stereo microphone
DLNA
Personalisation Background pictures
Widgets on your desktops
Intelligent contact shortcuts
Shortcuts to your favourite websites
Shortcuts to applications
Themes
Operating system Maemo 5 software on Linux
Applications Maemo Browser
Phone
Conversations
Contacts
Camera
Photos
Media player
Email
Calendar
Ovi Maps
Clock
Notes
Calculator
PDF reader
File manager
RSS reader
Sketch
Games
Widgets
Application manager for downloads
Gaming Bounce
Chess
Mahjong
What´s in the box Nokia N900
Nokia Battery (BL-5J)
Nokia High Efficiency Charger (AC-10)
Nokia Stereo Headset (WH-205)
Video out cable (CA-75U)
Nokia charger adaptor (CA-146C)
Cleaning cloth
Language support British English, American English, Canadian French, Czech, Danish, Dutch, Finnish, French, German, Italian, Norwegian, Polish, Portuguese, Spanish, Latin American Spanish, Swedish, Russian
Connectivity 3.5mm AV connector
TV out (PAL/NTSC) with Nokia Video Connectivity Cable
Micro-USB connector, High-Speed USB 2.0
Bluetooth v2.1 including support for stereo headsets
Integrated FM transmitter
Integrated GPS with A-GPS
Battery BL-5J 1320mAh