View Single Post
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#170
Originally Posted by hasten View Post
I followed this steps

1) root
2) apt-get install wget #if you don't have it installed.

3) wget http://mohammadag.xceleo.org/public/maemo/install_mediaplayer.sh[/url]

4) chmod +x install_mediaplayer.sh
5) ./install_mediaplayer.sh

(without number))

shows...

chmod: /usr/local/bin/mediaplayer: No such file or directory
-sh: exec: line 1: /usr/local/bin/mediaplayer: not found

what i did wrong?
You must first have Rooth installed from extra-devel.
Copy and paste these to your Terminal:


Code:
sudo gainroot
apt-get install wget
wget http://mohammadag.xceleo.org/public/maemo/install_mediaplayer.sh
chmod +x install_mediaplayer.sh
./install_mediaplayer.sh

Last edited by maxximuscool; 2011-05-11 at 02:56.