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

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

Options
1235716

Comments

  • Registered Users Posts: 8,819 ✭✭✭rymus


    same here... my meteor number is an 087 too


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    donutface wrote:
    Maybe not scrap his meteor code, but o2/vodafone would be very simple to implement
    Simply make the program visit
    http://sms.donutsoft.net/sendsms.aspx?s=o&u=username&p=password&d=0851234567&m=hello there!

    for o2

    or
    http://sms.donutsoft.net/sendsms.aspx?s=v&u=username&p=password&d=0851234567&m=hello there!

    (note s=v compared to s=o for o2/vodafone respectively).

    Would take you 5 minutes to write the code ;)

    Yep Ill have a go to get it working with other operators. Might take more than 5 minutes though as my code is totally geared towards Meteor. I will need a couple of people who are with O2 & Vodafone to test it as I dont have logins for their sites. Let me know if you want to offer...


  • Registered Users Posts: 2,932 ✭✭✭Sniipe


    yeah, I tried it there I'm meteor with an 087 prefix. Didn't work for me; kept on asking for my number then my password, then again, and again,... looping. This a bug?

    EDIT: strange, its working now. I've not looked at the source code, or previous messages but would the program work from the phone itself? A J2ME application/Midlet; that hooks up to the net to send the message then disconnects from the net after it... for texting other networks for cheaper than a normal text... same as that AFT program, which doesn't work for me.


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Just added Vodafone & O2 support thanks to http://sms.donutsoft.net message relay server. Download it from my webpage & dont forget to donate! Cheers...

    http://meteorjsms.googlepages.com/


  • Registered Users Posts: 461 ✭✭donutface


    thanks for adding it man, its a great honour to help out so many people/programmers :)

    EDIT: Friend from england let me know that your program doesnt support british number, remember o2 can text internationally ;)


  • Advertisement
  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    donutface wrote:
    thanks for adding it man, its a great honour to help out so many people/programmers :)

    EDIT: Friend from england let me know that your program doesnt support british number, remember o2 can text internationally ;)

    Ive just added support for O2 to allow sms to international phones. Do u mean that international should be able to send texts also(i.e. login to my tool)?


  • Registered Users Posts: 461 ✭✭donutface


    international people can use it already, they just cant send to international numbers, thanks for fixing. Did you get my PM?

    Btw, if AFT wont work for you, its because you havent rung up your network provider and asked them to set up your ISP access point


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    I've put in a couple of new features like automatic address book download (meteor only). Check em out...

    http://meteorjsms.googlepages.com/


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Also a large thanks is due to the AFT guys as some of the new features (the Vodafone & O2 parts) use services created by donut (donut@donutsoft.net) and are ran on yman’s (yman@computerboffin.com) server.


  • Closed Accounts Posts: 19,082 ✭✭✭✭Random


    fbradyirl wrote:
    Also a large thanks is due to the AFT guys as some of the new features (the Vodafone & O2 parts) use services created by donut (donut@donutsoft.net) and are ran on yman’s (yman@computerboffin.com) server.
    They're doing a grand job :D


  • Advertisement
  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    For all JSMS users on the Meteor network, I have released version 2.4.3 which fixes a bug in the code to deal with a slight change in the Meteor website. You can download for free from my site...

    meteorjsms.googlepages.com

    Cheers
    Finbarr


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    ab_cork wrote:
    For sending messages?? Ya its fast, about the same time a phone takes to send a message.. and it comes as a standalone exe or as an install exe... you can have different profiles to choose from like you could have a login for each of the networks and choose which one to use... you can store numbers too obviously.

    Its pretty good.

    Just in case you don't know, JSMS is now working with Vodafone, O2 (via the AFT server) as well as Meteor.

    http://meteorjsms.googlepages.com/

    Cheers
    Finbarr


  • Registered Users Posts: 6,007 ✭✭✭Moriarty


    Moved to Mobiles/PDAs.


  • Closed Accounts Posts: 23 yman


    fbradyirl wrote:
    For all JSMS users on the Meteor network, I have released version 2.4.3 which fixes a bug in the code to deal with a slight change in the Meteor website.

    Just use the AFT API for sending meteor messages; let donut suffer maintaining the code when meteor changes their site :P


  • Registered Users Posts: 461 ✭✭donutface


    could you please say what slight change this was and what it broke?


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    donutface wrote:
    could you please say what slight change this was and what it broke?

    It was an issue with cookies. Basically I was hard coding the size of both CID & CFTOKEN when reading them in.


    CFID=203183;expires=Sat, 11-Apr-2037 15:21:40 GMT;path=/
    CFTOKEN=84780846;expires=Sat, 11-Apr-2037 15:21:40 GMT;path=/

    I changed my code to use a java StringTokenizer to read in the full integer between the first '=' and the ';' chars. This way it will work in future if Meteor change the length of their cookie ID again.

    Let me know if you need more info...

    Cheers,
    Finbarr


  • Registered Users Posts: 461 ✭✭donutface


    ah, yeah that wont affect my code then.

    Thanks a million for explaining :)


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    For those people who couldn't get JSMS to work on Windows I have now included an EXE file in the download so it is much easier for those non-techies to use...

    meteorjsms.googlepages.com


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Has anyone tried JSMS on the latest version of Ubuntu? I'm using 7.04 and the GUI isn't showing after launch. Just wondering if anyone else has seen this. Seems to work fine on Windows, Solaris & Mac though (same jar file)


  • Registered Users Posts: 771 ✭✭✭SchrodingersCat


    aye, im having the same problem. The splash screen doesnt go away, and the program doesnt load properly. :(


  • Advertisement
  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    aye, im having the same problem. The splash screen doesnt go away, and the program doesnt load properly. :(

    Just found out the fix for Ubuntu is putting the line:

    export AWT_TOOLKIT="MToolkit"

    ...at the very end of these files:

    ~/.bashrc
    ~/.bashrc~ (Note: You might not have this one)
    /etc/profile

    ...seemed to do the trick (you might need to restart your PC).

    "Some Java applications which use the Swing API (If I remember correctly) have trouble displaying with Compiz (fancy animations in Linux)."

    Heres the thread:
    http://ubuntuforums.org/showthread.php?t=362821


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Please post technical questions and answers on the JSMS sourceforge project website :

    https://sourceforge.net/forum/?group_id=196351


  • Registered Users Posts: 4,579 ✭✭✭Pet


    Is there any way of getting this to work through a proxy server?


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Pet wrote:
    Is there any way of getting this to work through a proxy server?

    Yes I have it working behind a proxy at work. Just put your proxy details in the format

    your-proxy-server.com:proxy-port-number

    e.g.

    proxy.ucd.ie:3128

    You can find out what your proxy server and port are by looking in your web browser connection settings


  • Registered Users Posts: 4,579 ✭✭✭Pet


    What about secure proxies that require a username and password though?


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Pet wrote:
    What about secure proxies that require a username and password though?

    I hadn't thought of that! I'll see if I can write some code to handle a username & password also. I will post back after I give it a try (maybe you can test it out for me?). Are you running on Windows?


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    I am looking for testers to verify a couple of new features in the next release of JSMS. The reason being that I am limited to testing on 3 OS's (Ubuntu/Windows 2000/Mac OS10).

    If anyone can feedback to this forum or email meteorjsms@gmail.com (or PM me).

    Here is the new jar(overwrite your old one):

    http://meteorjsms.googlepages.com/JSMS2_9beta.jar

    Please test these features if you can:
    -Password encryption - check the file MeteorLogin.txt after you login
    -Automatic proxy detection- If you are behind a proxy you should now not have to enter your proxy details into the ProxyConfig.txt file. Please let me know if this works for you or not!

    Thanks a lot


  • Registered Users Posts: 1,156 ✭✭✭fbradyirl




  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    Version 3.0.3 now has a 'Create Group' window. Check it out...

    https://sourceforge.net/project/showfiles.php?group_id=196351


  • Advertisement
  • Registered Users Posts: 1,156 ✭✭✭fbradyirl


    fbradyirl wrote:
    Version 3.0.3 now has a 'Create Group' window. Check it out...

    https://sourceforge.net/project/showfiles.php?group_id=196351

    Preview Pic:

    Picture%203.png


Advertisement