views:

414

answers:

5

I want to develop applications for this mobile phone but I don't know where to start. For example first thing I need is to develop a call recorder app to record incoming & outgoing calls.

I've downloaded Java ME Platform SDK 3.0 (+ Java SDK) and tested with hello world and it was up and running :). Any suggestions for resources about mobile development are welcome.

A: 

If you poke around on this link, you will find a software download that appears to be a plugin or whatever for Visual Studio.

It turns out that NPS is some kind of software/firmware installer application.

Stephen C
@Stephen C: I only see "SAMSUNG New PC Studio" as software..?
HasanGursoy
@HasanGursoy - that is what I am referring to.
Stephen C
@Stephen C: I don't think PC Studio is for coding and also it does not have any connection for VS or any other IDE.
HasanGursoy
+1  A: 

There is no standard Telephony API for JavaME/MIDP.

You can develop other kind of applications on your phone using the JavaME SDK but you won't be able to create the call recorder application you describe.

QuickRecipesOnSymbianOS
@QuickRecipesOnSymbianOS: So you mean I need to develop my own API or get it somewhere on the web? Or I need to use any other ide designed for Samsung Headset Platform (SHP)
HasanGursoy
Mostly, I mean that you can't develop a JavaME call recorder application for the Corby. Not unless you work from inside either Samsung or one of its close technical partners.
QuickRecipesOnSymbianOS
A: 

I've found development tools for Samsung at http://innovator.samsungmobile.com/

HasanGursoy
A: 

Same here. But I can't seem to get it work with Eclipse Helios.

L0rDKadaj
A: 

Just install the SDK, add Samsung reference libraries to your project file if you're developing on Eclipse. Tested on emulators, and it works swell... =)

L0rDKadaj