NumberPickerPreference

Today i was working with the PreferenceActivity where you can create you preference screen automatically with xml. Nice solution to not store and load your settings each time manually. I missed a number picker widget. There are only a few you can use, as for example EditTextPreference or CheckBoxPreference. So i had no choice and […]

raspberry pi + xbmc + amazon prime instant

The amazon instant video streaming launched their services in germany about one month ago. I don’t have a playstation or a xbox to stream it directly to my tv so i wanted to stream it via my raspberry pi using xbmc. I could not find a plugin so I decided to make one by myself. […]

broken links when fetching url with urllib2 python ISO-8859-15 to utf-8

I had a little annoying issue which was a simple encoding error. I’m not a python expert and i tried to read a webpage via urllib2 in python. Let’s see what i did: import urllib2 req = urllib2.Request(url) response = urllib2.urlopen(req) content = response.read() response.close() When i tried to work with my webpage i got […]

Ubuntu eduroam wifi does not connect

My Ubuntu 13.04 didn’t connect to the “eduroam”(“wwu”) wifi. It tried to auto-configurate the connection as android, ios, firefoxos, windows and mac do pretty well, but ubuntu failed. First you have to download a certificate which should provide your university. I had to choose between three different certificates, i downloaded them all and tried them […]