conference call and receiting caller id - XPERIA X1 ROM Development

I have two questions and if any one can help will be appreciated:
1. I previously managed to have a dialler where it allows you to multi select contacts before initiating a conference call in the same keybad area, any idea how can i get this feature back, at least the name please
2. The feature where the phone will initiate a sound reciting the caller's name or the number calling you (while the phone is ringing), does any one knows what this feature is called?
Kinds regard

msvc which voice commands lets you access certain commands over your phone. You should be able to find a few different versions in Hacking and development forum.

Related

Call Forwarding shortcuts....

Anyone have a shortcut for enabling call forwarding? I always forward to the same number. I would like to be able to use a button or voice command to bring up the call forwarding screen, and then just click yes/OK to enable or disable it. Anyone else using this?
By the way. I have been using ATT's fast forward service for a couple of years. Do I need to continue paying for this, or will the phone redirect the calls?
Thanks,
Tom
Bump. I'd really love to find how to do this also, I'm doing it several times a day ...
On my 8925 phone I created two contacts.
Turn Forwarding On:
_OnForward
*21*5125551212#
(replace 5125551212 with the areacode and phone number you want to forward your calls to)
Turn Forwarding Off:
_OffForward:
##21#
The _ puts the two items at the top of my contacts list. I click contacts and then press call on the selected forwarding option. Sometimes I get an error message "command not supported", but that is related to my phone's connection strength and not the programming. This has been working well for me for about a year. I have tried to make a couple of buttons that dial the contacts directly from another screen, but that hasn't worked. You have to open contacts and the press call on the option you want.
Later-
Good morning gents.
I have an HTC TyTN II with Win Mobile 6.1
I created the contacts like that and on my "Favorite People" page I put the contact there, it just says :
"Cannot Complete the call. the Signal may be unavailable or the phone number may not be valid. Verify the number or try again later."
From the contact list it works of course.
Another question regarding call forwarding. Is there a way to have an icon on the top bar that says the call ARE being forwarded... I keep missing a couple of calls that end on my home answering machine because I forgot to forward
Vesperatus-
I have all of your same issues. As far as I know, there aren't any solutions. You just have to remember to unforward your phone.....
-Later

Looking for a call filter program

Hi! I am looking for a call filter program that can filter all unwanted or no number incoming calls, I tried photo contacts pro but its slow & sometimes the caller can't hear anything for 1 to 2 seconds repeatly during the conversation. I also tried MagiCall, this program is simple & nice but it can't hang up the no number calls, instead it will pass these calls to my voice mail box directly. It has a option "pick up/hang up", this works what I want but will waste the air time. So anyone can suggest a call filter program to me that can directly hang up the no number calls? Thanks!
Call Firewall
thanks for your reply, I've seen the features of this program but it doesn't mention it can block no number call or not? Do you know it has this feature or not? Thanks!
uh, sorry, can't help you there. I only HAD this program in some of the ROMs I used, never actually USED it.
And auto-rejecting no-number calls would have killed it in my book anyway, because the phone central in my office randomly removes id from outgoing ones, and so I would never receive business calls, lol.
Ask around, or better yet, try searching the forum for impressions/reviews. I know Laurentius26 uses this app in some (if not all) of his ROMs.
[EDIT]
That's what I found in the description:
Features & Options:
a. Accecpt all calls - pretty self explainatory
b. Accept call from My Contacts only - accepts calls from contacts only, others are rejected
c. Reject all calls - pretty self explainatory
d. White List - accepts calls only from the white listed nos
e. Black List - accepts all call except from the black listed nos
f. Black List Pattern - any no STARTING from the black list pattern list is rejected.
for eg. if you enter "123", so all nos STARTING from "123" will be rejected
this is a very nice option with which you can block nos from any particular network, country, city , area or whatever you can think of.
Besides, there is a check window for "Reject unknown/private calls"... I'd call it a YES, then
CallBlock
I use callBlock from WISH solutions to block a list of callers. It works well and it does not have to answer and hang up.They mention that it can block no number calls but I have not tried it for that. Here is the link:
http://www.wishsolutions.com/products.html
Good luck!
Just tried the Call Firewall, it can block no number calls, but transfer the call to voice mail box directly. Anyway thanks for your suggestion
actually, this CallBlock looks like it offers a few ways of blocking the call... See picture at this address
Block method: dropdown list... Wonder what's in there? researchermd, can you check and let us know?
call firewall works just fine. I use it to block unknown or private numbers.
In addition, you can use your network settings for call barring and block numbers that aren't in your phonebook if you want the extra security of blocking numbers.
The screen you provided should be "CallBlock Ringtone Edition" which is make for palm. For the PPC version, there has no such option can be found

Reject call programmatically

