View Single Post
Kytrix's Avatar
Posts: 17 | Thanked: 2 times | Joined on Sep 2008 @ France
#163
IT IS ANSOME !
here is my script on my computer :

Code:
#!/bin/bash
sudo  hidd --connect 00:XX:XX:XX:XX:XX
next i add the following line with visudo:

Code:
myuser ALL = NOPASSWD: /usr/bin/hidd
for the next section you need ssh on tablet, computer with keys working (so ssh can connect without password but with secure keys)

i run on my tablet :
Code:
]sudo bluemaemo & sleep 10 && ssh myuser@mycomputer_ip /home/myuser/software/scripts/bluemaemo.sh
and now i can connect on my computer without touch it

so fun


Thanks guys.
 

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