-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No stats has been collected yet #912
Comments
happens to me too. |
i don't have any stats either |
Not sure if I should open a new issue but I am having the same "No stats have been collected yet" issue, but the stack trace is different: Build.VERSION.RELEASE: 9 invoking android.os.ServiceManager.getService("batterystats") STACK TRACE |
I have the same issue: |
Dupes: This app is incompatible with Android 14. Here's what the developer says:
|
I am getting the same error on Android 13, samsung F23 5G. It shows since boot toast and then no stats have been collected yet. |
Same issue here, Android 13. All permissions granted. |
It doesn't work since purchase all permission granted not sure what I missed
Build.VERSION.RELEASE: 13
Build.BRAND: samsung
Build.DEVICE: r8q
Build.MANUFACTURERsamsung
Build.MODEL: SM-G781B
Build.VERSION.SDK_INT: 33
invoking android.os.ServiceManager.getService("batterystats")
android.os.ServiceManager.getService("batterystats") returned a service binder
invoking com.android.internal.app.IBatteryStats$Stub.asInterface
resolving getStatisticsStream(boolean)
invoking getStatisticsStream
retrieving parcel
ParcelFormatException occured
batteryStatsImpl_CREATOR.createFromParcel FAILED, trying readFrmParcel with PowerProfile set
FAILURE: an unhandled exception occured
STACK TRACE
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at com.asksven.betterbatterystats.DiagnosticsActivity.diagGetService(DiagnosticsActivity.java:329)
at com.asksven.betterbatterystats.DiagnosticsActivity.onResume(DiagnosticsActivity.java:95)
at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1531)
at android.app.Activity.performResume(Activity.java:8721)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5338)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5431)
at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:54)
at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2571)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8741)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
Caused by: android.os.ParcelFormatException: inconsistent tx state lengths
at com.android.internal.os.BatteryStatsImpl$ModemTxRxCounterImpl.(BatteryStatsImpl.java:4309)
at com.android.internal.os.BatteryStatsImpl$ModemActivityCounterImpl.(BatteryStatsImpl.java:4420)
at com.android.internal.os.BatteryStatsImpl.readFromParcelLocked(BatteryStatsImpl.java:21430)
at com.android.internal.os.BatteryStatsImpl.readFromParcel(BatteryStatsImpl.java:21271)
The text was updated successfully, but these errors were encountered: