By Christopher Madrid on Sunday, September 29, 2013 at 3:19pm
Do it at your own risk!!!
Decompile first framework-res.apk
(alam nyu nmn n cguro kung pano to)
Steps:
Remove "Swipe screen to unlock"
1. Open \framework-res\res\values\strings.xml
2. Find lockscreen_unlock_guide_text
3. In that line, delete Swipe screen to unlock
Note: \res\values\strings.xml is for English language. if you're using a differnet language on your phone then you have to edit thecorresponding strings.xml file in the proper values directory. for exemple if you're using French then you'll have to edit the strings.xml file under values-fr
2. Change the date format on the lock screen
1. Open \framework-res\res\values\strings.xml
2. Find mid_month_day_mid_wday_no_year
3. Replace E. d MMM. with the format you want.
Reference:
d numeric Day of the Month (1)dd numeric Day of the Month (01)EEE short Day of the week (Mon)EEEE long Day of the week (Monday)M numeric Month (1)MM numeric Month (01)MMM short Month (Jan)MMMM long Month (January)yy short year (09)yyyy long year (2009)exemple: yyyy MMMM d, EEEE to display 2012 March 12, Monday
Credits @ Dali of xda
Decompile first framework-res.apk
(alam nyu nmn n cguro kung pano to)
Steps:
Remove "Swipe screen to unlock"
1. Open \framework-res\res\values\strings.xml
2. Find lockscreen_unlock_guide_text
3. In that line, delete Swipe screen to unlock
Note: \res\values\strings.xml is for English language. if you're using a differnet language on your phone then you have to edit thecorresponding strings.xml file in the proper values directory. for exemple if you're using French then you'll have to edit the strings.xml file under values-fr
2. Change the date format on the lock screen
1. Open \framework-res\res\values\strings.xml
2. Find mid_month_day_mid_wday_no_year
3. Replace E. d MMM. with the format you want.
Reference:
d numeric Day of the Month (1)dd numeric Day of the Month (01)EEE short Day of the week (Mon)EEEE long Day of the week (Monday)M numeric Month (1)MM numeric Month (01)MMM short Month (Jan)MMMM long Month (January)yy short year (09)yyyy long year (2009)exemple: yyyy MMMM d, EEEE to display 2012 March 12, Monday
Credits @ Dali of xda
No comments:
Post a Comment