02/25/2010, 07:09 PM
|
#1 (permalink) |
|
Member
![]() Join Date: May 2005
Location: Overland Park KS
Posts: 253
Likes Received: 0
Thanks: 4
Thanked 7 Times in 6 Posts
|
With my 755P, when a call came in that I couldn't answer, eg... in a meeting, one of the options available was to ignore the call and to send the caller a text message. Selecting that option opened up the txt messaging app pre populated with the callers phone #.
I *really* miss that feature with the Pre. Would it be difficult to implement as a patch, or is it better suited as an app? Either way, I'd like to have that functionality back... ![]() Thanks! |
02/25/2010, 08:25 PM
|
#2 (permalink) | |
|
Member
![]() ![]() Join Date: Feb 2010
Location: S. Carolina, USA
Posts: 24
Likes Received: 3
Thanks: 13
Thanked 8 Times in 8 Posts
|
Quote:
|
|
02/25/2010, 08:51 PM
|
#3 (permalink) |
|
Member
![]() Join Date: Oct 2009
Location: St. Louis, MO
Posts: 136
Likes Received: 0
Thanks: 96
Thanked 17 Times in 15 Posts
|
+1
Gotta say that I'm on board with this one as well. I didn't realise how much I used that particular function until I didn't have it any more.
__________________
~Kelly "Two things are infinite: the universe, and human stupidity; and I'm not sure about the universe." ~Albert Einstein |
02/25/2010, 09:09 PM
|
#5 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: North Central MA
Posts: 32
Likes Received: 0
Thanks: 5
Thanked 3 Times in 3 Posts
|
+1
I really miss this feature from my Centro. Hope fully one of you talented developers can turn this wish into a reality. Keep up the great work! |
02/26/2010, 06:53 PM
|
#9 (permalink) |
|
Member
![]() ![]() Join Date: Oct 2007
Location: Northport, NY
Posts: 610
Likes Received: 4
Thanks: 448
Thanked 133 Times in 89 Posts
|
I'm not an expert my any means, but i think i know how it could work -- i'll look into it. Even if i can't get it working at least i can find locations for someone with more experience who can get this working.
|
03/11/2010, 08:43 AM
|
#10 (permalink) | |
|
Member
![]() Join Date: May 2005
Location: Overland Park KS
Posts: 253
Likes Received: 0
Thanks: 4
Thanked 7 Times in 6 Posts
|
Quote:
Was wondering if there's been any movement on this? Thanks! |
|
03/11/2010, 04:32 PM
|
#11 (permalink) |
|
Member
![]() ![]() Join Date: Oct 2007
Location: Northport, NY
Posts: 610
Likes Received: 4
Thanks: 448
Thanked 133 Times in 89 Posts
|
I haven't looked into it yet.
For anyone that was interested, this is what i was thinking of ( if someone wants to pick it up or just confirm if it would/wouldn't work: I was going to try & modify the "Ignore Button" so that it would obviously ignore the call, then open the messaging app with the number from the incoming call along with a set message to be pasted into the body of the message ( i could swear i saw this done before ). The only thing i didn't know how to do would be to have it sent automatically. |
03/14/2010, 10:05 PM
|
#12 (permalink) |
|
Member
![]() Join Date: Dec 2009
Posts: 11
Likes Received: 0
Thanks: 1
Thanked 0 Times in 0 Posts
|
This is a great feature if you could get it to work. Thanks to Veritas for looking into this. My wife will appreciate this. She hates getting the old ignore and no text with it.
Thanks again! |
03/14/2010, 10:47 PM
|
#13 (permalink) |
|
Member
![]() Join Date: Nov 2009
Location: Wisconsin
Posts: 942
Likes Received: 8
Thanks: 413
Thanked 1,298 Times in 369 Posts
|
I played around with this for a couple of hours the other night by adding code to the incomingcall-assistant.js, but it would always kill the incoming call scene.
Here's what I was trying to add: Code:
this.number = number;
if ((number !== undefined) || (number !== null) || (number !== "") || (number !== "unknown") || (number !== "unknown caller") || (number !== "blocked caller")) {
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method: 'sendMessageFromCompose',
parameters: {
id: 'com.palm.app.messaging',
params: {
value: number
messageText: "CANNED MESSAGE HERE"
}
}
});
}
.
__________________
a.k.a. Josh... Please don't forget your thanks button. --- Appreciate my efforts? -- Donate?Various patches I've worked on: Faster Cards|Emoticons|Shake Reload|Default Call Log|Call Log Styling|Msg Count|New Events|DM Media Vol|Megamix+MediaVol|3G icon|Gmaps fullscreen|Msg Greeting/Sig|Send Img Msg|No Ans Tstone|Dpad on Call|Vid Delete Btns|AutoSpeaker via ProxSensor |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



