nokia

Does J2ME Media Player on Nokia E65 work?

I'm trying to write a simple media playback application in J2ME. Currently I'm starting with the most simple thing, I just want to play wav file from resource included in the jar file. I'm using this simple code: DataInputStream wav = new DataInputStream(getClass().getResourceAsStream("sample.wav")); Player player = Manager.createPl...

Qt or Symbian C++?

I am planing to develop on Symbian systems but I am not familiar with it. I know (might be) the most popular way of developing on Symbian is Symbian C++, and I also heard of Qt. What's the difference between them? If I want my app run on most of the Symbian systems, which should I choose? Can someone give me some overall advices? Thank ...

The best way of developing on Symbian

Hi there, I am going to develop on Symbian (S60), and I know there are some ways to develop on this platfrom: Symbian C++, Java ME, Qt,OVI etc. I need an overall brief guide on all the ways and I have a few questions: What's the difference between Symbian C++ and Jave ME when developing? If Java ME can run on Symbian ,why we need Sy...

Develop on mobile phones(Java), using SDK or not?

Recently I have to develop on mobile phones using Java and I am planning to do the development on the following brands: Nokia Samsung SonyEricsson Motorola LG I've browsed the "developer site" of each company and looks like they all have provided their own SDKs for J2ME development. I am really new to this field and I have a few q...

"Error: Phone reports generic communication error or syntax error. (GsmComm.GsmCommunication.CommException)"

hey guys, i was checking the sample code with gsmComm library, my modem is nokia 5130 Xpressmusic modem and the connection was done successfuly but when i tried to send a SMS .. i got this message "Error: Phone reports generic communication error or syntax error. (GsmComm.GsmCommunication.CommException)" what's the problem ?http://www...

Why cant i read messages from Nokia mobile using GSM in C#?

I have developed a small sms application from PC to mobile... I Can read messages from other mobiles like sony ericsson but i cant read messages from nokia mobile.... I got the Error Phone Reports generic communication error or syntax error My code is // Read all SMS messages from the storage DecodedShortMessage[] messages = CommSet...

"Automatically indent" in Carbide.c++ 2.4.0

After moving from Carbide.c++ 2.0.2 to Carbide.c++ 2.4.0 (it is 2.3.0 + update) and moving my Code Style profile, "Code style" preferences are not applied while typing in one particular case, and it is related to indent position after conditionals. My code style profile says the conditional should look like this: if (x > 3) { ...

How to display remote email message?

I have been using this code to display IMAP4 messages: void DisplayMessageL( const TMsvId &aId ) { // 1. construct the client MTM TMsvEntry indexEntry; TMsvId serviceId; User::LeaveIfError( iMsvSession->GetEntry(aId, serviceId, indexEntry)); CBaseMtm* mtm = iClientReg->NewMtmL(indexEntry....

How can I write a Nokia application with pyqt?

I have seen questions on my Facebook group about 'Can I write Nokia apps with pyqt', but no one has answered. I am curious, can it be done? ...

J2ME applications in Nokia 2660

It's possible to install J2ME Midlets in the Nokia 2660 cellphone? The installation of the Midlet is via bluetooth or physical cable? ...

Problem with selection rectange

Hi.. i m trying to make Customized listview in QT for symbian OS. i am facing some problem, i am able to draw everything like icon,text etc.. where ever i wish but the problem is, it is not getting selected by default.. i hope u got it. to do selection i need to draw the rectangle manually.. it could be a problem if them get changed o...

Mobile programming

I have Nokia 2700. On which programming language i can develop programs? Only Java ME? Which PL is best choose? ...

How to add menu to a widget derived from Qwidget

hi.. i want to know how to add menu to a widget, which is derived from Qwidget in QT symbian, i know how to add menu to window derived from Qwindow, but i am not getting for widget derived from Qwidget pls help me.. Thanks ...

Where is the mistake in my code?

Hi.. I want to make a customized list view, in that I will add items dynamically, I have written code for the same, but it's giving me some problems, code is compiling fine but it will give some linker error, I tried the same code by keeping different header files, it runs well, but i am not getting control to my delegate class only. ...

Problem in inserting element to listview in QT

HI.. i want to add elements dynamically to listview in QT for symbian OS, i have set of delegate methods associated with listview. if i add elements statically, the control comes to delegate methods, and view is perfect. but if i add dynamically, control is not at all coming to delegate methods. i don't no how to do it. ill place her...

How to start Qt development on Windows, but targeting Maemo 5?

Hello Everyone, I've recently heard about Qt and read about how fun it is to develop with. By the way, I'm also buying a Nokia N900 and I heard that its operating system, Maemo 5, supports Qt quite nicely, so I thought I'll give it a shot. I'm a .NET developer, so I'd prefer to develop on Windows, and if it is possible, using Visual St...

How to get money from users mobile phone using Java application?

How to get money from users phone using Java application? So I want to create simple casual game, I want to charge users if they want to pass some extra layers. I want to create an app first of all for android, it'll be opensource. Than to port in on nokia and other Java enabeld devices. Are there any tutorials\matereals on how to do suc...

Not receiving clear list notifications from Call log

I have been using CLogViewRecent and MLogViewChangeObserver to monitor call log on S60 5th edition phones. MLogViewChangeObserver has three functions: virtual void HandleLogViewChangeEventAddedL(TLogId aId, TInt aViewIndex, TInt aChangeIndex, TInt aTotalChangeCount); virtual void HandleLogViewChangeEventChangedL(TLogId aId, TInt aVie...

Qt switching between views?

How to switch between the two screens in Qt? for example, i have a button,static text plus a toolbar,now i will add it to a frame and set it as central widget it works well for one window.. what if i move to the next widow? there i need to show some other stuffs like some other button, images etc... and what if i come back to the first...

Which mobile operating system should I code for?

I would like to rewrite two of our programs for mobile devices, but am a bit lost as to which platform to target. Complicating this decision: I would need to learn the relevant languages and IDEs - my coding to date has been almost all web based (PHP, JS, Actionscript, etc. Some ASPX). Most users seem to be religious about their mobil...