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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

JSMS - desktop app to use your free text message allocation (multi-operator)

  • 02-06-2006 10:42am
    #1
    Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    For all you Meteor Ireland customers out there, I have created a small
    program you can use to send free texts via Meteor website without
    having to log in each time. You dont even need to open a web browser.

    Note: You must have a valid Meteor Ireland phone number and meteor.ie password to use this tool.

    Features:

    * Phonebook function.
    * No limit on the characters you may send (it breaks them up into separate messages).
    * Shows remaining messages (currently 300 per month on Meteor)
    * Enter your login details only once.
    * Very simple interface. Press 'Enter' to send the SMS.
    * Works behind proxies (not fully tested with all types).
    * Works on Windows, Mac OS X, Linux & Solaris.

    Screenshot_6.png

    Check my webpage to download for free:

    http://finbarr.brady.googlepages.com/home


«13456710

Comments

  • Closed Accounts Posts: 29,930 ✭✭✭✭TerrorFirmer


    Nice. Will this out later....thanks!


  • Registered Users, Registered Users 2 Posts: 464 ✭✭cc


    nice little prog! great for during work, thanks


  • Registered Users, Registered Users 2 Posts: 539 ✭✭✭hefty_langer


    Fair play finabrr - great little app!


  • Registered Users, Registered Users 2 Posts: 10,905 ✭✭✭✭Bob24


    Looks cool indeed :) Any way you could make the source-code public ?
    My 2 reasons:
    - I'm wondering how you sorted out all the http posting to send the messages
    - I don't like entering my phone number and PIN in a piece of software that could potentially do anything with it, including sending it to you ;) (I'm not saying it's the case here ... but if I wanted to get peoples' phone numbers and PINs, I would think of this as a very good way)


  • Registered Users, Registered Users 2 Posts: 7,110 ✭✭✭Thirdfox


    Any way to change the message countdown limit to 30? (PAYG customers only have 30 free texts a month).


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 21,611 ✭✭✭✭Sam Vimes


    Thirdfox wrote:
    Any way to change the message countdown limit to 30? (PAYG customers only have 30 free texts a month).
    we've had this conversation many times on this board. only certain customers have 30 messages, the people who have free texts for life for example. if you don't have the free texts and don't mind switching to the new leisure time plus or anytime plus tariffs then ring them up and you'll get 300


    nice app by the way. thanks


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    Bob24 wrote:
    Looks cool indeed :) Any way you could make the source-code public ?
    My 2 reasons:
    - I'm wondering how you sorted out all the http posting to send the messages
    - I don't like entering my phone number and PIN in a piece of software that could potentially do anything with it, including sending it to you ;) (I'm not saying it's the case here ... but if I wanted to get peoples' phone numbers and PINs, I would think of this as a very good way)
    Hi Bob,

    Yes, I always have the latest version of the code up here

    http://finbarr.brady.googlepages.com/src.zip

    As you can see, once you enter your number & pin, it is written to a text file (so if you share your PC then maybe watch who can view that file).

    On a different note, If anyone wants to modify my app to work for O2/Vodafone then feel free. I made it using Java.


  • Registered Users, Registered Users 2 Posts: 3,135 ✭✭✭fifth


    Would love one for the vodafone free texts thing. Great work though.


  • Registered Users, Registered Users 2 Posts: 791 ✭✭✭Akula


    any chance that this could be made into a java midlet. Could be a nice way of sending text cheaply.


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    Akula wrote:
    any chance that this could be made into a java midlet. Could be a nice way of sending text cheaply.
    What is a midlet?


  • Advertisement
  • Closed Accounts Posts: 19,080 ✭✭✭✭Random


    It would be like the Java games or programs you download for your phone, if I'm not mistaken.


  • Registered Users, Registered Users 2 Posts: 1,091 ✭✭✭damo86


    Akula wrote:
    any chance that this could be made into a java midlet. Could be a nice way of sending text cheaply.
    you read my mind..was about ask the same question!!
    So???


  • Registered Users, Registered Users 2 Posts: 1,091 ✭✭✭damo86


    Have no exprience in making apps etc so could post a vodafone one...pretty please....with a cherry on top.....erm...please!


  • Registered Users, Registered Users 2 Posts: 2,823 ✭✭✭neacy69


    anyone know if it can be easily modified to work with Vodafone? i think that would be handy and also the midlet thing for mobile phones would be excellent


  • Registered Users, Registered Users 2 Posts: 2,699 ✭✭✭Santa Claus


    Wouldn't a midlet require the phone to establish a GPRS connection to use it ?
    I know you'd be saving the cost of a text but you'd be using GPRS so it would probably cost about the same.


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    I agree with Santa Claus. If you made it into a midlet then you will probably be charged a minimum connection fee of about 10 or 15 cent for GPRS so what is the point? Plus it might be tricky to integrate this with the phone's phone book. Anyway, I have never created a midlet so if someone else wants to try this then work away. The code is there for anyone to use.


  • Registered Users, Registered Users 2 Posts: 21,611 ✭✭✭✭Sam Vimes


    gprs is 3c a kilobyte on meteor. there's no minimum connection fee


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    My app does the following:
    1. Gets 2 cookies from the meteor web server
    2. Logs in
    3. Sends the text
    4. Gets remaining text messages

    When you add all these things up, its gonna upload & download a lot so it will likely cost you more than a normal text message. Until GPRS charges go down I don't see the point.


  • Registered Users, Registered Users 2 Posts: 2,823 ✭✭✭neacy69


    can you change to be used with vodafone


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    neacy69 wrote:
    can you change to be used with vodafone
    I dont have a Vodafone or O2 login so afraid not. Plus I don't have time at the minute. Source code is there so anyone else can give it a shot.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    For all you Meteor Ireland customers out there, I have created a small
    program you can use to send free texts via Meteor website without
    having to log in each time. You dont even need to open a web browser.

    Note: You must have a valid Meteor Ireland phone number and meteor.ie password to use this tool.

    Features:

    * Phonebook function.
    * No limit on the characters you may send (it breaks them up into separate messages).
    * Shows remaining messages (currently 300 per month on Meteor)
    * Enter your login details only once.
    * Very simple interface. Press 'Enter' to send the SMS.
    * Works behind proxies (not fully tested with all types).
    * Works on Windows, Mac OS X, Linux & Solaris.

    Screenshot_6.png

    Check my webpage to download for free:
    http://finbarr.brady.googlepages.com/home

    More info on this thread:
    http://www.boards.ie/vbulletin/showthread.php?t=2054940719


  • Closed Accounts Posts: 1,348 ✭✭✭ricey


    Sounds good man, Gonna try it out now.

    I keep getting a connection error??


  • Registered Users, Registered Users 2 Posts: 2,373 ✭✭✭Irishpimpdude


    Great little program man :) be nice if there was a sys tray feature, its very kool thanks...


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    ricey wrote:
    Sounds good man, Gonna try it out now.

    I keep getting a connection error??
    Could be:

    1. # If you are in college or work for a company, you may be behind a proxy. Enter your proxy name and port in the file ProxyConfig.txt (you can find out what your proxy settings are in your web browser connection settings) in the following format proxyname:port

    e.g [url]www.proxyname.ie:8080[/url]

    2. Check your phonenumber & pin are correct in the LoginDetails.txt file

    3. Obviously ensure you are connected to the internet

    4. It is also possible that Meteors website is down


  • Closed Accounts Posts: 1,491 ✭✭✭Foxwood


    fbradyirl wrote:
    I dont have a Vodafone or O2 login so afraid not. Plus I don't have time at the minute. Source code is there so anyone else can give it a shot.
    This looks like a useful tool. I have an O2 account, so I spent half an hour looking at what URLs and cookies might be involved - it lookes like o2 sets about 8 cookies on login, thought they might not all be necessary.

    Maybe I'll try to modify your app for O2, if I can get the JDK working - it's been a while since I did any programming!


  • Registered Users, Registered Users 2 Posts: 523 ✭✭✭mwrf


    any chance of you putting the source up somewhere? :)


  • Registered Users, Registered Users 2 Posts: 7,042 ✭✭✭kaizersoze


    stebishop wrote:
    any chance of you putting the source up somewhere? :)
    Here:
    http://finbarr.brady.googlepages.com/src.zip
    Excellent idea and a nice little app.
    Could someone that knows what they're doing do a Vodafone one?:o


  • Moderators, Motoring & Transport Moderators, Technology & Internet Moderators Posts: 23,279 Mod ✭✭✭✭bk


    One that will work with O2, Vodafone and Meteor here:
    http://www.mackers.com/projects/o2sms/

    Written in Perl, will run on Windows, Linux, Solaris, etc.

    I wrote one in Java in the past for all the sites, but it needs to be updated, if I get some time I'll dig it up and update it.


  • Registered Users, Registered Users 2 Posts: 7,423 ✭✭✭fletch


    Its askin for my 4-digit pin but i've changed mine for a 5-digit pin?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,755 ✭✭✭niallb


    Well done with that, fbradyirl.

    I've been using this one for a while now:
    http://www.mackers.com/projects/o2sms/
    It's command line which suits me, and it's excellent.

    It's a script which covers O2 and vodafone as well.
    It often has meteor issues, and if you've sorted those
    at the moment, it might be worth both of you having
    a chat and improving the two apps for all networks.

    Good luck with it,
    NiallB


  • Registered Users, Registered Users 2 Posts: 9,284 ✭✭✭RobertFoster


    fletch wrote:
    Its askin for my 4-digit pin but i've changed mine for a 5-digit pin?
    I've a 5 digit pin too. Enter any 4 digit number to get past the first login. Close the app then open MeteorLogin.txt and edit the pin and save there. It logs in automatically each time after that.


  • Registered Users, Registered Users 2 Posts: 7,042 ✭✭✭kaizersoze


    bk wrote:
    One that will work with O2, Vodafone and Meteor here:
    http://www.mackers.com/projects/o2sms/

    Written in Perl, will run on Windows, Linux, Solaris, etc.

    I wrote one in Java in the past for all the sites, but it needs to be updated, if I get some time I'll dig it up and update it.
    Tried it on Vodafone. Doesn't work and you have to enter your login details each time you open it.
    The OPs one looks nice and the syncronize phonebook and message counter features are handy.


  • Registered Users, Registered Users 2 Posts: 1,664 ✭✭✭rogue-entity


    I will have a go at making this work for O2. Since O2 changed their site, I dont think O2 SMS will work anymore unless someone has updated it.


  • Registered Users, Registered Users 2 Posts: 523 ✭✭✭mwrf


    kaizersoze wrote:
    Here:
    http://finbarr.brady.googlepages.com/src.zip
    Excellent idea and a nice little app.
    Could someone that knows what they're doing do a Vodafone one?:o


    thanks a lot


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    fletch wrote:
    Its askin for my 4-digit pin but i've changed mine for a 5-digit pin?
    Oops yes sorry guys I didn't realise a PIN could be anything other than 4 digits. I have fixed this now. Thanks for the info!


  • Advertisement
  • Moderators, Motoring & Transport Moderators, Technology & Internet Moderators Posts: 23,279 Mod ✭✭✭✭bk


    kaizersoze wrote:
    Tried it on Vodafone. Doesn't work and you have to enter your login details each time you open it.
    The OPs one looks nice and the syncronize phonebook and message counter features are handy.

    Works great in Linux from the command line. Haven't tried the windows version.


  • Registered Users, Registered Users 2 Posts: 590 ✭✭✭dal


    Rogue-entity,
    The o2sms would have some code you can re-use. He has already done it for o2 and the source is available. He does have a GUI but it is very (too) simple.

    http://mackers.com/projects/o2sms/


  • Registered Users, Registered Users 2 Posts: 4,940 ✭✭✭dingding


    Excellent programme OP. :D


  • Registered Users, Registered Users 2 Posts: 14,378 ✭✭✭✭jimmycrackcorm


    Does it have a back door to send you all our numbers and pin codes;) ?


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    Does it have a back door to send you all our numbers and pin codes;) ?
    The source code is there for you to see:
    http://finbarr.brady.googlepages.com/src.zip

    If you don't like my exe you can build your own.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 843 ✭✭✭^whitey^


    It just keeps asking me for my number and pin ???


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    ^whitey^ wrote:
    It just keeps asking me for my number and pin ???
    Download again should work this time. The login text file was missing with your download (jar file).


  • Registered Users, Registered Users 2 Posts: 843 ✭✭✭^whitey^


    Nope just keeps asking this would be very handy


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    ^whitey^ wrote:
    Nope just keeps asking this would be very handy
    Can you tell me:
    1. What OS are you running?
    2. What is the name of the file you are running?
    3. What other files are in this directory?


  • Registered Users, Registered Users 2 Posts: 843 ✭✭✭^whitey^


    1. 2000 Pro
    2,3. Attached is a screen with the file im running highlighted


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    ^whitey^ wrote:
    1. 2000 Pro
    2,3. Attached is a screen with the file im running highlighted
    Yes that looks ok. Strange. If you open the file MeteorLogin.txt and type in your phone number and password like so then it should work when you re-launch:

    0871234567,1234


  • Registered Users, Registered Users 2 Posts: 843 ✭✭✭^whitey^


    Nope didnt work lol, dont worry probably just Java acting up


  • Closed Accounts Posts: 2,279 ✭✭✭DemonOfTheFall


    Thanks very much, very useful!


  • Registered Users, Registered Users 2 Posts: 2,386 ✭✭✭Attol


    That's so handy. Really appreciate it. Fair play for sharing it with us.


  • Registered Users, Registered Users 2 Posts: 1,171 ✭✭✭fbradyirl


    The latest version includes some bug fixes... It's available now on my website...


  • Advertisement
Advertisement