poundifdef / VirginMobileMinutesChecker

Android app which allows Virgin Mobile US customers to view how many minutes are remaining, how much they owe on the account, and when payment is due

Home Page:https://market.android.com/details?id=com.jaygoel.virginminuteschecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track Mobile Web Usage

NTICompass opened this issue · comments

Virgin Mobile started throttling 3G usage after 2560.0 MB. They track your MB used on the site; it's not on the main page, it's under the "Data & Web" popup.

How hard would it be to integrate this into the app?

The 3G information is in dataPlanHistory.do. When trying to browse to it, it loads all of the text for a split second, but then redirects back to the home page.

I'm wondering if the WebScraper would still be able to grab it without being redirected. Maybe if we terminate the connection about 70% through (I usually see it redirect around 90%).

It looks like now you can check the data from the account overview page when logged in.