Is there any direct (or convoluted) way to reject an incoming call, i.e. send it directly to voicemail. Meaning
(a) if a call is coming in and matches certain criteria
(b) send the call to VM, and stop the ringing. (programmatically)
I've got (a) under control but I dont know how to do (b).
Any ideas?
Thanks
Jay
Well I know in the phonebook settings there is an option to send directly to voicemail for that particular number but that would require you saving the number in your phone book.
speoples20 said:
Well I know in the phonebook settings there is an option to send directly to voicemail for that particular number but that would require you saving the number in your phone book.
Click to expand...
Click to collapse
+1
I have Telemarketer1 - 7 right now in my phone book and they all go straight to voicemail with that option. Now if there was some way to block "UNKOWN"!
We need a Call Firewall / Blocker Software which can do following.
Register for Intent which can hook Incomming Call events
When Intent is raised if Checks for the number across Predefined Rules in Priority Order if any Rule matched take Action like
Reject Call
Accept and Immediately Reject THIS WILL COST CALLER
Send to Voice Mail
Reject and Reply with SMS
Reject and Create Reminder for Predefined Minutes to Remind us to Call them Back
+1
great idea
Try Youmail (it works for all phones)
There is a program for WM called Mobion MagiCall that would do everything that everyone wants on android but who can port it...
Back to my question...
Folks
I love the lively chit chat but does anyone have an answer to my original question: how do I reject a call programmatically and on the fly (not through phonebook entries set up ahead of time)?
BTW I will have an app available next week on Android Market that allows you to respond to incoming calls with an "I'll call you back asap" text or email, and it will set a reminder for you to call the caller back.
jayandro said:
Folks
I love the lively chit chat but does anyone have an answer to my original question: how do I reject a call programmatically and on the fly (not through phonebook entries set up ahead of time)?
BTW I will have an app available next week on Android Market that allows you to respond to incoming calls with an "I'll call you back asap" text or email, and it will set a reminder for you to call the caller back.
Click to expand...
Click to collapse
OMG!!! YES, WE CAN DO THAT!!!
I was going to kill myself after severe 24 hours of investigating and discovering... But I've found "fresh" solution!
// "cheat" with Java reflection to gain access to TelephonyManager's ITelephony getter
Class c = Class.forName(tm.getClass().getName());
Method m = c.getDeclaredMethod("getITelephony");
m.setAccessible(true);
telephonyService = (ITelephony)m.invoke(tm);
all all all of hundreds of people who wants to develop their call-control software visit this start point
http://www.google.com/codesearch/p?...:http://mylockforandroid\.googlecode\.com&d=0
there is a project. and there are important comments (and credits)
briefly: copy aidl file, add permissions to manifest, copy-paste source for telephony management )))
Some more info for you. AT commands you can send only if you are rooted. Than you can kill system process and send commands but you will need a reboot to allow your phone to receive and send calls =)))
I'm very hapy =) Now my Shake2MuteCall will get an update !
I use tcallblocking lite (search the market for it) to block calls from unknown numbers and any rom with the hacked phone.apk in it allows you to add numbers to a blacklist. No need for additional entries in your contact list
Moved as not Android Development.
I tried Call Firewallv1.40 freeware. It seems to be working at blocking unwanted private calls. I found it here http://www.freewarepocketpc.net/ppc-download-call-firewall-v1-4.html. The price is certainly good.
Features & Options:
a. Accecpt all calls - pretty self explainatory
b. Accept call from My Contacts only - accepts calls from contacts only, others are rejected
c. Reject all calls - pretty self explainatory
d. White List - accepts calls only from the white listed nos
e. Black List - accepts all call except from the black listed nos
f. Black List Pattern - any no STARTING from the black list pattern list is rejected.
for eg. if you enter "123", so all nos STARTING from "123" will be rejected
this is a very nice option with which you can block nos from any particular network, country, city , area or whatever you can think of.

How to set an Unknown Caller ringtone?

Is there a way set a discrete ringtone to unknown callers.
Apparently there are three different types of unknown calls:
1. Calls from number-withheld callers.
2. Calls from a public telephone.
3. Calls from the environment where you are unable to notify the number.
It is not possible to treat the three separately.
No problems here... All I want is for my phone to use a specific ringtone for these calls, that is different to the default one I assign to contacts or calls from non withheld numbers.
I do not want to block or divert or silence them, which is what the current unknown number Applications do.
I do not want a different ringtone for callers not in contacts.
I get a lot of legitimate calls from a single "unknown caller" who is i fact my employer who uses number-withheld. So I want my phone to ring differently when they call .
The Nexus call log does not let you add Unknown to contacts, which I have read in another forum as a suggested solution.
Any ideas?
logger said:
Is there a way set a discrete ringtone to unknown callers.
Apparently there are three different types of unknown calls:
1. Calls from number-withheld callers.
2. Calls from a public telephone.
3. Calls from the environment where you are unable to notify the number.
It is not possible to treat the three separately.
No problems here... All I want is for my phone to use a specific ringtone for these calls, that is different to the default one I assign to contacts or calls from non withheld numbers.
I do not want to block or divert or silence them, which is what the current unknown number Applications do.
I do not want a different ringtone for callers not in contacts.
I get a lot of legitimate calls from a single "unknown caller" who is i fact my employer who uses number-withheld. So I want my phone to ring differently when they call .
The Nexus call log does not let you add Unknown to contacts, which I have read in another forum as a suggested solution.
Any ideas?
Click to expand...
Click to collapse
Don't know if this will help others, but look at my post (link below) to see how I accomplished this on my HTC One V:
http://forum.xda-developers.com/showthread.php?t=1941889

