[MOD][MDPI] Xperia JB style lockscreen & real JB lock screen [UPDATE:1/28/2013]

Siddhesh

Senior Member
Sep 18, 2012
513
219
0
Mumbai
Re: [MOD][MDPI] Xperia JB style lockscreen & real JB lock screen [UPDATE:1/28/2013]

And do you maybe know how can i get my walkman here?

Sent from my ST21i using xda premium
Goto settings-display-lockscreen settings and their u can add application shortcuts

Code:
Press Thanks if I helped.
 
  • Like
Reactions: djedjy

shyam4ever

Senior Member
Nov 10, 2011
144
178
0
Bangalore
Need framework

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%




Hi TK,
Thanks for the nice tutorial...
I got a problem when i try to decompile the lockscreen.apk, because m using ICS framework_res.apk. Can you please provide me the proper framework_res.apk for decompile the JB Xperia lockscreen apk...
Thanks in advance...
 
Last edited: