midp Questions

2

Solved

Could anyone explain what the difference is between CLDC and MIDP?
White asked 1/3, 2010 at 3:15

3

Solved

I am working in J2ME. I want that my MIDlet must run for infinite time. It must not close even I press any of key from my device. Please help me what should I do for this?
Lovett asked 3/5, 2012 at 14:19

4

Solved

I want to call some RESTful web services from a J2ME client running on a MIDP enabled mobile device. I read the MIDP api for HTTPConnections and thought this is just crying out for a simple wrapper...
Sheenasheeny asked 11/11, 2008 at 14:30

2

Solved

I have a written a J2ME application which uses Bluetooth and search a file within the peer mobile and download it. I would like to make my application run in background , whenever I get a call , or...
Internuncio asked 21/7, 2009 at 5:52

7

Solved

I have a thread: Thread t = new Thread(){ public void run(){ ServerSocketConnection scn = (ServerSocketConnection) Connector.open("socket://:1234"); // Wait for a connection. SocketConnection...
Blackett asked 6/8, 2010 at 6:40

2

Solved

I am new in J2ME. In my Application, I want to add the Multiple Records in the Record Store and also want to access it. How can I add the multiple Records in the Record Store and how can I access...
Refinery asked 23/7, 2012 at 4:31

1

Solved

I am working in J2ME. I want that my application must be automatically started when my device reboots. I have made Nokia-MIDlet-auto-start: yes entry in my JAD file as suggested in http://librar...
Raychel asked 5/5, 2012 at 11:44

2

Solved

I'm writing a simple J2ME phone app and I want to save the status of the app when I exit it. Googling around led me to the FileConnection class: FileConnection filecon = (FileConnection) Connector...
Halidom asked 27/1, 2012 at 22:0

1

Solved

I am working on a Midlet application. I am finding myself in the need to scale images very often. This has become a problem because some phones are pretty slow and scaling takes too long. Currentl...

3

Solved

I'm trying to create a J2ME app, which talks to webserver using HttpConnection connector. When I am talking to the WebServer, I have to authenticate using Basic HTTP auth, which normally goes lik...
Rheumatic asked 4/6, 2009 at 14:18

1

Solved

I am trying to program a very simple Mobile Application (J2ME) in java. The idea is to access a website via URL input and read the contents of the website into a buffer. Here's the problem. This w...
Bannasch asked 23/2, 2011 at 10:58

4

Solved

I'm trying to code an application which runs un different java platforms like J2SE, J2ME, Android, etc. I already know that I'll have to rewrite most of the UI for each platform, but want to reuse ...
Stealage asked 13/5, 2009 at 18:1

4

Solved

I'm looking for an algorithm that rotates an image by some degrees (input). public Image rotateImage(Image image, int degrees) (Image instances could be replaced with int[] containing each...
Ornithine asked 27/1, 2009 at 18:19

1

Solved

Let's suppose i have created a text box with a phone number in it prefilled. How do i make a call when a button Call is clicked. The call should be for the number specified in the text box. How to...
Orelu asked 16/1, 2010 at 11:29

4

Solved

How to get the IMEI of a Java ME device in a common way that is applicable to all devices
Gatewood asked 25/3, 2009 at 9:10

3

Solved

I been looking around and at sources like this one they say that a Midlet can invoke another if they are in the same suite, or if they are in the same namespace and in the same jar file. I do not ...
Semitropical asked 18/8, 2009 at 18:23

3

Solved

As for as I know that android application can be developed in core java only. But is it possible to code android with J2ME? Please give some example codes if possible.
Snowmobile asked 11/8, 2009 at 12:22

5

Solved

I have an j2me application installed on a Nokia S40. Some configuration data is stored in the RMS. Is it possible to overwrite the installed app with a new version? How to keep RMS in the new versi...
Sarto asked 5/6, 2009 at 19:33

1

Solved

I want to read UTF-8 strings from a server that I have control of, using java MIDP. My server is sending UTF-8 data. The following code gets close: c = (StreamConnection) Connector.open( myServe...
Demello asked 8/7, 2009 at 2:45

2

Solved

Edit: This makes alot more sense to me now that i've taken a step away from the code, thanks for the help. Just found stack overflow the other day through Coding Horror and it looks awesome. Figur...
Cordelier asked 26/2, 2009 at 4:45
1

© 2022 - 2024 — McMap. All rights reserved.