132 Topics

Member Avatar for
Member Avatar for kram54

hi everyone i want to make mymap show to mobile screen. i using to google map my map page is : [url]http://www.hendekgenctiyatro.com/mobile_kmeans.php[/url] my code is not show mymap to mobile screen [CODE] private String url2="http://www.hendekgenctiyatro.com/mobile_kmeans.php?"; public void run() { try { Image image = get_map2(url2); myItem = new ImageItem(null, image, …

Member Avatar for peter_budo
0
94
Member Avatar for SHENGTON

Hello, good evening. :) This is a thesis. My thesis is "SMS Textspeak Corrector". [b]SMS Textspeak Corrector[/b] is a text messaging software for mobile phone where users can convert or correct the “txt spk” message to the original normal words. For instance, it will correct the “txt spk” text message …

Member Avatar for SHENGTON
0
140
Member Avatar for adiiz

Hello friends, I am new in J2ME,..I create new project in Netbeans 7 by selecting new project. When I try to run this project I am getting error...dont know how to fix, plz help me [IMG]http://i52.tinypic.com/259d5d3.jpg[/IMG] [B][U]Output Window:[/U][/B] [CODE]pre-init: pre-load-properties: exists.config.active: exists.netbeans.user: exists.user.properties.file: load-properties: exists.platform.active: exists.platform.configuration: exists.platform.profile: basic-init: cldc-pre-init: cldc-init: …

Member Avatar for Hakoo
0
239
Member Avatar for abby2589

hi guys! how can I print the value of an integer in j2me? I need to print the value of int score. i dont know how. thanks!

Member Avatar for peter_budo
0
48
Member Avatar for smmk143143

