Let me clear the scenerio:
Data is being transfered between One S60 5th edition phone (server) and a embedded device (client)
embedded Device searches for the bluetooth device around and try to...
Type: Posts; User: swapnilb83; Keyword(s):
Let me clear the scenerio:
Data is being transfered between One S60 5th edition phone (server) and a embedded device (client)
embedded Device searches for the bluetooth device around and try to...
Hi,
thanks for reply.
I am using E75. If I restart the phone and turn BT ON.
I can find only one SPP profile active used for some DATA Transfer.
The device I am intended to use, connects to...
Any help regarding this is highly appreciated
Regards
Swapnil
Hello Friends,
I have a Bluetooth SPP device, which connects to the mobile phone to first created COM port of the mobile phone.
As read on forum , I doubt, Symbian it self create one SPP port, as...
u can detect the view switch from portrait to landscape mode using screen size...
If width > height its landscape
else it is portrait...
U can hook this in SizeChanged() or Draw() function of...
Hello,
I want to call web service using 5th Edition SDK.
Is there any tool as Nokia WSDL to C++ ??
Can same tool work for 5th edition ? if yes, Can anybody explain " where I can find procedure of...
Hey,
that will be really nice...
@yucca: I can following link now mentioning this is the problem with E51 device....
Yep yucca,
I tried doing that...
1. PANIC is not raised if apps is not installed
2. PANIC is raised when apps is installed but not running currently
3. PANIC is raised when apps is installed but...
Yes I checked with that, there is no thread/process running with my application name
Yes, it is repeating on other E51. I have tried on my clients E51 and on RDA.
It happens only on When my apps is installed on phone irrespective of it is running or not! But if I uninstall the app,...
I am pretty sure that, my apps is not running...
and this is happening on E51 only..irrespective of Apps is running or not and Only on when I try to lock the key Pad using left softkey and * key...
any help on this ??
Is that phone specific problem ??
So far, I am not getting this on any other phone
1. U can create a Autostart apps, which will start running as u will turn on the phone
2. u can log the on time and can also start the timer
3. on turn off event u can simply log the turn off...
Hello Guys
thanks for the reply...
@ paipeng:
I would like to highlight that, my apps is still running in background, I am not able to identify which apps is getting PANIC with KERR EXEC 0...
Hello,
I am facing strange problem which is only get reproduced on E51 (my phone and RDA phone too). For all rest of phone, it is working fine.
1. Get a formatted E51 phone.
1.1 Play with...
Hi Vineet,
I want to have background for rest of Screen except Editor ..so that I can have feel of standard editor what we can have thr setting list box.
I am trying to set 2 integer editor in on...
Hello All,
I am trying to add editor based on Class "CEikEdwin". it is working fine with its other operations. Now I want to change the background color of the editor to White color.
1. I have...
Please help on how to do that ?
Hello All,
I have succeed to show floating point editor, using following code
1. I have generated a UI designer based apps
2. Added Empty view in it
3. In Container, Contrruct L added...
Hello Wizard,
Thanks for the pointer... It works after this. Thanks you very much. I can sleep tonite :)
Hi
tried doing this ...
CleanupStack::Pop(contact);
if (contact)
{
delete contact; ///KERN EXEC 3 on this line
contact = NULL;
}
Hello
Thanks for your reply . I am still not clear.. If I just Pop the Contact object then it will cause memory leak , isnt it ??
Actually I am calling this function on view activation in...
Hello,
I am getting some strange problem ...
Please find attached code ... I am getting KERN EXEC 3 on Red color line ... any help Y this is happening
void...
I tried but dint get any useful result .. any particular link ??
Hello,
i want to create the list box which will be exact replica of Phone Book list box.
I want to show the list of markable contacts. I would also want search box for the item as it is in Phone...