Skip to main content

Android battle 2014

The battle is more complicated now.. tougher but better !!
With the smartphones giants are on their way to rock down us all with there high end specs smartphones this year.. I am ready with my list of some really smart phones who deserve to be here.. Do you agree with the list ?? They might be going to give a tough battle against each of them but they are unique in themselves >>


Samsung galaxy S5:

Samsung galaxy S5 is ready to fire up his overloaded spec smartphone Samsung galaxy S5. Major prime focus of this device are quad-core Snapdragon 805 processor, which runs at a blistering 2.5GHz. , paired with 2GB of RAM, means the phone is going to run smoothly under any conditions. One thing to note: it isn’t 64-bit.
Android 4.4 KitKat is its android version and a new version of Samsung’s TouchWiz interface.  A 2800mAh battery should give the S5 enough juice to easily last a day. (Samsung claims 21 hours of talk time).

   

LG G3:

It will be among us about second half of 2014. The report cites some industry sources and reveals that the alleged LG G3 will sport a 1440x2560 pixels QHD (Quad HD) display, however no word on screen size, yet.

Further chances are there that LG G3 will pack an octa-core chip-set, believed to be codenamed LG Odin, which is being developed by the company itself. In addition, the rumoured LG G3 is expected to pack a 16-megapixel rear camera.

 


HTC M8

The HTC One's successor packs Qualcomm Snapdragon 800 and 4MP Ultrapixel camera, and it's coming on March 25

 

 Sony Xperia Z2


The new Sony xperia z2 having a display size of 5.2 inches configured with 2.3 GHz processor giving camera specs of 2.2 M.P front and 20.7 M.P rear. Screen resolution 1080 x 1920. The ram of the device is 3 g.b with android 4.4. the battery is sufficient enough to rock you full day with 3200 mAh power.


 

 

Galaxy Note 3 Lite

 

 

New report clears that theory Samsung has finalised a 5.68-inch LCD display for the alleged Galaxy Note 3 Lite. As of now, there is no word on other specifications. It is going to be using LCD instead of AMOLED display !






So they are the sensation of the year !! Buying them is a another honor added to you !! do write us down if you wanna add something in it ????

Comments

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to so...

How to increase internal memory of your Android !!

Want you to increase Internal Memory of your Android !! 1- First you have to download Mini tool Partition and install on your PC. 2- Connect your SD card to your PC using card reader and backup your SD card data onto your PC as we are going to format it. 3-  Open Mini Tool Partition in your PC and when the wizards open click on your SD Card and select Delete option. Now your SD Card memory is unallocated. 4- Then Right click SD Card and select create option. A popup window will open giving you the choice for making partition ; create partition as primary and file system as FAT if SD Card is less than 4GB and FAT32 if it is more than 4GB. Leave about 256 MB or more space (your choice) for creating the next partition which will be your phone's internal memory. 5- Then select done and do right click on unallocated space of your SD Card and again click create option. Select Primary partition but change the file system to Ext2, Ext3 or Ext4. ( Note: Ext2 is recommended as most ROMs...

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful. 1.    Docker Lab setup