If you are disappointed that Galaxy Nexus is not going to get KitKat 4.4 you may think that CyanogenMod may be for you. First: it's not perfect! You will need to install Google Apps separately and from the start there is nothing like Gmail or Google Account in settings (it' solvable but remember about it). My tutorial is post-mortem of following this one: http://wiki.cyanogenmod.org/w/Install_CM_for_maguro Install Fastboot & ADB as stated here: http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro sudo apt-get install android-tools-fastboot android-tools-adb I have done it long ago and have it installed already so I'm not sure what was needed. If you have problems maybe something from http://ferrancasanovas.wordpress.com/2014/01/30/adb-install-android-system/ can help: sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install android-tools-adb android-tools-fastboot Download If you have adb and fastbo...