[Q] Caller Id - Android Studio

How can I change the Caller Id?
I have this code:
Code:
Intent additionalCallSettingsIntent = new Intent("android.intent.action.MAIN");
ComponentName distantActivity = new ComponentName("com.android.phone", "com.android.phone.GsmUmtsAdditionalCallOptions");
additionalCallSettingsIntent.setComponent(distantActivity);
startActivity(additionalCallSettingsIntent);
This code displays the additional definitions me a call.
But to change the Call Id I have to do it manually
I want to push a button and it will change the Caller ID: "According to the network "
**************************************************************************** * "Hide Number"
**************************************************************************** * "Show number"
I think we should use this code:
setOutgoingCallerIdDisplay ()
Can anyone help me?

Related

[Q]Incoming Caller - No Image displayed

Hello,
I was really surprised that when there was an incoming call where an image is set, that there was no picture displayed.
In the manual I saw that the incoming caller is displayed with image - I did the following:
* Under contacts in TF3D - ADD NEW contact
* Completed the new contact form
* New photo taken and added
The picture is associated with the contact but it is still not showing up when incoming call.
Thx for any help in advance

Disabled SMS conversation and no sound idea

Disable SMS Conversation in WM 6.X
In Registry Editor: Create a folder named "OEM" in "HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settin gs"
In the new "OEM" folder, make a new DWORD key called "SMSInboxThreadingDisabled" and give it a value of "1"
That will disable the SMS conversation. When you click on the messages on the SMS tab on TF3D, it will take you to the normal SMS inbox instead.
Click to expand...
Click to collapse
We all know that if you Disable the annoying SMS conversation you also won't recieve a sound / vibrate when you recieve a new sms message.
I tried this following:
* Change the registry value back to '0'
* Don't soft reset
* You DO get a sound now, but ofcourse the Sms conversation is back on
* Change the registry value back to '1'
* Read the sms (in a proper way)
* Change the registry value back to '0'
This works on my Diamond (Vodafone branded ROM 1.37.172.3)
Is it possible to make a tool which detect the following:
* If new sms = > 1 change "SMSInboxThreadingDisabled" to 1
* After closing the sms inbox change SMSInboxThreadingDisabled to 0
I don't know if this CAN work, it would by nice if it's possible
Anyone who dares trying to make a watchguard app for it?

Android 2.1 auto reject

There is an option: settings -> call settings -> all calls -> auto reject which allows us to block calls. How does this get accomplished? Does it pickup then hang up?
It works by adding the number to call reject list.
go to contact> open logs> then open the contact who called you>press menu>add to reject list> now onwards these numbers are rejected when they try to call you.
Now I want to know how to unblock these numbers or is there a way to mange these numbers somehow.
To unblock a number, press Menu > Settings > Call settings > All calls > Auto reject > Auto reject list and untick the number you want to unblock. Or you can delete the number from the list by pressing the menu key and selecting delete.
Ray
Thanks that works I can see all numbers which i have added to that list.
Auto reject does not stop the text/sms message for the numbers or does it reject?
I am getting lot of spam sms from a bulk web sms service which shows no number, any way to reject the sms?

Call logs the name of the caller overlap with the number

In Call logs the name of the caller overlap with the number
Changing the font size in the setting did not help
Any fix?

(SOLVED) code to extend ring time

want to change delay to send to voicemail.
to find out what it is set to do *#61#
on moto z play it was **61*101**25# to set it to 25 seconds but that doesn't work on the x4
anyone know what the code is? Thanks!
Found this here
https://mobilespecs.net/phone/codes/Motorola/Motorola_Moto_X4.html
specifically
Set timeout - ** 61 * Phone Number ** N #, N = 5..30 (seconds)
for my att voicemail phone number, it's:
to set delay time **61*8607592990**25#
check with *#61#
enjoy!

Categories

Resources