Thanks to a XDA member, namely Pack, who have posted the step-by-step guide to modify and change Android HTC Android phone dial pad key and background colors.
1: Plug your phone into your computer
2: Open a termial
3: Run ADB command: adb pull /system/framework/com.htc.resources.apk
4: Open com.htc.resources.apk
5: Navigate to /res/drawable-hdpi/
6: Locate phone_keypad_background.png and htc_pin_asset_rest.png
7: Replace with your preferred color choices
8: Go back to your terminal
9: Run ADB command: adb push com.htc.resources.apk /system/framework/com.htc.resources.apk
0 comments:
Post a Comment