Programing Advice Needed

Asked by Alistair

Hello

I would like to write an app for multimedia transfer between a nokia 2670 and a pc running ubuntu 10.04 (usb data cable connecting them).

What programming language should I use?

What software do I need to install?

What is the command to tell the computer to look for the phone?

So far i have tried lsusb and lsusb -T and lsusb -D in the terminal

Looking forward to any replies

al

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
GAkHEdgmrQ
Solved:
Last query:
Last reply:
Revision history for this message
Best GAkHEdgmrQ (mvndukezjm-deactivatedaccount) said :
#1

I cannot help you with the specifics but what I have to say may benefit you at least a little ;-)

I think Python would be a good language to use for this task, as it's one of those easy to learn and "batteries included" technologies. You may find ready-to-use modules that handle some of the communication between the phone and Ubuntu.

Python comes with Ubuntu out of the box, and there are plenty of tools available in the software repository to make programming in Python simple, Quickly for example.

These Ubuntu Forum threads were useful when I was first looking into programming on Ubuntu, it may point you in the right direction to documentation and the specifics:

How to start programming: http://ubuntuforums.org/showthread.php?s=85bbd549a8bd9f6309427d6a1f83dfb0&t=333867

Python thread: http://ubuntuforums.org/showpost.php?p=1984319

I suggest also consulting the IRC #python channel on irc.freenode.net, the people there may be able to point you in the right direction.

Good luck, sorry I can't provide much more help.

Revision history for this message
Alistair (leech-alistair) said :
#2

Thanks Steve Pearce, that solved my question.