adrnsoh / websmsdroid

Automatically exported from code.google.com/p/websmsdroid
0 stars 0 forks source link

Please re-add support for Betamax balance check #822

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Betamax balance check no longer works these days because the old credit check 
URL has been removed. However, it's still very easy to check for remaining 
balance and can easily be implemented.

On the page /buy_credit2/ you will find something like this practically on all 
providers:

<span class="balance">&euro; 10.00</span>

searching for <span class="balance"> and copying the value before the </span> 
tag would provide the balance.

I wanted to try doing this myself but I've never done any Android development 
yet and got stuck trying to set up a build environment... apparently setting 
everything up takes up much more time than this simple fix :(

Original issue reported on code.google.com by BigRi...@gmail.com on 8 Dec 2013 at 1:24

GoogleCodeExporter commented 8 years ago

Original comment by f...@ub0r.de on 9 Dec 2013 at 1:55

GoogleCodeExporter commented 8 years ago
I'd love to see this fixed, too

Original comment by tomn...@gmail.com on 4 Nov 2014 at 4:59