CLDC and MIDP - Bug in Graphics class?

343 byte By roberttaylor426a at 2007-11-26 23:14:39
In my midlet I'm calling fillRoundRect() to display a rounded rectangle on my canvas.If the width argument is set to be greater than the width of the screen, then the rectangle is not drawn rounded. To observe this behaviour the x argument obviously has to be less than zero.Can anyone else ...

CLDC and MIDP - cant send SMS on CLDC1.0

655 byte By MelGohana at 2007-11-26 23:15:47
Hi, I have tested a code on the wireless toolkit 2.5 and works, the code is about sendind SMS, but when I passed the code to my cell phone it just dont work.I am using a Samsung smartphone sph-i550, the device does not have palm but i found the mid4palm and loaded it. The midlet works but when ...

CLDC and MIDP - Java DB (Derby)

188 byte By _Sarah_a at 2007-11-26 23:15:53
I am trying to develop an application that runs on a mobile (Symbian OS) and I need to choose the embedded database that suits me the best. Does Java DB(derby) run on this platform?

Java TV - Problems with XleTView and the background image

1072 byte By Cavia at 2007-11-26 23:16:21
Hello!I磎 a student trying to develop aplications with MHP, i am actually using XleTView 0.3.6. I磛e traying to show a background image but but nothing appears in the background. I have tryed with Steven Morris's HaviExample and with other codes found in the internet and in this forum.As i have ...

Sun Java Wireless Toolkit - Thread performance in WTK 2.2 vs. 2.5

488 byte By azimutha at 2007-11-26 23:16:24
I have written a MIDlet that works seamlessly in 2.2. It connects to a server (multiple servlets) in a separate thread (HttpConnection) about six different times through out the program. When I run it on the new 2.5 toolkit, the emulator hangs on the second requests. I have used every ...

CDC and Personal Profile - How to set icon for .lnk on PPC

528 byte By EvoBevoa at 2007-11-26 23:17:23
I'm using the Mysaifu JVM and I would like to know how to set an icon of my choice for the shortcut file to my application (.lnk). Currently, the Mysaifu character shows up as the icon.On a previous post, I found out how to run my java application using the following text in my .lnk ...

CLDC and MIDP - Cant achieve sendind SMS on the real device.

405 byte By MelGohana at 2007-11-26 23:17:49
Hi, I tested my code on the emulator and worked, now I tried to send a sms from a device to another and the icons show that some data are being transmited but the SMS never arrived or at least I cant see it.I am sending from a Blackberry 7290 and sending it to a samsung sph-i550, the blackberry ...

Sun Java Wireless Toolkit - java.io.FileReader class not found

353 byte By wpaladina at 2007-11-26 23:17:54
Hi,I get the above error when I BUILD one of the examples provided with the ToolKit. I added the Google API to the lib directory as per instructions in the Guide.I've read the docs that came with the 2.5 release regarding the directories, paths etc. but can't find the make file that does the ...

CLDC and MIDP - Launching another applet within an applet

220 byte By anonymous111a at 2007-11-26 23:18:15
Is there anyway to launch a J2ME applet from within a J2ME applet? For example on Unix it would be something like _exec(myapp). On Windows XP it's something like ShellExecuteEx(myapp). But how to do this in J2ME?

Sun Java Wireless Toolkit - BluetoothDemo application is not working on phone

372 byte By shruthirsa at 2007-11-26 23:18:25
Hi All,the BluetoothDemo application(which comes along the wireless toolkit) is working fine on the emulator. but on the device, its giving the error as " can't initialize bluetooth".WHAT CHANGES SHOULD I DO, SO THAT IT WORKS ON THE DEVICE.the device i am using is E1000(Motorola phone) .Please ...

Sun Java Wireless Toolkit - Datagram broadcasting to 255.255.255.255

1008 byte By Akscorpa at 2007-11-26 23:18:53
Hello all,I wanted to broadcast a datagram packet to entire network.This is what i did:dc = (DatagramConnection) Connector.open("datagram://localhost:31337");Datagram dg = dc.newDatagram(100);dg.setAddress("datagram://255.255.255.255:31337");dc.send(dg);The emulator threw an ...

Java TV - Display I frames

