Definitely. I decided to be a guinea pig and bootlooped (which means the bootloop protection script doesn't work on the new 12L build yet either).Glad I stopped by to see what's going on before I decided to update to March build. Should I hang around Feb build for a bit?
I'm having a strange issue before I even get to flashing the LSPosed module - flashing Addon Features v21 Lite version seems to disable battery percentage. I've tried setting/unsetting in SystemUI Tuner, also installing the LSPosed module and fiddling with battery settings to see if that would help. Is this known behavior with 21 Lite, or a new issue? 4XL on March update. I took a logcat of trying to toggle "always show percentage" in SystemUI, but I'm unsure if it'd help.Hello!
Like I've already talked about, Google, on Android 12 March build, has made a drastic move. They've decided to silently move to Android 12L or 12.1 or whatever Google has decide to name it...point is, Android 12 has moved from API 31 to 32.
And what does this mean? It means that the Addon Features "FULL version" is not compatible anymore even on newer Pixels.
For the time being framework-res.apk can't be decompiled...it can't even be installed in order to be decompiled. This means that, until Apktool gets updated I can't do anything in order to update the FULL module version to March build.
On the other hand, and since this happened, I think I'm going to drop this module logic, as it is, and move to a new one where all "exclusive features" will be based on xposed hooks (it works with Lsposed zygisk version). @siavash79 has already started to work on it and there's already some test versions available.
You may test them it if you want to.
Also, you can flash LITE Addon Features version module zip along side those test versions...that's my current setup while running March build on my Pixel 4a.
Just go to this post and check it out, in case your interested.
Cheers!
That's odd. On the mod Full version I had an overlay that did that, it disabled the option on settings. I did it since it wouldn't make much sense to have it there doing nothing, since the option was overriten by the exclusive feature on ROM Control.I'm having a strange issue before I even get to flashing the LSPosed module - flashing Addon Features v21 Lite version seems to disable battery percentage. I've tried setting/unsetting in SystemUI Tuner, also installing the LSPosed module and fiddling with battery settings to see if that would help. Is this known behavior with 21 Lite, or a new issue? 4XL on March update. I took a logcat of trying to toggle "always show percentage" in SystemUI, but I'm unsure if it'd help.
Feel free to contact me here or on Telegram (same username) if there's anything I can do to debug. Thanks for the awesome work as usual and my apologies for having to rush in with a problem.
That was most certainly the problem. Deleting the folder fixed me right up. Thank you!That's odd. On the mod Full version I had an overlay that did that, it disabled the option on settings. I did it since it wouldn't make much sense to have it there doing nothing, since the option was overriten by the exclusive feature on ROM Control.
But, in LITE version, since that exclusive feature doesn't exist, I've removed that overlay so that the option would appear again on system settings.
So, please check /data/adb/modules/AddonFeaturesForPixel/system/product/overlay/ for a disable battery overlay. If it's there, just delete it and reboot your device. It shouldn't exist but...based on your report maybe it's there.
Cheers!
That has already been ported to AOSP Mods.Hey @Typhus_ , could I ask how the network icon changing worked in your mod? I see that AOSP mods has the the ability to change the battery icon, but not the network icons yet. Are both the battery and network icons changed the same way, or is changing the network icon more problematic than changing the battery icon? I loved the Zig-Zag style in your mod and I'm trying to figure out how long of a wait it could be before we see it in AOSP mods as well.
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