sMobile ? "width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" : "width=1100"' name='viewport'/> android xda: OS update
Showing posts with label OS update. Show all posts
Showing posts with label OS update. Show all posts

Friday, 25 July 2014

Apple makes its new OS X Yosemite available for free download to first 1 million Mac owners

Apple today released the latest version of its OS X “Yosemite” computer software in beta form.   This is the new tenth version of OS X which will eventually replace “Mavericks.” The beta release is available for download for free on first come first served basis for first 1 million download.  Yosemite is a continuation of Apple’s redesign process of its software across computers and portable devices. 



This is the first time Apple is making the pre-release version available to the public. Earlier, it made the beta versions of both its iOS smartphone and tablet software and its OS X computer software have only been available only to developers for testing ahead of their general releases to the public.

To install the free software users will have to sign up using Apple’s site, as well as have a Mac computer with OS X Mavericks 10.9 installed with at least 2GB of memory and 8GB of free disk space.

Apple has also recommended that those users who want to test the new software do so on a second computer because it could be unstable and cause errors due to its beta form.  Users who do install the beta software will be able to upgrade to the final version of Yosemite on its release in the Autumn.

Apple has made big changes in Yosemite version.  It will bring a total new GUI to users making it much closer to the iOS version on the smart phones. Apple has also added features that tie the two devices together ie the iPhone/iPad/iPod Touch and the Mac.  This feature is known as “Continuity” and will  allows users to send files back and forth between the two.

Another feature Yosemite brings is that users of Apple’s iPhone will also be able to place and answer calls on their desktop computers.

Those who are interested in the free download or for beta testing can do so here.

Saturday, 28 June 2014

All devices running on Android 4.3 and below vulnerable to serious code execution flaw in 'Keystore'

Most probably if you not using a top flagship Android smart phone or tablet for a top company like Google Motorola, Samsung, HTC or LG then you are using a smart phone with Android 4.3 Jelly Bean version running aboard.  And if you are using the Android 4.3 Jelly Bean or earlier version run smart phone or tablet, you, or rather your smart phone/tablet is vulnerable to a serious code-execution vulnerability. This vulnerability was discovered by the Application Security Team of IBM, nine months ago.   This vulnerability has been patched in the latest Android version from Google, the 4.4 KitKat version but Android 4.3 and older Android versions remain highly vulnerable.

All devices running on Android 4.3 and below vulnerable to serious code execution flaw in 'Keystore'


As per the latest data available, only 13.6 % of total Android users have Kitkat on their smart phone or tablet.  The total distribution of of Android community is divided as follows according to Android Developers site is as follows
VersionCodenameAPIDistribution
2.2Froyo80.8%
2.3.3 -
2.3.7
Gingerbread1014.9%
4.0.3 -
4.0.4
Ice Cream Sandwich1512.3%
4.1.xJelly Bean1629.0%
4.2.x1719.1%
4.31810.3%
4.4KitKat1913.6%










From this data it can be inferred that 86.4 percent of the total Android smart phones and tablets users are at risk from this vulnerability.  The vulnerability discovered by Application Security team at IBM confirmed the presence of a critical code-execution vulnerability that affects all devices using the versions 4.3 and earlier and lets an attacker/potential hacker exploit it to steal sensitive data from the vulnerable devices. 

The IBM security researchers discovered that the stack buffer overflow vulnerability resides in the Android’s KeyStore storage service, which is responsible for storing and securing device’s cryptographic keys.
“A stack buffer is created by the ‘KeyStore::getKeyForName’ method” “This function has several callers, which are accessible by external applications using the Binder interface (e.g., ‘android::KeyStoreProxy::get’). Therefore, the ‘keyName’ variable can be controllable with an arbitrary size by a malicious application,” Hay said. “The ‘encode_key’ routine that is called by ‘encode_key_for_uid’ can overflow the ‘filename’ buffer, since bounds checking is absent.” explained the experts 
Anybody with knowledge of Android API programming can successfully exploit this vulnerability.  Once exploited the hacker can execute a  malicious code  under the keystore process. Once executed, such code can lead to serious leaking of the device’s lock credentials. Since the master key is derived by the lock credentials, whenever the device is unlocked, ‘Android::KeyStoreProxy::password’ is called with the credentials.

All devices running on Android 4.3 and below vulnerable to serious code execution flaw in 'Keystore'

It can also leak decrypted master keys, data and hardware-backed key identifiers from the memory and  encrypted master keys, data and hardware-backed key identifiers from the disk for an offline attack. The hackers can also remotely interact with the hardware-backed storage and perform crypto operations (e.g., arbitrary data signing) on behalf of the user.

An potential wannabe hacker can theoretically exploit the above vulnerability that exists in all the Android devices prior to the Android 4.4 Kitkat but experts believe that exploit is pretty hard to execute  due to the presence of numerous difficulties likes the need to to bypass memory-based protections native to the operating system, including Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR). The Data Execution Prevention is an exploit mitigation that is used to prevent execution of malicious code, but the attackers have had success to bypass it using the Return Oriented Programming (ROP) attacks. The ASLR is used to mitigate buffer overflow attacks randomizing the memory locations used by system files and other programs, implementing this technique it is hard to guess the location of a given process.

“However, the Android KeyStore is respawned every time it terminates. This behaviour enables a probabilistic approach; moreover, the attacker may even theoretically abuse ASLR to defeat the encoding” states the post.

The experts confirmed that they haven’t seen the flaw being exploited in the wild yet.  The Google is currently upgrading the Android devices to the Android KitKat 4.4.4 with build number KTU84P (branch kitkat.-mr21-release), the new update was mainly issued to fix the CCS Injection Vulnerability (CVE-2014-0224). You can read about it here.  Sadly only Nexus range of devices and Motorola devices would be giving out upgrades as of now.  Other manufacturers have been pretty slow with the upgrades with Samsung releasing 4.4 upgrade for its flagships only last week across US and Indian subcontinent. 

Saturday, 21 June 2014

Google rolls out Android Kitkat 4.4.4 build KTU84P upgrade to fix the CVE-2014-0224 vulnerability

Eager Android fans and aficionados  who were hoping a new version of Google's popular OS for smart phones will be a bit disappointed because Google is rolling out a new version this week. Called Android Kitkat 4.4.4., this new upgrade is being rolled out for for the Nexus 4 and 5 phones and the Nexus 7 and 10. The build number of the new release is KTU84P and will now only be available for above mentioned smart phones and tablets and is aimed at primarily fixing the deadly OpenSSL vulnerability which is called CVE-2014-0224.

Google rolls out Android Kitkat 4.4.4 build KTU84P upgrade to fix the OpenSSL #heartbleed vulnerability


Google has officially not confirmed the release yet but Googler Sascha Prüter said in a post to his Google+ page that the update is "primarily addressing CVE-2014-0224."  

Sascha Prüter has clarified that the update does not cater or address the  #hearbleed vulnerability had caused a lot of heart burns around the world in first week of April 2014 with almost all of websites asking their users to change the passwords. This SSL/TLS MITM vulnerability (CVE-2014-0224) vulnerability in the OpenSSL crypto library that allows a "man in the middle" attack, where the attacker can intercept, decrypt, and potentially modify traffic between a client and server. 

The update comes less than three weeks after the last KitKat version numbered 4.4.3.  Motorola was the first company other than Google to start pushing the 4.4.3 update to its Nexus range of smart phones and tablets.   Motorola confirmed that it was  working on upgrading its Verizon Droid line, the sudden release of Android Kitkat 4.4.4 means it had to halt its plans and re-submit a new update to the wireless carriers.

"This was a significant unplanned effort that we had to undertake," Motorola employee David Schuster said via Google+. "We should be re-entering labs next week and hopefully getting TA (technical approval) in 3 to 5 weeks later depending on the carrier."

Top US mobile operator Sprint has confirmed via its online forums that it will roll out the 4.4.4 update to Nexus devices "in batches," beginning on Friday. Sprint users may visit this Sprint Support page for more information on the updates. Other manufacturers and operators will slowly start releasing the upgrades based on their own time lines.

Developers, modders and Android enthusiasts can get the factory image of Android 4.4.4 KTU84P here.

