I have got a mix of 2nd edition and 3rd edition s60 phones. I start custom obex listener on both phones using Python and try to send files to them. Though I can send files to 2nd edition phone; I can't send files to 3rd edition phone and the error being "Broken pipe".
Why this is so?
...
On clicking a URL displayed in my application running on a Symbian S60 3rd Edition device should make the phone browser ( which is already open ) open the specified URL.
Here is the code:
_LIT( KUrlPrefix,"4 " )
void CMunduIMAppUi::OpenInBrowser(const TDesC& aUrl)
{
HBufC *url = NULL;
const TInt KWmlBrowserUid =0x10008D39;...
I've had nothing but grief using Symbian's browser control on S60 3rd edition FP1. We currently display pages and many things are working smoothly. However, when inputting text into an HTML text field, the user will get a KERN-EXEC 3 if they move left at the beginning of the text input area (which should "wrap" it to the end) or if they ...
Good day.
How In Symbian C++ I can get RSS feeds with S60 SDK (fp1, fp2)?
Code examples.
Links.
Ideas.
Thanks.
...
I am going to create application in which my application's idle screen going to display some of the shortcuts like contact, idle, call logs etc..in idle screen same as native idle screen.
I am creating application using 3rd edition FP2 SDK.
I am not knowing exact naming of that component but i think experts have got the idea from my qu...