442 byte By pundita at 2007-11-26 23:19:42
Hi All,I need to show MPEG I frame. Please let me know the packages and classes to use. The I frame(s) would be available in the RAM .I need to show the frame as a MPEG still image.Would a data source for file protocol and a player for MPEG 2 decoder be enough to display the frame..? can anyone ...

Sun Java Wireless Toolkit - Hi... How to start the application for Web Services Example...

290 byte By Dhana.Ga at 2007-11-26 23:20:26
Hi all,I want to develop one application for a example of Web services. From J2ME i have to request and get aresponse from other platform like VB.net using Web Service APIs. Any one help me to give one example for this topic.Thanks in advance,RegardsDhana

CLDC and MIDP - Canvas.removeCommand blocks the System

214 byte By removeCommanda at 2007-11-26 23:20:33
I am eager to know, why did Canvas.removeCommand call blocks the application. Is it due to Display() should be called before calling Canvas.removeCommand()? Pls reply.Thanking You.K. Manigandan

CLDC and MIDP - struts

18968 byte By 32senthila at 2007-11-26 23:20:39
now i run my applicationin oracle 10g server pgm compile but it run below error will ocur[Starting OC4J using the following ports: HTTP=8086, RMI=23894, JMS=9229.]C:\Documents and Settings\1217663\Desktop\jdev\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>"C:\Documents and ...

Java TV - Where can i use the file:// url

260 byte By skkv577a at 2007-11-26 23:21:02
i am new to DTV and here is a very basic doubt abt file:// url.Under what all situations can we use a file://i had seen at many places that restrictions can be there depending upon whether the file is local or in the broadcast file system.

CLDC and MIDP - Accessing phone calendar

293 byte By Hanana at 2007-11-26 23:21:03
Hi,I am trying to make an application that arranges events into groups, and I want to be able to access the phone calendar to navigate it and select dates or view events of certain dates from my appication. Is it possible, or do I have to create my own calendar?Thank you.

CLDC and MIDP - browse through images and allow selection

261 byte By kenneth-rocka at 2007-11-26 23:21:35
hi guys .i have a questionis there a way to allow the midlet(j2me) to select a image from multiple images in the same folder / or through the client hp?if possible pls provide some examples or any links. thanks in advance.cheers . :)

CLDC and MIDP - Connection to webpage

328 byte By anu1a at 2007-11-26 23:21:40
Hi all, PLZ. help meI need connect to webpage through j2me app. The page accept some data like email id and name.I hav created HttpConnection object. How can i send parameters to the web page through my app?The page also hav a link for Submit. How can I do this?Thanks in ...

Sun Java Wireless Toolkit - sending files via bluetooth pc to pc

