Image of screen

71 byte By jonney69a at 2007-11-27 4:58:50
Hi is their a way to capture the screen and save it has a Image?

PointBase

480 byte By vasuvuggu@gmail.coma at 2007-11-27 4:58:51
Hi guysHere i am trying to use PointBase database to my j2me application , its working fine in mobile and other systems too , but not working , means data is not stored in my system for that database , actually when we r storing db , wher it is stored , How can i solve my problem , can u help ...

problems with push technic

425 byte By gerekbolsaa at 2007-11-27 4:59:05
Hi I have MIDlet, which can be started bu sending an sms.When I normally start MIDlet it works fine, asks me if I want to receice messages and everything goes smooth. But when I start the MIDlet by sending an sms(push technic) it starts asks me if I want to receive messages ,I say yes, and then ...

Hi Freinds......How to Encrypt/Decrypt Text file in j2me

258 byte By ParagPatila at 2007-11-27 4:59:22
Hello friendz.,, I m having problem with textfile exncryption decryption in j2me..Can abybode tell me how to encrypt/decrypt Text file using J2ME API's.......PLZ help me ....... Thanx in advance regards,Parag

can not read message when MIDlet started by push

376 byte By gerekbolsaa at 2007-11-27 4:59:45
Hi I have a MIDlet which reads incoming messages and stores them in recordStore.When I start application manually everything is ok, MIDlet reads the message and stores it. But if it is started from push with received message, it starts but takes no action when messages are received. I have ...

How to deploy j2me application in BlackBerry

265 byte By madhu84a at 2007-11-27 4:59:56
HiAnyone please tell me how to deploy the j2me application in BlackBerry ?Will it support the j2me applications ?If it supports , then anyone know the char length of the platformRequest() ?Also please tell me the os used in it ...

preverification error: Cannot find class com/sun/perseus/model/Viewport

843 byte By johndoea at 2007-11-27 5:00:38
Hi all,I have a (previously) working Midlet to which I have added one line as follows:SVGImage image = (SVGImage)SVGImage.createEmptyImage(null); - and imported the necessary from javax.microedition.m2g. (I am using the library that comes with the WTK, jsr226.jar).This builds, jars, obfuscates ...

simple midlet question

258 byte By jonney69a at 2007-11-27 5:01:02
Hi how can you retrieve a MIDLETS properties ie the name of the midlet and the version?Also is there a way to retrieve what device a user has? ie nokia, samsung etc? im not particularly interested on the actual model number but just the company

upload file image to server using J2ME (Please Help)

453 byte By Afua at 2007-11-27 5:01:57
Hello everybody in this forum. I have a task from my teacher to make an application which used to upload file image to server (internet) using J2ME.I am a new comers in this program language. This is emergency.So i really thanks if anybody could help me about the script code about this ...

outOfMemory exception on device with 2mb memory

1111 byte By GXa at 2007-11-27 5:02:26
Hi allI have experienced the following problem.The application I have developed works fine on a sonyerricson w800i but gives outofmemory on a nokia 6131The se800 reports 1048572 bytes available memory (1mb)The nokia 6131 reports 2097152 bytes available memory (2mb)For debugging purposed I do a ...

drawing images scaled!!

196 byte By etaa at 2007-11-27 5:05:02
Hello all.I need to draw an image with my desierd scale. its container is not important :a form, a convas or any other thing.please tell me where and how I can do this.

How can we detect the event on rotating the clamshell on N93

168 byte By sdra at 2007-11-27 5:05:03
I am working on Nokia N93.On Rotating the clamshell ,UI of the application gets disturbed. What event gets fired? Through J2me how that event could be detected ?

TC65 GPRS profile could not be activated

972 byte By manoPa at 2007-11-27 5:06:14
Hai all,I have created a TC65 application that opens a TCP/IP connection with a server and periodically sends bytes to the server. SJNET is used for establishing GPRS and socketConnection for TCP/IP socket. After a prolonged running, sometimes the application looses connection with the server ...

