View Single Post
Posts: 3 | Thanked: 2 times | Joined on Mar 2008 @ Belgium
#4
Hello ,

if you want to take a look at ..

-> no packages, yet .. just a python script (still in develop)

I 'm not a guru - python/linux coder .. just a geek

But if you want to test "beta" : source

On server (mediacenter) , require "xvkbd" :
copy ./ADkeyb/server/adkeyb_server.py where you want
modify this line with your server IP
IP, PORT, BUFFER = "192.168.2.108" , 21567, 1024
( I try with 127.0.0.1 but this don't work at all .. :?: )
to launch it
Code:
python adkeyb_server.py
On nokia , require python/gtk

copy ./ADkeyb/client where you want ( I put it on memory card : /media/mmc1 )

modify server.conf and change IP, PORT ( same as server )
you can modify keys.conf to change mapping/image

to launch it
Code:
python adkeyb.py
Enjoy ..

On my 770 , I do few others thing to have a link in the menu
copy ./ADkeyb/client/ADkeyb.desktop --> /usr/share/applications/hildon
copy ./ADkeyb/client/adcomp.png --> /usr/share/pixmaps

ADkeyb.desktop link to /usr/local/bin/adkeyb

Code:
#!/bin/sh
cd /media/mmc1/ADkeyb
python adkeyb.py
don't forget to change mode

Code:
chmod +x /usr/local/bin/adkeyb
it should work .. at least for me

video (youtube) : My Media System [MMS]
http://fr.youtube.com/watch?v=xFNCoT21Q2o

my mediacenter box :





virtual keyboard :



Bye .. and if you have feedback ..

Ps .. Sorry again for my poor english ..

Last edited by adcomp; 2008-04-11 at 08:53. Reason: mistake : beyboard --> keyboard :)
 

The Following 2 Users Say Thank You to adcomp For This Useful Post: