Upgrading Virtual Machine (KVM) of mobile.

417 byte By Naveen_va at 2007-11-27 9:05:45
Hi,I am working on camera implementation (MMAPI - JSR 135, Advanced Multimedia Supplements - JSR 234). But the phone which I have supports only JSR 135. I am in compulsion to use JSR 234 features in my app. So I need to upgrade the virtual machine (KVM) of my mobile phone to JSR 234. OR is ...

Eclipse, IBM and CDC1.1 Personal Profile

685 byte By trondingsa at 2007-11-27 9:06:02
HiI am a newbie with javaMe. I'm trying to follow some instructions on how to user the IBM jvm in eclipse here: http://wiki.eclipse.org/index.php/ECF_Development_GuidelinesBut these instructions refer to a website that is down: ...

Source file for java.util.Vector not found ?

406 byte By maximaximusa at 2007-11-27 9:06:17
Hi !In the Source Editor, hold down the Ctrl key and move the mouse over a class identifier belonging to the NetBeans APIs. A hyperlink appears. Click on the hyperlink and the cursor jumps to the related NetBeans API class.(Alt--O)Can anybody tell me, why this doesn't work in an Mobile ...

Display.getCurrent() returns null

722 byte By gaucho@noa at 2007-11-27 9:06:35
Problem:I'm displaying a List-type screen and switch display to a Canvas by using the command:Display.getDisplay(midlet).setCurrent(mTestCanvas);(mTestCanvas is an instance of a simple Canvas class)OK so fare, and the screen is updated with the Canvas screen.However, the ...

Canvas direct text input (TextBox alternative)

625 byte By jhodgskia at 2007-11-27 9:07:13
Surprisingly little info on this on the net, so wonder if anyone can help:Rather than opening a native javax.microedition.lcdui.TextBox, I want to be able to detect user input directly on a canvas (with the keyPressed() method).I'm creating a generic MIDP2 midlet, and the main problem I'm ...

Make part of text in TextField Bold

158 byte By tolvana at 2007-11-27 9:07:18
Hello,How do I make a part of a text in a TextField bold or italic?Notice that I dont want to make the whole text bold. just parts of it.

Connector.open(String url) function problem

392 byte By vaheara at 2007-11-27 9:07:43
Hi AllI made HttpConnection with Connector.open function, but program block exactly on this function call, I think it's cause а poor connection what I have on my phone, so my question is: Is there a way to get out from this blocking?I must say that I make connection in a separate thread ...

Read a file using emulators

218 byte By AqueelAhmada at 2007-11-27 9:09:00
HiI want to read from a txt file using emulator in NetBeans. Can anyone plz tell me where should i put the txt file so that emulator can read it? I mean that at which location i should put the input file?

Bluetooth GPS

91 byte By boozelclarka at 2007-11-27 9:09:05
Does any one have any smaple code to connect a a bluetooth gps reciver.thanks

Where to locate Class XmlParser?

2483 byte By Momia at 2007-11-27 9:10:04
Hi,I compiled sample code from this site and I got error while building it....can anybody quickly point the solution?I am using WTK 2.0...This is the output ...C:\WTK22\apps\Sun\src\RSSParser.java:40: cannot find symbolsymbol : class XmlParserlocation: class RSSParserXmlParser parser = new ...

http connection time out

510 byte By bindiamariama at 2007-11-27 9:12:29
Hi all, in my application i send a request to a server and then wait for the response and once i get the response i process it. in a case where any exception occurs at the server side and i don't receive a response back, my application hangs at the httpConnection.openInputStream(); i want to ...

Distributing servlet data (Database) on MIDP screens

757 byte By Muhammada at 2007-11-27 9:17:00
Hi all!i am trying to distribute the data on different MIDP screens received from servlet (communicating with database) and want your help to do this.actually i want to send the requests to servlets from different screens and receive the related response from servlet on those screens. for ...

localDevice.setDiscoverable(DiscoveryAgent.GIAC)

506 byte By Shujaata at 2007-11-27 9:18:24
helloI am trying the following codelocalDevice = LocalDevice.getLocalDevice();if (!localDevice.setDiscoverable(DiscoveryAgent.GIAC)) {throw new Exception();}It works well in wireless toolkit emulator but when I run it in nokia 6630 it throws exception even bluetooth is on.Anyone Please help me ...

What's the best framework for developing Java app for HP IPAQ rx4240

801 byte By freestyle35a at 2007-11-27 9:18:52
I have an HP IPAQ rx4240 and am looking for recommendations for a framework to extend an existing appliction with. The existing app is web/servlet based using JBoss app server with Oracle back end. I'd like to provide some of the functionality of the app that doesn't require a lot of screen ...

WTK 2.5.1on Linux

1422 byte By tadeu_foa at 2007-11-27 9:18:54
Hi I am migrating my development enviroment from windows to linux but I am finding some problems, here are three issues I have seem:1 =======================The scripts run.sh does not work to solve this I had to:1. change permission chmod 7552. change the file where it says: DEMO=demosput ...

helping xml at MIDP 2.0

499 byte By kokoadia at 2007-11-27 9:19:37
dear all,how to read XML at MIDP 2.0 and view that content images like this xml formatted<?xml version="1.0"?><images> <image src=" http://localhost/img/1.jpg" alt="image 1" prev="false" next="true" /> <image src=" http://localhost/img/2.jpg" alt="image 2" prev="true" ...

JTable at MIDP 2.0

53 byte By kokoadia at 2007-11-27 9:19:38
how to make content JTable dynamic not static?

First MIDlet help

1556 byte By Mala at 2007-11-27 9:20:02
Hello,I'm brand new to J2ME (and still a beginning programmer), and I was hoping to get some assistance or some resources for my current issue.I have a very small, very simple MIDlet that I am trying to get to run on my Samsung SGH-A707 (also known as the Samsung Sync).The MIDlet runs in the ...

Client Server data exchange

384 byte By javadev2a at 2007-11-27 9:20:14
Hi All,I am trying to develop an application which send data from client midp(mobil) to java server. I am reading java articles. In articles it mentioned that some mobil phone wont support TCP IP, SOCKET, DATAGRAM,UDP methods. Can you plz suggest how I can do this project succesfully. If you ...

using KSOAP2 in accessing .net webservice

2834 byte By HybridBoya at 2007-11-27 9:20:29
I am having trouble accessing a .net web service using soap service with package ksoap2. The service url is http://dsm.decisionality.com/MedicalDemo/MIB001FeelingUnwellservice.asmx the location of wsdl file is http://dsm.decisionality.com/MedicalDemo/MIB001FeelingUnwellservice.wsdl i am trying ...

Class not found exception

3539 byte By javadev2a at 2007-11-27 9:20:34
Hi All,I am novice to j2me, I am tryiing communicate data between client and Java server. I have used code in forums,I have given project name client and midlet class name FileViewer.java. It is compiling succesfully but when I run it , it is giving Unable to create Midlet FileViewer.java ...

Helping with class Image

2358 byte By eng_wallaaa at 2007-11-27 9:20:40
I need to appear images in a menu beside a text but it doesn't appearcompletlywhat appear is only a part of it my editor is netbeans and there is the code of my test package TravelList;import java.io.*;import javax.microedition.lcdui.game.Sprite;import javax.microedition.midlet.*;import ...

Wap Browser From J2ME

348 byte By amila325a at 2007-11-27 9:21:02
Hey i need to create a wap browser. And the main thing is i dnt know a bit about this thing. But i need to do it somehow. So plz guys help me out. I know about J2ME but i dnt have a clue to create a wap browser. plz guys i need this. plz help me. so plz i need to know how to get those access ...

Help with J2ME Streaming

2172 byte By cs02lk1a at 2007-11-27 9:21:47
Hi,My name is Constantinos Loizou and I am a student and currently developing a project for my Master's degree.I need to stream audio and/or video to a PDA device. There is a trick here which is:The PDA must receive the stream from a multicast address. For this I have implemented a Bridge ...

Communication between Midlet and Servlet using Apache Tomcat

754 byte By a.med16a at 2007-11-27 9:21:51
Hi team,I developed a simple Midlet which made the following operations:- Open an http connexion with Sevlet using Tomcat.- Open DataInputStream and DataOutputStream.- Send 2 Strings (Username and Passwd) trough DataOutputStream to Servlet.- Servlet checks if the username and passwd are correct ...

differences between wma 1.0 and 1.1

320 byte By etaa at 2007-11-27 9:29:34
Could you please explain the defferences between wma1.0 & 1.1every where I search in sun they refer to 1.0 or 1.1 instead.it seams that they have no defferences.but from the other side many phones support 1.0 only.could you please help me with them.which versio I shoud ...

How to register MIDP for symbian set

169 byte By Vansha at 2007-11-27 9:31:13
Hi to all,Please tell me the way how i could register my MIDP application for symbian mobile set.expecting a favorable replyThanks in Advance

How to Prevent SMS to enter from device Inbox

374 byte By abhishekgedama at 2007-11-27 9:31:48
I want to write j2me application using WMA so that when i send sms using this application and if the receiving device has the same application running the sms will not appear in inbox.In simple words 1) How can I prevent SMS from entering into device Inbox using WMA or any other method?2) Is ...

accessing backend rational databases from j2me

154 byte By tolia at 2007-11-27 9:31:50
can somebody tell me how to access backend rational databases from j2me? Is there any API for that or it has to go through a middleware? thank you.

accessing access databases from j2me

120 byte By tolia at 2007-11-27 9:31:56
can somebody tell me how to access access databases from j2me? Is there an API for that or its through a servlet?

J2ME Memory Limitations for Images

815 byte By chris_j_pooka at 2007-11-27 9:33:03
Hi ...I have a J2ME app which loads up an image, the user is then able to scroll around the image and edit it. However I have had big problems with larger images ( greater than 800 x 800 px ). This is down to memory limitations going by the error message on certain devices. I am currently ...

Startup using RegisterAlarm

263 byte By ianpaulstraina at 2007-11-27 9:33:52
Hi,I've written an app that uses registerAlarm to restart the app after a certain amount of time. When the app starts via the alarm, is there any way of identifying that it was the alarm that started the app and not the user?ThanksIan

HTTP operation error on midlet

342 byte By Muhammada at 2007-11-27 9:34:30
hi all fellows!i've got a problem in MIDlet and servlet connection.i've created a midlet and installed its jad in mobile phone, on PC i run the servlet and midlet, it works properly, but when i run application on the mobile phone, it says "error in HTTP operation".can anybody help me? i m ...

HELP NEEDED!: Unicode character sets on mobile

598 byte By Makashia at 2007-11-27 9:36:04
Greetings,Im trying to display japanese katekana on my mobile using the unicode standard. But although the SDK emulator displays them, the applet on the phone does not. It only displays exclameted triangles. This suggests to me that they are unrecognised.I cannort use the latest version of the ...

getAppProperty("SMS_Port")

153 byte By etaa at 2007-11-27 9:37:29
getAppProperty("SMS_Port") returns null in my application but in wma demo it works well.does any body know from where the problem could be?

How to determine whether Bluetooth is ON in a MIDlet

508 byte By Nortona at 2007-11-27 9:37:56
I want to know the following things:1. Whether it is possible for a MIDlet or Java ME code to determine whether the device it is running on has bluetooth turned ON or not.2. Whether it is possible for a MIDlet or Java ME code to determine whether the device it is running on has bluetooth ...

Help with application message

176 byte By joakim07a at 2007-11-27 9:38:02
Is there any way to bypass the message, "Allow application to create bluetooth connection" while running my application or like implement a auto selection to continue...

