I’ve Framed! my hosts

And it feels great! For a couple of days I’ve been poking around with a small tool to ease the burdens of keeping track of different web development environments. The problem Nowadays a lot of developers have a number of different environments set up to improve the way they work. It’s often safe to tinker… Continue reading I’ve Framed! my hosts

Published
Categorized as Programming

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

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

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

Starta en aktivitet i en app från en annan app

Det här “tricket” kan vara användbart om man skapar en liten svit med appar som är tätt bundna till varandra, men inte nödvändigtvis måste leva under samma tak/app. I appen vars aktivitet du vill starta utifrån, gör Ändringar i Manifestet Leta upp den aktivitet-tag, <activity>, som du vill kunna nå utifrån och lägg antingen till… Continue reading Starta en aktivitet i en app från en annan app

Samsung Galaxy Tab (P7300), virtuellt tangentbord och emulatorn

Jag har ingen egen SGT men jag har däremot fått låna en. Mitt mål nu är att (på ett så våldsamt sätt som möjligt) bryta ut det virtuella tangentbordet och försöka installera det på emulatorn, så jag inte är strikt bunden till att ha tab:en varje gång jag vill felsöka tangentbordsproblem. Det är en process… Continue reading Samsung Galaxy Tab (P7300), virtuellt tangentbord och emulatorn