[Tutor] Python in symbian (NOKIA E50)

2008-06-05 Thread Ricardo Dueñas Parada
Hi all, I want to write an script to send messages from my phone (Nokia E50) to my computer via bluetooth, i'm kind of new in bluetooth applications in phones, so, can you recommend some document, web page, script, something to start? Thanks, _Ricardo

Re: [Tutor] Fwd: Running shell command

2008-05-30 Thread Ricardo Dueñas Parada
> > -- Forwarded message -- > From: W W <[EMAIL PROTECTED]> > Date: Fri, May 30, 2008 at 1:05 PM > Subject: Re: [Tutor] Running shell command > To: Ricardo Dueñas Parada <[EMAIL PROTECTED]> > > > On Fri, May 30, 2008 at 12:52 PM, Ricardo Dueñas

Re: [Tutor] Running shell command

2008-05-30 Thread Ricardo Dueñas Parada
Thanks for your answers. How can I make that action more secure? Is there any way for running the program from a regular user (non su) without having the password within the code? _Ricardo 2008/5/30 Alan Gauld <[EMAIL PROTECTED]>: > > "Brett Wilkins" <[EMAIL PROTECTED]> wrote > >> Just as a sid

[Tutor] Running shell command

2008-05-29 Thread Ricardo Dueñas Parada
Hello list, I'm new in python, and I have a question about a program I am writing. I want ton make an application that shows me a system variable, and when it changes, but I am having a trouble when I try to run the command. The command is smartctl on the hdd, and it can be only accesed by su.