Posts

Showing posts with the label CyanogenMod

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

How to install CyanogenMod on Galaxy Nexus on Ubuntu

Image
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...