Update : The post has been edited consequent to a reply from Googler Sascha Prüter regarding Android 4.4.4 not addressing the #heartbleed vulnerability.  The update infact addresses the SSL/TLS MITM vulnerability (CVE-2014-0224) which can be read here.

Update : All devices running on Android 4.3 and below vulnerable to serious code execution flaw in 'Keystore'

Sunday, 8 June 2014

Samsung Galaxy S4 and Note 3 users in India and United States gets Android 4.4 KITKAT update

Samsung has started rolling out Android Kitkat version 4.4.3 to its Indian users of Galaxy S4 and Galaxy Note alongwith upgrades to the US users starting June 6th 2014.  It may be noted that Samsung had been rolling out the Android 4.4 KitKat  to its users for past four months in a phased manner since the the roll out first began. India and US were two countries which were left out of the rollout package initially.  

Samsung Galaxy S4 and Note 3 users in India and United States gets Android 4.4 KITKAT update

Samsung has also simultaneously GT-i9500 Android 4.4 KitKat update recently landed for users in Chile, Mexico and Columbia. As for the GT-i9505, the LTE model, we haven’t seen any recent updates emerge.

In the U.S, Samsung has finally started rolling out the AT&T Galaxy S4 Active Android 4.4 KitKat finally started redeploying on June 6th, six weeks after Samsung and AT&T halted its roll out. Here is what it has on board.

