sony erricson mobile programming

Thread Starter

cpleng7

Joined Dec 18, 2008
120
if i want to create a software that can use mobile phone controller the microcontroller is that any suggestion for the programming language that i can use to do it and putting it inside my sony erricson mobile ?
 

retched

Joined Dec 5, 2009
5,207
Java is a typical language used on mobile phone apps.

If you want to REPROGRAM the uC in the cell phone, aint gonna happen.
 

Harrington

Joined Dec 19, 2009
85
Hi

You use either java to program Sony mobile phones in which case you will need the following http://developer.sonyericsson.com/wportal/devworld/technology/java/sdk

Also you will need the net beans bundle which you can download from here
This will give you the full Integrated development package + glass fish web server

http://netbeans.org/

You will need the latest JDK 6 Update 20 with JavaFX SDK which you can down load from


This might also be useful to you

http://pinouts.ru/CellularPhones-P-W/se_k750i_pinout.shtml
&
http://pinouts.ru/connector/index_stand.shtml

http://java.sun.com/javase/downloads/index.jsp

You will also need the java.comms package which is down loadable from here so that you can communicate with PIC and then onto the Mobile phone using the standard serial port

http://java.sun.com/products/javacomm

Other than this Sony Ericson are also moving onto a new programming language called Android which you can read all about and download from here

http://developer.android.com/sdk/index.html

I think that about covers this but it might be an idea just to learn how to program in Java first since the language is OS independent in other words you don't have to cross compile for other OS's as yet

You can find a very good starter here for java tutorials

http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/

Hope this helps you

Mark
 
Last edited:
Top