Yeah, sorry. That's what I get for having multiple threads open and typing while dozing off.....zzzzzzzI'm sorry but...what are you talking about?
Seems to me you're in the wrong thread....
Yeah, sorry. That's what I get for having multiple threads open and typing while dozing off.....zzzzzzzI'm sorry but...what are you talking about?
Seems to me you're in the wrong thread....
It's very obvious why it will restore with previous settings: when you remove the module it removes the app but not the data folder. (Uninstalling with package manager removes the data, but magisk doesn't do that)By the way, after deleting all modules and reinstalling again the app installed with all previous settings how ?
I think if i could clear the app data that might fix this bug, do you know how to do that ?
Thanks anyway.
That.It's very obvious why it will restore with previous settings: when you remove the module it removes the app but not the data folder. (Uninstalling with package manager removes the data, but magisk doesn't do that)
If you want to clear the data, head to app info in settings and clear them
A small indicator might be helpful, since you don't have a test device
Already have tried that, and still being installed with same data and same bug.It's very obvious why it will restore with previous settings: when you remove the module it removes the app but not the data folder. (Uninstalling with package manager removes the data, but magisk doesn't do that)
If you want to clear the data, head to app info in settings and clear them
I'm sorry but I really don't understand what could be causing that behavior at your end. Some dark magic is happening there, I'm afraid.Already have tried that, and still being installed with same data and same bug.
You can disable the module. I've explained how to on the OP. If you're not near a PC then force boot into safe mode (keep pressing volume down button while your device boots).Yeah that's so weird, Now i corrupted the SystemUI by mistake, after flashing the modules again.
The device boots and keeps flashing dark screen.
Don't you have a way to reset systemUI through rescue mode or fastboot before i fomat the device.
Yes i'm on January update.(Assuming you're running the stock Jan update)
Try these in exact order:
1. Uninstall both modules and reboot
2. Use root explorer and delete /data/data/com.typhus.romcontrol folder completely (or use adb shell, then type "su", then type "rm -Rf /data/data/com.typhus.romcontrol")
3. Flash visualiser fix module, reboot and give it 2 minutes after screen unlock
4. Flash both modules again and reboot
It will probably do a clean install trick
Yeah I saw that as well. I'll try to investigate if it's possible to add here.New suggestion:
Magisk has dropped the repository, BUT recently added support for update link for modules (I guess that means that once someone finds the module in the wild, magisk will probably handle checking for updates)
So.... Do you think there's any way to use this feature? Maybe you'll need a more permanent place to host files, (or maybe a version tracker xml if it's required by magisk?) (Maybe GitHub or something like that)
Never found any customization module this useful. Thanks!Hello!
Both modules have been updated to Version 14 and the links are now available on the OP.
What changed?
- Fix fingerprint icon being white/black on lock screen (now it's accent colored like all other icons/text)
- Fix brightness slider icon sometimes being white when it shouldn't be
- Added 27 more fonts
- Added one more icon pack
- Added 5 QS Tiles styles
- Use vibrate tick instead of vibrate pattern on QS tiles touches (when the option is enabled, obviously)
- Updated Kai icon pack signal icons (added a fix for carriers using 5 bars of signal)
- Updated ROM Control app
Hope you may enjoy this.
Notes:
The included QS Tiles styles were taken from A12 QS Panel Themer magisk module created by Sants.
He allowed me to include these 5 styles on Addon Features module, so you may thank him for this. If you want, you can use more styles if you use his module. You may find the module HERE and/or follow his Telegram channel HERE. Please show him your gratitude by supporting his awesome work.
Cheers!
Hi, thanks for all the frequent updates!
Just wanted to ask if you could also enable the material theming for the lock icon when a pin/password is not set?
It still behaves like the fingerprint icon did on v13.
A restart of SystemUI didn't fix. I also reinstalled the SystemUI mod as well as cleared data for the Rom Control app. Same result.The lock icon? That's odd. It should be colored exactly as the clock.
In fact, I've used the lock icon default java code, where the color is set, on the fingerprint icon java code. So, if it's working for the fingerprint icon, it should obviously be working on the lock icon.
Could it be a temp bug? If you restart SystemUI does that still happens?
adb shell
su
rm -rf /data/adb/modules/AddonFeaturesForPixel/system/framework/ && rm -rf /data/adb/modules/AddonFeaturesForPixel/system/system_ext/ && reboot
adb shell
su
rm -rf /data/adb/modules/AddonFeaturesForPixel/ && reboot
adb shell
magisk --remove-modules
adb logcat > log.txt