s60

Reading RMS Data of other Midlet

♀尐吖头ヾ 提交于 2020-01-07 04:14:07
问题 I want to Read RMS Data created by one midlet from second midlet Target devise are S60 is it possible?? 回答1: It is possible. Open a record store associated with the named MIDlet suite. The MIDlet suite is identified by MIDlet vendor and MIDlet name. Access is granted only if the authorization mode of the RecordStore allows access by the current MIDlet suite. Access is limited by the authorization mode set when the record store was created: AUTHMODE_PRIVATE - Succeeds only if vendorName and

can i use java library for java se in java me

丶灬走出姿态 提交于 2019-12-25 02:32:59
问题 can i use java library for java se in java me. i use smack java library to create a chat client. can i use the same libary to create a chat client for javame. 回答1: Probably not. Java ME uses an old version of the Java language and the java byte code specification, also a lot of the basic standard library functions are not present. The networking library functions are completely different for instance. It is very unlikely that a modern Java lib can be used in java ME without serious

How do I get phone info in QT? (carrier, device model, device manufacturer)

送分小仙女□ 提交于 2019-12-25 01:52:41
问题 I've found something like below on the net //Get S60 version and display it on label switch (QSysInfo::s60Version ()) { case QSysInfo::SV_S60_3_1: return "S60 version: S60 3.1"; case QSysInfo::SV_S60_3_2: return "S60 version: S60 3.2"; case QSysInfo::SV_S60_5_0: return "S60 version: S60 5.0"; case QSysInfo::SV_S60_Unknown: return "S60 version: S60 Unknown"; default: break; } //Get OS version and display it on label switch (QSysInfo::symbianVersion ()) { case QSysInfo::QSysInfo::SV_9_2: return

How to get started with Symbian (S60 plattorm)

一曲冷凌霜 提交于 2019-12-17 17:47:11
问题 So at my new job one of the platforms we use is S60 (Nokia phones, Symbian OS) and I am getting curious about it, as well feeling the need to help the team a bit from time to time (I actually work on the server side of things for this software). So any good pointers/recommendations/tutorials and shared experiece that might put me in the right direction ? Thanks 回答1: These days, I think it is nearly impossible to begin native (meaning C++) Symbian software development. Nokia, Sony and Motorola

tools for doing c++/java symbian development

こ雲淡風輕ζ 提交于 2019-12-11 18:19:48
问题 I want to do some small application development for S60 3rd edition, FP2 of OS version 9.3 (target platform). What are the steps i need to do to start my development? what development OS do i need? windows or linux? Can i install carbide/java/c++ for linux? What is the preferred approach? http://www.developer.nokia.com/Resources/Tools_and_downloads/Other/ http://en.wikipedia.org/wiki/Carbide.c%2B%2B really confusing info in those wiki pages. it seems to suggest that i need symbian OS device

Not able to get the type of MessageType in email app of symbian 3rd

孤人 提交于 2019-12-11 12:37:11
问题 I want to develpoe an app which sends email from IMAP4 settings of the phone. And I am following this perticular wiki. RSendAs send; User::LeaveIfError(send.Connect()); CleanupClosePushL(send); RSendAsMessage sendMsg; sendMsg.CreateL(send,**KUidMsgTypeSMTP** ); CleanupClosePushL(sendMsg); sendMsg.SetSubjectL(_L("Incident Capture.")); sendMsg.AddRecipientL(_L("abc@xyz.com"),RSendAsMessage::ESendAsRecipientTo); sendMsg.SetBodyTextL(_L("Image Attached")); TRequestStatus status; //add attachment

Central Button Soft key LWUIT

无人久伴 提交于 2019-12-10 16:26:16
问题 This might seem like a very trivial problem but I have spent quite some time on this without finding a viable solution. Nokia devices have a central select button,which allows us to assign soft keys to it. According to my requirement, I need to assign a specific command as the soft key. For instance it might be "Play" on one screen and "Select" on other. Note that I have a default select command already set using: setDefaultCommand((Command) v.elementAt(v.size() - 1)); which is always the

How to change a QPushButton icon when it has focus?

瘦欲@ 提交于 2019-12-10 12:24:18
问题 I'm using a QPushButton in an S60 Qt app. I want the button icon to change when it has focus. I've tried this... navButton->setStyleSheet("background-image: url(c:/Data/navArrowsNotSelected.png);"); setStyleSheet("DoubleViewWidget QPushButton:focus {background-image: url(c:/Data/navArrowsSelected.png); border: 2px solid yellow}"); ...but the background image doesn't change with focus. I've also tried other approaches, using QPalette, etc., but can't get this to work. Is there a way to select

Different editions of Symbian

流过昼夜 提交于 2019-12-10 07:17:35
问题 I have to built a project in Symbian. I am having and confusion and had some question related to Symbian version. What is the difference between Symbian^3 , S60 3rd edition and S60 5th edition ? Is there any major difference as coding point of view with Symbian^3, S60 3rd edition, S60 5th edition? Does the code built in S60 3rd edition will work in S60 5th edition or code built in Sybmian^3 will work in S60 3rd edition, S60 5th edition or vice versa? Which IDE do we have to use for Symbian^3,

Different editions of Symbian

时间秒杀一切 提交于 2019-12-05 18:20:05
I have to built a project in Symbian. I am having and confusion and had some question related to Symbian version. What is the difference between Symbian^3 , S60 3rd edition and S60 5th edition ? Is there any major difference as coding point of view with Symbian^3, S60 3rd edition, S60 5th edition? Does the code built in S60 3rd edition will work in S60 5th edition or code built in Sybmian^3 will work in S60 3rd edition, S60 5th edition or vice versa? Which IDE do we have to use for Symbian^3, S60 3rd edition, S60 5th edition? Which language does we have to use for coding in Symbian^3, S60 3rd