|
I have written a midlet which asks username and password and connect to servlet running on tomcat to validate. When I run the midlet on the emulator provided by sun toolkit, first time it asks "This midlet wants to connect to http://... using airtime"...
Started by Bhushan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is easy for the emulator where you need some commercial (paid) certificate... .
Ad first: You need to setup proper security permissions for your midlet and secondly you will need to sign it with some kind of certificate the device trusts.
|
|
Given that there are many sizes and color depths for different phones (even for the same manufacturer), i would like to have one application for all of them and then, download a proper icon for the phone de app is downloaded into.
Is there a way to change...
Started by jluis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Some newer Sony that can only be accessed if your ....
To mind) you may be able to either register a different file as the MIDlet icon or overwrite the existing file (by running native code, not java) after the MIDlet has been installed.
|
|
Hi everyone,
i've signed my j2me app with thwate certificates. but when i installed signed application in c2-01 it gives "Certificate not on phone or sim error".
i've checked, c2-01 also has thwate root CA certificate. but When i run this same application...
Started by jayantb on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at nokia):
File is:
MIDlet-Name: ANM
MIDlet-Version: 1.2
MIDlet-Vendor: Virtuosos Solution Pvt Ltd
MIDlet-Jar-URL: ANM.jar
MIDlet-Jar-Size: 534650
MIDlet-Description: A localized sample project
MIDlet-Icon: /12.png....
|
Ask your Facebook Friends
|
Esteemed readers,
Prior to starting this post, I have found several articles on the board concidering updating and auto-updating j2me midlets.
Since I am fairly positive my particular question has not yet been uttered, here's my question.
I have an app...
Started by JasperGoes on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at nokia):
|
|
I've just discovered J2ME and I love the possibilities that it presents. I'm currently working on a simple application and I'd like to maybe release it as an open-source project sometime in the future.
As part of my research into J2ME and mobile devices...
Started by codeinthehole on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Then the users have for signing a MIDlet are....
You can instruct your users how to create a cert and self-sign with it.
Your users have to be willing to trust you.
You can create a signing certificate that you self-sign.
|
|
I overheard another team where I work talking about blackberry development - they are having issues automating builds for blackberry. In particular there is an issue with certificate signing - they have not been able to figure that out yet - it is a manual...
Started by frungash on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Tips/
and http://blog.lightvoid.net/2008/04/28/automated-blackberry-sign-tool-mac-linux-windows" codename={AppName} -midlet {AppName}.rapc [list of resources] [list *.java files]
Example:
"c:\Program\net_rim_api.jar" codename=SO45BgAnim....
|
|
Is there a way to sign an Jar for a JavaMe / j2me aplicattion, using Sun WTK via an ant task?
examples, or tutorials links would be appreciated.
Started by Decio Lira on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Not sure how ANT works, but I'm sure you can figure out how to work this in:
java -jar "c:\SPRINT_WTK_31\bin\JadTool.jar" -addcert -alias sprintadp -keystore "c:\SPRINT_WTK_31\appdb\keystore.sks" -inputjad deployed... .
I've got a batch file for signing.
|
|
I write Java ME application. It do 2 things:
1)connect to internet
2) run it self by Push Registry registerAlarm in fixed time
In 1-st case phone ask me permission to connect
In 2-d case phone ask me about application running
Application should work without...
Started by KamilBek on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at nokia):
Or give your MIDlet....
Or give your MIDlet to a test house and you get Java Verified.
How can I register MIDlet as trusted third-party? Sign your MIDlet with a certificate of VeriSign.
You can’t, even not as trusted third-party.
|
|
We're about to build a Blackberry application but would love some input on whether to implement using J2ME (MIDlet based) or Blackberry native (UIApplication).
I understand some of the tradeoffs. J2ME will be more flexible if we want to port the app to...
Started by Eric on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use this certificate to sign and use all restricted.
Their sign certificate and it is cheap.
|
|
Hello everyone,
I've a signed j2me application and i wanted to open that application automatically at a time when user switch on his mobile phone. Is it possible in j2me??
Also, i want to know... registerAlarm function of push registry works well when...
Started by jayantb on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at nokia):
Attribute:
Nokia-MIDlet-auto-start
That has possible values
yes
no
once
For example
Nokia-MIDlet-auto be used by the currently running application to launch another MIDlet from within the current MIDlet.
|