Pages

Showing posts with label Android Tricks. Show all posts
Showing posts with label Android Tricks. Show all posts

How to Hack Wi Fi Using Android

Do you want to test your network security? It used to be that you needed a desktop OS such as Windows or Linux installed on a computer with a specific wireless network card. Now, however, you can also use certain Android devices to scan and crack wireless networks. These tools are available for free as long as your device is compatible. Hacking routers without permission is illegal. These steps are provided to test the security of your own network.

Method 1 of 2: WPA2 WPS Routers

  1. Hack Wi Fi Using Android Step 1 Version 3.jpg
    1
    Root a compatible device. Not every Android phone or tablet will be able to crack a WPS PIN. The device must have a Broadcom bcm4329 or bcm4330 wireless chipset, and must be rooted. The Cyanogen ROM will provide the best chance of success. Some of the known supported devices include:
    • Nexus 7
    • Galaxy Ace/S1/S2/S3
    • Nexus One
    • Desire HD
  2. Hack Wi Fi Using Android Step 2 Version 3.jpg
    2
    Download and install bcmon. This tool enables Monitor Mode on your Broadcom chipset, which is essential for being able to crack the PIN. The bcmon APK file is available for free from the bcmon page on the Google Code website.
    • To install an APK file, you will need to allow installation from unknown sources in your Security menu. Step 2 of this article goes into more detail.
  3. Hack Wi Fi Using Android Step 3 Version 3.jpg
    3
    Run bcmon. After installing the APK file, run the app. If prompted, install the firmware and tools. Tap the "Enable Monitor Mode" option. If the app crashes, open it and try again. If it fails for a third time, your device is most likely not supported.
    • Your device must be rooted in order to run bcmon.
  4. Hack Wi Fi Using Android Step 4 Version 3.jpg
    4
    Download and install Reaver. Reaver is a program developed to crack the WPS PIN in order to retrieve the WPA2 passphrase. The Reaver APK can be downloaded from the developers' thread on the XDA-developers forums.
  5. Hack Wi Fi Using Android Step 5 Version 3.jpg
    5
    Launch Reaver. Tap the Reaver for Android icon in your App drawer. After confirming that you are not using it for illegal purposes, Reaver will scan for available access points. Tap the access point you want to crack to continue.
    • You may need to verify Monitor Mode before proceeding. If this is the case, bcmon will open again.
    • The access point you select must accept WPS authentication. Not all routers support this.
  6. Hack Wi Fi Using Android Step 6 Version 3.jpg
    6
    Verify your settings. In most cases you can leave the settings that appear at their default. Make sure that the "Automatic advanced settings" box is checked.
  7. Hack Wi Fi Using Android Step 7 Version 2.jpg
    7
    Start the cracking process. Tap the "Start attack" button at the bottom of the Reaver Settings menu. The monitor will open and you will see the results of the ongoing crack displayed.
    • Cracking WPS can take anywhere from 2-10+ hours to complete, and it is not always successful.[1]

