java-me Questions

3

Solved

I am new to J2me, kindly can anybody tell me how can I do below in J2me? String salam="اَللّٰهُمَّ اِنِّىْ اَسْئَلُكَ رِزْقًاوَّاسِعًاطَيِّبًامِنْ رِزْقِكَ"; byte[] bytes = salam.getBytes("UTF-8")...
Autosome asked 6/2, 2012 at 14:1

2

Solved

I want to create a tool bar of exact look and feel for my blackberry project. Any help is greatly appreciated. Please note I cannot use ToolBarManager. My project should support all devices after...
Secretion asked 20/1, 2012 at 13:36

2

Solved

I am creating an application with J2ME. for connecting with database i am using RecordStore. so to get a record i need to write as follow: public boolean SearchRecord(String Rec, int pos ) { St...
Piper asked 13/8, 2012 at 9:47

12

Solved

I am very interested in mobile application development. But which language or framework is more popular, useful and usable? I know Java well. If you have any idea and/or experience, please h...
Lonilonier asked 10/9, 2009 at 8:15

2

Solved

I am new in J2ME. In my Application, I want to add the Multiple Records in the Record Store and also want to access it. How can I add the multiple Records in the Record Store and how can I access...
Refinery asked 23/7, 2012 at 4:31

2

Solved

Working with Java ME I encountered the following problem: All classes (including anonymous) in project transforms into separated files after the project building. This leads to an increase of appl...
Jayjaycee asked 9/7, 2012 at 10:37

9

Solved

Can we run or develop apps for iPhone in Java? Have a look to these links and answer: http://www.iphonefaq.org/archives/9731 http://www.j2mepolish.org/cms/leftsection/documentation/platfor...
Summand asked 28/7, 2009 at 11:34

4

Solved

I'm currently working with MIDlets (I am using a Visual MIDlet) in Netbeans, and a NullPointerException is being thrown but I do not know why. Note: The exception is not thrown when the program r...
Gunilla asked 22/1, 2011 at 19:11

1

Solved

I'm trying to write a simple media playback application in J2ME. Currently I'm starting with the most simple thing, I just want to play a wav file from resources included in the jar file. I'm using...
Leuko asked 20/1, 2010 at 22:19

2

Solved

I'm a fan of the try/do (or trier/doer) pattern, which is best implemented in C# using out parameters, e.g.: DateTime date; if (DateTime.TryParse("2012-06-18", out date)) { //Do something with da...
Vituperate asked 18/6, 2012 at 14:46

1

Solved

I'm running Eclipse pulsar with S60 SDK for j2me development and using LWUIT.jar but I'm getting following error while cleaning my project Errors occurred during the build. Errors running builder...
Graaf asked 13/6, 2012 at 9:59

6

Solved

I am facing a very strange problem that my J2ME application .jar file is downloaded normally on the Nokia mobiles but on Samsung and Motorola it is not downloaded. But if i install the .jar without...
Latton asked 3/4, 2012 at 5:37

6

Is there a gzip compression library that will work on J2ME?
Billybillycock asked 7/7, 2009 at 23:39

1

Solved

I am working in J2ME. I want that my application must be automatically started when my device reboots. I have made Nokia-MIDlet-auto-start: yes entry in my JAD file as suggested in http://librar...
Raychel asked 5/5, 2012 at 11:44

4

Solved

How to get Latitude and Longitude for particular city or street or location without using google map? For example user entered city name is "Chennai" and i need to show only Latitude and Longitude ...
Agnes asked 11/3, 2011 at 7:13

2

Solved

How can all checked items from a list can be fetched? I need to get all selected (checked) items from the list and populate a vector. I am not getting all selected items, I am getting only the it...
Against asked 27/7, 2009 at 4:7

8

Solved

What logging solutions exist for j2me? I'm specifically interested in easily excluding logging for "release" version, to have a smaller package & memory footprint.
Unappealable asked 23/9, 2008 at 12:21

2

Solved

Below mentioned is my XML, <?xml version="1.0" encoding="utf-8"?> <soap:Envelopexmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Doall asked 27/3, 2012 at 13:12

1

Solved

I saw a really awesome LWUIT theme today and graphics is not really my thing. Does anyone know anywhere I can download (or even purchase) good LWUIT themes?
Albin asked 27/3, 2012 at 23:21

2

Solved

I'm looking for the fastest, most efficient way to debug my java application for BlackBerry. I noticed that it takes forever just to attach the debugger to the device, using a Torch 9800 in my cas...
Pearlpearla asked 27/3, 2012 at 13:21

2

Solved

I am developing a mobile application using J2ME and LWUIT. Whenever the default exit Button (red in color) is pressed on a phone with symbian OS , I want my application to be minimized and not exit...
Martellato asked 26/3, 2012 at 9:28

2

Solved

I want to run a .jad file in Mac OSX Lion. I tried with WTK 2.5.2 linux edition on mac and got the below error. :bin$ ./emulator -Xdescriptor my-jadfile.jad java.lang.UnsatisfiedLinkError: /Appli...
Arsyvarsy asked 23/3, 2012 at 1:8

4

I am trying to silence an incoming call and prevent the BlackBerry device from ringing. I tried Alert.setVolume(0) and some EventInjector keys but this didn't work. So how to silence an incoming c...
Tuatara asked 24/2, 2012 at 13:8

2

Solved

I'm writing a simple J2ME phone app and I want to save the status of the app when I exit it. Googling around led me to the FileConnection class: FileConnection filecon = (FileConnection) Connector...
Halidom asked 27/1, 2012 at 22:0

5

I'm writing a MIDlet using LWUIT and images seem to eat up incredible amounts of memory. All the images I use are PNGs and are packed inside the JAR file. I load them using the standard Image.creat...
Yolanthe asked 7/9, 2009 at 16:26

© 2022 - 2024 — McMap. All rights reserved.