First of all, getting MANaOS installed on the 77 device at this stage is a little bit a hacking/boring job :p
ARM:
1) Getting a xterm emulator - It can be installed via AI :)
2) Getting .debs (only manaos-mozilla-engine and manaos itself are required)
$ sudo gainroot
4) ln -s /var/lib/install/var/lib/dpkg /var/lib/dpkg
(by max)
5) install them
$ dpkg -i manaos-maemo-minimo_0.1.0-1_arm.deb
$ dpkg -i manaos-mozilla-engine_0.2.0-1_arm.deb
6) run it
$ cd /usr/lib/minimo
$ run-standalone.sh ./run-mozilla.sh /usr/bin/manaos
ps: export LD_LIBRARY_PATH should not be required, but if it is let me know, please
TBD: Installing all the files into /var/lib/install/ instead of directly to /
Antonio Gomes
ARM:
1) Getting a xterm emulator - It can be installed via AI :)
2) Getting .debs (only manaos-mozilla-engine and manaos itself are required)
manaos-maemo-minimo_0.1.0-1_arm.deb 18-Feb-2006 10:41 77K3) gain root access
manaos-mozilla-engine_0.2.0-1_arm.deb 18-Feb-2006 11:00 5.7M
$ sudo gainroot
4) ln -s /var/lib/install/var/lib/dpkg /var/lib/dpkg
(by max)
5) install them
$ dpkg -i manaos-maemo-minimo_0.1.0-1_arm.deb
$ dpkg -i manaos-mozilla-engine_0.2.0-1_arm.deb
6) run it
$ cd /usr/lib/minimo
$ run-standalone.sh ./run-mozilla.sh /usr/bin/manaos
ps: export LD_LIBRARY_PATH should not be required, but if it is let me know, please
TBD: Installing all the files into /var/lib/install/ instead of directly to /
Antonio Gomes