Method 2 of 2: WEP Routers

  1. Hack Wi Fi Using Android Step 8 Version 3.jpg
    1
    Root a compatible device. Not every Android phone or tablet will be able to crack a WPS PIN. The device must have a Broadcom bcm4329 or bcm4330 wireless chipset, and must be rooted. The Cyanogen ROM will provide the best chance of success. Some of the known supported devices include:
    • Nexus 7
    • Galaxy S1/S2/S3/S4/S5
    • Galaxy y
    • Nexus One
    • Desire HD
    • Micromax A67
  2. Hack Wi Fi Using Android Step 9 Version 3.jpg
    2
    Download and install bcmon. This tool enables Monitor Mode on your Broadcom chipset, which is essential for being able to crack the PIN. The bcmon APK file is available for free from the bcmon page on the Google Code website.
    • To install an APK file, you will need to allow installation from unknown sources in your Security menu. Step 2 of this article goes into more detail.
  3. Hack Wi Fi Using Android Step 10 Version 3.jpg
    3
    Run bcmon. After installing the APK file, run the app. If prompted, install the firmware and tools. Tap the "Enable Monitor Mode" option. If the app crashes, open it and try again. If it fails for a third time, your device is most likely not supported.
    • Your device must be rooted in order to run bcmon.
  4. 4
    Tap "Run bcmon terminal". This will launch a terminal similar to most Linux terminals.Type airodump-ng and tap the Enter button. AIrdump will load, and you will be taken to the command prompt again. Type airodump-ng wlan0 and tap the Enter button.
  5. 5
    Identify the access point you want to crack. You will see a list of available access points. You must select am access point that is using WEP encryption.
  6. 6
    Note the MAC address that appears. This is the MAC address for the router. Make sure that you have the right one if there are multiple routers listed. Jot this MAC address down.
    • Also note the Channel that the access point is broadcasting on.
  7. 7
    Start scanning the channel. You will need to collect information from the access point for several hours before you can attempt to crack the password. Typeairodump-ng -c channel# --bssid MAC address -w output ath0and tap Enter. Airodump will begin scanning. You can leave the device for a while as it scans for information. Be sure to plug it in if you are running low on battery.
    • Replace channel# with the channel number the access point is broadcasting on (e.g. 6).
    • Replace MAC address with the MAC address of the router (e.g 00:0a:95:9d:68:16)
    • Keep scanning until you reach at least 20,000-30,000 packets.
  8. 8
    Crack the password. Once you have a suitable number of packets, you can start attempting to crack the password . Return to the terminal and type aircrack-ng output*.cap and tap Enter.
  9. 9
    Note the hexadecimal password when finished. After the cracking process is complete (which could take several hours), the message KEY FOUND! will appear, followed by the key in hexadecimal form. Make sure that "Probability" is 100% or the key will not work.[2]
    • When you enter the key, enter it without the ":". For example, if the key was 12:34:56:78:90, you would enter 1234567890.

We could really use your help!

Can you help us
rate articles?
Yes
No
Can you tell us about
caterpillars?
Yes
No
Can you tell us about
music production?
Yes
No
Can you tell us about
Indian cooking?
Yes
No

Warnings

  • Hacking a router you are not authorized to access is illegal

Article Info

Categories: Wi Fi
In other languages:

Run Linux on Android



Run Linux on Android
If you can’t wait for the launch of the official Ubuntu smartphones (the first models are supposedly due later this year), don’t want to shell out for a new phone anyhow, or would prefer to use a different version of Linux on a portable device, there is an alternative. It’s possible to run a variety of popular Linux distros on a standard Android smartphone or tablet – everything from a simple BusyBox toolset right up to a full distribution with a desktop environment. You don’t even need to root your phone for some of the methods that we explore in this feature.
The advantages of running Linux on an Android device are manifold. As well as being able to SSH into other computers, you’ll have access to all your favourite Linux tools and you can also run a desktop GUI with most methods. The possibilities are endless. You could potentially even turn your Android device into a LAMP server to run web apps! So, if you’ve got an ageing Android phone or tablet kicking around, why not give it a try?

No rooting required

