Follow Us On:
FacebookGooglePlusTwitterYoutubeRSS
Comments: 26 Comments
Published on: October 7, 2012

Greetings All,

The most awaited ICS (Icecream Sandwhich) update has been released for. Xolo x900 users. Whereas, all other Intel powered phones users are waiting for their carriers to release update. Orange Sandiego & Megamint users can also taste ICS if they don’t want to wait for official one by flashing Xolo x900′s update (Tutorial coming soon).

ICS review & Benchmarks

Our team got a chance to taste ICS and we are bringing its flavor to you.
image

image
image

image
What’s new with this update?
image

- As expected, Xolo X900 runs on a non-customized ICS rom i.e. AOSP, which is a good thing. User can experience Google’s original ICS.
- Overall performance is improved. We felt it more smoother than previous version of android. Benchmarks are good enough for a single core processor phone which beats all phones in memory with 6127 points.
image

- Update comes with new camera app which resolves many bugs like dull images which were present in Gingerbread version. New camera app is easy to use and packed with attractive features and looks.
image

- Music & sound quality are improved. Music app comes with interactive UI & sound effects.
image

image

-Music controls on lockscreen has been added which was requested by many users.
image

-Fonts are now customized according to the screen resolution of 1024×600 and also user can now set the font size.
image

-Update also helped to improve battery life.
-issue of app compatibility has been resolved now games like temple run and asphalt 7 etc. are in supported list.

What’s left?
-At this stage, we were expecting Jellybeans from Intel. We do not want Intel and their partner carriers to delay the update.
- Bootloaders are still locked – Android is an open source project and every user has its rights to customize their OS according to their needs. Intel is new to android phone market and by locking down bootloaders in the name of security will not help Intel to develop in the market. This phone is still vulnerable to USSD code attacks.

We appreciate Intel’s work over this update and we hope that Intel will resolve above issues as well as will work over fast updates.

For More do visit www.Androidnova.org 

Android Kernel Development Tutorial Series – #1

THIS SERIES WILL BASICALLY EXPLAIN THE KERNEL DEVELOPMENT OF THE DEVICE SAMSUNG GALAXY S2, BUT CAN BE USED WITH OTHER DEVICES ALSO WITH SOME CHANGES.

Dharam’s Kernel Development Tutorials

Installing Ubuntu

1. Download Ubuntu x64 from http://www.ubuntu.com/download/desktop
2. Install Ubuntu directly or as a Virtual Machine ( I prefer direct installation)
3. If setup is Virtual Machine, Please dedicate enough RAM and processor for the Kernel to build fast, else it will take ages 

Logging In As Root

1. When Ubuntu first boots, login with the username and password you mentioned while installing.
2. Open Terminal
3. Use following command.(Always the code after $/# is the one to be used. The one before that just specifies username@ubuntu:~)
## Anything after ## is a comment by me.

Code:
dharammaniar@ubuntu:~$ sudo passwd
[sudo] password for dharammaniar: ## Enter password which you used to login.
Enter new UNIX password: ## Enter Password for root(it can be same as your prev password)
Retype new UNIX password: ## Re-Enter Password for root
passwd: password updated successfully
dharammaniar@ubuntu:~$ su
Password: ## Enter the root password
root@ubuntu:/home/dharammaniar#

4. Once you get the last line as above means you now have root access.
5. Now logout from this user and login with username as root
6. On starting Terminal now, you should get

Code:
root@ubuntu:~#

 

Setting Up Build Environment

1. You should always be running as root.
2. Go To System->Administration->Synaptic Package Manager
3. Search for ncurses-devel
4. Install libncurses5-dev.
5. Download the toolchain. You can find it in the AOSP Source. I will also upload it soon enough.

page 1 of 1
Stay Updated via your Android
Welcome to AndroidNova.org

Welcome to the AndroidNova Universe where everyone is updated with the latest happenings in the Android World. Right from the latest news to the newest devices, apps, games, AndroidNova amasses its visitors with the knowledge and expertise that no other Android blog can provide. We Welcome everyone for a Delightful journey in the Android Galaxy. Join us and we guarantee a thrilling yet Wonderful journey in the universe of Android.

Find Us on Facebook
Advertisement
.