Glad it worked for ya...
Well to set how many panel and make the hint permanent...decompile the lockscreen apk and go to res/value and edit
integers.xml.
For panel edit this:
Code:
<integer name="blinds_affected_by_touch">[COLOR="Red"]5[/COLOR]</integer>
5 is default....just change how many you like it...
For hint:
Code:
<integer name="unlocks_before_hint_removal">[COLOR="red"]3[/COLOR]</integer>
Make it like 999...
and for how wide the panel open...edit
fractions.xml:
Code:
<fraction name="max_sideways_rotation_degrees">[COLOR="red"]2[/COLOR]99.98474%</fraction>
Just change the first number to your like...
This is with 599.98474%