Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems.
1
vote
0answers
7 views
How to hide messages, contacts etc folder using J2ME Code ?
I used J2ME approx 3 year ago, so I have not updated knowledge about it. Can anybody tell me is it possible to create an app for my Nokia handset such that I can lock my sensitive folders such as ...
0
votes
0answers
8 views
Adding an event using PIM API isn't working
I am adding an event(setting reminder) using the PIM which will work fine both in emulator and device before signing. And the same will not work after code signing and I am using Thwate certificate to ...
0
votes
1answer
28 views
how to work with html resources in a blackberry-eclipse application?
I am a beginner in blackberry app development.
I had installed the blackberry plugin in eclipse successfully. my first app needs to load html files from a folder I had created named "assets" inside ...
1
vote
1answer
24 views
Getting error while implement OutboundMessageListener in blackberry?
Getting error while using OutboundMessageListener and MessageListener by using this code:
public class MainClass extends UiApplication implements OutboundMessageListener,MessageListener
{
public ...
0
votes
0answers
16 views
Is there any way to count sms in blackberry?
i am able to calculate received messages count, using below code
new Thread()
{
public void run()
{
try
{
_dc = (DatagramConnection)Connector.open(_openString);
...
0
votes
1answer
14 views
RuntimeException …You must include the platform port before the LWUIT in the classpath
Please help me, I searched a lot(almost every link & post) but didn't get answer. I am getting (RuntimeException ....You must include the platform port before the LWUIT in the classpath)this error ...
0
votes
1answer
35 views
Can we convert Android Apps to J2ME
I have already application designed for Android Phone (with source code). I wanted run this application on J2ME, Is there any direct conversion available or shall I need to start creating new Apps for ...
1
vote
0answers
10 views
NoClassDefFoundError when run Java ME project which, use Bouncy Castle Library
I wanna use decode Base64 function in Java ME project so, I add bcprov-jdk15on-149.jar to my project.(Bouncy Castle Library)
By Adding Hardware JAR Files, I got this error:
...
0
votes
0answers
15 views
QR code scanner Java ME app
i used Open source QR code libraryto develop an app which scans QR code, but results are not very good as many times my application fails to decode the qr. so i wanted to know whether it is possible ...
1
vote
1answer
22 views
blackberry's j2me configuration and profile
I'm sorry for asking a none-programming question, if it is.
I'm working on a library project that must be compatible through various mobile platforms.
I found some Java TV platforms are constructed ...
1
vote
2answers
36 views
show line in screen (read file j2me)?
i want to read a file in j2me and show it in screen i try very a lot , exactly i try all code exist in web but no one worked. this is just one of them :
/*
* To change this template, choose Tools | ...
1
vote
0answers
16 views
Parse XML to object in J2me
I have an String that contains Xml tag. which want to be convert from XML to Object in J2ME
so please anyone post some code for this.
The string is String str=BC1Amruthesh G;
1
vote
0answers
16 views
get ip address of a website with J2ME
I want to get IP address of website e.g., http://www.sssssss.vvv has IP address 111.22.3.4.
With Java SE we can get as below.
String ipAddrs = ...
0
votes
0answers
12 views
J2ME httpconnection string item
I am reading data through httpconnection in j2me and I have succeeded in parsing it to the form stringitem. However part of the data is a short story and the immediate next line is a hyperlink(http) ...
-1
votes
1answer
30 views
How to get default mail credentials in nokia s40 phones ?
Is there any system defined function/method to get default mail credentials for a particular user and use it in our application for sending mail for nokia s40 ?