Android 4.4 OS upgrade (http://www.android.com/versions/kit-kat-4-4/)
Copy and paste improvements
Easier to insert pictures and videos in email or messages
Camera app accessibility from the lock screen
Call reliability improvements

You can also update your Samsung Galaxy S4 by going to settings > more > about device > update.  Kindly note that the update is large one at 463MB so it is advisable to use WiFi for the update

Friday, 10 January 2014

Android 4.4.2 KITKAT leaked firmware I9505XXUFNA1 now available for Samsung Galaxy S4 GT-i9505

Samsung may release the Android 4.4.2 Kitkat firmware for the Samsung Galaxy S4 at its own leisure but the Sammobile guys have released a leaked stable firmware for it.  The firmware having No.I9505XXUFNA1 is now available for your Samsung Galaxy S4 Model GT-i9505.
Android 4.4.2 KITKAT leaked firmware I9505XXUFNA1 now available for Samsung Galaxy S4 GT-i9505

To install the leaked firmware you have to visit the Sammobile website for instructions.  Kindly remember that this is a leaked version and not official version of Samsung.  Samsung will be releasing the final firmware of Android 4.4.2 Kitkat within the month end.  So if you are not familiar with the rooting process do wait until the official copy is out.

For those who are interested in this firmware, this is the first Android 4.4.2 KitKat test firmware for Samsung Galaxy S4 so you might be the first ones to use a Android Kitkat operating system on your S4.  Do remember this firmware is for the Samsung Galaxy S4 GT-i9505 popularly known as the European version.  

As per Sammobile, this test firmware has been in testing for several days and is pretty stable.  The firmware update will bring some minor UI changes like new status bar icons to your Samsung Galaxy S4.  But the essence of upgrading to Kitkat really lies in the overall improvement in the way your S4 will work.  The benchmarks have established that the new firmware is far better than Android 4.3 now running on your S4.  You will also get a new keyboard from Samsung alongwith this firmware.  The new keyboard is more fluid, easy and gesture friendly.  In the camera options, Samsung has now included a camera shortcut directly to your lock screen so you have that extra second to click that awesome snap.

Additionally you will get all the features that the Android 4.4 Kitkat will bring to table.  

Monday, 30 December 2013

All Micromax Canvas smart phones to get Android 4.4 KITKAT update, new year gift from Micromax to its Indian users

Micromax, the entry level and mid level smart phone manufacturer has been churning out pretty decent Android smart phones but it has not been updating either the firmware or the OS.   Many Micromax users hold this grudge against Micromax.  But now, perhaps seeing that its competition is rolling out Android's latest versions for their smart phones, Micromax has decided to roll out Android 4.4 Kitkat to 11 of its Canvas series of smart phones.

All Micromax Canvas smart phones to get Android 4.4 KITKAT update, new year gift from Micromax to its Indian users

The smart phones which Micromax will update are given in the above image.  This information was released on Twitter by MMXNewscastor. some of the premier Micromax hits like Micromax Superfone A100, Micromax Superfone A101, Micromax Canvas 2, Micromax Canvas 2 plus, Micromax Canvas HD, Micromax Canvas Doodle, Micromax Canvas Doodle 2, Micromax Canvas 4, Micromax Canvas Turbo will get this update by January 2014.

Saturday, 28 December 2013

Easy step guide to understanding 'Jailbreak' and jailbreaking iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up

The team behind Evasi0n, the evad3rs has released a stable version of Evasi0n7 the jailbreak for iOS 7 and up.  So if you own a iPhone, iPad, iPad Mini or iPod Touch and have upgraded it to iOS 7.0.4 you should go for this jailbreak.  But the question remains why jailbreak and what is a jailbreak. 
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

To understand Jailbreak you have to understand the environment Apple, the maker of iOS devices operates in.  The Apple provides a secure architecture with many do and donts on iOS.  Even its Apple Play environment is controlled to the extent that you may become suffocated.  But somewhere down the line these donts create lot of problems if you want a unhindered smart phone.  You must have heard a lot of custom ROMS for Android.  Well these custom ROMs are nothing but jailbroken ROM released by modders for the benefit of users who want to use the last drop of resource their smart phone has. In short, jailbreaking is just hacking into your Apple product’s software and opening it up for customization. You can change the way it looks and feels, choose from a host of custom Apps that aren’t available in Apple’s official App store and a whole bunch of other things.  

One of the examples of the use of jailbreak is that you cannot use your official iPhone as modem.  With the Evasi0n7 it becomes easy to make your iPhone 5 to become a mobile modem or tethering device for your PC or laptop.  With a Evasi07 Jailbreak you can connect my laptop to my iPhone using USB or WiFi or use it’s 3G Internet connection.

This is just one of the examples of advantages of jailbreak, out there, there is whole new world of tweaks and add-on which you can put on your iOS 7 device.  Other tweaks include features similar to the new Control Centre in IOS 7, except they were even better, allowing you to add or delete icons as per your personal choice.

For the record, jailbreaking will not void your warranty and it’s pretty simple to uninstall a jailbreak if you dont like it.  You just have to restore your device using iTunes. Jailbreak also allows you to access iTunes, the App Store and all your apps and backups just like a normal iOS 7 device.

Now if you are convinced the you need a Jailbroken device, you can proceed reading this post.  For the record the latest release from Team Evasi0n, the Evasi07 is a one click affair and pretty easy to handle unlike installing custom ROMs on Android devices.   If you are ready click on the following links and lets start



1. Windows for those who own a Windows PC

2. Mac for those who own a Apple PC

(It is advisable to unzip the downloaded file and keep it on your desktop)

Next menu on the desk is to check whether your iOS device is compatible for this jailbreak.  This jailbreak is only compatible with IOS 7.0 to 7.0.4.  But you should update your iOS device from iOS 7 to iOS 7.0.4 to get the best out of this jailbreak.  


To check your current version, go to Settings>General> About and the third last menu under ‘Version’ will give you the version number of your iOS device.
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Next step is to back up your iOS device.  No matter how new your iPhone, iPad, iPad Mini or iPod Touch is, it is always advisable to make a backup of the device.  You can do it through iTunes in secs. 
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Next step is to make sure your battery is more then 40 percent full and connect it to the PC with USB connection.  Once connected go to your desktop where you have saved the unzipped version of Evasi0n7 and double click it.  It will give a pop up like below :
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Click on Jailbreak in that screen and just sit back till Evasi0n7 starts its job 
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Now Evasi0n7 will ask you to tap on the new new Evasi0n7 App icon on your iOS device screen (this will generally appear on the second or the third page)
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Once you have tapped the Evasi0n7 icon, it will take two minutes for the Evasi0n7 to do its job and you will get a exit screen as below.  Press exit and remove the USB connection.

An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Congratulations, you have jailbroken you iOS 7 device.  Now you will see the Cydia icon in your menu 
An easy step guide to jailbreaking your  iPhone, iPad, iPad Mini and iPod Touch running on iOS 7 and up using the EVASI0N7

Cydia is the unofficial market place where you get all the tweaks and add ons you have been dreaming about.  Remember, never update your iOS 7 firmware if you have used the above process.  If you want you can restore your iOS device to pre jailbreak state and update your firmware.  But dont use the jailbreak after updating your firmware till evad3rs release the jailbreak for that particular device. 

You can watch the video below to get some of the tweaks and understand them.  


Three of the best tweaks are ModMyi 7, SwipeSelection and Hidden Springboard settings.  The SwipeSelection lets you to simply swipe across the screen to select text, instead of using the often infuriating magnifying glass. It can also make repositioning the cursor to add punctuation or letters pretty easy.  Hidden Springboard allows you to customize the way the OS looks and feels while ModMyi 7 allows you to use tethering, even if it’s not enabled by your carrier.

Just in case you are still in doubt over jailbreak, over 70 % iPhones and iPads manufactured by Apple are jailbroken so you are not the only one to use it.

XDA Forum releases initial builds of Android 4.4 KITKAT for Samsung Galaxy Ace, Galaxy Fit, Galaxy Mini and Galaxy Gio

Officially Samsung may not release the Android 4.4 Kitkat update for its Samsung Galaxy Ace, Galaxy Fit, Galaxy Mini and Galaxy Gio in forseable future.  So what do the owners of this not so high end smart phones do to get Android 4.4 Kikat on their smart phones.  Simple, root them with the newly launched initial builds of Android 4.4 Kitkat for Samsung Galaxy Ace, Galaxyy Fit, Galaxy Mini and Galaxy Gio.

XDA Forum releases initial builds of Android 4.4 KITKAT for Samsung Galaxy Ace, Galaxy Fit, Galaxy Mini and Galaxy Gio

If you own any of this devices, you can updated your smart phone to Android 4.4 Kitkat and take full advantage of the new features that come with it.   This is because these smart phones come with a limited memory and have only Android version is 2.3 at present.  

The instructions to install the CM11 Android 4.4 Kitkat on your above smart phones are given below on these XDA Forum threads





If you find any problems with the installation, you can post your query on the individual XDA forum threads.

Friday, 27 December 2013

Xolo Play Tegra Note gets Android 4.3 Android update, brings DirectStylus update and Always-On HDR support for Camera

The Xolo Play Tegra Note launched only a week ago has proved a nice hit for Nvidia and Xolo.  Xolo launched the Xolo Play Tegra Note in direct competition to the Samsung Note III and priced it very smartly at 17999.00.    Now to keep up the heat on the competition, Nvidia has started giving out OTA  4.3 update for its Tegra Note line up of devices.  
Nvidia releases Android 4.3 OTA update for Tegra Note 7 lineup brings added DirectStylus support and AOHRD support for Camera, update you Xolo Play Tegra Note now

The Android 4.3 update brings a slew of improvements to the Nvidia Tegra Note line up and Indian Xolo Play Tegra Note.  First and foremost the update will make the Always-On HDR (AOHDR) available for the Xolo Play Tegra Note. Remember, though the Tegra lineup comes with Always-On HDR (AOHDR) function which improves image quality using NVIDIA's Chimera computational photography architecture, Xolo Play Tegra Note users could not use it to its full potential.    The update has also added video stabilization for shake free video and gives further options for tuning and optimizations to improve camera performance under certain lighting conditions.

Another USP of the Xolo Play Tegra Note is its DirectStylus feature. Now the updated devices will get DirectStylus help option under the device setting’s menu, a stylus removal and insert notification on the notification bar, and also gives users the ability to capture the notification bar with full-screen capture (screenshot). 

In addition to the above two important features, the update has also fixed several security and bug issues which were reported after the Xolo launch. It will allow transferring app and data files from internal memory to an external microSD card. 

Xolo is one of the companies which are manufacturing the Tegra Note 7 in India alongwith other international smart phone manufacturers like EVGA, ADVENT, Gigabyte, Shenzhen Homecare Technology, Zotac and Xolo.  

If you own the Xolo Play Tegra Note, kindly go to the Settings > About Device > Software update and get the Android 4.3 through OTA.  Kindly use Wi-Fi as the update is a big one.  Other users of Nvidia Tegra Note lineup can also update their phones.