Help needed on Bluetooth connection

116 byte By joakim07a at 2007-11-27 9:38:04
Hey, is there a way to maintain bluetooth connection and check that the bluetooth connection is still active.

MIDP2 user-agent strings...

204 byte By jhodgskia at 2007-11-27 9:38:11
Creating a servlet that will detect if the mobile is MIDP2.Do all MIDP2 phones' user-agents contain "MIDP-2" as a substring? Or is there a better way of detecting?Cheers,James

TC65 /XT75 - how does the GSM handshake work?

531 byte By murilo.pollaa at 2007-11-27 9:38:19
Hi Everybody!!!I am develloping a calling application and my class ATListener won't hear an URC while I'm dialing!!What I do is: when the person pushes a button the module calls a number from the SIM card. However, if I push the button again to hang up the call, the module won't be listening ...

receiving an sms whenever it comes

337 byte By etaa at 2007-11-27 9:38:28
excuse me I need the ability to receive an sms whenever it comes but I think it is possible only if I can :1. have a program which can run at start up and be invisible + the ability of running a midlet from an other one.2. tell to the system to run my program when a new sms receives.could you ...

Change the video played when emulating camera (MMAPI)

281 byte By vin100a at 2007-11-27 9:39:09
Hi!I'm currently developing a J2ME appli that uses MMAPI.When I launch it on Sun WTK Emulator, a little video (with Taj Mahal etc.) is played to simulate what the camera is actually shooting.Is it possible to change this video?Thanks in advance.

Using volatile variables in j2me

148 byte By Z1X2C3V4a at 2007-11-27 9:40:53
HiI was wondering what are the consequences of using volatile variables in j2me application.Can someone elaborate on the issue?

Need help with Netbeans IDE

343 byte By k711a at 2007-11-27 9:43:58
Want to use the WTK platform AND the MOTOROLA SDK platform resources to build a Midlet. The WTK has the JSR 179 location API I need, and the MOTO SDK has some class files I need. I have them both listed under J2ME on the Platform Manager. Can someone please help . I have searched for days to ...

how can i edit image using j2me

416 byte By ParagPatila at 2007-11-27 9:45:04
Hello freinds, i m having prblem with rditing my image after capturing it.....Actually wt i m doing is just capture the image and save it on memory card..........but how can i edit or modify image before saving it...i m using Nokia-6681 mobile.....cpturing image using getSnapshot()method which ...

Help on sending SMS using Nokia phones.

8159 byte By psyeua at 2007-11-27 9:45:12
Hi guys, I am trying to send an SMS from Nokia phone using the codes below:But it can't be received by the other mobile number.Could anyone please help me with this...Which part of the code hinders from sending the sms through gsm.Thanks in advance//SMSSend.javaimport ...

help connecting to servlet

1353 byte By Aharona at 2007-11-27 9:45:17
HiI have made a simple test midlet which connects to a servlet on the web and reads a string.Now when I test this all out n my local computer it works fine howeverwhen I changed the url in the midlet to read from the real servlet at my website I get errors. I have included the relevant midlet ...

transparent background

369 byte By superjeana at 2007-11-27 9:45:32
Hello allI have the following problem: I have a canvas and I want to draw it with transparent background. So If for example I have installed theme on the phone, I want to see it through that canvas.Now I use setColor(Display.COLOR_BACKGROUND).Does anyboby know the possible solutions?Thanks, ...

How to get drop downlist in j2me?

129 byte By Tarababua at 2007-11-27 9:45:46
Hi all,I want to make an application where i need drop down list .How can i get drop downlist in j2me?Thanks

creating commands at runtime

1152 byte By Russixa at 2007-11-27 9:48:53
Does anyone have a good reference on how to generate commands at runtime? I'm working with String arrays of various sizes and I would like to create a new screen command for each item in the array.MyCommand = new Command("MyCommand", Command.SCREEN, 1); So my users can click the menu button ...