You Are Here:

Community: Developer Discussion Boards

Reply « Previous Thread | Next Thread »

#1 Old [announce] PyS60RemoteControl - 2007-01-27, 13:40

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
hello all ,

Dorian Scholtz has released (finally PyS60RemoteControl ...

PyS60RemoteControl allows you to remote control your PC with a Symbian
mobile phone with PyS60 via Bluetooth.


PyS60RemoteControl allows you to remote control your PC with a Symbian mobile phone with PyS60 via Bluetooth.

It uses plugins written in Python to control and display information about applications.
Further more it supports other remote control systems (i.e. Girder).

The following plugins are already avalaible, please contribute if you can:

- Mouse: mouse move and button control, continous screen capturing with zooming and rotation

- WinAMP: playback control and status display

- MediaPlayerClassic: playback control

- WindowsMediaPlayer: playback control

links PyS60 Remote Control :

application ((c) 2007 Dorian Scholzunder the GNU General Public Licence)
sourceforge site
Website
Installation and requirements


Cyke64


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#2 Old Re: [announce] PyS60RemoteControl - 2007-01-27, 17:02

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Nice,

I'll have a try since I'm doing the same kind of application ( for Linux ) in C++ and Java for 2 projects

Well done!

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#3 Old Re: [announce] PyS60RemoteControl - 2007-02-05, 15:35

Join Date: Feb 2007
Posts: 2
whitethorn
Offline
Registered User
Hi,

I've installed everything, and when I run the script. I get the connection and the screen on my phone turns white, and doesn't do anything. I've left it for a couple minutes but nothing changes. How can I get the program to load?
Reply With Quote

#4 Old Re: [announce] PyS60RemoteControl - 2007-02-06, 21:04

Join Date: Oct 2006
Posts: 24
andersnc
Offline
Registered User
Anyone gotten this working with WMP 11? I've got the mouse control working fine, but it looks like it loads the MediaPlayerClassic plugin for WMP 11. All commands then fail with a "could not find window" error. Anyone had any success getting this to work?
Reply With Quote

#5 Old Re: [announce] PyS60RemoteControl - 2007-02-08, 19:50

Join Date: Oct 2006
Posts: 24
andersnc
Offline
Registered User
If anyone's curious, just a reply from Dorian via SF:

"Sorry about the missing Windows Media Player menu entry. I just don't use the WMP, so I disabled the menu entry. But you couldn't have know that, since I haven't done enough documentation yet ;-)
Just open the 'PyS60RemoteControl.conf' and add the following line to the 'menu->structure' entry:
('Windows Media Player', 'plugin WindowsMediaPlayer'),
And you can just remove the WinAmp entry if you don't need it...

Both Media Player Plugins will also get playback status feedback on the phone very soon, just like the winamp plugin... "

Works fine for me now, should for the small handful of other folks that still use WMP too.
Reply With Quote

#6 Old Re: [announce] PyS60RemoteControl - 2007-02-08, 21:32

Join Date: Feb 2007
Posts: 22
DorianScholz
Offline
Registered User
Hi!

I've just released version 0.1.1 ;-)
Not much has changed, but now you get status feedback from Media Player Classic. (WMP seems to be much harder to get feedback from... Since I'm not using it, someone else will have to do this. But the controls seem to work fine.)
And i've enabled WMP in the menu...

So check out the webpage for a feature desciption and please post feedback in the sourceforge forum:
http://pys60rc.sourceforge.net/

Have fun

Dorian
Reply With Quote

#7 Old Re: [announce] PyS60RemoteControl - 2007-02-08, 21:52

Join Date: Feb 2007
Posts: 22
DorianScholz
Offline
Registered User
Quote:
Originally Posted by whitethorn
Hi,

I've installed everything, and when I run the script. I get the connection and the screen on my phone turns white, and doesn't do anything. I've left it for a couple minutes but nothing changes. How can I get the program to load?
That means your phone is not connected to the PC part of the application.
Make sure the 'PyS60RemoteControl.conf' has the right value for 'com_port' and the value 2 for 'verbose'! Start the PC script first and it should state something like this:
Code:
LOG: ('Connecting to serial port', '\\\\.\\COM13')
LOG: Configuration.load: ('loaded conf from file plugins/KeymapLearner.conf',)
LOG: Configuration.load: ('loaded conf from file skins/n73/Skin.conf',)
LOG: Configuration.load: ('loaded conf from file plugins/MediaPlayerClassic.conf',)
LOG: Configuration.load: ('loaded conf from file plugins/Mouse.conf',)
LOG: Configuration.load: ('loaded conf from file plugins/Winamp.conf',)
LOG: Configuration.load: ('loaded conf from file plugins/WindowsMediaPlayer.conf',)
When you start the script on the phone now it should switch from the white screen to the welcome screen after 1-2 seconds.
Now you've got a menu on the left softkey...

Hope that helps!
Cheers
Dorian
Last edited by DorianScholz : 2007-02-08 at 22:04.
Reply With Quote

#8 Old Re: [announce] PyS60RemoteControl - 2007-03-03, 03:39

Join Date: Feb 2007
Posts: 22
DorianScholz
Offline
Registered User
I have released a new version of my PyS60RemoteControl using the G2 patched version of PyS60 1.3.18. It has quite a lot new features and most importantly it has a greatly improved response time for screen updates!

http://sourceforge.net/project/showf...roup_id=187900

Check it out and please give me some feedback!
Especially owners of 2nd edition phones, since I do not have one for testing...

Cheers
Dorian
Reply With Quote

#9 Old Re: [announce] PyS60RemoteControl - 2007-03-04, 21:31

Join Date: Oct 2006
Posts: 24
andersnc
Offline
Registered User
Great, looking forward to playing around with this some more!

As an aside, I noticed that the phone's library files go into {c,e}:\Python\libs. However, {c,e}:\Python\lib is on the default library path for PyS60, so if you drop the library file in there instead, you can lose those three lines near the top of the phone script. Functionally, it doesn't matter, but for folks (like me) that have other library files in Python\lib, I prefer to keep them all in one spot.

Awesome application though, one of my favourite PyS60 projects.
Reply With Quote

#10 Old Re: [announce] PyS60RemoteControl - 2007-03-05, 05:11

Join Date: Feb 2007
Posts: 22
DorianScholz
Offline
Registered User
Thanks for that tipp!
(Why would I name the thing 'libs' if 'lib' is on the path??? stupid me ;-)
Reply With Quote

#11 Old Re: [announce] PyS60RemoteControl - 2008-06-21, 21:49

Join Date: Jun 2008
Posts: 24
samo05
Offline
Registered User
hellloo everyonee:!!!!!!!!
please i have a problem with installing pys60remotecontrol on my N73. it doesnt work.please i need helppppp!!!!
when, i run the script it told me "no module named pys60rc_com" i dont know what to do it is urgent
plzzzzzzzzzzzzzzzzzzzzzzzzzz
thank you for helping meeee!!!
Reply With Quote

#12 Old Re: [announce] PyS60RemoteControl - 2008-06-21, 22:12

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Hi and welcome to the Python discussion board.

Could you please describe, in detail, the steps you took to install it on your phone? I tried it on my N95 and didn't get errors, and the author said he tested it on an N73.
Last edited by bogdan.galiceanu : 2008-06-21 at 22:31.
Reply With Quote

#13 Old Re: [announce] PyS60RemoteControl - 2008-06-21, 23:05

Join Date: Jun 2008
Posts: 24
samo05
Offline
Registered User
hello
thank you for answering
i followed the steps that have been described on the readme file.
i have installed all the software needed to do the configuration.
then i run the scrpit that i have found on the phone file from my mobile after connecting it to my PC.
but then it says "no module named pys60rc_com"
and even when i run the pys60remotecontrol from the PC he founds errors. i have edit the pys60remotecontrol.conf. i have modified the parameters of bluetooth (host and port).
thanks for your help
Last edited by samo05 : 2008-06-22 at 00:01.
Reply With Quote

#14 Old Re: [announce] PyS60RemoteControl - 2008-06-21, 23:20

Join Date: Jun 2008
Posts: 24
samo05
Offline
Registered User
are you still theree
i really nneed your helpppppppppp
plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
thankssssss
Last edited by samo05 : 2008-06-22 at 00:01.
Reply With Quote

#15 Old Re: [announce] PyS60RemoteControl - 2008-06-22, 00:26

Join Date: Jun 2008
Posts: 24
samo05
Offline
Registered User
helloo!!!
pleasee i will be waiting for your answerss
thank youuuu
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
[announce] Call status and key press module agrauballe Python 21 2007-09-19 02:45
[announce] PyS60 Emulation Library on sourceforge cyke64 Python 2 2007-08-01 11:11
[announce] Fubuki 0.1 (S60Wiki) cyke64 Python 0 2006-08-10 15:06
[announce] Official py_s60 Wiki :) cyke64 Python 2 2006-08-09 18:17
[announce] SIS builder cyke64 Python 0 2006-04-04 17:59

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia