Questions tagged [midp]

Mobile Information Device Profile is a set of Java ME specifications. Known versions are 1.0 (JSR 37), 2.0 and 2.1 (JSR 118) and 3.0 (JSR 271)

592 questions
0
votes
1 answer

J2ME PIM EVENTS

I'm currently developing a J2ME application event manager. I'm using PIM but I don't have enough knowledge on this. Can someone help me or give me references on how to set in displaying, editing and deleting records? Here's what I've done so far. …
drayl
  • 261
  • 2
  • 8
  • 21
0
votes
2 answers

Nokia 6600 battery status detecter

I need to write a mobile application (midlet) that will run on Nokia 6600 (SDK 60 2nd Edition CW). the application's goal is to detect power interruptions(whenever there is no more electrical power going into the battery) and log them. this mobile…
Attilah
  • 17,632
  • 38
  • 139
  • 202
0
votes
1 answer

320 x 240 netbeans emulator

Does anyone know where I can get a java me emulator with 320 x 240 screen size for netbeans, and how I can install it?
Leo Aso
  • 11,898
  • 3
  • 25
  • 46
0
votes
2 answers

J2ME Encryption Algorithm

I'm trying to develop my own encryption algorithm for J2ME mobile application with MIDP2.0. But I don't have any experience in encryption algorithm, Guys please give ideas for me. I would like to encrypt document and I need to maintain that document…
Joseph
  • 131
  • 10
0
votes
1 answer

Is it possible to customly rewind mp3 X seconds on s40?

I've been trying to find out if it's possible to customly rewind X mp3 seconds, without any luck. Additional feature I want to implement in my player is to play mp3 from "xx:xx" (specified time). Couldn't find any documentation describing that…
0
votes
1 answer

Invalid application. Delete? on Nokia mobile phones

I like a mobile game called Bounce Tales, so I chosed trying modding it. I can succesfully run it on KEmulator, but when I try to run it on a real mobile phone (Nokia 2700 Classic for example), it says: "Invalid Application. Delete?" E: Here is the…
gskartwii
  • 389
  • 2
  • 7
  • 18
0
votes
2 answers

How to run J2ME MIDlet programs in JCreator IDE?

How to run J2ME MIDlet programs in JCreator IDE?
user366312
  • 16,949
  • 65
  • 235
  • 452
0
votes
1 answer

Adding MIDlet-attributes to JAD file

I am using J2ME Polish to build an application for nokia s40 phones. When i finished packaging the app, i find out that the manifest attributes: "MicroEdition-Configuration" and "MicroEdition-Profile" which is available in the manifest file is not…
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
1 answer

Using event in j2me canvas forms?

I'm a dot net developer. And recently forced to do something in j2me. We have app in j2me for working with SMS-Text-Message and make different UI based on these sms. In this app form create manually with Canvas. There are several operations (which…
Rev
  • 2,269
  • 8
  • 45
  • 75
0
votes
4 answers

How to write to a text file - HttpConnection J2ME

I get no errors but my code is not saving any new data to the text file, here is my code: public void saveToLeaderboard() throws IOException { String toSave = "Random info I want to save"; HttpConnection connection = null; …
Marc Uberstein
  • 12,501
  • 3
  • 44
  • 72
0
votes
1 answer

How to display weather using any weather website

I am supposed to develop an application in which I am supposed to display weather conditions. When I enter a city that time it should get connected to any weather site suppose weather.com, and display only the weather conditions like humidity,…
priyanka
0
votes
1 answer

jad and jar size do not match in j2me

I am using N97 and Nokia 5530 for my application. More often whenever I install my application. I find this error. I have searched the internet and found a number of ways to solve this problem. I did use them such as check size of jar and the one…
Ameer Moaaviah
  • 1,530
  • 12
  • 27
0
votes
0 answers

How to create a Midlet SVG with a Data Base in J2ME

I need to know how I can do one application with SVG Netbeans and it work with a Data Base for a Midlet app. And then I have a problem with tutorial of SVG for Netbeans because I create the SVG and I can't see it in the visualmidlet screen.
Alexis Duran
  • 620
  • 14
  • 28
0
votes
2 answers

how to start browser in j2me app without confirmation

I'm developing first j2me app which should just open a browser with some url. I do it with only one line of code platformRequest(URL); When I run it - it always asks me "Do I really want to open such URL" How can I solve it? Will the app signing on…
devworkstation
  • 147
  • 1
  • 3
  • 11
0
votes
2 answers

select multiple contact from the phonebook in j2me

This is my code for selecting the contact number from the phonebook. I'm able to search and select the contact number from the mobile phone contact list. But, I want to select multiple contacts and add them in the textfield. tb2 = new TextField("To:…
user918477