Siemens Tc65 GPRS trouble

737 byte By EvilBroa at 2007-11-27 4:17:14
I've tried the following (simplified code for brevity):ATCommand at = new ATCommand(false);String response = ata.send("AT^SJNET=gprs,internet,\"\",\"\"\r");HttpConnection c = (HttpConnection)Connector.open(" http://www.google.nl/");int rc = c.getResponseCode();The last line generates the ...

Where should I store the files?

390 byte By NelsonJosepha at 2007-11-27 4:17:39
Hi all,I have developed the FileConnection MIDlet. It iss working correctly in the Emulator, but I Installed it in Motorola L7 it shows the following error.ERROR:"You are not authorized to access the restricted API""You cannot run this MIDlet with the current permissions. Sign the MIDlet ...

Problem with draw the string into rectangle

303 byte By fighter79@inwind.ita at 2007-11-27 4:17:55
Hi to all,I have a problem with my j2me application.I have a rectangle and into it i would like draw the string, but if the width string is bigger than width rectangle i would truncate the string.I don't know how i can do this.....Any idea?Please help me... ...

Help me plz in my project

486 byte By madhu84a at 2007-11-27 4:18:49
I am developing a j2me project in which i need to call a foreign number without dialing the access number . the access number should be dialed automatically.for eg: when we call customer care number , the server asks us to press some number and then the connection is established to the customer ...

Alert problem

