dimag0g
Very Active Member
I've made an install script which installs exagear on Pandora in somewhat crippled way. Prerequisites:
- ext2/3/4 formatted SD card or partition with about 1GB free space
- a folder on that card with exagear*.deb installation files and your licence
- internet connection (needed to activate exagear and to install extra packages)
The script should be executed in the same folder as exagear*.deb files and the pk*.key file, and that same folder is used as installation base. The installation creates some files and symlinks in your NAND, so root permissions are required. The installation normally goes without error messages.
After the installation, you should be able to start exagear by typing "exagear" in a terminal. It complains at "service" command at start, but works nevertheless. If you want to install something, you should run it as root, i.e. "sudo exagear".
Some helpful commands after you get your exagear running as root:
apt-get update
apt-get install python-software-properties
add-apt-repository ppa:ubuntu-wine/ppa
apt-get update
apt-get install wine1.6
# Skype should be downloaded manually
dpkg -i skype*.deb; apt-get -f install
pandora-inst-exagear.sh.gz
- ext2/3/4 formatted SD card or partition with about 1GB free space
- a folder on that card with exagear*.deb installation files and your licence
- internet connection (needed to activate exagear and to install extra packages)
The script should be executed in the same folder as exagear*.deb files and the pk*.key file, and that same folder is used as installation base. The installation creates some files and symlinks in your NAND, so root permissions are required. The installation normally goes without error messages.
After the installation, you should be able to start exagear by typing "exagear" in a terminal. It complains at "service" command at start, but works nevertheless. If you want to install something, you should run it as root, i.e. "sudo exagear".
Some helpful commands after you get your exagear running as root:
apt-get update
apt-get install python-software-properties
add-apt-repository ppa:ubuntu-wine/ppa
apt-get update
apt-get install wine1.6
# Skype should be downloaded manually
dpkg -i skype*.deb; apt-get -f install
pandora-inst-exagear.sh.gz
Attachments
Last edited by a moderator: