nokia

options for mobile app store analytics (Apple, Android, OVI, etc)? [closed]

允我心安 提交于 2019-12-23 14:21:38
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Does anyone have any experience with analytics software/services for the mobile app stores? I am currently developing only for iOS so that's what I'm mainly interested in, however I would like to know if there are some analytics that aggregate data across several app stores in case I make some say Android apps.

Need C# sample for sending sms with Nokia PC Suite?

ぃ、小莉子 提交于 2019-12-22 11:28:11
问题 Nokia N70; PC Suite 7.1.40.1 I'm able to send sms with pc suite and connected phone via bluetooth. But i want to be able to automate this and write some wraper (my own app) which will trigger send sms command in PC Suite... maybe somebody has some simple sample for start? thanks 回答1: It looks like you need the Nokia PC Connectivity API (note: Forum Nokia registration required for download). According to the blurb Developers can use the Content Access API to build PC applications that create,

How to Increase heap size in Java ME?

天涯浪子 提交于 2019-12-22 10:48:25
问题 Is there any way to increase the heap size for Java ME on a device? I'm developing an application for a Nokia N95, but am bumping into memory issues when I try to do image processing of larger images. The phone has plenty of heap space available, but seems to restrict the amount allowed to be used by Java ME to 1MB. 回答1: Short answer: No. Longer answer: Heap-size is hardcoded in device VM. If you are running out of memory you need to split you task into more smaller sub tasks to allow GC to

Qt or Symbian C++? [closed]

社会主义新天地 提交于 2019-12-20 09:46:23
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . 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

How to save an image into photo gallery using j2me

 ̄綄美尐妖づ 提交于 2019-12-20 07:50:51
问题 I am making an application for nokia, samsung, lg ets using j2me. I want to save an image into photo gallery of mobile. But i didn't have any idea what path i use to save image? 回答1: Look on this article, Getting Started with the FileConnection APIs. Also look on this example, File Connection Using J2ME api JSR 75. 回答2: String initDir = System.getProperty("fileconn.dir.photos"); Mobile's Internal Memory can make issue if it is limited. So You should use Memory card to save the images. You can

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

跟風遠走 提交于 2019-12-20 06:37:02
问题 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++???? 回答1: Qt does not provide an API to do this. You will need to use the appropriate OS API instead. I'm not

Common Signing tool for java mobiles

蓝咒 提交于 2019-12-20 04:39:09
问题 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. 回答1: 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

why I get just numbers in UCS2 how can I fixed at commands and c#?

霸气de小男生 提交于 2019-12-19 11:49:15
问题 I am having a problem with reading my sms through putty, Its beacuse I type AT+CMGL="ALL" but the message(text) and number are just numbers, I read that my gms modem nokia s10 uses UCS2, but I dont know what to do here? how can I read my message intead of just seeing numbers?? help please Also I am using this code from codeproject and I changed this line but It is the same result as putty just number in ucs2 public ShortMessageCollection ReadSMS(SerialPort port, string p_strCommand) { // Set

How to get IMEI for J2ME supported all devices? [duplicate]

我与影子孤独终老i 提交于 2019-12-18 12:37:49
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: how to dynamically get mobile IMEI number in J2me? is there any way to get IMEI for J2ME supported all devices??i did some googling and find out the below solution but it is for device specific. Nokia. System.getProperty("com.nokia.IMEI"); SonyEricsson System.getProperty("com.sonyericsson.imei"); Motorola System.getProperty("com.motorola.IMEI"); is there any generic way to fetch IMEI for all devices?? 回答1: There

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