My knowledge of java is zero - I program in VB, however I have just got hold of a bluetooth mobile phone, and since it runs java apps it got me to thinking...

In a nutshell I want to use the phone as a remote control for windows media player and XMMS (Linux).

My idea was that the computer would send the phone something like a media libary dump, or the equiv, and you could the select the song, or album to be played. Also one could also have basic functionallity with things like Vol +/- and play/pause etc.

Does anybody know a good starting point and/or if has been done already.

The phone is an S700i (Sony)

Thanks for any help

Tom

Recommended Answers

All 3 Replies

Hi
Me and my friend are uni students and have the same idea as u said but on a wider bases. We started by looking up on the web for bluetooth jave codes/classes and he found some, but we are having exames now we stoped for until the summer vacation comes. i don't relly think the mobile device relly has to do a thing with it, u just need to think how u will make a program which will use bloototh in conection, maybe the same idea as infrared :confused:
but if u come up with any thing new pls tell me :o

hey guys,

You can already use the S700i (and the other SE phones I'd imagine) as remote controls. They run script type files call HIDs. There's a prog floating around the net called HID Configuration Editor, which altho looks quickly made, its rather good and does the job very well. Google for it, if you can't find it, drop me a line and I'll mail it (about 100kb).

I thought I'd mention if you didn't know already.

I'm after bluetooth program source so I can meddle, so if anyone reading this knows of any, or at least knows how to build a prog for phones, let me know.

Cheers

Scott

Hi everyone,

First you would need a special sdk api called java micro and yu can get it at this link

http://java.sun.com/j2me/index.jsp

Here are example codes and tutorials

http://developers.sun.com/techtopics/mobility/allsamples/

This is a good article

http://developers.sun.com/techtopics/mobility/midp/articles/getstart/

This is a tutorial to Build database-powered mobile applications

http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-midp.html

This is a good java bluetooth tutorial

http://today.java.net/pub/a/today/2004/07/27/bluetooth.html

This is a two part sun blue tooth tutorial

This is Part 1

http://developers.sun.com/techtopics/mobility/midp/articles/bluetooth1/

This is Part 2

http://developers.sun.com/techtopics/mobility/midp/articles/bluetooth2/

This is a good book of blue tooth (source code ready available for download)

http://www.javabluetooth.com/

And this is the Java bluttooth api

http://www.jcp.org/aboutJava/communityprocess/final/jsr082/

I hope this helps you

ps: please see my thread at the end of signature and vote

Yours Sincerely

Richard West

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.