/dev/null /var/Linux /

Index:

STEP2: Specific applications to be installed

Right, so now the problem comes to thinking, of what do you want to do. You can brand/change pretty much anything on the device, including the boot-up splash screens and themes. For the themes however I recommend using one of the included ones, as it is easier and just set a branded background (a nice one like this one here!). Also you can install pretty much any software there is for either device. The problem is you need the dependencies as well. For this example we will use 2 small utilities, VNCViewer and rDesktop (Windows Terminal client) as they have no dependencies.
You can find them for the respective versions at the locations shown:

rdesktop (same for both devices)
VNCViewer for Nokia 770
VNCViewer for Nokia N800

When you have them, create a directory in home/user/ called apps and copy the 2 deb files there. Now, you need to edit the postinst file and add the following lines there:
dpkg -i /home/user/apps/vncviewer_0.6_N800_armel.deb
(dpkg -i /home/user/apps/vncviewer_0.6_armel.deb) for the 770
dpkg -i /home/user/apps/rdesktop_0.1_armel.deb

Save and close for later. Now we have collected the Applications and added them to the install script.If your application requires dependencies you have to install them the same way, BEFORE the actual application. Next step giving it a custom look.

No Tags

Popularity: 100% [?]

Pages: 1 2 3 4 5 6 7 8