[Geniuses needed] smali editing

I've done this successfully for the LG Optimus Slider.
In com\android\internal\widget\LockPatternView.smali of framework.jar (make sure you decompile with backsmali),
find something that looks like:

Code:
iput v2, p0, Lcom/android/internal/widget/LockPatternView;->mDiameterFactor:F

Above it, you should find something like:

Code:
    const/high16 v0, 0x3f00

Change 0x3f00 (or whatever it is) to 0x3dcccccd.

Wow thanks. I'll have to try this.