Hey Guys
I discovered this
This time I bring a way to change the clock style from Xperia STOCK to ICS clock font
It is VERY EASY
ICS LOCK SCREEN CLOCK XPERIA STOCK LOCK SCREEN CLOCK

REQUERIMENTS:
1. Extracted Framework.jar from your Android (/system/framework) and copy in your PC
2. smali.jar and baksmali.jar (Into a new folder on PC) See attachments Or Download Here View attachment 1849757
3. 7zip or WINRAR
4. Notepad ++ or any text editor (recomended notepad++)
5. cmd in Windows
HERE WE GO!
1. COPY framework.res into extracted folder decomjar (with smali.jar and basksmali.jar)
2. extract classes.dex from framework.jar using 7zip or Winrar

3. Is time to open the terminal... Go to the directory where the FOLDER decompjar is content.
4. Press Shift button and right-click. select open a command window here

5. After open the terminal Write this comand:
java -jar baksmali.jar -o classout/ classes.dex
It is for Decompile the file

6. find this file DigitalClock.SMALI in this directory: \decomjar\classout\com\android\internal\widget
7. open the file and edit
a. find
.field private static final SYSTEM_FONT_TIME:Ljava/lang/String; = "/system/fonts/SoMADigitLigth.ttf"
b. and change for this .
.field private static final SYSTEM_FONT_TIME:Ljava/lang/String; = "/system/fonts/AndroidClock.ttf"
8. after change
a. find:
.prologue
.line 68
const-string v0, "/system/fonts/SoMADigitLigth.ttf"
b. Change for this:
.prologue
.line 68
const-string v0, "/system/fonts/AndroidClock.ttf"
9. SAVE THE CHANGES
10. time to recompile te file Write in the terminal this command:
java -Xmx512M -jar smali.jar classout/ -o new-classes.dex

11. Wait a Few Moments an rename "new-classes.dex" to "classes.dex"
12. Delete classes.dex from framework.jar and Repack the Modded classes.dex
13. Flash into Recovery or replace the file.
ENJOY !!!!
---------------Press THANKS :good: if your like My contribution

I discovered this
This time I bring a way to change the clock style from Xperia STOCK to ICS clock font
It is VERY EASY
ICS LOCK SCREEN CLOCK XPERIA STOCK LOCK SCREEN CLOCK

REQUERIMENTS:
1. Extracted Framework.jar from your Android (/system/framework) and copy in your PC
2. smali.jar and baksmali.jar (Into a new folder on PC) See attachments Or Download Here View attachment 1849757
3. 7zip or WINRAR
4. Notepad ++ or any text editor (recomended notepad++)
5. cmd in Windows
HERE WE GO!
1. COPY framework.res into extracted folder decomjar (with smali.jar and basksmali.jar)
2. extract classes.dex from framework.jar using 7zip or Winrar

3. Is time to open the terminal... Go to the directory where the FOLDER decompjar is content.
4. Press Shift button and right-click. select open a command window here

5. After open the terminal Write this comand:
java -jar baksmali.jar -o classout/ classes.dex
It is for Decompile the file

6. find this file DigitalClock.SMALI in this directory: \decomjar\classout\com\android\internal\widget
7. open the file and edit
a. find
.field private static final SYSTEM_FONT_TIME:Ljava/lang/String; = "/system/fonts/SoMADigitLigth.ttf"
b. and change for this .
.field private static final SYSTEM_FONT_TIME:Ljava/lang/String; = "/system/fonts/AndroidClock.ttf"
8. after change
a. find:
.prologue
.line 68
const-string v0, "/system/fonts/SoMADigitLigth.ttf"
b. Change for this:
.prologue
.line 68
const-string v0, "/system/fonts/AndroidClock.ttf"
9. SAVE THE CHANGES
10. time to recompile te file Write in the terminal this command:
java -Xmx512M -jar smali.jar classout/ -o new-classes.dex

11. Wait a Few Moments an rename "new-classes.dex" to "classes.dex"
12. Delete classes.dex from framework.jar and Repack the Modded classes.dex
13. Flash into Recovery or replace the file.
ENJOY !!!!
---------------Press THANKS :good: if your like My contribution