Tuesday, February 25, 2014

Switch Dalvik/ART via ADB, super easy.

From Dalvik to ART and back again, a story of ADB.

Connect phone.

adb pull /data/property/persist.sys.dalvik.vm.lib

Open the file in notepad or whatever.

Replace the text libart.so with libdvm.so and you've got Dalvik.
Replace the libdvm.so ... yeah, you get it, vice versa.

adb push persist.sys.dalvik.vm.lib /data/property/

Boom! ... well, hopefully not. ;)

Source

Wednesday, February 19, 2014

Firefox 29, Australis. Take 2.

I realized, after posting the last stylish post, that I'm quite bored with the dark. So I made it lighter.

I think this will be it actually, I think I'm satisfied (yeah right).

Also, this (Buttons Back) puts the reload button back in its proper place. If only I could put other toolbar items between the navigation buttons and the urlbar I'd be real happy, grrrrr.

Saturday, February 08, 2014

Firefox 29, Australis. AKA Mozillas big f*ck you to customizers!

So Mozillas new UX-project Australis finally hit the Aurora channel, yay? No, not at all... they really went all in making it non customizable this time. Separators integrated into buttons, non-movable elements, ginormous buttons with no option to change, buttons that disappear instead of being disabled etc etc. The list goes on, bleh. It is shit like this that makes you want to customize a program to begin with...

Mozilla, I hate you so much right now.

It is - thankfully - still possible to customize the UI with the userchome.css file or stylish. And this brings us to the main point of this post.

Friday, February 07, 2014

Facebook chat, show ALL the emoticons

... or at least more of them.

Stylish this:
.emoticonsPanel div._5r8f.panelFlyout {
    height:650px !important;
}
._5r8p, ._5r8m, ._5r8l, ._5r8l > div {
    height:620px !important;
}