symbian

Symbian bluetooth vs. Windows Mobile bluetooth

Hello, I wanna know what are the differences between Symbian OS bluetooth and Windows Mobile bluetoo? Can you explain/describe me? I did not find something clear in this case.. i wanna compare them. Thanks! ...

How to write an application to stimulate clicking events on Mobile

Hi all, I'm finding a way to write a mobile application that could stimulate clicking some buttons on the phone. Based on my check, it's not possible to do with J2ME. How about Symbian? Is it possible? ...

text is exceeding the listview bounds in Qt

Hi. I need to customize the listview,I am placing an icon and a text at the center of the listview. If the text length is bigger then the list rectangle length.. the text is coming over the icon first letter of the string is not visible.. How to avoid this situation? Is it possible to give marique effect for the string? Thanks in adv...

How to get the selectionchange event in Qt

Hi.. I have a class inherited from Qwidget, now in that class I will be creating "Qlistview" object and filling up the items to view.. When the selection of items in the listview gets changed I want to get the "selectionchange" event to come.. So how can I achieve this.. pls tell me in brief... thanks ...

Symbian-Carbide: Can't update 2.3.0 to 2.5.0

Just installed the SDK and ADK. while updating, it gives the following error: "unexpected end of zlib input stream" a dozen times. ...

how to set the item selection forcefully in Qt

Hi.. Can any one tell me how to set the item to be selected forcefully.. I tried this after adding items to list row.. QModelIndex index = mylistview->currentIndex(); mylistview ->setCurrentIndex(index); its not working.. index I am getting index (-1,-1).. can any one help me on this Thanks ...

what is the mistake in my code

class myslot { public: Q_OBJECT myslot() { } ~myslot() { } typedef enum Emycars{volvo,benz,tata}cars; public slots: void hellowslot(myslot::cars); }; void myslot::hellowslot(myslot::cars cars1) { } class mysignal { public: Q_OBJECT public: mysigna...

How to delete a widget from a stacked widget in Qt

Hi, I am using QStackedWidget to switch between the views, I will be able to traverse between the views, I am facing problem in some scenario, where I do not require the widgets, I want to remove them completely.. QStackedWidget provides the functionality to remove widgets, still the ownership of the widget will be there, I mean widget ...

My listview is not gaining the keyboard focus in Qt

Hi, i am trying to operate the listview itesm through keyboard focus, its not moving.. can you folks suggest where i am wrong. if i click on the listview from mouse, listview is gaining the focus. i dont no what is wrong. class Newlist : public QWidget { public: Newlist(QWidget *parent = 0); ~Newlist(){}; public: QListVi...

Problem simulating a key press on Python for Symbian platform on a Nokia 5th ed phone

I am developing an app for Nokia 5800 Music Express (S60 5th edition) using PyS60 (Python for S60) ,I want to simulate a KeyPress say if a message comes,I detect a message and Press a Key. There does exist a Keypress module for PyS60 for 2nd edition phones which allows this. However I have not been able to install it on my 5th ed phone...

glib on Symbian S60

Hello, I am interested in porting a C library that depends on glib to Symbian. After some research, I found that there is a Symbian port of glib. However I can't seem to find much documentation about it. Can anyone point me to the right direction as to whether this can be even done or not? If yes, how. ...

How to launch a browser with a given URL within the same tab

Here is some code to launch S60 browser with a given url. // use the StartDocument api param->Des().Format( _L( "4 %S" ),&aUrl ); TUid id( TUid::Uid( browserUid ) ); TApaTaskList taskList( CEikonEnv::Static()->WsSession() ); TApaTask task = taskList.FindApp( id ); if ( task.Exists() ) { HBufC8* param8 = HBufC8::NewL( pa...

click feature in Qt

Hi, I just want to clarify, weather the feature is present or not in Qt. The scenario is like this, I have a list view with items, I want to place the icon to the listview when the item is selected. The selection I mean is, first time when I click item should be selected, next time if I click the same item then it should display some ...

How to make the title bold?

Hi all, In Qmessagebox how can I make the title text bold? Here is the sample code, which I am using to disply a messagebox int ret = QMessageBox::warning(this, tr("My Application"), tr("document has been modified.\n" "Do you want to save your changes?"), QMessageBox::Save | QMessageBox::Discard ...

Best Mobile Programming IDE for Sony Ericsson (Symbian-UIQ)

What is the best IDE for developing a C++ application targeting Symbian UIQ-based phones like p990 and p1? So far I have come across Carbide C++ which seems good but I am not sure if it supports UIQ (maybe it only supports S60 platform) and if it's the best option. ...

How can I POST data to a url using QNetworkAccessManager

I have a webservice that I need to POST some data to using Qt. I figured that I can use a QByteArray when POSTing to the web service. My question is, how can I format this array in order to be parsed correctly at the other end? This is the code I have so far: // Setup the webservice url QUrl serviceUrl = QUrl("http://myserver/...

SMS using Bluetooth COM port connection guidance

Mobile phone AT&T guidance? I connect my China/ and Nokia phone using Bluetooth COM PORT CONNECTION. It says COM at 5. How can I use this connection to send and receive SMSes using C#? For example, are there some resources to consult, or how would some example code look like? ...

Developing an app with Camera Access and GPS

I need to develop a symbian application in which the app is triggered while taking a photo and upload to a web location with the GPS location of the phone. I would like to know which all devices can support this and is there any API restrictions or licence required to do this. ...

How to compile Microsoft Silverlight for Symbian as .SIS (stand alone) application?

So in nokia we can have sort of Microsoft Silverlight installed to system. We can see Silverlight apps in browser, interact with them. But how to compile that silverlight application into .SIS applications? ...

Is there any Symbian Open-Source project for hosting some Flash SWF or pure HTML Site in it and easily compiling it into .sis?

So what I need is some Open-Source project for symbian which would consist of Customisable web browser and a folder to place my HTML+ images and SWF documents. So I don't have to dive deeply into Symbian Development and just put my files where I need, correct browser style menu and icons and compile into .sis So is there any thing like ...