[CODE]package myDxBall; import java.applet.*; import java.awt.*; import java.awt.event.*; import java.awt.Shape; import javax.swing.*; import javax.swing.event.*; /* <applet code="myDxball.class" width=670 height=300> </applet> */ public class myDxBall extends Applet implements Runnable,MouseListener,KeyListener{ static Rectbar Recob[] = new Rectbar[45]; Thread th; int x_pos = 5 ; int y_pos = 50; public static int radius = …

Member Avatar for smmk143143
0
244
Member Avatar for Bonolo

Hi Guys,how are u,I'v bin tryng to write pacman in j2me using game Designer,and am trying to use one image for the dots that pacman eats but am struggling to duplicate the dots sprite that i am using.please help......

0
54
Member Avatar for mahdi68

Hi how i show My Location on Google map ? i see j2me google map application that show My Location , how can i get My Location cordinate ? thanks

Member Avatar for peter_budo
0
152
Member Avatar for mahdi68

Hi i want to write an application that search and show information that saved on excel file . but i cant found any thing about how to read excel file on j2me ? now what should i do ? what do you recommend ? thanks

Member Avatar for peter_budo
0
100
Member Avatar for veyhong

I want to create a simple app "Hello world" in my phone by using J2Me in netbean, I already have Mobility Pack, JavaFX, Netbean 6.68 Thank very much...

Member Avatar for peter_budo
0
60
Member Avatar for mahdi68
Member Avatar for swi2
Member Avatar for peter_budo
0
94
Member Avatar for newbi in jme

Hello to all My Program is a connect between the mobile and laptop via Bluetooth,And send msg from mobile to the laptop, and vice versa via Bluetooth the server located on the laptop I used JSE with using BlueCove, and a client on the mobile phone using j2me both develop …

0
69
Member Avatar for mahdi68

Hi i want to use mobile device bluetooth , i use this code but there is probleam with this method getDiscoveryAgent() . this error shown : [QUOTE]Null pointer java/lang/nullpointer exeption[/QUOTE] this is my code : [CODE]/* * To change this template, choose Tools | Templates * and open the template …

Member Avatar for newbi in jme
0
328
Member Avatar for swi2

in j2ME how to run the JAR file in COMPUTER PLZ GIVE me replay

0
62
Member Avatar for duke_shihab

hi, hello every 1...... plz help me to solve my question.... ~~ how to access data from remote database server from mobile through j2me program. ~~i wanna build a mobile application that can interact with the online database server like retreive customer information from the database. how can we do …

Member Avatar for peter_budo
0
101
Member Avatar for nbaztec

Recently, I've being doing some j2me programming & everything is fine but some of my MIDlets constantly ask for permissions when performing I/O operations on files. I know this is for security purposes but is there any way I can provide a valid certificate for my MIDlet without having to …

Member Avatar for nbaztec
0
126
Member Avatar for danielagaba

hi in my j2me code, i have a choice group dropdown whose values are got from web content as a string array. i am using the following for loop to get the selected value of the choice group [CODE] for(int i=0;i<2;i++) { if(cust.isSelected(i)) { f = cust.getString(i); } } [/CODE] …

Member Avatar for peter_budo
0
68
Member Avatar for sweetgurl

hi.. How to read column by column in text file using j2me?? and store the information at different text file. . is possible to do that?? it because i want to use a database in my program. plez help.. thanks for any help..

Member Avatar for hbaruas
0
59
Member Avatar for danielagaba

hi i'm trying to design a universal video player with J2me and was successful in creating one that played mpeg vidoes online. my problem is mpeg can only be played on specific devices and .3pg is a more common format. unfortunately i havent found much information on how i can …

Member Avatar for peter_budo
-1
84
Member Avatar for danielagaba

hi i want to display text from multiple web pages on the same page using j2me. I am currently displaying information from only one web page and i think i can accomplish this with threading but i am unsure on how to structure my threads to enable this. Thanks

0
81
Member Avatar for swati.n

hi I want to have a screen in my mobile application wherein i would be able to have text as well as images on the same screen. i would have some simple text following it would be 2 or 3 images on the same screen. looking forward for some solution. …

0
37
Member Avatar for Rohit V Gupta

I am having 10 java file, first is my splash screen and after that login page is displayed. So, how can i redirect the splash screen to login page and after login how can i redirect it to my Menu.java file in j2me. Please some help me for it. Thanx …

Member Avatar for peter_budo
0
74
Member Avatar for Software guy

Hi Everyone, Recently i have started a small J2ME project for my personal use. I have developed J2ME application based on calculations which doesnot require "DELAY". Currently i am facing a problem, where i have to implement a delay between two commands. The way I want this delay to work …

Member Avatar for Software guy
0
326
Member Avatar for Rohit V Gupta

Hi, I am doing one mobile application. In my Application, i need to generate a report from the database which is on server side in mobile phone. I have no idea about this.So, if any one know, how to do this, please help me. Advance Thanks for your useful replies. …

Member Avatar for Rohit V Gupta
0
112
Member Avatar for Ahsan_1

i want to receive MMS on j2me application running on mobile phone. it needs to set the port number number with receiver mobile number, when MMS sends on that application. MMS receives on default port number on mobile phone where application is running. now i want to ask how can …

0
83
Member Avatar for johnnydarten

I need to develop J2me (Midlet for graduation project)...I installed Java ME SDK 3.0 after installing JDK 6.0 I was running Java ME SDK 3.0 and I faced some errors: An error: A java.io.IOException exception has occurred java.net.ConnectException:connection refused This error keeps poping up 100 times+ while the Java ME …

0
86
Member Avatar for alok4u

Hello Is it possible to insert background image and colour in j2me without using canvas... we can create image using Image.createImage() bt it not work as background image.. plzz help

Member Avatar for fatirnbd
0
118
Member Avatar for alok4u

Hello friend... i'm doing a j2me proj it is "banking application on mobile(using netbeans nd mysql database)" as my final yr proj... as i'm a fresher,i hv no clear idea about j2me.....my proj hv following specification. 1.login 2.balance enquiry 3.fund transfer 4.view mini transaction.. I'm able to login user successfully...bt …

Member Avatar for alok4u
0
89
Member Avatar for Sthe

Hi guys I'm completely new to programming, but would like to learn how to create crosswords in j2me, can someone help me with a source code...thanx:)

Member Avatar for peter_budo
0
132
Member Avatar for dhana.519

hi, this is dhana. this is my first post, i am little nervous. i am developing a j2me application, i used xml file as database. so, i created a xml file and i saved it in c:\ , when i am trying to open that file in j2me, it shows …

Member Avatar for Member #739818
0
234
Member Avatar for gul18

hi, i want to export my phone contacts in vcard format tru j2me, and then want it 2upload it to a remote server using gprs etc.. I tried my self but i am only able to export the 1st contact's name and stil not able to upload it.. Here is …

-1
87
Member Avatar for bluebird

Hi, I encounter the problem of not being able to read the information from the contact list. It is ok to read organization name and email. But I can not read the name information. I get the exception message of java.lang.IndexOutOfBoundsException: Empty field: 106>, Exception caught in Display class What …

Member Avatar for bluebird
0
119
Member Avatar for vivekmet

Hi, Anyone please help me on how to proceed for reading and writing file in j2me. If anyone can provide sample code then that will be very useful! Thank you!

Member Avatar for peter_budo
0
106
Member Avatar for vivekmet

Hello, Can anyone tell me how to get records from SQL server database in j2me. As I want my application to run on Low-configuration device, I cant use servlets. Also help me on writing and reading objects in a file using j2me? Thank you!

Member Avatar for peter_budo
0
79
Member Avatar for momoko

Can we execute the j2me MIDlet programs in any mobile phones we are using ? Is there any difference between the mobile phones we are using to talk to each other and mobile phones that are able to execute j2me MIDlet programs?

Member Avatar for peter_budo
0
60
Member Avatar for bluebird

Hi! I am tryig to write a simple j2me MIDlet program. Using that program, a user has to fill the required information to make an air reservation. And he also can see the resersation list. I used the Recordstore to write and read again that reservation list. But my program …

Member Avatar for bluebird
0
244
Member Avatar for pavan146

HI, i have written a j2me application using netbeans..can anybody tl me how to install this application to mobile?????????????

Member Avatar for peter_budo
0
1K
Member Avatar for AbdullahDar

I am working on a Project in j2me, in this i have to bring some data through Wap in Json format and display it on mobile using MIDP, when some button is clicked. Like when i click a button 'Ships Information', it should bring the data which is being displayed …

Member Avatar for peter_budo
0
92
Member Avatar for bluebird

Hi everybody I am a beginner of j2me programming. I am reading a book regarding J2ME programming and that book is ok for me. But when I came across j2me programms of my friend, they are very complex for me although I know the basic things. For example, I thought …

Member Avatar for peter_budo
0
120
Member Avatar for pavan146

Hi actually m working on midlets hw tp use j2me web faciliies ???lk can u tell me the initial settings.....

Member Avatar for peter_budo
0
73
Member Avatar for gitech

Hai Friends, Iam using J2ME , i can read a text file from jar (in res folder) by using InputStream is = getClass().getResourceAsStream("help.txt"); StringBuffer sb = new StringBuffer(); try{ int chars, i = 0; while ((chars = is.read()) != -1){ sb.append((char) chars); } return sb.toString(); }catch (Exception e){} but i …

Member Avatar for peter_budo
0
210
Member Avatar for LaChavvy

Hello, This is my first post so I hope this is clear and in the correct place. I am having trouble dealing with the traverse method of Custom Item in J2me. What I want to do is have two custom items, one is "start game", the other "instructions" as menu …

Member Avatar for LaChavvy
0
127
Member Avatar for ~mesho~

Hello everybody, I'm biginner in J2ME prgramming. And I want to load model created by milkshape in J2ME. I do'nt know how to do that and what packages must be imported? And after the load how to control the model?

Member Avatar for quuba
0
84
Member Avatar for gitech

Hai Friends, Iam using canvas class in my J2ME progrm,it does show full screen view in mobile, i want to show j2Me form to full mobile screen, please help me for this problem.

Member Avatar for peter_budo
0
460
Member Avatar for nikolai04

i have a tictactoe java code that has mouse events in it. my professor wants me to run it in a mobile phone... can anyone help me with that? please... thanks in advance.

Member Avatar for peter_budo
0
70
Member Avatar for mactavish

i am new in j2me programming and i want to code a file compression/decompression in series 40 phones. anyone could help me or could share their codes with me. thank you very much

Member Avatar for quuba
0
75
Member Avatar for sumit_raokhande

I did one J2ME SMS based Application.overview of my project.My j2me Application reside on Sales Person Handset.Sales person can send a sms to supplier to get a product.for e.g. Sales person send sms Store and related product means Suppose Store is "Nokia" and product is model number Nokia 5610 sales …

0
56
Member Avatar for mahdi68

Hi , i want to show splash screen whene the application start but after run this message is displayed : No thing to display i use this class , please help me to find probleam tanks [CODE]import java.io.IOException; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public class UCNAMidlet extends MIDlet implements CommandListener { …

Member Avatar for mahdi68
1
190
Member Avatar for ranjanj2me

I am Ranjan Kumar. I have already completed my BCA & MCA and right Know I am pusrsuing MBA (Information System) from SMU. I am working from one year in Dragons Lab Pvt. Ltd. as a software developer.My job profile is :- Mobile Game(using J2ME) , Website Development using Java, …

Member Avatar for Vineeth K
-1
70
Member Avatar for smartsanja

i have developed a mobile 3d game, it is working on simulator without any issue and reasonable memory usage(~ 75000 KB). But it is not run on mobile phone(SonyEricsson k750i) well. Graphics are loaded very slowly, please help me.

0
59

The End.