nickdalzell
Extreme Android User
Tennis is boring too. Get neck strain just watching it. And wtf is it with all the grunting? I might change my vote for most boring sport to golf though. Sit for hours waiting for them to hit the damn ball, and when I think they missed and laugh, its a practice swing....d'oh!
Say what you want about the imperial measurements, but kph readings look way too fast, and Celsius looks way too cold! One time, my Android device malfunctioned in Weather bug and got stuck in celcius, I was like "wtf?!" It ain't MINUS FIVE DEGREES! on wait, celcius again!"
Say what you want about the imperial measurements, but kph readings look way too fast, and Celsius looks way too cold! One time, my Android device malfunctioned in Weather bug and got stuck in celcius, I was like "wtf?!" It ain't MINUS FIVE DEGREES! on wait, celcius again!"
i got rid of everything else Android annoyed me with, discovered how to disable ANR and crash dialogs. logcatting and peeking in the Java code i found out that almost every app available has some sort of 'onforceclose' or 'on backaction' or somesuch. one of them had something to do with not responding, and some background receivers are normally enabled for things like crashreporter (shows the 'unexpected error, send report' in the notification area) and crashdialogbox (name varies, produces ANRs/Force Close notices under certain variables. disabling those 'features' and if and when an app does crash it just silently exits iOS style.