Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Meteor bill pay stats widget

Options
1235»

Comments

  • Registered Users Posts: 112 ✭✭ianblyth


    Android 2.2 HTC Desire HD not Working
    It would be good if multiple accounts were supported.. people with meteor mobiles and also meteor midband (3g) could monitor both accounts at the same time.. maybe have 2 widgets active at the same time with the separate accounts..


  • Registered Users Posts: 86 ✭✭Dmz1984


    Android 2.3 HTC Desire HD not Working
    ianblyth wrote: »
    It would be good if multiple accounts were supported.. people with meteor mobiles and also meteor midband (3g) could monitor both accounts at the same time.. maybe have 2 widgets active at the same time with the separate accounts..

    we'll see


  • Registered Users Posts: 6,020 ✭✭✭TheIrishGrover


    Android 2.3 OTHER not working
    Running on Samsung Galaxy S 2 OK using stock 2.3.3 firmware


  • Registered Users Posts: 3,553 ✭✭✭mymo


    I installed this a month ago on a new SE Arc, 2.3.2
    It worked intermittently for a week hasn't worked since.


  • Registered Users Posts: 86 ✭✭Dmz1984


    Android 2.3 HTC Desire HD not Working
    mymo wrote: »
    I installed this a month ago on a new SE Arc, 2.3.2
    It worked intermittently for a week hasn't worked since.

    Since you haven't noticed, the meteor site has been having some issues,

    The plugin was taken off market places some days ago,
    and the update ( that works around meteors broken website issues )
    is now available directly

    via

    www.feeditout.com on your mobile browser....


  • Advertisement
  • Registered Users Posts: 5,284 ✭✭✭Ardent


    Thanks a mill for this great app. It works great on my Galaxy S 2 and I love how configurable it is!! Well Done! It doesn't do anything sneaky under the hood, does it? :D


  • Registered Users Posts: 86 ✭✭Dmz1984


    Android 2.3 HTC Desire HD not Working
    Ardent wrote: »
    Thanks a mill for this great app. It works great on my Galaxy S 2 and I love how configurable it is!! Well Done! It doesn't do anything sneaky under the hood, does it? :D

    ya, i'm logging all contacts with the name 'mum' in it, big fan of milfs!

    http://www.feeditout.com/android-code-repositories/android-meteor-widget-repo-2/ - on your desktop browser,

    you can checkout the code and compile it yourself, if you don't trust my apk.

    All the best


  • Registered Users Posts: 5,284 ✭✭✭Ardent


    Dmz1984 wrote: »
    ya, i'm logging all contacts with the name 'mum' in it, big fan of milfs!

    Lol, was only messing! Seriously, thanks - its a great app and I can see myself using it everyday!

    I notice that there appears to be two steps as part of a balance update - an inclusive minuted/texts query and then a subsequent webtexts query. How about making webtexts optional in order to speed things up? Would obviously impact on the widget, dunno if you can make that customisable...


  • Registered Users Posts: 7,860 ✭✭✭The_B_Man


    Would be cool if there was an option to show the number of days left on your month until the minutes/texts etc reset.


  • Registered Users Posts: 86 ✭✭Dmz1984


    Android 2.3 HTC Desire HD not Working
    Ardent wrote: »
    Lol, was only messing! Seriously, thanks - its a great app and I can see myself using it everyday!

    I notice that there appears to be two steps as part of a balance update - an inclusive minuted/texts query and then a subsequent webtexts query. How about making webtexts optional in order to speed things up? Would obviously impact on the widget, dunno if you can make that customisable...

    LoL, it was a good one to be fair ;)


  • Advertisement
  • Registered Users Posts: 86 ✭✭Dmz1984


    Android 2.3 HTC Desire HD not Working
    The_B_Man wrote: »
    Would be cool if there was an option to show the number of days left on your month until the minutes/texts etc reset.

    as soon as meteor fix their site, i plan to do something like that!

    cheers
    Dave.


  • Registered Users Posts: 47 ITDemo


    Android 2.3 HTC Desire Not Working
    Hey man!

    Love your widget, been using it since day 1.
    Have a small problem though... I recently installed a MIUI Custom Rom on my Desire 2.3.3. (Here is a link to the Rom if you wanna take a look)

    While on CyanogenMod 7 I had no problems but with this Rom I do.
    It only displays the widget in a 1x1 box and no text or anything on it.

    I understand this isn't really your problem. But if you have some extra time to take a quick glance through the code if you have any idea what it could be causing this it would be great and really appreciated! :D

    If not, I totally understand! ;)

    In the meantime I will mess with your code too as I know a bit of Java, just incase it is obvious.
    I don't know why it is like this when every other widget works fine.

    I obviously tried the usual. Update. Re-install. etc.

    Thanks Dave!

    EDIT: Screeny to show you what I mean. All I get is the very nice meteor "O*"

    vo62b4.png


  • Registered Users Posts: 86 ✭✭Dmz1984


    Android 2.3 HTC Desire HD not Working
    ITDemo wrote: »
    Hey man!

    Love your widget, been using it since day 1.
    Have a small problem though... I recently installed a MIUI Custom Rom on my Desire 2.3.3. (Here is a link to the Rom if you wanna take a look)

    While on CyanogenMod 7 I had no problems but with this Rom I do.
    It only displays the widget in a 1x1 box and no text or anything on it.

    I understand this isn't really your problem. But if you have some extra time to take a quick glance through the code if you have any idea what it could be causing this it would be great and really appreciated! :D

    If not, I totally understand! ;)

    In the meantime I will mess with your code too as I know a bit of Java, just incase it is obvious.
    I don't know why it is like this when every other widget works fine.

    I obviously tried the usual. Update. Re-install. etc.

    Thanks Dave!

    EDIT: Screeny to show you what I mean. All I get is the very nice meteor "O*"

    vo62b4.png



    play around with meteorwidgetproviderinfo.xml untill you get the desired effect

    try changing the

    android:minWidth="180px"
    android:minHeight="120px"

    to"dp"

    or just keep increasing the pixels

    everytime you change it, you have to remove it from your home screen and re add it,


  • Registered Users Posts: 47 ITDemo


    Android 2.3 HTC Desire Not Working
    Dmz1984 wrote: »
    play around with meteorwidgetproviderinfo.xml untill you get the desired effect

    try changing the

    android:minWidth="180px"
    android:minHeight="120px"

    to"dp"

    or just keep increasing the pixels

    everytime you change it, you have to remove it from your home screen and re add it,

    Thanks for the reply. Will check out that out once I get a chance.

    Thanks again! :D


  • Registered Users Posts: 134 ✭✭Hannibal6.0


    Working like a charm

    and Bravo on the app, if only there more innovative developers out there.


  • Registered Users Posts: 1,085 ✭✭✭BeanFlicker


    Android 2.3 OTHER not working
    Anyone having issues with this lately?

    Was working perfect last week but can't connect now,

    Using a SE Arc 2.3.2


  • Registered Users Posts: 2,794 ✭✭✭BionicRasher


    Android 2.2 HTC Desire Not Working
    ya same here

    Wont log in for me for the past week or so
    Using Stock 2.2 (which I know is not supported by Dev) on HTC Desire

    Saying that the Meteor website has been giving grief also recently -keeps asking me to log in numerous times


  • Registered Users Posts: 1,505 ✭✭✭nevaeh-2die-4


    is there any other bill pay widges out,

    the meteor one wont work anymore


  • Registered Users Posts: 2,055 ✭✭✭Cossax


    Presume this still isn't working for people? Despite being 100% of my number and password, I still get a failed log-in every time.

    EDIT: I mean Meteor's site more than the widget.


  • Registered Users Posts: 1,085 ✭✭✭BeanFlicker


    Android 2.3 OTHER not working
    Cossax wrote: »
    Presume this still isn't working for people? Despite being 100% of my number and password, I still get a failed log-in every time.

    EDIT: I mean Meteor's site more than the widget.

    I've had no problem with meteors website login but the app is still fooked


  • Advertisement
  • Registered Users Posts: 2,794 ✭✭✭BionicRasher


    Android 2.2 HTC Desire Not Working
    Web site still a bit messed up - got this SMS from Meteor the other day

    We're really sorry, but the Meteor MyAccount App is not working at the moment. We'll text you as soon as our techie team has fixed it. Your Meteor Team.

    I presume the same issues would be happening to this widget if Meteor cant get their one working


  • Registered Users Posts: 7,860 ✭✭✭The_B_Man


    its a loada bollix. I'm on bill with a certain amount of monthly mins/txts. If I go over, which I almost always get close to, then they charge me extra per txt/call! The website is hard to login to at the best of times, so i've really now reliable way of checking my limit now!

    Pain in the hole!!

    I wonder if i do go over my limit and get charged, would I have any comeback?


  • Registered Users Posts: 2,261 ✭✭✭kenon


    Android 2.2 HTC Desire HD not Working
    The_B_Man wrote: »
    I wonder if i do go over my limit and get charged, would I have any comeback?

    Doubt it, as you can text "My texts" or "my minutes" to 50104 to get your remaining texts/minutes.

    5/6 a side football

    Coolmine Sports Centre - Wednesdays - 8pm

    PM me for a game

    Thread



  • Registered Users Posts: 337 ✭✭ciaran75


    does this app work for anyone now?

    have downloaded onto my S2 and can not get it to work.


  • Registered Users Posts: 41 htcocacola


    ciaran75 wrote: »
    does this app work for anyone now?

    have downloaded onto my S2 and can not get it to work.

    got a text saying they fixed it today from meteor


  • Registered Users Posts: 337 ✭✭ciaran75


    thanks, tried again but still getting 'login failed, attempting workaround'

    can login fine to the meteor website on laptop using same credentials


Advertisement