How are we doing?

So I'm thinking...

Comments

5 people commented on this
  • Give this a thumbs up
    0 Up
    Give this a thumbs down
    0 Down
    Vadimus Login to flag
    5 months, 2 weeks ago

    The only missing thing under Android - app for replacing phone number with name in missed calls sms notification.


  • Give this a thumbs up
    0 Up
    Give this a thumbs down
    0 Down
    droidhacker Login to flag
    5 months, 2 weeks ago

    And... that would be trivial to implement. Really.

    You just register a new broadcast receiver for android.provider.Telephony.SMS_RECEIVED, read in the SMS and do a search and substitute for phone numbers based on the address book or some online 411 database.

    Alternatively, you could simply add this function into the default SMS broadcast receiver (android *is* open source you know...)


  • Give this a thumbs up
    0 Up
    Give this a thumbs down
    0 Down
    Vadimus Login to flag
    5 months, 2 weeks ago

    droidhacker,

    Thank you very much for explanation! I already installed SDK and Eclipse so I will definitely try to do it, despite I hate Java :-)
    Funny, if it is as easy, why haven't anyone did it before for Android? Am I the only one who need such app?


  • Give this a thumbs up
    0 Up
    Give this a thumbs down
    0 Down
    droidhacker Login to flag
    5 months, 2 weeks ago

    It is a pretty specialized kind of thing. It wouldn't even be beneficial at ALL for a provider that doesn't provide missed-call SMS messages. I actually don't even like those messages -- if I'm gone for a while, I don't want to come back to 8 billion SMS messages beeping at me.... but that's a personal preference.


  • Give this a thumbs up
    0 Up
    Give this a thumbs down
    0 Down
    ANON1234 Login to flag
    5 months, 2 weeks ago

    I use a T mobile Touch Pro 2 and have no problems! It is a great phone especially with 3rd ROM.

Rate This

You must be logged in to leave a comment and rate.