-2
votes
0answers
24 views
web services information needed
how can we implement web services in a mobile and an iphone?are api same as web services?what are j2me and ajax used for.what other technologies can be used for web services?totall …
1
vote
1answer
21 views
Detecting Nokia E61 Keyboard Layout in J2ME
Hi Everyone,
Nokia E61,E71 etc has different variations of keyboard layouts like QWERTY, QWERTZ , AZERTY etc. Is there a way I could detect the current keyboard layout through J2M …
3
votes
4answers
55 views
How to strengthen Java ME eco-system
These days everyone who worked in mobile software talks about Android and iPhone.
I just wonder what is missing part from Java ME compared to these mobile software platforms.
Ope …
2
votes
1answer
12 views
J2ME intermediate certificates
In J2ME when you sign a JAR with a certificate chain that includes an intermediate certificate (such as one from obtained from Verisign), does the device need to have the intermedi …
2
votes
4answers
43 views
Mobile development book
Hi, I want to start coding applications for mobile devices. Can anyone
recommend me a good book to start coding in Java?
(I am an experience programmer in .NET and PHP).
2
votes
1answer
25 views
Error Checking and Validation using Bluetooth in Java
Using Bluetooth I wish to communicate between a Windows PC and a mobile phone. The PC will probably have Bluecove while the mobile comes with JSR-82.
Do I have to implement CRC …
0
votes
1answer
11 views
J2me web service connection problem
hi,
i'm trying to connect to a php web service using kxml-rpc api and the code is as simple as this:
XmlRpcClient xmlrpc = new XmlRpcClient("http://***ip here***:88/secure/servic …
1
vote
1answer
25 views
Java Midlet Deployment
So, I've develop a simple hello world midlet using the Samsung SDK 1.1.2 and I've Packaged the midlet. Now I have two files (a JAR/JAD) combination. How do I get these installed on …
2
votes
1answer
42 views
J2ME, InputStream hangs up after receving 40K of data over Bluetooth
On sending data over bluetooth from PC to my mobile(N73), the Input Stream seems to hang up.
InputStream is derived from StreamConnection.
PC software is built in VB.net.
Mobile i …
0
votes
5answers
104 views
Connection Interfaces in JAVA
Hi Experts,
Which class implements all the Connection Interfaces which are in javax.microedition.io package and how?
I didn't find any class in javadoc.
0
votes
1answer
33 views
add text in http request string url
Hello all
ok i made a midlet through which i can connect to server pages and get soem information as response.
For example i made a midlet through which i acced url: http://exampl …
3
votes
1answer
28 views
Reminder app for S40 phone
S40 doesn't allow an app to run in background. It seams the only solution is to use PushRegistry.registerAlarm.
I'm trying to make a reminder app, so when triggered it should make …
0
votes
5answers
71 views
Do I have to do a setSize() on a Vector before using it?
Given
private final Vector v = new Vector(); //instance variable
the following 3 lines are in an instance method in the same class.
1. int length = v.capacity();
2. …
0
votes
0answers
16 views
Expecting End of File Exception in parsing xml data for Blackberry application
Hi All,
I am getting parser exception as "Expecting End of File" while parsing xml data for Blackberry application?
How do I fix it?
1
vote
5answers
41 views
J2ME Soft Key Wrapper
Hi,
Reading some articles, told me that soft keys varies between devices.
Some says -6 or -21 for left soft key and -7 or -22 for right soft key.
Given this situation, is there a …
