itsdrnoob / DataMonitor

Data usage monitoring app for android.
GNU General Public License v3.0
532 stars 50 forks source link

Widget always shows 0 MB of mobile data usage #150

Closed ivomodrinic closed 1 year ago

ivomodrinic commented 1 year ago

Checklist

Affected app version

v2.2.0

Steps to reproduce the bug

  1. Use phone with two SIMs (not sure if relevant).
  2. Add widget to the home screen.
  3. Observe 0 MB usage of mobile data:

Screenshot_20230314_184958_One UI Home

  1. Click widget.
  2. Apps shows the proper data usage:

Screenshot_20230314_185009_Data Monitor

Expected behavior

Both widget and app should show same stats.

Actual behavior

The widget shows 0MB, different what the app shows.

Screenshots/Screen recordings

No response

Logs

No response

Affected Android/Custom ROM version

Android 13 / OneUI 5.1

Affected device model

Samsung Galaxy S23

Additional context

No response

itsdrnoob commented 1 year ago

Did you add a data plan?

ivomodrinic commented 1 year ago

Did you add a data plan?

That fixed the issue, however I would expect that the widget should count data without a data plan.

itsdrnoob commented 1 year ago

widget should count data without a data plan.

It does. Fixed in beta. 2eb03a0

ivomodrinic commented 1 year ago

widget should count data without a data plan.

It does. Fixed in beta. 2eb03a0

Confirmed it works in beta. Thanks