Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems.
1
vote
1answer
15 views
How to implement Superscript & Subscript in Blackberry
Does Blackberry support subscript superscript? I found the BlackBerry Forum thread "Subscript and superscript in RichTextField", but I am not able to access the BlackBerry knowledge base article.
How ...
0
votes
0answers
8 views
How add attributes to the manifest with codenameone?
I have a codename application but I need add the attribute Nokia-MIDlet-No-Exit = true in the manifest for my J2ME compilation.
How can I add it?
1
vote
3answers
49 views
Java / Eclipse - macro to specify current method name?
I'm using eclipse and want to have a "macro" that the preprocessor will replace with the name of the current method before compiling it.
I have an error reporting function, that is called as: ...
2
votes
2answers
37 views
Java ME Can't restart thread
I have the following thread:
public void start() {
isRunning = true;
if (mainThread == null) {
mainThread = new Thread(this);
...
2
votes
2answers
33 views
Locator.geocode(…) freezes/blocks UI in OS 5 devices(Blackberry Java)
In my BlackBerry app, the Locator.geocode(...) request is inside a Thread but it still blocks the UI in OS 5 devices. In OS 6 and 7 devices it works fine. The UI is not blocked.
From the moment ...
1
vote
0answers
14 views
j2me image processing, emboss effect and sketch effect not working
I am working on j2me, an image processing project. I have managed to give simple effects like sepia, grayscale , negative , posterize etc(which does not involve convolution matrix). Even I have ...
0
votes
1answer
22 views
Blackberry XML parsing not working
I have following code for parsing
public class XML_Parsing_Sample extends UiApplication{
//creating a member variable for the MainScreen
MainScreen _screen= new MainScreen();
//string ...
0
votes
0answers
6 views
How to add scrollable and non scrollable components to a form in LWUIT
i am making a calculator using LWUIT and i want my textfield where the result appears to be non-scrollable and the remaining form to be scrollable
need some help
0
votes
0answers
9 views
j2me httpconnection not working in samsung devices
I try to create Asynchronous(non-blocking) request in my J2me application.
my httpconnection is running perfectly in all nokia devices
but in samsung devices sometime it does- create connection.
code ...
-1
votes
0answers
16 views
How to create local database in j2me nokia [closed]
Hi I've developed Nokia app and I have some problem.
How to use and create local database?
I try to floggy but I'm not getting response to floggy.
So please help me.
0
votes
0answers
12 views
LWUIT Resource Editor and Netbeans Issue
I used the Resource Editor to create a really nice application, a search application that searches for businesses from a URL.
I cannot seam to find any tutorial that tells me how to access the Form ...
0
votes
0answers
10 views
how to connect database in j2me application for nokia s40 platform
I am developing a mobile app using j2me for Nokia s40 platform. I need to store data of application in Database. The database size is around 2 MB in sqlite. So my question is which database is better ...
-2
votes
2answers
18 views
Perst Lite in netbeans [closed]
Hi I want to make a MIDP application and want to use a database Perst Lite, the IDE I'm using is netbeans and I have already downloaded the package Perst this on your page with the required ...
1
vote
1answer
47 views
BlackBerry date parsing and an hour's difference
Due to the limitation of date parsing on BlackBerry I'm trying to roll my own parse/deparse methods, however I seem to be falling foul of an hour's difference somewhere, somehow.
I do this:
long ...
0
votes
1answer
29 views
codenameone - Storage file doesn't delete
I've added storage file to my codenameone application. In some event I wanna delete specific storage file and recreate it with some old filtered data and new data. It doesn't work well on deletion.
...
-1
votes
0answers
20 views
J2me and apache derby
Hello someone could give me an example of a connection from a j2me application with embedded database derby, would greatly appreciate it to be detailed because I have many doubts. regards
here my ...
0
votes
2answers
38 views
Java ME alternative for Raspberry Pi programming
I want to start with embedded system programming with the raspberry pi. I just want to do build basic electrical control systems, e.g. controlling servo motors, etc. I had a look around and because I ...
0
votes
1answer
27 views
Images in J2me Lwuit
I have developed an LWUIT app. I have two types of images dispayed in the app. One coming from server side that need to displayed (like a photo posted and saved to server side) and one packaged in my ...
0
votes
0answers
19 views
Nokia Image picker from gallery
In my app I want the user to be able to open a file picker and choose a picture from the gallery so that i can get the path of the selected picture.
I have tried ...
0
votes
1answer
47 views
Porting lwuit app to Blackberry: Bold 9900
I have been working on porting my lwuit app to Blackberry. It works fine except that when tested in Bold 9900 Blackberry, touch event is not happening. The buttons, list etc gets focus but touch event ...
0
votes
0answers
33 views
How to add an overlay to an image in J2ME for Nokia SDK 2.0?
I have an image and I want to add an overlay or to find another way to combine two images in Nokia SDK 2.0 (J2ME)...
I need that one of the images to be partial transparent
Thanks
0
votes
1answer
27 views
issue in blackberry app with ksoap library
I need to consume a web service from blackberry.
But i couldn't run the app with the Ksoap library - i am using ksoap2-j2me-core-2.1.2.jar.
when i run the app i got this run time issue
...
1
vote
1answer
32 views
storing Encrypted objects in J2me database
i am developing an application which can store encrypted objects in rms & retrieve them is there any API for storing & retrieving the Encrypted objects please suggest me thanks in advance
1
vote
0answers
27 views
J2ME UDP slower than TCP
I'm developing a client/server based system using two GPRS modems (Siemens TC65). The application sends relatively small frames (128 bytes each) from the client to the server and vice versa. ...
2
votes
1answer
56 views
I need my Screen to wait for a thread to end before being pushed
I need my app to start a thread (after clicking on a button) that does something, get me some variables then push a screen that displays those variables. The problem is that I can't get my screen to ...
0
votes
0answers
14 views
Obtaining Access and Refresh Tokens with j2me
I read this article and implemented it in j2me .
I send an HTTP POST to the OAuth 2.0 device endpoint with your client_id and a special scope and The response is returned in a JSON object:
{
...
0
votes
0answers
20 views
TextArea on Blackberry: cursor does not advance for space
I have a BB app (written with j2me and lwuit). There are a lot of text fields (com.sun.lwuit.TextArea objects) in the app. When running it, if I type characters in the text fields, the cursor advances ...
1
vote
0answers
25 views
How to use Compass in Blackberry 7.0?
I am showing a compass in my application. I have used the BlackBerry Developer guide "Adding a compass field to an application" to show a compass. Now I want to use the bearing to show direction in my ...
0
votes
0answers
12 views
J2ME + Fail Receive SMS with Specific port
my app has 2 features which is send and receive SMS. If I send sms without port, it will directly send to receiver Inbox message. But I send SMS with port 5000, my app which also listen port 5000 and ...
0
votes
1answer
35 views
Netbeans 7.3 Clean Install: Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set
First of all I'd like to start by saying that I'm actually a .Net programmer, and it so happens that I need to develop a J2ME app again today. I've have had innumerable problems developing J2ME apps ...
0
votes
0answers
15 views
How to use PlayerListener.BUFFERING_STARTED & BUFFERING_STOPPED in j2me
I want to use PlayeListener.BUFFERING_STARTED & PlayeListener.BUFFERING_STOPPED in my j2me Application.Below is my code
public void playerUpdate(Player plyr, String evt, Object evtData){
...
0
votes
1answer
12 views
Source for midpapi20.jar
Where can I find the midpapi20.jar source files?
I started J2ME applications development using eclipse and I'm not able to view the javadoc of the classes. I tried with NetBeans and it asks me to ...
-2
votes
0answers
22 views
Remote PC administration using mobile [closed]
How can I make a connection possible between a Smartphone & a PC that I have a J2ME app which can administrate some operations in PC through an emulator? I want it possible via mobile
0
votes
0answers
10 views
J2me how to use amr sound files?
I created player for amr sound but i have problem while running it on samsung device.
once i stop the sound and again if i play sound is not playing .
code to create player is :
InputStream ...
0
votes
1answer
18 views
GridFieldManager Blackberry align fields
I have a GridFieldManager whith 3 columns and I want to align their content like this:
|Title left | Title Center | Title Right|
The problem is that I'm using a RichTextField instead of a ...
-1
votes
0answers
45 views
Calculating the private key (d) in RSA cryptography [closed]
Please, how can I calculate d (the private key) in RSA Cryptography if I know e (the public key) and φ(n)? I know that there is a formula which says: d^−1 = e mod φ(n), and in my opinion this is ...
0
votes
0answers
26 views
how to implement menu pop up on list item long press in J2ME
I am developing an J2ME application where i have a list. Now i want to display a pop up screen with three menus(delete, details and cancel) when i will make a long press or click on any of the list ...
2
votes
1answer
29 views
Push Registry unregister Connection
I'm working with J2ME application, that works to send/receive sms from specific port. Somehow I made some mistake with the code and make the application goes error. When I already solve the error the ...
2
votes
3answers
84 views
Strange “java.lang.NoClassDefFoundError” in Eclipse
i am testing a J2me project when i run it is giving java.lang.NoClassDefFoundError: org/cdac/securitycore/storage/StorageBridge. I had included a jar file which contains StorageBridge.class even i ...
0
votes
2answers
24 views
How can I add midlet vesrion number from Manifest to compiled package name automatically in Eclipse?
I'm developing program for Cinterion TC65 wireless module. It has OTAP feature, and I need to specify application version on the server by adding a version number to file name.
I need to have ...
-2
votes
0answers
46 views
How to Create SQLite local database in j2me
I'm developed nokia app and in my app how to use SQLite database in J2me.
with use to J2me insert, upadate,delete all qurey in j2me.
-1
votes
1answer
44 views
Android using J2ME native
Is here some posibility how to use J2ME natives in android? I imported library which calls natives like:
public static native synchronized javax.microedition.contactless.DiscoveryManager ...
0
votes
1answer
45 views
How to change hint text font size and color in j2me using LWUIT?
I am using the following code in java file and not using resource file.
m_txtSearch = new TextField();
m_txtSearch.setHint("Search");
Then how can i change the font size and color of hint text ?
...
1
vote
0answers
27 views
LWUIT: How to open XHTML file from resource?
I want to open XHTML file which resides in resources. I tried with HTMLComponent of LWUIT. But it is opening only HTML files only. What would be correct way to open XHTML file using any LWUIT ...
0
votes
6answers
75 views
java getting Last line(fastest way) from a String Variable
I have a String Variable Contains lines of text
line1(Contains String)
line2(Contains String)
line3(Contains String)
line4(Contains String)
My requitement is to get a Last line of text?
Could any ...
-3
votes
0answers
25 views
how do i get selected and unselected checkbox in j2me [closed]
am doing an app in j2me that will count the number of selected and unselected values in a multiple choice-group.The app then show the results of the count in number form in a form.How do i achieve ...
0
votes
2answers
28 views
Is there a similar class as Rectangle in java me?
So i just started programming mobile applications and when i wanted to use a Rectangle class i couldn't do it? What should i use instead of that class? I need something like that because i need to use ...
1
vote
1answer
42 views
How to autostart j2me application on foreground?
I'm trying to make my j2me application to auto-start when the phone is powered on. (The phone is Sonim XP1301.)
I added jad attribute "MIDlet-Launch-Power-On: yes", and now application starts ...
0
votes
0answers
60 views
Creating a Mobile Application with User Authentication before login
I am creating a mobile phone application for Android.
I have a website with approx. 5000 users that each has their own account and personal information such as contact details and time sheets. How ...
0
votes
0answers
20 views
Suddenly stops to install cod file in simulator
i am in few trouble now. I am working on a blackberry project. I've a large number of images in img folder near about 6 MB.
But it was working fine in simulator in this morning. Unfortunately device ...