As mentioned, some solutions for running Linux on an Android phone don’t even require you to root the device to circumvent Android’s security features and gain superuser privileges – although we’ll take a look at that process later. The first and simplest of these is Kevin Boone’s KBOX2 project (see the section towards the end of this post), a port of BusyBox packaged with a number of Linux utilities. As with most of the solutions we explore in this feature, it can be installed via an Android app available in the Google Play Store.
Another simple non-root solution is the Limbo PC Emulator, a port of the QEMU hypervisor. The Android app can be downloaded in APK from from the project website: sourceforge.net/projects/limbopcemulator. Download an ISO for the desired distro and you can then run it in a virtual machine created by the app. Since the app is emulating x86 architecture on an ARM-based device, however, it’s a bit on the slow side.
Possibly a more useful alternative is the Debian noroot app, available from the Play Store. While the app actually provides a compatibility layer rather than a full Debian OS, it does enable you to run Debian applications on your Android device.
If you’re after a more fully-featured distro without rooting, however, the best solution currently available is the GNURoot app by Corbin Champion. Downloadable for free from the Play Store, it works on non-rooted devices by using a ptrace container implemented via the PRoot utility. No need to worry about any technical jargon, however, since the app does all the nitty-gritty for you and is very easy to use. After downloading and installing the main GNURoot app, you then need to download and install one of the ‘helper’ apps available for different ARM-based distros: (Debian) WheezyFedoraAboriginal (a lightweight BusyBox variant) and Gentoo. There’s also an x86 version of Wheezy available if you have an x86-based device. The downloaded distro can then be unpacked and launched using the simple menu system in the main GNURoot app, which does all the hard work and eventually places you in a command-line terminal emulator (see ‘Launch a distro with GNURoot’ instructions at the end of this post). You’re then all set to go and should be able to install any packages from the distro’s repo in the usual fashion, using the relevant package manager, such as apt-get or yum. You can create extra terminal windows by tapping the ‘+’ button at the top, then switch between them via the top-left drop-down menu. The top-right (three-dots) icon also brings up a menu for various settings, including font size (you might well want to increase it to see the text more easily on a small screen) and a list of special keys accessed via various volume button combinations.

Getting graphical

While useful for running various Linux tools and utilities, one obvious limitation of GNURoots’ four main distro options is that they only run via the command line. To run programs requiring windows, you’ll need a GUI. Fortunately, GNURoot does offer a way to implement one, using the helper app called ‘GNURoot Wheezy X (xterms)’, which launches a VNC server for this purpose. To see the GUI, you’ll also need to download one of the many VNC clients available in the Play Store – we used VNC Viewer.
The WheezyX distro launches in a terminal window. After updating and upgrading, as before, note the address of the VNC server at the top – it should be ‘localhost:1’ the first time. You can then open the VNC Viewer app and point it to this address, entering the password as ‘password’. A virtual desktop will then launch – note that there’s no proper desktop environment by default; just an xterm terminal window for Wheezy. By swiping around the screen, you can move the mouse pointer onto this window and tap to select it. You can use the keyboard icon in the pop-up top toolbar to start typing into the terminal, and use the handy row of special keys above the on-screen keyboard for things like Ctrl, Alt, the cursor arrows and function keys.
From this terminal window you can install and launch programs to run within windows on the desktop. Using the mouse pointer, windows can be dragged around and resized. While a bit fiddly, the system works pretty well, although you may get the odd error and applications may well be missing audio (a common problem when using VNC viewers). You can also install a desktop environment via the terminal. We managed to get Xfce working by installing it with: apt-get install xfce4. We then launched it from the VNC Viewer terminal with: startxfce4.
For some reason, the main desktop launched inside a window of its own, but could be dragged into position to fill the screen. There’s an application menu at the top for launching programs, although some items don’t work by default. So you may need to tinker around with the system to get it working better for you.
GNURoot Debian Xfce
Here’s Debian Wheezy for GNURoot running Xfce – open the image to view it at full size

 KBOX2 BusyBox

The KBOX2 project works by constructing a minimal Linux root file system within the private data area of the hosting terminal emulator app, so you’ll need to download one to use it – try Android Terminal Emulator by Jack Palevich. While you can install KBOX2 manually from that app’s command line, it’s easier to use the OneBox Package Manager app – you’ll need to buy a companion app (£2.03/$3.10). Just follow the in-app directions and it’ll run the setup script for KBOX2 within the terminal emulator. Now go to the latter and enter:
/data/data/jackpal.androidterm/kbox2/bin/kbox_shell
The prompt should change to /home/kbox $. You can then download the packages you need from the KBOX2 site (via the device’s web browser) and install them with:
dpkg -i /sdcard/Download/{package}.deb
Compatible packages include Perl, Dropbear (SSH support), GCC, Vim and rsync.

