Simple solution to a simple problem; Problem I can’t figure out where in the wholey hell of Linux-operating-system-paths-and-specifications, a package is spread out. Solution dpkg -L [package]
Author: J H
Tunneling Gerrit
Tunneling and Gerrit was a really interesting happening, as it wasn’t all clear how to do the following things Allow cloning and interaction with Gerrit Git Allow interaction with Gerrit’s web UI The first part was easier than the second. So let’s look at the second first. Allowing interaction with Gerrit’s web UI In order… Continue reading Tunneling Gerrit
Gerrit commands and other bits
Gerrit is a really interesting code review tool. When I worked for one of my former employers I got to test it out and I was both intrigued and daunted by it. The learning curve is sky-high with this one, but there’s a lot of things done right, when it comes to running huge code… Continue reading Gerrit commands and other bits
Fixing permissions in a shared Git repo
I hate shared Git repos’. Especially when I forget to set them as shared ones. And I start inviting people to join in on the fun. So, therefore, here’s a tip from a blog that tells you a way of fixing the mess you did, retroactively: https://blog.christophersmart.com/2014/01/10/permanently-fixing-permissions-on-a-shared-git-repo/ tl;dr TheRightWay git init –bare –shared tl;dr TheRadioactiveWay ssh… Continue reading Fixing permissions in a shared Git repo
SmartWatch2+3 in one apk
So, I got into this thing when I developed a watch face for the SmartWatch 2 and wanted to see if I could combine it in any way to work with a SmartWatch 3 as well. My route was a bit more strangled than the one I am about to present, but if nothing else,… Continue reading SmartWatch2+3 in one apk
Musings about going from Eclipse to Android Studio 0.3.7
So, the first time around when Android Studio was announced I was pretty excited. Seeing that something tightly connected to Android in the shape of a Google pushed IDE, well that should bring a lot of nice things! But alas, after a few hours of tinkering and trying to import projects exported from Eclipse by… Continue reading Musings about going from Eclipse to Android Studio 0.3.7
My impressions on two not-that-old mobile OSes (Ubuntu Touch et. Firefox OS)
I had the good fortune of getting a “Firefox OS Developer Preview” device called “peak” delivered to me the other day. It took nearly a month from purchase to delivery and the overall information sharing by Geeksphone (the creators of peak) was not what I would expect. But I digress. We’re here to talk about… Continue reading My impressions on two not-that-old mobile OSes (Ubuntu Touch et. Firefox OS)
Windows 7 64-bit + Java jre 7 != Körbar Android SDK Manager
Satt och klurade lite på varför Android SDK Managern vägrade starta. Lite ostrukturerat googlande gav tills lut denna StackOverflow-frågan: http://stackoverflow.com/questions/5199811/android-sdk-manager-wont-open Kortfattat: Det kan finnas flera java.exe-binärer som innebär att fel binär kopplas till Android SDK Managern. Om man ser till att ens PATH innehåller sökvägen till mappen där jre 7-java-binären ligger, samt att sökvägen finns… Continue reading Windows 7 64-bit + Java jre 7 != Körbar Android SDK Manager
Eclipse, Android, installation och “must override a superclass method”
Det här är ett mycket irriterande och rätt svårlöst problem eftersom kompileringsfelmeddelandet man får är ohyggligt otydligt när man väl kommer fram till varför det uppstår. Du har * Windows XP (32 bitar) och vill installera * Java * Eclipse * Android SDK Så, du laddar hem det som krävs och kör installationerna av det… Continue reading Eclipse, Android, installation och “must override a superclass method”
Cygwin och “My documents” i Windows-nätverk
Stötte på ett intressant fenomen när jag försökte få ihop min datormiljö på jobbet. Två datorer har jag, en Ubuntu och en Windows XP. Båda sitter på samma nät och monterar en enhet (Ubuntu) och Mina Dokument (Windows) vid inloggning. Att symlänka enheten i Ubuntu var en barnlek, men på Windows blev det värre. Eftersom… Continue reading Cygwin och “My documents” i Windows-nätverk