Thanks for all replies and support. I have solved the issue and now its working fine.
Regards
Type: Posts; User: amitsingh18; Keyword(s):
Thanks for all replies and support. I have solved the issue and now its working fine.
Regards
Thanks Ron
Regards
Hi,
Thanks for your reply, yes i have already tried with that UUID....
"I quess Ron is efective in his shaking... "
I respect all the members here in this forum that doesnot mean that i dont...
Hi ,
Did you find the answer for this.
Regards
Still i am waiting for the answer from Forum Nokia Champions.
Hi Experts,
Does anybody know Generic Object Exchange Profile (GOEP) UUID ?
Regards
Hi all,
i am using "btobjectexchange" sample example from SDK to transfer file from Nokia Digital pen, but i am not getting the file in my application, i m geting it in Phones inbox.
wht could be...
Hi All,
How can we implement "GET" in BT using OBEX ?
Regards
Thanks, it worked.
Hi all,
i want to find out the substring from :
TBuf<100> str;
str.Copy(_L("c:\\system\\apps\\MyApp\\test\\a.txt"));
i want to take out (a.txt) as substring.
Any idea how to do it ?
Thanks, i will check this.
Regards
Hi Nitin,
Thanks for the reply, can you give me the piece of code ?
Regards
Hi all,
Can we Launch the Web browser using S60 2nd Edition FP3 to open a specified URL from our application as we do in 3rd edition.
Regards
Hi experts,
can i transfer whole file i.e abc.txt (not as a byte-by-byte) over HTTP ?
Thanks in advance
Thanks, it works
Regards
Amit
Hi All,
How can i search a Mobile Number in Phone's Contact Database using CContactDatabase class.
Thanks in advance.
Amit
Hi all,
i am a problem with Bluetooth device searching...my code is below, can anyone tell me that why SetMajorClassOfDevice(EMajorDeviceLanAccessPoint); is not working...my code is:
// Code...
Did you find any solution for the same for device filtering...if yes, then do let me know please...
Thanks Alot
Regards
Amit
Hi,
pls. check MEMORYSELECTIONDIALOG in your .rss file...and LOCATION, what is there specified in "root_path"...there you can define one or more LOCATION and "root_path", then it will show you...
Hi,
try out this piece of code and see whether its working or not in your code...
void CAknPrefForm::DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane)
{
if (aResourceId ==...
Hi,
you cannot delete in file. In this case you rewrite the whole file...
Amit Singh
Hi,
yes, it is possible, In main application's .pkg file do these steps:
@"your_app.sis", (0x101FF1d9) // this application id here i.e Your_app.sis id
keep your this application's .sis file in...
Hi,
if you want to make statuspane somewhere in between of application at run time then try out this snippet of code, i think it will work for you:
in .h file:
CAknTitlePane* iTitlePane;
in...
Hi,
have you written OfferKeyEventL() function for that particular listbox in which findbox is there. if not then write that function and in that try out this line of code :
if ( iListBox )
{...
Hi,
plz go thru CContactDatabase class, i think this will help you,and try this:
CContactItem* contact;
contact = iDatabase->OpenContactL((*contacts)[i]);
(this variable "i" will be in loop...