Launch a distro with GNURoot

  1. Search for GNURoot in the Play Store on your Android device. Install the main GNURoot app, then the helper app of whichever distro you want to run with it.
  2. Open the GNURoot app and choose the distro for the helper app you’re using from the top drop-down menu. Then tap the Create New Rootfs button to unpack it – this can take a few minutes.
  3. Once done, select that distro from the second drop-down and tick the ‘Launch as Fake Root’ box (so you can use apt-get and other root commands), then tap Launch Rootfs.
  4. It may a take a while to start the first time, resulting in a black screen before a familiar command-line terminal appears. You are now ready to use the downloaded distro.
  5. First, to ensure everything’s up to date, use the commands apt-get update and apt-get upgrade in Wheezy. If using Fedora, instead use yum update.

ARM-less devices

For this article, we’ve focused on installing Linux on ARM-based devices. However, some Android devices, such as the Samsung Galaxy Tab 3, are based on the x86 architecture. So, since nearly all Linux distros are based around x86, in theory they should easily run on these devices – whether using a live USB stick (via USB2Go) or a full install. You may need to tweak settings to get some features working, such as the virtual keyboard and screen rotation. Ubuntu and openSUSE (with its TabletPC pattern) seem to be the the best options.

Next time

That’s it for now, but check in again tomorrow and we’ll take a look at the rooted options for running Linux on Android phones and tablets.

Top 6 Best Free Anti-virus Apps For Android Mobile - 2015

Top 6 Best Free Anti-virus Apps For Android Mobile - 2015

android-antivirus
Android users are increasing day by day. All the major mobile companies like Samsung, HTC, Google nexus, Micromax and lots of other devices are based Android OS. As recently Nokia also releases first series on Android Phone If don't know must Nokia first Android Smartphone X, X+ and XL
All this popularity of android devices is just because of android Market which have millions of useful apps. But on the other hand many Android apps contain unwanted viruses and other malware which may effect your device and data as well. So it better to take precaution to increase your device security. There are number best Anti-virus and Anti-adware apps which protect your device and make it fully secure. Many Anti-virus are paid on Android market but you can also download them if you don't know then must check how to download Paid Android Apps for free. So Here is list of some best Anti-virus Apps for Android

Download 6 Best Android Anti-virus


Avast Anti-Virus


avast-android-antivirusAvast is famous security tool for Pc, Tablet and smartphone as well. Avast is highly rated software on PC and Android app as well. Avast provide better security in all the different devices. In Android mobile app of Avast it provide best security suit and also include backup tools for android smartphone and tablet. In Avast Mobile security app contain Anti-thief system, network monitoring, call and sms filtering. Avast have both version Free and premium as well.

[ Version:- Freeware/ Premium Price:- $14.99/yr]
https://play.google.com/store/apps/details?id=com.avast.android.mobilesecurity



Bitdefender Mobile Security

bitdefender-android-antivirusBitdefender is most downloadable Anti-virus on Pc, tablet and Android as well. Bitdefender is one of the biggest competitor for all Anti-virus software companies. It is popular just because of its better facilities and features they provide within their product. In Android Mobile Security app of Bitdefender it contains malware scanner, Privacy Adviser, Web security, Anti-thief feature and Event viewer. Bitdefender is scan all download apps automatically. These features make Bitdefender top rated Anti-virus apps as compare the others. Bitdefender have Free version for Android devices.
[ Version:- Freeware ]
https://play.google.com/store/apps/details?id=com.bitdefender.security




Kaspersky Anti-virus

kapersky-android-antivirusKaspersky provides Real time protection. Kaspersky is also famous and most trusted antivirus software for Pc, android devices. Kaspersky is famous just because of solid protection and also they update their Database frequent so that's why provide better protection for latest infections. In mobile app of  Kaspersky they provide Virus Scanner, anti-thief feature, Alarm function which help to locate your your device location and also malware protection.

[version:- Freeware]
https://play.google.com/store/apps/details?id=com.kms.free

Norton Mobile Security 2014

norton-android-antivirusAs we Norton is also famous and trusted anti-virus company. For PC or Android Norton is best anti-virus but as many users may face problem just because Norton is little bit heavy and use too much Ram. But For good configuration Hand set Norton is best and suitable Anti-virus. Norton provide best protection with Anti-malware, Anti-thief feature, Backup facility, Web Security, call and sms protection which make your device protection just by single sms in case you lost your device. Norton have both version Freeware and Premium.


