Sunday, March 27, 2016

Not Able To Change Anything (Even Colors)

Hello, I just tried into Xposed field, and not able to modify anything .

This Xposed module, hooks into Calculator for example, and change a color in it for example .

What Works :
  • Hooking Into Calculator .
  • Checking If Color Line Is There ( Yes, it's there ) .

What Doesn't Work :
  • Change that color .

I've added a log to check if it's working, it's showing up the log/messages i put, only changing the color isn't working .

I'm using this code :
HTML Code:

res.setReplacement(Xposed.Calc_PACKAGE_NAME,"color","calculator_accent_color", Color.BLACK);
Maybe i miss-understood the concept of changing values ?


from xda-developers http://ift.tt/1qa0Hby
via IFTTT

No comments:

Post a Comment