Problem in exiting the midlet

548 byte By bindiamariama at 2007-11-27 5:06:22
Hi all,I am working on a mobile application that has four midlets. From within any of them when I call the exit, I need to go back to the screen showing the four midlets. But when I exit, the entire application closes and goes back to the home screen of the mobile. I am using public void ...

read text files in J2ME

307 byte By theotimea at 2007-11-27 5:06:33
Hi All,I would like to read a text file called "words.txt"words in that file are arranged in notepad line by line like this:goodhellobyeokSome one can help me how I can read them in J2ME line by line so that it is easy to manipulate ...

how to know if push started MIDlet

163 byte By gerekbolsaa at 2007-11-27 5:07:13
Hi guysSorry if I am sending the previously posted thread.How can I know if the MIDlet was started manually or by pushed message?cheers

Auto update in J2ME !!!

635 byte By cvraidena at 2007-11-27 5:07:32
Dear all,Is it possible to do auto update in j2me. For example, when the user run the application, it connects to server to see if there is new version available. If yes, than first step is to inform the user with popup or alarm. The first step is not a problem. The second step is if the user ...

File Connection API

1500 byte By Shujaata at 2007-11-27 5:08:37
Hey I am having problem in JSR-75.I am reading a file from CFCard byte by byte and then write some bytes to a file.BUT When I start the midlet,it asks many times for permission but that can be solved by setting permission but the main problem is that after asking many times it then throws ...

update and install a new midlet

580 byte By jonney69a at 2007-11-27 5:09:18
hi i am having trouble installing a new version of my midlet from a webs erver on a s60 device. the program just opens up the web browser instead of downloading the midlet.here is my code:String game_url = ...

How do I implement a combobox (Netbeans 5.0+mobility pack)?

226 byte By WhidbeyIslndra at 2007-11-27 5:10:07
I'm trying to write a simple app for my cellphone (Samsung M500) The first screen needs to behave exactly like a combo box (a text box at the top and a listbox under it).I'm new to this and I can't figure it out yet.

Problem with play audio file on my phone