[Version:- Freeware/ Premium:- $30/yr]
https://play.google.com/store/apps/details?id=com.symantec.mobilesecurity

AVG Anti-virus

avg-android-antivirusAVG the biggest giant of mobile and PC security. I am user of AVG from last 4 years and find it helpful for PC but note sure about their facilities provided for Smartphone. But here are some best features which listed by AVG and i hope it provide better protection as they provide desktops. AVG provide Anti-thief, Web protection, Device performance guide, In case you lost your device then your can easily locate it with Google Maps. You can also Remotely lock your device and delete your personal Data as well. AVG provide SMS scanning in real time. AVG is freeware for Smartphones.
[Version: Freeware]
https://play.google.com/store/apps/details?id=com.antivirus

McAfee Security

mcafee-android-antivirusMcAfee provide better protection as compare to many other Anti-virus. McAfee is biggest anti-virus software company it is famous for PC and web protection. Mostly in web surfing and website malware detection McAfee is used by many companies. Anti-virus scanning feature of McAfee is best than many others. McAfee provide two-tier bug protection, Anti-thief and backup features and much more. But the pricing of McAfee is little bit high around $30 per year

[Version:Free/ Premium:- $30/yr]
https://play.google.com/store/apps/details?id=com.wsandroid.suite

These are few Anti-virus and device privacy protection apps for smartphones. If you know any better which is not listed above don't forget to share we will definitely update after reviewing your suggestion.

Best Smartphones To Buy In 2015 - [Top 15]

Best Smartphones To Buy In 2015 - [Top 15]

Best Smartphones To Buy In 2015
Smartphone is now becoming the basic need of every person because everyone need all important stuff within a single device. While using smartphone you can get great experience with high quality camera, Fully bright and crisp HD screen and also with the high performance processor and operating system you can do multitasking as very easy. There are many apps which you can install in your smartphone like shopping apps, business apps, fitness apps etc So all these stuff in the smartphone can be helpful in daily life. So it becomes the more important for us to having a good smartphone. There are huge amount of smartphones in the market, sometimes it becomes more difficult to find which one is good smartphone with having great features and quality. If you are looking for a top best smartphone for yours then your are at a right place. Here we collect  best selling smartphones for you check it out and enjoy it.


 

