Hello,
startet my n900 first time since ~2,5years, and i have no idea anymore how to get the mUI installed/running
(but im instantly back in love with how multitasking is handled)
idea: make our own repository? so install is only 1 time to enter repo, then it will even uptate automatically. possible?
or, a quick guide how to get it running
The Bluetooth Connection is covered here: http://code.google.com/p/multidisplay/w ... _bluetooth
The latest n900 SW can be get here: viewtopic.php?f=15&t=319
mUI N900 Install
- designer2k2
- Administrator
- Posts: 721
- Joined: Mon 31. May 2010, 20:13
- Location: Innsbruck
- Contact:
mUI N900 Install
itsmyfault...
Re: mUI N900 Install
The simplest way to get it running at the moment is to copy the .deb file to the n900 and install it in a shell with "dpkg -i mui_0_2_3_armel.deb".
Our own repository will be the way to go for the future.
This is definitively possible.
Our own repository will be the way to go for the future.
This is definitively possible.
- designer2k2
- Administrator
- Posts: 721
- Joined: Mon 31. May 2010, 20:13
- Location: Innsbruck
- Contact:
Re: mUI N900 Install
got it
N900 install:
1.) internet browser to: mdforum.designer2k2.at (shortest possible link to type in)
2.) click trough to the sw link and download the deb file to the default directory it suggests.
3.) open terminal
4.) "sudo gainroot" (google it if this step does not work...)
5.) "cd MyDocs"
6.) "dpkg -i mui" and then press tab to autocomplete, enter and it installs
7.) fun
N900 install:
1.) internet browser to: mdforum.designer2k2.at (shortest possible link to type in)
2.) click trough to the sw link and download the deb file to the default directory it suggests.
3.) open terminal
4.) "sudo gainroot" (google it if this step does not work...)
5.) "cd MyDocs"
6.) "dpkg -i mui" and then press tab to autocomplete, enter and it installs
7.) fun
itsmyfault...