AFAIK this function return with unicode string containing:
* sender phone number
* name if the number exist in phonebook
however if we have 1 name in phonebook that contain 2 or more phonenumber, how could we know the real number of SMS sender?
AFAIK this function return with unicode string containing:
* sender phone number
* name if the number exist in phonebook
however if we have 1 name in phonebook that contain 2 or more phonenumber, how could we know the real number of SMS sender?
I have written about the same problem on this forum. I also tried to have a look at the code for the module, but I can not find out how to fix it myself. The inb_address() function is the one that handles the inbox.address() stuff. The function seems to use the self->inbox->GetMessageAddressL() method to get information about the address, but there is where I stopped. I don't really think that this shoul be too hard to fix, but I am writing on two reports in school that I have to finish before June, so I can't look at it now.
Maybe someone else here might be able to fix it?