Thread
:
how to install scripts? noobie question?
View Single Post
b666m
2010-03-06 , 15:45
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#
7
Originally Posted by
nielsvg
so i have to install this on my pc and make the script there and then transfer it to n900?
yap.
you could even just use the editor or wordpad but the syntax highlighting is very comfortable.
(especially if you want to understand what the script is doing and how it is doing)
copy&paste it. save it with .sh extension. copy it on your n900. open xterm. get root rights (install rootsh and type "sudo gainroot") make it executable with "chmod +x bla.sh" and then just run it with ". bla.sh" or "sh bla.sh".
BUT: please be aware... if you don't know what the script is doing exactly.. it could lead to some problems... if not right now - then maybe in the futuere (next update or so)
Quote & Reply
|
The Following 2 Users Say Thank You to b666m For This Useful Post:
nielsvg
,
Schturman
b666m
View Public Profile
Send a private message to b666m
Find all posts by b666m