Dial / DTMF tones during a call not being played - Samsung say it's not a feature!

Use Case:
1. Call a conference call number eg: WebEx
2. You are asked to enter the meeting number
3. You press the numbers but no tones are played
Had a tech support call with Samsung just now.
Firstly they say this isn't a feature on EU Note 8s (WTF!)
Then say it should work out of the box and my phone is faulty so take it to a Samsung centre for evaluation / exchange
I reckon this is a software bug. Can someone else in the EU dial any number and when you're connected to the call, press a number on the dial pad and tell me if you hear the tone played?
Im not in EU, but in the states it works fine, i have many conference calls daily and it always works for me entering my codes to get into the call. It should be working fine on your model as well, possible a issue with the carrier side of things or its turned off in the hidden settings.
Edit:
Try ##DATA#, if it brings up a menu, put in 000000 as your msl, then go to More, then go to DTMF SET. See if its off or not set at all? US model has a option here for this at least.
Hi
The ##2832# doesn't work on my phone. It's a real pig seeing as I work remotely!
Don't even seem to be able to use a 3rd party DTMF tone generator either (well I can but the system at the other end isn't hearing the tones).
joebongo said:
Hi
The ##2832# doesn't work on my phone. It's a real pig seeing as I work remotely!
Don't even seem to be able to use a 3rd party DTMF tone generator either (well I can but the system at the other end isn't hearing the tones).
Click to expand...
Click to collapse
I have a Galaxy N950N and I have this same issue. Did you ever get this working? I can't seem to find a secret service menu to enable it, and I know I'm doing something wrong here.
Hi
Not specifically a fix but the only place I'm having issues with is WebEx. If you try your voicemail, does that work ok? Mine is fine but for some reason WebEx isn't
joebongo said:
Hi
Not specifically a fix but the only place I'm having issues with is WebEx. If you try your voicemail, does that work ok? Mine is fine but for some reason WebEx isn't
Click to expand...
Click to collapse
Mine doesn't work across the board, irrespective of voicemail or other conference call. No dial tone is played in-call when you press the dial pad.
ajm786 said:
Mine doesn't work across the board, irrespective of voicemail or other conference call. No dial tone is played in-call when you press the dial pad.
Click to expand...
Click to collapse
Figured it out. It's the CSC. Apparently, it doesn't work properly with the N950N (at the least the one I had installed, which was default with the Renovate ROM). I had to use the Flashable CSC Selection V1.2.5 from Tkkg1994, manually add the greatlte line into it, and once flashed, I got all the options in the dialer for TTY (I think which relates to DTMF), and most importantly, sound feedback when pressing the dialpad while in-call.
Solution
Go to settings -> sound and vibration -> uncheck the the dialling keypad tones(if checked).
Hope this helps!
this works. Go figure... you disable the dialling keypad tones and you can now use the keypad tones. Thanks for the help. This has infuriated me for months
I had not payed any attention to this, as I used some services that require you to input numeric options during call, and all worked fine, but, yes, no tones heard, but the tones are sent anyway
What worked for me was dialing the original number manually - not from the phone memory or contacts!
I use a Gigaset HC450 Doorbell that is able to divert a call.
This is a rare device, check ebay, it is a DECT phone on a Siemens Gigaset IP Base Station with a SIP provider configured)
So if someone presses the doorbell button on the Gigaset HC450 and status is set to AWAY
then the configured SIP provider inside the BASE station does an external call to my mobile because I set up my mobile number inside the HC450 Menu for Diversion
So my mobile is a Samsung Note 8, at the moment i run Stock Hungarian unbranded firmware N950F
When there is a call from the doorbell, there is a sentence said by a female voice: "Doorbell is ringing, to connect press 1, to stop press hash"
I cannot proceed by pressing 1, neither with Dialpad tones activated nor deactivated, and also a 3rd party DTMF tone generator does not work
Someone in this thread said it was fixed by flashing different CSC, which i think is not true because many said that they got webex fixed by simpy DEACTIVATING dialpad tones
I am greatful for all ideas that you have in order to get this working, its a new challange and I found this thread so I posted my topic here, too
Thank you very much for reading

Categories

Resources