Hi Jake,
Tnx for the reply. The codes you've mentioned do the job.
Although this method seems to be working. If i lookup:
Settings -> Call settings -> All calls -> Show my number
In my telephone, it doesn't represent the current status. (For example it still shows "hide" while the last code i dialed was #31# to show the number)
Now I've been trying to make these phonecalls from within b4a with the following code.
Dim
p AsPhoneCalls
StartActivity (p.Call("*31#"))
The problem with this is that the # doesn't show on the thelephone interface. Does anyone know what I have to do to represent the "#" symbol in a string? Furthermore it seems that via this method the interface for calling is visible. I was hoping for a method where this apparent calling behavior isn't visible to the user.
Greetings,
Erik.