I seem to have the same problem... de wsdl lists a parameter as base64Binary and when I generate the client it gives an error... When I manually change the parameter to Type.STRING and pass the...
Type: Posts; User: jvdgrift; Keyword(s):
I seem to have the same problem... de wsdl lists a parameter as base64Binary and when I generate the client it gives an error... When I manually change the parameter to Type.STRING and pass the...
I seem to run into the same problem on my N95 when I try to select a picture with the native camera functionality: 2592x1944 jpeg 513KB.
For on device debugging I use the bluetooth connection on my N95... couldn't get it to work through the normal USB cable (wasn't even listed in the docs only the ecmt tool had an option in it). You...
Hi,
I ran into a 'similar' problem. I had an "EclipseME" plug-in project and along the way I replaced it with its successor "Mobile Tools for Java". The only problem I was having was that when I...
If you're gonna use Eclipse then install the "Mobile Tools for Java" plug-in. This is the successor of EclipseME. I'm currently using v0.9.1 but it seems to have a few bugs still in it (you need to...
Hi,
I have a question. I'm building an application that uses the camera only when my application is running and I flip open the shutter, the native camera application activates and gives an error...
Hi,
I'm currently running into the same 'problem'. The odd thing is that it works perfectly if I access "file://localhost/E:/Images/" but when I use "file://localhost/Memory card/Images/" it gives...
Well you're in luck buddy... I've just gone through that process of signing a MIDlet myself. To answer your questions:
1. I only needed to target Nokia's N95 so I can't really help you here.
2....
Hello,
I'm trying to enable remote debugging on my N95 using the following tools:
Eclipse 3.4.2
Mobile Tools for Java 0.9.1
S60_3rd_MIDP_SDK_FP1
...that's how I solved it eventually. Just took me a while before I noticed that that was causing the trouble...
It turns out the error was caused by me using the com.sun.midp.io.Base64 class. It is fixed now... from now on I'm using the Nokia emulator since using that class didn't seem to be a problem on the...
I have build a hell-o-world midlet which i signed using our certificate... and to my surprise it installed correctly!
So now I have a question: Is it possible that I have forgotten to add some...
Oke... I seem to have found an application that is Verisigned and does work on my phone... so I am doing something wrong in the signing process in Eclipse 3.4.2 and/or Mobile Tools for Java plugin...
@psorobka
Well... I hope it is the 7th of may 2009 today.
@traud
browsing through those threads i found the following thread by Hartti which tells me T-Mobile US has no trusted 3rd party domain....
Hello,
I have a question regarding signed MIDlet's for the N95. For my work I'm writing a MIDlet application that needs signing. We bought a Verisign certificate and I signed the app with it. When...