Hi.
I am trying to find a solution on how I can determine the phone model by using the UA profiles. I have a table of phone models where in I tag them using the UA profiles. For example, the Nokia...
Type: Posts; User: yencruz; Keyword(s):
Hi.
I am trying to find a solution on how I can determine the phone model by using the UA profiles. I have a table of phone models where in I tag them using the UA profiles. For example, the Nokia...
Thanks for the reply petrib.
I wanted to know how to get the WAP gateway IP address because I am currently developing an application where I need to know thru which operator the user is coming...
Hi.
I need to get the WAP gatewap IP address in my jsp code. I read somewhere that some GPRS gateway sends this info:
X-Nokia-ipaddress:
but do all GPRS gateway sends this info? And how do...
hi.
i tried using xiddesign code but my text popup setting item still displays the array in my resource.
here are snippets of my code:
iListBox = new (ELeave)...
thanks!
thanks!
hi.
my problem wasn't with the creation of tables. i was trying to open the database in another code using a new store and stream id. that was why i couldn't access the data.
anyway, any idea...
hi.
are there any dbms examples that deals with multiple tables? i am having trouble with my application. i am able to create the tables but i am not sure if i am creating it correctly. when...
hi.
i am having trouble creating tables. here is a snippet of my code:
CDbColSet* columns = CDbColSet::NewL();
// categories table
// add the columns
TDbCol id1(_L("Id"),...
hi.
i have an application that displays the contacts from the phonebook in a multiselection listbox. the user can tick the checkbox besides the contacts name. it is very similar to the UI of the...
hi.
may i ask how you were able to do the findbox? i have a listbox and it contains a lot of items in it. i want to add a findbox to make it easier for the user. can you help me? thanks!
yen
hi.
i am able to create a listbox that alphabetically lists the contacts from the phonebook. i want to add a find box to it to make the searching of the contacts easier.
i have downloaded the...
hi.
i am able to create a listbox that alphabetically lists the contacts from the phonebook. i want to add a find box to it to make the searching of the contacts easier.
i have downloaded the...
hi. i am using the following in my code:
imageid = EMbmAvkonQgn_note_ok_5;
imagemask = EMbmAvkonQgn_note_ok_5_mask;
i am able to see the icon but it is incomplete. its like image is cutoff.
...
hi.
to those developers who were able to add contacts to their phonebook, do you have an idea how to get the details from those contacts? for example, if i added a contact with a mobile number,...
hi.
i was trying to build my program but i get the following warning notes and i can't figure out what they mean. could somebody help me? thanks!
...
hi.
i am able to get the contacts from the phonebook and be able to display it. i used the GetContacts code i found in this forum. what i am trying to do now is to get the mobile numbers of the...
im almost sure that the problem is with compare because all of the test data i am using has iDetails values in them.
il try to explain again what i am trying to do. im sori if my explanation...
hi.
i have the following lines in my code:
TBufC16<256> iTemp2 = iSMSMtm->Entry().Entry().iDetails;
if ( aSelected.Compare(iTemp2) == 0)
{ ...
hi.
i have the following lines in my code:
if ( aSelected.Compare(iSMSMtm->Entry().Entry().iDetails) == 0)
{
aDescriptorList.AppendL(iSMSMtm->Entry().Entry().iDetails);...
thanks mark!
may i again ask if you were able to send your picture message thru the SMSC or th MMSC? i am able to send it now but it seems that it goes thru the MMSC. what i need is to send it...
hi mark_williams!
may i ask how you were able to send pictur emessages using the mms example? i am also trying to do that. i tried to attach the picture message with the sms but it seems that it...
hi kyomarja!
may i ask how you were able to send the picture message? i am also trying to send a picture message. i am able to send an sms but the data is garbled. i am trying to read the ota file...
thanks daniel!
may i ask if you know how i can fix the second error? it seems that the convert function is not the answer. what i need is to convert the data to a TPtrC type.
thanks for any...
hi.
i am having a problem sending a picture message.
i need to send a picture message. i am using the following code:
TDes8 ptr;
TPtrC iMessage;
file.Read(ptr);