#1. Apple iphone 6


    Apple iphone 6Processor:-  Apple A8, Dual-core 1.4 GHz Cyclone (ARM v8-based), PowerVR GX6450 (quad-core graphics).
    Operating System:- iOS 8, up-gradable.
    Display:- 4.7 Inches.
    Internal Memory:- 16/64/128 GB
    RAM:- 1 GB.
    Camera:- Front- 1.2 MP, Back- 8 MP.
    Battery:- Non-removable Li-Po 1810 mAh battery (6.9 Wh)
      http://bit.ly/1xKXs9rhttp://bit.ly/14uKDXa
       

      #2. Sony Xperia Z3 Compact


        Sony Xperia Z3 CompactProcessor:- Snapdragon 801, Quad-core 2.5 GHz Krait 400, Adreno 330.
        Operating System:- Android v4.4.4 (KitKat), up-gradable.
        Display:- 4.6 Inches, Shatter proof glass (Triluminos display, X-Reality Engine).
        Internal Memory:- 16 GB upto 128 GB.
        RAM:- 2 GB.
        Camera:- Front-2.2 MP, Back-20.7 MP.
        Battery:- Non- removable Li-Ion 2600 mAh battery.
        http://bit.ly/17itcKIhttp://bit.ly/1s4Ua1t

        #3. HTC One (M8)


          HTC One (M8)Processor:- Snapdragon 801, Quad-core 2.3 GHz (US/EMEA)/ 2.5 GHz (Asia, China) Krait 400, GPU Adreno 330.
          Operating System:- Android v4.4.2 (KitKat), up-gradable.
          Display:- 5.0 Inches, Corning Gorilla Glass 3 (HTC Sense UI 6.0).
          Internal Memory:- 16/32 GB, microSD upto 128 GB.
          RAM:- 2 GB.
          Camera:- Front-5 MP, Back- Dual 4 MP.
          Battery:- Non- removable Li-Po 2600 mAh battery.
            http://bit.ly/14uLDe6http://bit.ly/1Dkimkn


            #4. One Plus One


              One Plus OneProcessor:- Snapdragon 801, Quad-core 2.5 GHz Krait 400, Adreno 330.
              Operating System:- Android v4.4.2 (KitKat) up-gradable.
              Display:- 5.5 Inches, Corning Gorilla Glass 3 (CyanogenMod 11S).
              Internal Memory:- 16/64 GB.
              RAM:- 3 GB.
              Camera:- Front-5 MP, Back- 13 MP.
              Battery:- Non- removable Li-Po 3100 mAh battery.
                http://bit.ly/1xRxQuI


                #5. Samsung Galaxy S5


                  Samsung Galaxy S5Processor:- Snapdragon 801, Quad-core 2.5 GHz Krait 400, Adreno 330.
                  Operating System:- Android v4.4.2 (KitKat), up-gradable.
                  Display:- 5.1 Inches, Corning Gorilla Glass 3 (TouchWiz UI).
                  Internal Memory:- 16/32 GB, microSD upto 128 GB.
                  RAM:- 2 GB.
                  Camera:- Front- 2 MP, Back- 16 MP.
                  Battery:- Li-Ion 2420 mAh battery (BV-5QW).
                    http://bit.ly/1xRy5pEhttp://bit.ly/1yAmKdk


                    #6. Nokia Lumia 930


                      Nokia Lumia 930Processor:- Snapdragon 800, Quad-core 2.2 GHz Krait 400, Adreno 330.
                      Operating System:- Microsoft Windows Phone 8.1.
                      Display:- 5.0 Inches, Corning Gorilla Glass 3 (ClearBlack display).
                      Internal Memory:- 32 GB.
                      RAM:- 2 GB.
                      Camera:- Front- 1.2 MP, Back- 20 MP.
                      Battery:- Non-removable Li-Ion 2070 mAh battery.
                      http://bit.ly/1xRz7Swhttp://fkrt.it/hrn9tmNN

                        #7. LG G3



                        LG G3Processor:- Snapdragon 801, Quad-core 2.5 GHz Krait 400, Adreno 330.
                        Operating System:- Android v4.4.2 (KitKat), up-gradable.
                        Display:- 5.5 Inches, Corning Gorilla Glass 3.
                        Internal Memory:- 16/32 GB.
                        RAM:- 2/3 GB.
                        Camera:- Front- 2.1 MP, Back- 13 MP.
                        Battery:- Li-Ion 3000 mAh battery.
                          http://bit.ly/1BKSMRDhttp://bit.ly/1IpX7vC

                            #8. Motorola Moto X (2014)


                              Motorola Moto XProcessor:- Snapdragon 801, Quad-core 2.5 GHz Krait 400, Adreno 330.
                              Operating System:- Android v4.4.4 (KitKat), up-gradable.
                              Display:- 5.2 inches, Corning Gorilla Glass 3.
                              Internal Memory:- 16/32/64 GB.
                              RAM:- 2 GB.
                              Camera:- Front-2 MP, Back- 13 MP.
                              Battery:- Li-Ion 2300 mAh battery.
                              http://bit.ly/1IpXYMQhttp://bit.ly/14uPXd7


                                Best Low Budget Smartphones 




                                #1. Motorola Moto G (2014)


                                  Motorola Moto GProcessor:- Snapdragon 400, Quad-core 1.2 GHz Cortex-A7, Adreno 305.
                                  Operating System:- Android v4.4.2 (KitKat).
                                  Display:- 5.0 Inches, Corning Gorilla Glass 3.
                                  Internal Memory:- 8 GB, microSD upto 32 GB
                                  RAM:- 1 GB.
                                  Camera:- Front-2 MP, Back- 8 MP.
                                  Battery:- Non-removable Li-Ion 2070 mAh battery.
                                  http://bit.ly/1xRipzvhttp://fkrt.it/RHzg2gNN


                                  #2. Redmi Series (1s)



                                    Redmi Series (1s)Processor:- Snapdragon, Quad-core 1.6 GHz Cortex-A7, Adreno 305.
                                    Operating System:- Android , v4.3 (Jelly Bean).
                                    Display:- 4.7 Inches, AGC Dragontrail glass (MIUI 5.0).
                                    Internal Memory:- 8 GB, microSD upto 32 GB
                                    RAM:- 1 GB.
                                    Camera:- Front- 1.6 MP, Back- 8 MP.
                                    Battery:- Li-Ion 2000 mAh battery.
                                      http://bit.ly/1AESn4U


                                      #3. Huwaei Honor 3C




                                      Huwaei Honor 3CProcessor:- Mediatek MT6582, Quad-core 1.3 GHz Cortex-A7, Mali-400MP2.
                                      Operating System:-  Android, v4.2.2 (Jelly Bean).
                                      Display:- 5.0 Inches, Multitouch, Emotion Lite UI 2.0
                                      Internal Memory:- 8 GB, microSD upto 32 GB
                                      RAM:- 2 GB.
                                      Camera:- Front-5 MP, Back- 8 MP.
                                      Battery:- Li-Po 2300 mAh battery.
                                        http://bit.ly/1BHCvwGhttp://bit.ly/1xEywCd


                                        #4. Nokia Lumia 635



                                          Nokia Lumia 635Processor:- Snapdragon 400, Quad-core 1.2 GHz Cortex-A7, Adreno 305.
                                          Operating System:- Microsoft Windows Phone 8.1.
                                          Display:- 4.5 Inches, Corning Gorilla Glass 3 (ClearBlack display).
                                          Internal Memory:- 8 GB, microSD upto 128 GB
                                          RAM:- 512 MB.
                                          Camera:- Front-NO, Back- 5 MP.
                                          Battery:- Li-Ion 1830 mAh battery (BL-5H).
                                          http://bit.ly/1xRz7Swhttp://bit.ly/1ArYw30


                                          #5. Micromax Yureka



                                            Micromax YurekaProcessor:- Snapdragon 615 Cortex A-53 1.5GHz, Octacore and Adreno 405.
                                            Operating System:- Cyanogen OS 11.
                                            Display:- 5.5 inches, Corning Gorilla Glass 3.
                                            Internal Memory:- 16 GB, microSD upto 32 GB
                                            RAM:- 2 GB.
                                            Camera:- Front- 5 MP, Back- 13 MP.
                                            Battery:- Li-Po 2500 mAh battery.
                                              http://bit.ly/1FmEA7w


                                              #6. Micromax Android one



                                                Micromax Android oneProcessor:- Mediatek MT6582, Quad-core 1.3 GHz Cortex-A7, Mali-400MP2.
                                                Operating System:- Android, v4.4.4 (KitKat), up-gradable.
                                                Display:- 4.5 inches, Multitouch.
                                                Internal Memory:- 4 GB, microSD upto 32 GB
                                                RAM:- 1 GB.
                                                Camera:- Front- 2 MP, Back- 5 MP.
                                                Battery:- Li-Ion 1700 mAh battery.
                                                http://bit.ly/1AEVcD2http://bit.ly/17iyrKn


                                                #7. Gionee M2



                                                  Gionee M2Processor:- Quad-core 1.3 GHz Cortex-A7, Mali-400.
                                                  Operating System:- Android, v4.2 (Jelly Bean).
                                                  Display:- 5.0 inches, Multitouch.
                                                  Internal Memory:- 4 GB, microSD upto 32 GB
                                                  RAM:- 1 GB.
                                                  Camera:- Front- 2 MP, Back- 8 MP.
                                                  Battery:- Li-Ion 4200 mAh battery.

                                                  http://bit.ly/1ArZQD1http://bit.ly/1BHEX6q

                                                  These are top rates best smartphones by users. So we recommend you choose any of thie best you like. List will be updated soon as new model will be arrived in market. I hope you like these phone and must share your reviews.
                                                   
                                                  Designed by