Error don’t have a product spec for: ‘cm_dogo’ when building Cyanogen Mod 12.1 for Sony Xperia ZR

Building cyanogen 12.1 for Sony Xperia ZR throws the following error (in red) when you do: $ breakfast dogo <enter> ** Don't have a product spec for: 'cm_dogo' ** Do you have the right repo manifest? This error can be overcome by: $ cd ~/android/system/.repo/manifests <enter> $ cp default.xml default.backup <enter> $ leafpad default.xml <enter> … Continue reading Error don’t have a product spec for: ‘cm_dogo’ when building Cyanogen Mod 12.1 for Sony Xperia ZR

Compile anagramarama in Fedora 17

Download the source code from the anagramarama site here. $ tar -zxvf anagramarama-src-0.4.tar.gz <enter> $ cd anagrama* <enter> $ mv makefile.linux makefile <enter> $ yum install SDL-devel SDL_mixer-devel <enter> $ make <enter> You will now see a file name ag in the folder. That is the anagramarama program. You can run it directly or login … Continue reading Compile anagramarama in Fedora 17