nokia

Can't access/read SIM phonebook in Nokia

不想你离开。 提交于 2019-12-04 10:24:40
am trying to access both the Phone's phonebook and SIM phonenook on Nokia 5130c-2 XpressMusic. The app runs without errors but it only returns the numbers from the phone's Phonebook. When I list the available phonebooks using this code String[] all_contact_lists=PIM.getInstance().listPIMLists(PIM.CONTACT_LIST); it gives me both the Phonebook and SIM card lists. i.e 1. Phone 2. SIM I have tried explicitly reading from the SIM card using this code but it still returns nothing(even though I have numbers saved in the SIM card.) Code: ContactList clist = (ContactList) PIM.getInstance().openPIMList

difference between Nokia's MeeGo 1.2 “Harmattan” and intel Meego?

久未见 提交于 2019-12-04 05:20:58
Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? What is Maemo? Is Maemo same as MeeGo Harmattan? Where can we download SDK to develop applications for it with simulator? Is Intel meego sdk (Intel note book, tablets) enough? Any guide please? aponomarenko Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? They have different package managers. Nokia's MeeGo is DEB -based, Intel's MeeGo is RPM -based. Nokia's MeeGo 1.2

Which phones support which J2ME (Java Micro Edition) spec?

白昼怎懂夜的黑 提交于 2019-12-03 12:04:31
I just can't find an up-to-date chart about which mobile devices support which Java Micro Edition version. I'm especially interested in Nokia smartphones and their support for the new JME 3.0 . (I wonder that Sun doesn't seems to provide such information.) Please, provide me some links, if you know any! EDIT: I'm probably mixing things up: MIDP seems to be the mobile Java platform , while J2ME 3.0 is a SDK for it, right? Nokia device specs, including supported JSRs: http://www.forum.nokia.com/devices/ michael aubert You can also have a look at benchmark results as they sometime give a good

Sms via a nokia phone over a serial port

你说的曾经没有我的故事 提交于 2019-12-03 09:56:05
I'm trying to send a sms via a Nokia phone over serial which is easy enough via putty. The commands from the nokia documentation works fine. However, trying to send the same commands from a c# application fails miserably. I've run Sysinternals PortMon and can see the commands come through OK, the only difference I can see is in the way it connects but I am having trouble finding the commands that would iron out those differences. The code I'm running looks a little bit like this using (SerialPort port = new SerialPort(comPort, 9600, Parity.None, 8, StopBits.One)) { port.DataReceived += new

Which mobile operating system should I code for? [closed]

女生的网名这么多〃 提交于 2019-12-03 08:04:05
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 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,

How to display a Form Screen on LWUIT Tabs?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 22:50:39
问题 I have list items on form, I have to display that form on tabs, when the user clicked on a tab. How to add that form to tab, after form.show() or before? I need to display first tab as default with Form Screen? 回答1: You can display form in Tabs. Form is also a component. Form frmObj = new Form("Tabs Example"); Form frmOne = new Form("One"); Form frmTwo = new Form("Two"); Tabs tabObj = new Tabs(); tabObj.addTab("Form One",frmOne); tabObj.addTab("Form Two",frmTwo ); frmObj.addComponent(tabObj);

Qt or Symbian C++? [closed]

*爱你&永不变心* 提交于 2019-12-02 19:04:58
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 you~ Symbian C++ is the dialect of C++ in which the operating system is written, all the way from the kernel up to the application framework. It differs from standard C++ in a number of ways, some of which are listed here: Exceptions are not used; Symbian uses

How to display a Form Screen on LWUIT Tabs?

拟墨画扇 提交于 2019-12-02 14:01:38
I have list items on form, I have to display that form on tabs, when the user clicked on a tab. How to add that form to tab, after form.show() or before? I need to display first tab as default with Form Screen? You can display form in Tabs. Form is also a component. Form frmObj = new Form("Tabs Example"); Form frmOne = new Form("One"); Form frmTwo = new Form("Two"); Tabs tabObj = new Tabs(); tabObj.addTab("Form One",frmOne); tabObj.addTab("Form Two",frmTwo ); frmObj.addComponent(tabObj); frmObj.show(); 来源: https://stackoverflow.com/questions/11862237/how-to-display-a-form-screen-on-lwuit-tabs

how to find the running process and kill the process in QT?

喜你入骨 提交于 2019-12-02 09:46:38
i am developing a very simple application for nokia mobile.my task is to find what are all the process currently running ? after that i have to kill(exit that application i.e camera or musicplayer) that process! i have tried to find some simple method in Qprocess but there is no function to listout the current process. is there any possible way in NokiaQT or i have to use symbianC++???? Qt does not provide an API to do this. You will need to use the appropriate OS API instead. I'm not familiar with Symbian, so I can't tell you what that might be. 来源: https://stackoverflow.com/questions/4538967

Common Signing tool for java mobiles

≡放荡痞女 提交于 2019-12-02 03:33:53
Can anyone tell me what is the common signing tools used by almost all java mobile vendors like Samsung, Sony, Nokia, Micromax, Moto and so on. AFAIK, Thawte , Verisign and Java verified supports most of the devices. But all are cost. Once I was chatted with Thawte and Verisign technical team for this purpose. They said most of the devices will support after signing the application. But they don't have supported mobile model list. Better you can go with Thawte. 来源: https://stackoverflow.com/questions/6649215/common-signing-tool-for-java-mobiles