4604 byte By c4cainea at 2007-11-26 23:21:47
i want to send a file from pc to pc via bluetoothmy code is :public void sendFile2Mobile(String adr) {try {JFileChooser fc = new JFileChooser();fc.setAccessory(new FindAccessory());int result = fc.showOpenDialog(null);System.out.println("result " + result + ...

CLDC and MIDP - Implcit List on Form(choicegroup)?

406 byte By pmobilea at 2007-11-26 23:21:53
Is it possible to have a text field and an implicit List on a form?As in phonebook in phones like Nokia 7610,we have a textfield in which we can enter the name of person whose contact we need and the name is highlighted in the List(Implicit),how is this done?Also,can we have Tabbed window in ...

CLDC and MIDP - is it possible to create a button?

98 byte By kenneth-rocka at 2007-11-26 23:22:24
hi is it possible to create a button in the midlet (j2me) ?thanks

CLDC and MIDP - difference between image and imageButton

132 byte By kenneth-rocka at 2007-11-26 23:22:28
hi what is the difference between the image and imageButton?pls provide some examples if possiblethanks

CLDC and MIDP - Security Signing in Netbeans

243 byte By Mark.Ramos222a at 2007-11-26 23:24:13
hi i need help in the Signing for Netbeans IDE.. My MIDlet's use is to browse files in the device.. now the MIDlet keeps on poping up "Allow Application to Read User Data".. I need to disable that... how do i do it in netbeans IDE 5.5?

CLDC and MIDP - Image Rotation...

246 byte By czetsuyaa at 2007-11-26 23:27:28
Hi guys,Is there an implementation that would rotate a line/image/sprite finely (1-45 degree clock and counter clockwise)? And that object should detect collision with other object...I'm using CLDC 1.1.tnx.null

CLDC and MIDP - problem while sending SMS

760 byte By anu1a at 2007-11-26 23:27:39
Hi, I wrote an app. which sends sms using wma api. It doesn' throws any exception or error. But when i tried to laod the app. on NOKIA 73 device it didn't send sms. It doesn't throw any exception.here is my codepublic void sendMsg(){MessageConnection con=null;try{addr = "sms://+number";con = ...

CLDC and MIDP - Need information

690 byte By jdaniela at 2007-11-26 23:28:10
Hi,I've looked around, and found some questions already asked earlier, but the answers were not what I was looking for.- Can you with MIDP 2 and PushReg make an application run a certain job at some interval (say download new content every night) without user interaction? There is a function ...

CLDC and MIDP - help with mmapi

1762 byte By ouendana at 2007-11-26 23:29:46
Hi, I'm trying to play an audo file with j2me and mmapi, but it crashes and I don't know why. This is my code: try {m_player = Manager.createPlayer(is, "audio/midi");m_player.realize();// get volume control for player and set volume to maxvc = (VolumeControl) ...

CLDC and MIDP - Form and Items

100 byte By vaheara at 2007-11-26 23:29:48
Hi all,Can anyone say , is there a way to set focus on item what you want in the form.

CLDC and MIDP - is it possible to place a stringItem like.....

129 byte By kenneth-rocka at 2007-11-26 23:30:23
hi guysis it possible to manipulate the stringItem layout of the screen (j2me ) like the manipulation of imageItem?

CLDC and MIDP - Adding horizontal scrollbar

333 byte By kannabiran.krisha at 2007-11-26 23:30:24
hi friends,I want to load an image to my j2me application. Its dimension is 392*266. I am able to scroll the image vertically, but i am not able to scroll the image horizontally. Please any one help me to view the image horizontally....Is there any other alternative method to scroll the image ...

CLDC and MIDP - TC65 TCP connexion

3194 byte By AdrienDa at 2007-11-26 23:30:37
Hi, i use a TCP client on my TC65 which connect to a PC server. My code : public boolean initConnexionTCP() {String openParm = "socket://" + destHost + ":" + destPort+ ";" + connProfile;System.out.println("Tentative de connection: " + destHost + ...

CLDC and MIDP - sending/recieving data from a web server

192 byte By jonney69a at 2007-11-26 23:31:52
Hi can anybody point me to some tutorials/sample codes that explains how i can send/retreive data such has strings, ints etc to a web server from a midlet application? thanks in advance

Reading files on phone for RPG...

504 byte By maxfarrara at 2007-11-26 23:33:22
I have an RPG engine working in J2SE right now, and it reads in a .txt file as a map. Problem is, I'm trying to port the engine to J2ME, for my Nokia phone. It supports MIDP2.0.I would like to have the .jar engine, and when you run it, a browser comes up, and the user can choose a map file if ...

Sending File From Servlet and Receive the File in midlet...

195 byte By Mark.Ramos222a at 2007-11-26 23:34:08
Guys, i need your help.... how do i send a file from my servlet and accept the transfer in the midlet? do u guys have some sample codes?i need reply ASAP..thank you...

Error preverifying class javax.bluetooth.RemoteDevice

12671 byte By rich_reada at 2007-11-26 23:34:21
Hi all,I've been using Rococosoft's Impronto Simulator to develop a bluetooth J2ME application. However, although the MIDlet I have created runs on Rococosoft's mobile simulator, it does not pass preverification in the WTK2.5I get the following error:Error preverifying class ...

Bluetooth app exits to launch screen.

12382 byte By rich_reada at 2007-11-26 23:34:27
Hi,I'm developing a J2ME application which uses bluetooth and am currently experimenting with the WTK2.5Below is a MIDlet that I am trying to run using the simulator. It does run, but as soon as I click yes to allowing the creation of a bluetooth server, the application exits back to the ...

Java Assembler Error !!!

6024 byte By phichideva at 2007-11-26 23:34:37
Hey, every body !I have a test.My J2ME source code:import javax.microedition.midlet.*;import javax.microedition.lcdui.*;import javax.microedition.rms.RecordStore;public class Midlet extends MIDlet {private RecordStore rs;public void startApp() {openRecStore();}public void pauseApp() {}public ...

help

144 byte By shravania at 2007-11-26 23:35:01
hi pls help me i m working on Swing IDE project n iwant help in Drag and Drop of component frm one frame to another and also resizing it.

How to get a direct float buffer?

695 byte By edera at 2007-11-26 23:35:36
Hi,I am taking my first steps in programming OpenGL ES using jsr239. My problem at the moment is, that I am not able to create a direct float buffer from a float vertex array.JavaDoc says, that this should be possible by using theByteBuffer bb = ByteBuffer.AllocateDirect( size );FloatBuffer fb ...

How to stop automatic call of paint for a CustomItem

879 byte By find_suvro@SDNa at 2007-11-26 23:35:38
Hi,Can any one tell me how to stop the default call to paint of a CustomItem while using it in Form.Actually I'm developing an application which is having a CustomItem within a Form. Every time the CustomItem's display is getting updated based on some activities in the Form's other items ...

What are the differences between StreamConnection and SocketConnection?

427 byte By kenneth-rocka at 2007-11-26 23:36:19
hi guys.i desperately needs some explanation. i have google and the results are nt usefulWhat are the differences between StreamConnection and SocketConnection?i have a j2se server using a serverconnection.the articles on the web are contradictory as a result i am really confuse and dont know ...

pls help:accessing database from j2me application

515 byte By smart@gayua at 2007-11-26 23:36:28
im doing project in j2me.i enter the data from my website into the database on a server.now if i want to access the same database from the j2me application on the cell phone.the phone can access internet through gprs.eg.if i want to show the inbox messages which r on the site on the cell phone ...

encounter errors in java

1975 byte By kenneth-rocka at 2007-11-26 23:36:47
hi guys .i have encounter some errors during compiling and could nt solve it .pls help me errors:symbol : method readBytes()location: class java.io.DataInputStreamdataIn = is.readBytes();^-symbol : method write(java.lang.String)location: class java.io.DataOutputStreamos.write(dataOut); ^i'm ...

@destroyApp and run via a OTA

241 byte By anirban_5683a at 2007-11-26 23:36:51
When i am using destroyApp form any one midlet in a midlety suite, the whole application is exiting..Can any one tell me that how can i get to the list of midlets screen after coming back(or exiting) from any one of the midlet?

Using Java TV in netbeans+CDC

371 byte By Filhotauma at 2007-11-26 23:37:06
HI EVERYONE, I NEED SOME HELP HERE.I'M USING NETBEANS +JDK1.6+ CDC 1.0+JAVATV TO DEVELOP A MIDDLEARE.I TRY TO USE JAVATV METHODS, BUT ALWAY PRESENT ERRO MESSENG, FOR EXEMPLE:java.lang.NoClassDefFoundError: javax.media.LocatorJAVATV.JAR ALREADY ADDEDLIB DIRECTORY ALREADY ADDEDI DON'T NO WHAT ...

J2ME / Java support for Windows Mobile 5.0 Pocket PC

841 byte By Jags_FLa at 2007-11-26 23:38:15
hi everyone,I have a Cingular 8525 Windows Mobile 5.0 Pocket PC (HTC TYTN) & would like know about:(1) Does Win Mobile 5.0 Pocket PC comes with J2ME or any kind of Java support?if not then,(2) Where can I find J2ME / Java to install directly onto Pocket PC (.cab file)I researched a lot on ...

errors in Fileconnection--pls help

1286 byte By kenneth-rocka at 2007-11-26 23:38:31
hi guys i need ur help,i am quite new to j2me and i encounter some errors that i couldnt solve.pls helperrors i encounter:C:\WTK22\apps\TCPClient\src\TCPClient.java:88: cannot find symbolsymbol : class FileConnectionlocation: class TCPClientFileConnection fileConnection = ...

SocketConnection timing

258 byte By AdrienDa at 2007-11-26 23:38:33
Hi,I m wondering where can we know how many times a device stay connected to the network (GPRS for example) after a SocketConnection.close(). I know my phone stay online during fewer second because there is a led which blinks when it uses GPRS.

Problems extracting Wireless Toolkit

625 byte By rip4rra at 2007-11-26 23:39:05
Hi all,I use a Debian GNU\Linux O.S. and I've downloaded the Sun Java Wireless Toolkit 2.2 for Linux. My problem appears during the installation. I specify the path of the Java interpreter directory and all looks like ok, but when the app begin copying files and error occurs:Extracting the ...