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

cabbage for android

191012141545

Comments

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


    Sanitarium wrote: »
    I wouldn't mind giving it a bash Sam wants to release the android source code. I can find the java version on his on his website but nothing about the android code. I've been writing a few simple apps to get used to the API and would love to code something useful.

    I didn't develop the android app ;)

    It just uses my server in the background. If you want to write an app to send texts all the app actually has to do is make a simple web request. the address is:

    http://cabbagetexter.com/send.php?u=PHONE_NUMBER&p=PASSWORD&s=NETWORK&d=RECIPIENT_NUMBER&m=MESSAGE

    Replace the items in caps with someone's login details etc and you're away.

    Replace NETWORK with m,o,v,t,e for Meteor, O2, Vodafone, Three or Eircom respectively.


    What you get back is the number of messages the person has left that month or a negative number if it failed:

    -1 means invalid login details
    -2 means couldn't connect to the network website
    -5 means managed to log in to the network site but didn't get the expected response text back (e.g. if web text is unavailable or something it will just give an error page instead of the text page it's expecting)

    edit: and you don't have to worry about splitting the text up into 160 character chunks or anything like that, the server handles it


  • Registered Users, Registered Users 2 Posts: 118 ✭✭Sanitarium


    Wow, thanks a lot. I'll hop on this when I get a bit of time and see what I can do.


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


    Oh and iirc requests from an O2 phone have to be made with a post request instead of a get request because of something odd on their network

    In the Java app I handle it by setting it so that if the user is using o2 login details it makes a post request but that's not actually a great solution because someone using an o2 sim card could enter login details from a different network and it wouldn't work for them. No one's complained about it yet anyway :P


  • Registered Users, Registered Users 2 Posts: 1,977 ✭✭✭johnny_adidas


    cabbage is now constantly crashing on me when i click send, but weirdly still manages to send the text. (also it starts a new message thread in the message lists separate to those sent to the same contact)

    im on a htc desire using android 2.2 & meteor free texts (cabbage lite version 1.0)


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


    cabbage is now constantly crashing on me when i click send, but weirdly still manages to send the text. (also it starts a new message thread in the message lists separate to those sent to the same contact)

    im on a htc desire using android 2.2 & meteor free texts (cabbage lite version 1.0)

    Does it crash only if you change the orientation while the text is sending or does it crash even if you hold the phone vertically the whole time?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,977 ✭✭✭johnny_adidas


    Sam Vimes wrote: »
    Does it crash only if you change the orientation while the text is sending or does it crash even if you hold the phone vertically the whole time?

    Crashes even when vertical


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


    Crashes even when vertical

    Right so that's not the same problem I had. Can't help then I'm afraid


  • Closed Accounts Posts: 32 droidman


    Anyone know if there is app like this that works for UK mobile providers? Have tried googlng and no luck but I'd imagine there must be? Cheers


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


    droidman wrote: »
    Anyone know if there is app like this that works for UK mobile providers? Have tried googlng and no luck but I'd imagine there must be? Cheers

    I looked into it a bit before but at the time the UK providers that gave web texts only gave something like 30 a month so it wasn't really worth it.


  • Closed Accounts Posts: 32 droidman


    Sam Vimes wrote: »
    I looked into it a bit before but at the time the UK providers that gave web texts only gave something like 30 a month so it wasn't really worth it.

    From having a quick look at the offers on uk sites I thnk a few of them do give webtexts so it might be a good idea - I'd be surprised if the uk wasn't ahead of us in what you get for your money to be honest so I thought there would be free texts before i went looking.


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


    droidman wrote: »
    From having a quick look at the offers on uk sites I thnk a few of them do give webtexts so it might be a good idea - I'd be surprised if the uk wasn't ahead of us in what you get for your money to be honest so I thought there would be free texts before i went looking.

    Yeah a few do web texts but when I last looked at it they only did about 30 a month which isn't worth interfacing with. If you can find out something different.......


  • Closed Accounts Posts: 32 droidman


    Sam Vimes wrote: »
    Yeah a few do web texts but when I last looked at it they only did about 30 a month which isn't worth interfacing with. If you can find out something different.......

    Thanks for the quick reply - just looking at three mobile here in the uk if I'm reading this right if you top up by £10 and convert it to an add on (not sure what that means?) it seems you get:

    Convert to an Add-on when you Top-up at no extra charge to get better value on texts, calls and internet. For example, converting a £10 Top-up into an All in One 10 Add-on gets you 3,000 texts, 100 minutes and 500MB internet for a 30-day period. See standard rates below.

    3000 texts sounds huge and I'd be surprised if anybody would send that many but if you could fire off a few hundred a month that sounds pretty good? Anyway maybe I'm reading the site wrong so I dunno?

    Cheers


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


    droidman wrote: »
    Thanks for the quick reply - just looking at three mobile here in the uk if I'm reading this right if you top up by £10 and convert it to an add on (not sure what that means?) it seems you get:

    Convert to an Add-on when you Top-up at no extra charge to get better value on texts, calls and internet. For example, converting a £10 Top-up into an All in One 10 Add-on gets you 3,000 texts, 100 minutes and 500MB internet for a 30-day period. See standard rates below.

    3000 texts sounds huge and I'd be surprised if anybody would send that many but if you could fire off a few hundred a month that sounds pretty good? Anyway maybe I'm reading the site wrong so I dunno?

    Cheers

    That's 3000 regular texts, not 3000 web texts ;)


  • Registered Users, Registered Users 2 Posts: 809 ✭✭✭woop


    is there a bug report site/request or is it here? are there any plans to support smaller resolutions?


  • Registered Users, Registered Users 2 Posts: 95 ✭✭mhtc


    Hi, great app...i never use up those web texts. One question though, how secure is it if your password is included in the http request?


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


    mhtc wrote: »
    Hi, great app...i never use up those web texts. One question though, how secure is it if your password is included in the http request?
    It's not massively secure to be honest, your password is sent as part of a regular http request so it is possible for it to be intercepted along the way. But at the end of the day it's just a mobile phone login so it's not like someone can destroy your life if they get it and if they change the password you can always change it back because you have the sim. Even if they were sent in https they would have to be decrypted on my server to be forwarded on to the network websites so I'd be able to get the info anyway. It's the same with any service that you give your information to, you have to trust them not to abuse it. Luckily I'm a trustworthy kind of guy :) Seriously though I have no interest in logging into random people's web text accounts.

    The point of sending it as a plain http request is to keep data transfer to the bare minimum to keep costs down so you don't need a data plan and so you can use it abroad. There are plans to add an option to make a direct connection to the network website which would be secure and wouldn't send anything to a third party site though. The drawbacks of this method are that it would be slower, there would be much more data transferred and any time there's a change on the network site you'd have to download a new version where I can just change the server side script now but it would put some people's minds at ease.


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


    woop wrote: »
    is there a bug report site/request or is it here? are there any plans to support smaller resolutions?

    It's here. I'm not sure if that was addressed to me but I didn't develop the app, I just maintain the server side. I am planning to do a bit of it though because ryderster is very busy for the next while and doesn't really have the time to do updates. I can't commit to anything at the moment because I've never actually done any android development so I don't know how long it would take to get up to speed


  • Registered Users, Registered Users 2 Posts: 2,542 ✭✭✭eoferrall


    Hi Sam,

    Just a note if you are going to look at the android version of this i have a small bug. I didn't report before now as it seemed development had stopped and it does not prevent me using the app.

    if you have multiple numbers saved under a contact cabbage fails to send. it does not even try and returns with an error about signal and credit immediately.

    if i then delete the name and leave the number it sends perfectly. not sure the reasoning behind it.

    (oddly enough it also happens with one contact i only have one number saved for?!:confused:) but all contacts with multiple numbers it happens for.

    thanks.


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


    I'll hopefully take a look at it but I can't give you a time frame


  • Registered Users, Registered Users 2 Posts: 2,542 ✭✭✭eoferrall


    Sam Vimes wrote: »
    I'll hopefully take a look at it but I can't give you a time frame

    That's no problem, as I said I can still send them by selecting the contact from drop down and then deleting the name and leaving the number. not a huge deal, but just wanted to bring it to attention.:)


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 85 ✭✭Bomber6


    Sam, long time since I checked this thread and it seems like you're running the show at the moment so I'll ask you.

    Any chance that, using your code, you could program a connector for WebSMS/SMSDroid? I've been using cabbage with the last few months but the lack of intergration into any other Messaging app is bugging me (i.e. reading text and then having to exit the messaging app and open Cabbage to reply)
    I know it's sort of self-damaging as far as the stand-alone Cabbage app is concerned but it wouldn't be a half bad idea. I would be willing to donate for your effort too.

    On a side note, I've done basic/intermediate Java programming in Uni and I'm messing around with Android but I've no practice with the HTML requests etc that I assume is in your code, otherwise I'd try myself.
    WebSMSDroid DeveloperHelp Website


  • Registered Users, Registered Users 2 Posts: 2,611 ✭✭✭frash


    Top notch app well done!!

    Just a bit of feedback. I can't access my phonebook on a Samsung Galaxy S running Android 2.1, be class if I could.

    Keep up the good work!

    Has anyone got the app to pull in their contacts on a Samsung Galaxy S?

    I've tried copying numbers to Google contacts as suggested before.

    Thanks


  • Registered Users, Registered Users 2 Posts: 7,713 ✭✭✭Bluefoam


    Meteor are calling for entries to an Android app developers competetion:

    http://www.theappys.ie/

    Please enter Cabbage, please.


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


    Bomber6 wrote: »
    Sam, long time since I checked this thread and it seems like you're running the show at the moment so I'll ask you.

    Any chance that, using your code, you could program a connector for WebSMS/SMSDroid? I've been using cabbage with the last few months but the lack of intergration into any other Messaging app is bugging me (i.e. reading text and then having to exit the messaging app and open Cabbage to reply)
    I know it's sort of self-damaging as far as the stand-alone Cabbage app is concerned but it wouldn't be a half bad idea. I would be willing to donate for your effort too.

    On a side note, I've done basic/intermediate Java programming in Uni and I'm messing around with Android but I've no practice with the HTML requests etc that I assume is in your code, otherwise I'd try myself.
    WebSMSDroid DeveloperHelp Website


    Hi, I'm not running anything as of yet, we're both pretty busy right now. It looks like what you're suggesting might be possible and I'll hopefully get a chance to look into it for you


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


    Bluefoam wrote: »
    Meteor are calling for entries to an Android app developers competetion:

    http://www.theappys.ie/

    Please enter Cabbage, please.

    I'll say it to ryderster and see what he says. I don't know if Meteor would be too happy about it tbh :P


  • Registered Users, Registered Users 2 Posts: 2,542 ✭✭✭eoferrall


    eoferrall wrote: »
    Hi Sam,

    Just a note if you are going to look at the android version of this i have a small bug. I didn't report before now as it seemed development had stopped and it does not prevent me using the app.

    if you have multiple numbers saved under a contact cabbage fails to send. it does not even try and returns with an error about signal and credit immediately.

    if i then delete the name and leave the number it sends perfectly. not sure the reasoning behind it.

    (oddly enough it also happens with one contact i only have one number saved for?!:confused:) but all contacts with multiple numbers it happens for.

    thanks.

    Hi Sam, just to update on this with more info, I assume you have not had a chance to look at the android version yet. It is not the multiple numbers per contact that is causing cabbage not to send I have discovered from tinkering. it is if the surname has an apostrophe. realised this after I tried texting people with an apostrophe and only one number and it failed. I then edited contact to no apostrophe and the message sends fine.


  • Closed Accounts Posts: 7,030 ✭✭✭angel01


    frash wrote: »
    Has anyone got the app to pull in their contacts on a Samsung Galaxy S?

    I've tried copying numbers to Google contacts as suggested before.

    Thanks

    No not managed it on my galaxy S. I have to manually enter the numbers.


  • Registered Users, Registered Users 2 Posts: 3,155 ✭✭✭ronano


    I can never get my 3 texts to work on this,im just selecting 3,putting in number and password,am i doing something wrong?


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


    eoferrall wrote: »
    Hi Sam, just to update on this with more info, I assume you have not had a chance to look at the android version yet.
    Nope, there are a few things that have to come first.
    eoferrall wrote: »
    It is not the multiple numbers per contact that is causing cabbage not to send I have discovered from tinkering. it is if the surname has an apostrophe. realised this after I tried texting people with an apostrophe and only one number and it failed. I then edited contact to no apostrophe and the message sends fine.

    Grand so, I'll look into that when I get the chance (hopefully soon)


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


    ronano wrote: »
    I can never get my 3 texts to work on this,im just selecting 3,putting in number and password,am i doing something wrong?

    If you go here: http://cabbagetexter.com/testcheckmessages.htm

    and stick in your login details do you get back a number between 0 and 333?


Advertisement