Wednesday, February 26, 2014

[MODDERS]How to add EDT Tweak Support on your SystemUI

By John Paolo Desuasido on Friday, July 5, 2013 at 10:12pm
Hey guys,

This time I will make a tutorial on how to add "EDT" tweak support on your SystemUI

Features of EDT Tweak
Battery Options:
  • Show/Hide Battery Icon (Doesn't work)
  • Battery Text Style (Regular,Hide and Small %)
  • Prepend/Append Battery Text
  • Change Charging Color (For Battery Text)
  • Change Regular Color (For Battery Text)
  • Change Medium Level Color (For Battery Text)
  • Change Low Level Color (For Battery Text)
Clock Options:
  • Show AM/PM
  • Small AM/PM
  • Hide AM/PM
  • Hide Clock
Signal Options:
  • Show Signal Bars (Doesn't work)
  • Show Signal Strength (Not available yet)
  • Show dBm Text (Not released)
Bug List:
  1. Show/Hide Battery Icon
  2. Show Signal Bars
  3. Show Signal Strength
  4. Show dBm Text
Here are the Requirements:

Please refer this guide on this thread:
http://forum.xda-developers.com/showthread.php?p=43801589

How to Install - For Users
  1. Download the EDT Files zip package on your Computer and extract it anywhere in your desktop
  2. Now on your phone, Pull your SystemUI.apk and paste it on your sd card
  3. Now connect your phone to your Computer and Connect USB Storage
  4. Copy the pulled SystemUI.apk and paste it on your apktool folder
  5. Decompile your SystemUI.apk (You know how to do it right?)
  6. Now copy the extracted smali from the EDT Files zip package and paste it on smali/com/android/systemui/statusbar/. Replace if asked
  7. Go to res/layout/ and open status_bar.xml
  8. Copy the code from here : http://pastebin.com/LCSkKs7a
  9. Paste it above com.android.systemui.statusbar.Clock
  10. Compile the SystemUI.apk (You know how to do it right?)
  11. On your phone, push the SystemUI.apk to system/app using Root Explorer or similar.
  12. Now install EDT.apk and you can now use it's features

Note:
EDT.apk can be found at the referred thread.

Credits
  • Romanbb
  • BarJei

No comments:

Post a Comment