I have problem installing J2ME application in Nokia Phone.
When I install app from PC Suite it works fine, but when I upload file on my local server and try to download app it says that App is from Untrusted Supplier even though I have signed my Application. Please help me.
Asked
Active
Viewed 246 times
1

gnat
- 6,213
- 108
- 53
- 73

Nirav Bhandari
- 4,550
- 6
- 32
- 59
-
1which certificates you are using / – Lucifer Jan 19 '12 at 09:12
-
1check the date of the sign and if the mobile has actual date – frayab Jan 19 '12 at 09:14
-
2@Lucifer why are you doing android retag?it is not Android – frayab Jan 19 '12 at 09:20
-
I havent done Android Retag oK – Lucifer Jan 19 '12 at 09:26
-
2This kind of signing issues is what killed J2ME. – Mister Smith Jan 19 '12 at 09:27
-
Are you installing with the jar or jad file in both cases? – Gorkem Ercan Jan 20 '12 at 06:30
-
@gorkem: no actually,i upload both jad and jar..but downloading only jar file. – Nirav Bhandari Jan 23 '12 at 06:34
1 Answers
0
Your midlet is trusted only if it is installed using the JAD because jad includes the necessary information. Jar will still install but will not be trusted

Gorkem Ercan
- 3,220
- 1
- 18
- 26