>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
General
> Java development on S700
Bookmark topic
I want to create some Java applications for the S700. Can anyone point me to some websites that give a good starter tutorial? I want to use Java to play video's in full screen. I'm pretty sure this is possible but wanna know what you think. Thanks
--
Posted: 2004-10-30 11:42:48
Edit :
Quote
How much do you know bout video playback in java ? For mobile java apps you need to have j2me simulator. Get this and some info on midlets on sun.com . You may have to search though.
This message was posted from a K700i
--
Posted: 2004-10-30 11:48:14
Edit :
Quote
Do you want to play the vids from memory stick??
I think this isn't possible because the S700 hasn't implemented the JSR-75, which you need to access the file system.
[ This Message was edited by: rva on 2004-10-31 09:40 ]
--
Posted: 2004-10-30 11:54:43
Edit :
Quote
I guess
this will help u a bit
--
Posted: 2004-10-30 12:00:53
Edit :
Quote
Quote:
On 2004-10-30 11:54:43, rva wrote:
Do you want to play the vids from memory stick??
I think this isn't possible because the S700 hasn't implemented the JSR-77, which you need to access the file system.
There goes my idea. I was hoping to be able to create a java program that would allow a file to be selected from phone or memory card and use the phones video playing features to play the video in full screen. Where can I find out a list of what all the JSR mean and which ones are supported for the S700. Tried searching at
http://developer.sonyericsson.com but couldn't find anything extensive on there. Thanks
--
Posted: 2004-10-30 20:31:14
Edit :
Quote
For access on file system you need the JSR-75, the , not JSR-77. Sorry!!
Specifications of S700:
http://developer.sonyericsson[....]roducts/phones/s700/p_s700.jsp ==> under Java Technology can you find the supported JSR
For the JSR's:
http://www.jcp.org[ This Message was edited by: rva on 2004-10-31 09:41 ]
--
Posted: 2004-10-31 10:39:07
Edit :
Quote
Quote:
On 2004-10-31 10:39:07, rva wrote:
For access on file system you need the JSR-75, the , not JSR-77. Sorry!!
Specifications of S700:
http://developer.sonyericsson[....]roducts/phones/s700/p_s700.jsp ==> under Java Technology can you find the supported JSR
For the JSR's:
http://www.jcp.org
[ This Message was edited by: rva on 2004-10-31 09:41 ]
Seems the S700 only supports JSR-120, JSR-135, JSR-184 and JSR-185. It doesn't seem as though the S700 supports much when you look at the list of JSRs. Oh well, thanks for the help.
--
Posted: 2004-10-31 11:54:44
Edit :
Quote
New Topic
Reply