The Nokia 770 is a Linux based Internet tablet. It can connect to Internet using WiFi or through a mobile phone with Bluetooth. The OS is Debian based and the GUI is based on GTK. The 770 has been superseded by the newer models N800 and N810. The information on this page does not necessarily apply to the newer models.
Here is a list of some very useful extra software for the 770. To download them, check out the Application Catalog on Maemo Wiki site.
After tinkering with the 770 for a while, it would no longer boot up. The progress bar would get to around 50 or 70 percent and then just start over. Reflashing with the updated image from maemo.org got the device working again, but I lost all the changes I had made. This happened a couple of times as I tried out different settings.
The problem I believe is related to the user profile. Each time the bootup problem occured, I had made changes to ~/.profile. Specifically, I wanted to add /var/lib/install/usr/bin to $PATH. When chaning the path, I had omitted /usr/bin from it.
Here is my current ~/.profile:
export PATH="/usr/bin:/bin:/var/lib/install/usr/bin"My 770 has worked fine since. Other option is to become root and edit the global
/etc/profile file and add /var/lib/install/usr/bin to the end.