Hi guys, Cud somebody help me out with the steps that ive taken to get Qt, installed on the device. This is what i had followed. 1. Flashing the Device I was successful in flashing the device with Diablo OS 2008. 2. Installed successfully OpenSSH server and client. 3. From the terminal, ive run the command "ssh root@localhost". In the X Terminal (under Utilities), 'EDITOR=vi visudo' and added the following lines: user ALL = (ALL) NOPASSWD: ALL root ALL = (ALL) NOPASSWD: ALL
4. To get Qt on the Device, under xTerminal of the device, i went to the path etc / apt / and edited the file sources.list by adding the following texts deb http://repository.maemo.org/extras/ diablo free non-free deb-src http://repository.maemo.org/extras/ diablo free deb http://repository.maemo.org/extras-devel/ diablo free non-free deb-src http://repository.maemo.org/extras-devel/ diablo free 5. Following this i did a apt-get update. Once this was done, i was unable to find any Qt related sources. Even after doing an apt-get install, nothing seems to have copied / installed. Could somebody point out where exactly i have gone wrong? Regards FIgure07