Undecimus
Undecimus copied to clipboard
Battery Info missing in settings
Describe the bug no battery information availible unc0ver 702 with Fugu. NO other issues 100% ok To Reproduce Steps to reproduce the behavior:
- Go to settings/Battery
- Click on Battery
- Scroll down to Battery
- See error
Screenshots If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
- iOS Version: 14.5.1
- iOS Device: iphone 11 max pro
- unc0ver Version: 702
Place an "x" between the brackets if true:
- [x] this is a bug others will be able to reproduce
- [x ] this issue is present with all tweaks uninstalled(except for default packages) or disabled
- [ ] this issue is present after a rootfs restore
- [x] this issue is present on the latest version of unc0ver
Logs
If applicable, add logs or error messages here.
~~Run a terminal “updatedb
”, (make sure your Files app is not connected to any file servers or this will fail. “mount
” should reveal if you have any LiveFiles:// mounted, hopefully not.) Then run “locate CurrentPower
” and find the deep folder containing about 5 .PLSQL.gz files. Look at the current one and see if you have any in the Quarantine folder. Try opening the CurrentPower log in Filza and view some data and then close it and see if it compacts it’s -WAL file into the .PLSQL. These are the DBs that store you’re battery usage. If one is corrupt, which can happen during the nightly archiving/gzipping process, or permissions somehow got messed up, I’d expect that to produce the problem you’re having. You can also install “lsof
” (if your JB doesn’t already have it) and run “lsof CurrentPowerLogWhatever.PLSQL
” and see which process has it open. I believe it’s UsageTrackingAgent
but aggregated
might also be involved.~~
~~Check Choicy deep in daemons Show All and see if any tweaks are loading in UsageTrackingAgent , there’s a popular tweak that does and I forget which one but you could try temporarily disabling all tweaks in UTA and reboot and see if it’s any better.~~
You could also run “oslog --debug -p UsageTrackingAgent
” to view any telltale errors being reported. (You can use “info” in place of debug to get less noise but use debug if nothing useful appears.) If nothing seems telltale, open Settings and view that Battery screen, and then immediately CTRL-C quit the oslog and see what errors it reported. Might be easier to use a PC ssh so you can quit about 0.5-1.0 seconds after you view the Battery page.
EDIT: this bug seems inherent to all users of Uncover 8 / Fugu14. See below comment.
Run a terminal “
updatedb
”, (make sure your Files app is not connected to any file servers or this will fail. “mount
” should reveal if you have any LiveFiles:// mounted, hopefully not.) Then run “locate CurrentPower
” and find the deep folder containing about 5 .PLSQL.gz files. Look at the current one and see if you have any in the Quarantine folder. Try opening the CurrentPower log in Filza and view some data and then close it and see if it compacts it’s -WAL file into the .PLSQL. These are the DBs that store you’re battery usage. If one is corrupt, which can happen during the nightly archiving/gzipping process, or permissions somehow got messed up, I’d expect that to produce the problem you’re having. You can also install “lsof
” (if your JB doesn’t already have it) and run “lsof CurrentPowerLogWhatever.PLSQL
” and see which process has it open. I believe it’sUsageTrackingAgent
butaggregated
might also be involved.Check Choicy deep in daemons Show All and see if any tweaks are loading in UsageTrackingAgent , there’s a popular tweak that does and I forget which one but you could try temporarily disabling all tweaks in UTA and reboot and see if it’s any better.
You could also run “
oslog --debug -p UsageTrackingAgent
” to view any telltale errors being reported. (You can use “info” in place of debug to get less noise but use debug if nothing useful appears.) If nothing seems telltale, open Settings and view that Battery screen, and then immediately CTRL-C quit the oslog and see what errors it reported. Might be easier to use a PC ssh so you can quit about 0.5-1.0 seconds after you view the Battery page.
Thank very much for all your expalination. this is a bit advanced for me but i will try . I have choicy yes and filza. I have already dicabled PowerAgnet in choicy but still same. It looks like as soon i press jalbreak battery log freezes. I will try to do what you say but it is a bit advanced. Thank yo anyway
@funchrist ~~The solution is to use Choicy to Disable All Tweaks for daemons power log helpers and powerUIagent (I probably typed those wrong but if you Show All Daemons you'll find them both). I am running Fugu14 unc0ver 8.0.2 A12X iOS 14.4.~~
UPDATE: I was wrong, it still doesn't work. It seems everyone using Fugu14/Unc0ver v8.0.1/2 has this same issue. It's disappointing the developers won't acknowledge this bug.