2349 byte By antonio5982@libero.ita at 2007-11-27 4:21:43
Hi guys! I have a problem with an AlertI connected my phone with a database using a servlet. I would like that while it is trying to connect with the database, it will show an Alert with a gauge.this is the code: private void infoAlert(Display display){Alert info = new ...

Sanyo 8400 Timer Problem

425 byte By marcelo.dantasa at 2007-11-27 4:21:49
Hi Everyone,I have been using the Timer and TimerTask classes in my application to reconnect to the server each five minutes to get new data. For the most part of the mobiles fones the schedule task work properly, however the Sanyo 8400 mobile the schedule task runs once or twice. Does anybode ...

TO handle a Server Initiated http Request

399 byte By Raaghuamateura at 2007-11-27 4:22:26
HI,I am developing a J2me application which is communicating with a http Servlet, The application is working fine when an request is sent from the client and the response received successfully too. But what if the server itself has to initiate some request and send it to client, is there any ...

SIP API (JSR180) - What is good for?

568 byte By sockena at 2007-11-27 4:23:42
Hi all! We've started a semester thesis at the university of applied science. We wanted to build an application, that uses SIP to transfer voice from our hand device to a distant server over wireless. Now we realised, that streaming rtsp streams from your cell phone is not possible! Is that ...

Sending Emails in a CDC application

248 byte By lordhirua at 2007-11-27 4:23:57
Hi,I want to create a CSV file and email it as an attachment to a specified email address once the user presses Submit in my application. This is developed for Sony Ericsson P990i. Can anyone help me with this?Thanks in advance

Paging in J2ME Canvas

850 byte By darrana at 2007-11-27 4:24:32
I want to create paging in my j2me application. I have pulled the xml file and stored them into a vector. So I would have 80+ items in a vector. I want to know how I can create paging. I do understand the logic of how to create it. I will loop through the vector and display to the user. But I ...

Dont run in decoder...

222 byte By RafaTorresa at 2007-11-27 4:25:21
I use this code to make image test. i see resized video and the Image 'cabecera.png' in xletview, but in decoder i only see resized video, and not 'cabecera.png'..., do you know the reason?Thanks!!

PFR fonts and fontindex XML file

800 byte By ferreirosa at 2007-11-27 4:25:31
Hello,I'm trying to test new fonts on my ADB stb using the org.dvb.ui.FontFactory class.To do that, I've created the proper dvb.fontindex XML file and loaded the .pfr file, both to the the home directory of my application, but the FontNotAvailableException appears.I think that the fontindex ...

scrollable menu

313 byte By gerekbolsaa at 2007-11-27 4:25:55
Hi folks,I am working on a project where I have some data stored in recordstore. I need to display them as a scrollable menu(like contacts on real phone). Obviously these menu items need to listen for action performed.What would be the easiest way to implement that kind of ...

Need HELP for MIDP application.

6708 byte By Shahiraa at 2007-11-27 4:26:16
i was having problems in row 45-70 and from row 88-105 which im not so sure weither i write it correctly or not.i wanted to do an application using MIDP where user can view question and chose the answer using List.The question can be get from database and the answer chose are needed to be ...

PLZ HELP - put a canvas as a background on a form

428 byte By IamAbEa at 2007-11-27 4:27:37
i read in this thread http://forum.java.sun.com/thread.jspa?threadID=5170550 that i could put a canvas as a background on a form with regular midp2.0, i searched the forums but i can figure out how to do this. my goal is to catch keypresses from an implicit list, is it possible to put a canvas ...

RecordStore

258 byte By kris_lodza at 2007-11-27 4:28:36
Hello, I am using RMS in the application to store messages and then read them using RecordEnumeration to the list. The problem is that the new messages are at the bottom of the list. So, is it possible to change the order of records being read?

New beginner of JAVATV

1789 byte By vicent_chinaa at 2007-11-27 4:30:28
iSorry to post a a question like this, but i try to find the answer by search the former threads ,but i can;t make it .so i have to do this.My first question is:Is the JDK for JAVATV must be 1.3?and i meet the errors like this:[root@localhost linux-i686]# make ...

Implement zooming functionality using HIcon--URGENT

753 byte By pundita at 2007-11-27 4:30:39
Hi ,I need to implement the zoom functionality on my Image. I am using HIcon to render the image. The image is rendered at the point where Iset the bounds of the HIcon object.But for a scaled image of say twice the size , I can only see a part of the image.The only way i can see the whole image ...

Showing EULA during Mildlet installation

604 byte By ilmiana at 2007-11-27 4:31:28
Hi,I have an EULA (End User Licence Agreement) in my application. which i show to user when application is started for the first time, if user Accept it the application starts otherwise application exits.What i want to do now is show this EULA during the installaion of my MIDlet. Which mean if ...

problems with record Store Reading

2462 byte By gerekbolsaa at 2007-11-27 4:31:39
HiI have problems reading record store properly with recordstoreenumerationHere is the codeString outString[] = {"First Record","Second Record","Third Record"};int outInteger[] = {15,10,5};boolean outBoolean[] = {true,false,true};ByteArrayOutputStream outStream = new ...

Post buffer lost

1212 byte By deep_ka at 2007-11-27 4:33:21
Hi Everyone, I am working on an enterprise application and I have the following problem. I have a thread called dispatcher which will send the request to the server and process the response and pass it to the main thread to display on the screen. My problem is that, 1 out of 15 times of my ...

how to use web services (jsr172Demo)

219 byte By java_at_corea at 2007-11-27 4:33:26
Hi, I've run jsr172Demo . It is working fine. Can anybody hint me how to implement it to other web services like that is published by using dot net tech.how to invoke such web services.thanx

how to give a miss call using j2me?

295 byte By sagar123a at 2007-11-27 4:38:42
Hi All, I know that we can use platformRequest() method for making a voice call in j2me . Just wanted to know whether this method is a blocking or nonblocking method?can i use use platformRequest and Threads together to give a miss call to a mobile numberThanks sagar

svg editor for svg tiny

356 byte By JacobZumaa at 2007-11-27 4:39:22
I'm looking for an editor to create svg tiny format content. The Netbeans tutorial on JSR 226 claims that you can use Inkscape (an open source SVG editor) for this purpose. However, it doesn't seem to support the tiny format, and only ordinary SVG. Does anybody know of a (free) svg editor ...

StreamConnection problem

1134 byte By Markus1982a at 2007-11-27 4:39:33
Hello togehter!I open my bluetooth connection on the device Nokia 6230i the following way:String url = servicesFound[0].getConnectionURL(ServiceRecord.NOAUTHENTICATE_NOENCRYPT, false);is = connection.openInputStream();reader = new InputStreamReader(is);Everything works fine, then I read.I read ...

How to give miss call in j2me?

312 byte By Tarababua at 2007-11-27 4:39:39
Hi friends,Just want to know how do this in j2me.I want to call a mobile numberand the called number should only receive one ring and my application should terminate, that is i wanna give miss call ?Can anyone provide me the code snipplet.Is it possible to do ...

Applet loading Problem

354 byte By manojit123a at 2007-11-27 4:40:00
Hi,I have developed some applets for Cyberflex e-Gate cards. The applets are working fine with old cards. But, just few days ago, I have received some new Gemalto Cyberflex 32K eGate cards.I have failed to load the applets into the new cards. It returning 69 85 error during loading. Plz, ...

how to give permanent permission for httpConnection

243 byte By gerekbolsaa at 2007-11-27 4:40:48
Hi guys,I have a midlet which makes HttpConnection to the server. It does it frequently and annoys the user each time asking for permission. Is there any way to give permanent permission for this kind of connection?Cheers,

ERROR: native methods should not appear

252 byte By liweigoal2008a at 2007-11-27 4:44:41
Excuse me,when I bulid my project with java wireless toolkit 2.5 encounter a problem:ERROR: native methods should not appearError preverifying class javax.microedition.location.LandmarkStoreBuild failedSmartLee

Where to deploy j2me application

226 byte By madhu84a at 2007-11-27 4:44:52
HiI use samsung e250 mobile . I put the jar file in the memory card , but couldn't able to open the file . How to deploy my application in the samsung mobiles . Help me please Thanks in advance ...

If money wasn't a problem, which phone for developers?

459 byte By aviguillea at 2007-11-27 4:45:49
It was discussed some time ago at http://www.j2meforums.com/forum/index.php?topic=12008.15, but imagine one is given the choice of a phone (for j2me project development) and money is not the problem.I agree Sony Ericsson makes life easier for developers, but what about the Nokia N95 with GPS, ...

About Java Card hard accelerate engine

198 byte By archooa at 2007-11-27 4:45:53
hi,allAnybody know there is some java card products with hard accelerate engine in the market?If I want to use ARM Jazelle technology with my java card, how to do?thanks!

canvas problem on a s60 device

2098 byte By jonney69a at 2007-11-27 4:46:36
Hi i am having a problem displaying a canvas on top of the previous canvas that was displayed. basicly i have tow canvas, one is a full screen canvas and the otehr is simply a rectangle box witha txt inside... on the default colour phone emulator i can display both canvas on screen at the same ...

creating thumbnail of a video file

637 byte By XenLa at 2007-11-27 4:46:46
hi all,i'm thinking about creating a thumbnail for a video file (my format is 3gp) -> i think it's gonna be like the first frame of the video to become an image filehow can i do that? any1 pls help...btw, when i record a video in K610i...is it always like this: there's a "junk" display on ...

J2me Database

159 byte By vasuvuggu@gmail.coma at 2007-11-27 4:46:47
Actually rms function is to store data , persistence of data is not maintained , what can i do to store data in mobile or with pointbase also.10q

How to find out the mobile number of the mobile phone?

324 byte By crudolfa at 2007-11-27 4:46:57
Hi,I have a question concerning the mobile number of the mobile phone a pushregistry application is installed on.At first start of the program i do a HTTP GET Request to a webserver. I would like to send the mobile number from the mobile phone in order to identifty the request stamps ...

Http connection is delaying canvas.keypressed

2010 byte By hooblea at 2007-11-27 4:48:32
Hello all!I havn't been back here for quite some time, but I have one problem that is stumping me for the moment. My name is Adam Schmelzle, and I have been making J2ME games for a while(Attack Chopper 1/2, Attack Breaker Pro, Attack Brain), so I'm not really new to this.I am working on an ...

GPS Midlet dev. - Where to start?

567 byte By john_robinsona at 2007-11-27 4:50:19
Hello -I've been asked to build a J2ME application that will run on GPS enabled phones. Can anyone point me in a good starting direction? What I've discovered so far is that I need the javax.microedition.location package. Where I'm stuck is that I'm developing on Mac OSX and the ...

How to use 2 platformRequest() ?

181 byte By madhu84a at 2007-11-27 4:51:10
HiIs there any way of using two platformRequest() in a single j2me application which should be the continuation of the first platformRequest() ?Is it possible ?

What is the default font defined by JSR 226-SVG Scalable Vector Graphics

174 byte By emrahbudura at 2007-11-27 4:52:53
The question is briefly as followsDo we have to include <font></font> tag inside the SVG file? Or is there any default font available to use?

Animate sequence is not working well...

2187 byte By coffee95a at 2007-11-27 4:53:30
private int[] sequenceWalkRight = { 2, 3, 0, 2, 3, 0, 2, 3, 0 };private int[] sequenceWalkLeft = { 4, 5, 0, 4, 5, 0, 4, 5, 0, 4, 5, 0 };public void moveSprite(char direction) {switch (direction) { case 'u': {this.move(0, -(MOVE_SIZE));break; } case 'd': {this.move(0, MOVE_SIZE);break; } ...

Possible to change default color of empty Image?

1016 byte By sarysaa at 2007-11-27 4:53:36
I've started working on a program with heavy graphics use, a custom variable width font, and palette swapping. Because the latter two are fairly resource-intensive, and the program will have these (sometimes recolored) messages coming in regularly, I'm caching these messages by using ...

Recording midlet with save function

7577 byte By xaozona at 2007-11-27 4:53:52
Im making a midlet that records audio and saves it to phone's file system. I get the application to run in emulator but when in phone (Sony Ericsson V800) i immediately get error Cannot create a DataSource for: null. Here is the code i'm trying to get to work: (i tried to change the ...

mobile application

253 byte By mr_evil10a at 2007-11-27 4:53:55
i want to build mobile application..i know that i have to use j2me wireless tool kit 2.0..am i right?..then i want to design and put the coding..what software i have to use?..where i can get it..someone plizz help me..

Why RMS recordID start from 1

201 byte By JJKKa at 2007-11-27 4:54:51
HiThe first record added to any record store has a record ID of 1 .Why record ID start from 1 ?Is there any reason behind it ? or its just a convention ?Jayesh

how to get the KMC key in JCOP 10

174 byte By CooLWonga at 2007-11-27 4:56:08
I am new learner in JCOP. When I set the key, it will appear invalid key. So how i get the key?There need calculate the key. Pls help me, pls teach me... Thanks

javax.comm.properties and preverify error

1240 byte By jburgina at 2007-11-27 4:56:21
Hi all!I am attempting to use the RXTX java comm engine and have included the necessary jar files in my project. I have also placed javax.comm.properties in my jdk\lib, jdk\jre\lib, jre\lib directories.I am getting the following error:Error preverifying class com.sun.comm.SolarisDriverVERIFIER ...

Working Fine on Emulator, but not working on phone

9009 byte By Raaghuamateura at 2007-11-27 4:57:23
Hi,I am developing one J2ME application which communicates with the servlet (http), The application was working fine on emulator but it is not working on Phone (Samsung/Nokia). The request itsef did not hit the servletSo I used one of the sample code, which is there in this forum, still the ...

Rms

412 byte By vasuvuggu@gmail.coma at 2007-11-27 4:57:30
Actually Usage of Record Management Store in J2me applications , i know , but now its not working .i.e., records are not stored , every time newly added records only saved i have uninstalled the Netbeans 5.5 & tried by installing once again , eventhough i got same problem of no Persistence ...

Record Mngt Store

519 byte By vasuvuggu@gmail.coma at 2007-11-27 4:57:44
Hi First of all thakyou to respond ,anyway i have tried this code [rms code by anup123] also , every time newly added records are only available ,[ by displaying those records i know that ]but after closing that application , after restaring that application also we have to get those old added ...