838 byte By fighter79@inwind.ita at 2007-11-27 5:10:18
Hello guys!I have a problem with my little application:I want to play an audio file on my phone (Sony Ericcson k618i).On WTK2.5 my code runs ok, it play a simple audio file, but on my phone it doesn't work.Why?I don't know why!Please help me.... :(The code is:public void run() {try {//instead ...

mobile maps help needed!

1343 byte By kris_javaa at 2007-11-27 5:15:44
I'm trying to design and develop an application which uses Location Based Services and basicaly shows an interactive map of the current location.I would like to ask if anyone knows where to start, I know more or less how to use JSR-179. Let's say I have current coordinates and then I want to ...

HTTP connection on Nokia S60 2nd FP2

3910 byte By ruvyoa at 2007-11-27 5:16:06
Hi, I'm developing an application in J2ME that needs to use HTTP connection. In a first approach only dowloads a byte to test the connection and it works fine on NetBeans emulator, on WTK 2.5.1, on Nokia emulator (for S60 3rd FP1), and on Nokia E61, but does NOT work on Nokia emulator (for S60 ...

midp2 and transparency

469 byte By etaa at 2007-11-27 5:16:26
hello allI found this in the link below : http://developers.sun.com/techtopics/mobility/midp/articles/gameapi/index.htmlMIDP 1.0 makes developing games, including networked games, difficult in several ways:# The Graphics class provides no support for any form of transparency, for using an image ...

Bluetooth Mobile App - Pair with Digital Pen

1792 byte By Sha-dowlia at 2007-11-27 5:16:40
Hi!First a short Introduction:For a project I have to stream data from Maxell Penit DP201(4.1) to a mobile device (over a midlet). Data Connection is built up over Bluetooth.My Questions are: Is btl2cap the right method for connecting digital pen and mobile phone?If yes, is the btl2cap string ...

Hiding onscreen virtual keyboard

786 byte By mihaia at 2007-11-27 5:16:48
Hi!I need help with something.I'm developping a game for LG KE850 (Prada model), which is a touchscreen-only phone simmilar to iPhone (no keyboard). While in any j2me app my team have developped, there is an onscreen control which on pointerPress, pops up a transparent keyboard on the ...

ChoiceGroup and TextField on same Form -- how to tell which is selected?

330 byte By certainlysira at 2007-11-27 5:17:21
Hi everyone. I have a form with a ChoiceGroup and a TextField. I have 6 pre-defined entries in the ChoiceGroup, and I'd like for the user to be able to either select an entry or enter their own in the TextField. If I have a single command 'Go', is it possible to determine which of the two ...

Disable commands from components.

555 byte By MelGohana at 2007-11-27 5:18:31
Hi I really really really need to disbale the properties (inherited from device) of some components, for example when I use a TextField on a Form, when it focused the commands change to let it use the normal options thedevice has (insert text, insert emoticons, insert number, delete, etc etc ...

Cant place the commands correctly.

530 byte By MelGohana at 2007-11-27 5:18:55
Hi I must achieve on that for my job. I must place two commands on certain positions but the problem is this one:I can create the commandsI add the commands to Form or to the TextFieldsbut the form has TextFields that seems to has its owns Commands and they have the greatest priority so my ...

Is it possible to install a self-signed certificate to a phone?

250 byte By yixiaoqianga at 2007-11-27 5:19:12
I made a self-signed certificate with KeyTool and I use the corresponding private key sign a MIDLet with jarsign tool. Now I don't know how to install the certificate to my phone. I also want to is it possible to do this?thanks.

Browser Based vs J2ME applications

413 byte By chamalsla at 2007-11-27 5:19:20
Hi,We are planning to provide a mobile phone application to our users. But still we are undecided on wether to provide our application as an web based application where mobile phone users can view through web browser or to provide the application as an J2ME application.What are the pros and ...

Application not able to run on phone upon installation

691 byte By kenneth-rocka at 2007-11-27 5:19:29
Hi All,Does anyone know make application run on phone? I had compressed my project into jar file and i transfer the jar file into my handphone N70 through bluetooth connection.I'm able to install the program successfully but i'm not able to run the application. (I had upgraded the lastest ...

Problem in certificate installation

539 byte By anup123a at 2007-11-27 5:20:10
Hello friends,I have created an application in j2me . I have also created a certificate for that. I am using Nokia 2860 cdma mobile. When i install this certificate on emulator it works fine with my application. But when i am trying to install it on mobile with application it will give me an ...

Siemens TC65

281 byte By the_hopelessa at 2007-11-27 5:22:25
Hi everyoneI'm very new at this. i'm trying to develop an aplication for a Siemens TC65 terminal and i found some problems.I keep getting the following exception:java.io.IOException: No buffer space availableWhat can be the cause? Thanks

Need Help - Security

659 byte By j2miana at 2007-11-27 5:22:41
Hi Team,I am a J2ME developer, my company is engaged in j2me application development. Currently the issue we are facing is how to prevent j2me application which is installed on phone from external application. We are storing data in RMS by encrypting it but my manager says it抯 not enough; what ...

Multiple projects -> 1 jar

876 byte By EvilBroa at 2007-11-27 5:22:43
I've been advised to try this question here as it didn't really belong in "new to java".I've reached a point in my java development that I actually want to reuse previous code I've written. What I'm doing now: start a new project, copy the source code from the classes that I'm going to ...

How to make Button move form to next page

3581 byte By polaja at 2007-11-27 5:24:30
Hi all,quite new to programming. I've built a form to captureuser preferences in checkboxes using a QWERTYdevice. The problem is that I'm not sure of how to create a button at the end, which when clicked,would take users to another page with a "Thank You" message ...here are the codes forthe ...

jad \ jar file - max size detect... how ?

318 byte By dive.russiaa at 2007-11-27 5:24:50
hi alldoes anybody know how to detect max file size of jad \ jar at real phone?maybe some native methods or other way...now i must try to install files with random size to detect max heap at every kind of mobile phone model... but it's a bad way and to much time losing for ...

implementing a record store in a J2SE environment.

637 byte By darrylhsmitha at 2007-11-27 5:25:11
Hi,I am new to J2ME, I am basically learning it as I go. What i am trying to do is convert a J2ME application so that it can run in a J2SE environment. I am intending on running several instances of this application in a desktop environment so I can perform scalability testing.The trouble I am ...

How I can Justify a text?

227 byte By arnaldo007a at 2007-11-27 5:25:35
Hi everyone!I am really new in this.... at least in midlets....and i need to know how to justify a text with the Graphics.drawString method...It's that posible?Thank you very much in Advance!

Problem clearing Cell on a TiledLayer

548 byte By Rivieraa at 2007-11-27 5:25:42
Hi,I've got a problem with a TiledLayer in that I when I set a cell to 0 to clear it nothing happens. It works fine when I set it to anything else so it's definitely not a problem with the layer not being drawn, but if I try and clear it the last specified tile is displayed.I've checked ...

Is it possible let WTK emulator run a MIDlet from jar file without jad?

282 byte By yixiaoqianga at 2007-11-27 5:27:03
All I know emulator can load MIDlet from jad file like this:C:\WTK25\bin\emulatorw.exe -gui -Xdescriptor:C:\WTK25\apps\Games\bin\Games.jadBut many cases, only jars are provided. If WTK emulator could load a jar file to run MIDlet without jad file?thanks.

java.lang.UnsatisfiedLinkError: ../linux-x86-suse/lib/libmicrowindowsawt.so

2985 byte By ever_cna at 2007-11-27 5:28:10
Hi,I just downloaded "j2me_pbp-1_0_2-src.zip" from http://www.sun.com/software/communitysource/j2me/pbp/download.xml and also downloaded "microwin-sun-11_jun_2002.tar.gz" .After I maked them, and want to test a demo case I found a error. Any one who know the reason?Thanks![huw@jupiter ...

File access to /res folder before decompression

2948 byte By rwabea at 2007-11-27 5:29:07
Hi, anyone please assist on how i would access a compressed text file in the /res folder before I can decompress it. I also need to know if its possible to create a file since the decompression algorithm creates a new decompressed file. The following code runs on a computer but I need to use it ...

About Multi media API

120 byte By talk2rajata at 2007-11-27 5:29:30
What is the maximum size of the audio file to be played on the emulator? if the format of the file is mp3.

Getting User-Agent through J2ME Client

687 byte By blurfLya at 2007-11-27 5:29:34
Hi, i think most of the developers here might have come across this problem.I have a servlet that will get the client's User-Agent headers value when the client access it. When i access the servlet through a phone browser, the header will give me the phone's user agent. But when i access the ...

For downloading media contents wht to use:: Http or Socket or Stream?

665 byte By alpesha at 2007-11-27 5:30:06
Hi frndz,I have developed an application which reads the XML file... for that I am using the HttpConnection.also I am downloading contents like Images and videos.... for that also I am using the HttpConnection.But I was asked a question by someone, why you are using HttpConnection ONLY?Why you ...

Help with choicegroups in J2ME

2795 byte By marianne_awa at 2007-11-27 5:30:53
Hi, I'm new here, I have this project from my school where I have to send information from cellphone to cellphone, the one who sends the information has to fill some spaces including a choicegroup, but the thing is, that if the first option is chosen, the textbox next to it, it's uneditable, ...

wtk preferences

259 byte By etaa at 2007-11-27 5:31:11
hellocould you please show me a reference where I can find the best preferences for my wtk to simulate a real hand set constraints better.excuse me I forgot this:my wtk version is 2.5-Message was edited by: eta

wtk preferences

180 byte By etaa at 2007-11-27 5:32:28
hellocould you please show me a reference where I can find the best preferences for my wtk to simulate a real hand set constraints better.my wtk version is 2.5