Hey,
just for the sake of completeness of this thread... Instead of
public void startApp() {
start(new String[] { "InsertUserTest" });
}
Type: Posts; User: ben-efiz; Keyword(s):
Hey,
just for the sake of completeness of this thread... Instead of
public void startApp() {
start(new String[] { "InsertUserTest" });
}
You have to set the permissions in your jad file:
MIDlet-Permissions: javax.microedition.io.Connector.file.read, javax.microedition.io.Connector.file.write
Greetings
Ben
Just to complete this thread. I had the same Problem using the Nokia Prototype 4.0 SDK in combination with WTK 2.5.2 with my Intel Core 2 Duo notebook.
The Solution was two disable the second...
Hey,
i just stumbled upon your thread. Be aware that Sony-Ericsson is using a special locator string for recording Videos:
player = Manager.createPlayer("capture://audio_video");
...
I suggest to use Eclipse with EclipseME plugin. When using the emulator out of eclipse there is indeed a console, where you can see all your "System.out.println()".
Additionally you can start in...
If you use emulator, try to put your file to the root folder of the emulator. For me it is
C:\Programme\Java\WTK25\appdb\DefaultColorPhone\filesystem\root\
Then you call
conn =...
Hey there,
i would like to access files within the jar file with the FileConnection API. But if i use the syntax mentioned here like
FileConnection fc = (FileConnection)...