Qweef's comments

Qweef | 14 years ago | on: FBI, stumped by pimp's Android pattern lock, serves warrant on Google

They could have just come and asked here.

You must have already have root but since they mentioned it's a Samsung phone then all you do is find a CWM/Rooted kernel tar and flash via Odin then do the steps below.

adb -d shell

sqlite3 data/data/com.android.providers.settings/databases/settings.db

sqlite> update system set value=0 where name='lock_pattern_autolock'; sqlite> .exit

exit

Reboot from there and the lockscreen is bypassed.

Remember kids, use this for good and not evil muahahhahaahhaah

Qweef | 14 years ago | on: Let's Build an MP3 Decoder

I don't think the "A Haskell tutorial" part of the submission title is accurate. It's an mp3 tutorial... which happens to use Haskell. Not everything which uses Haskell is specifically about doing so. :-)
page 1