Thread: Qt on N810
View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#2
Originally Posted by Figure07 View Post
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
The usual way to do this would be to install the rootsh package, or one of the other options. That said, what you did looks fine to me.

Originally Posted by Figure07 View Post
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
Can you tell us what exactly you tried to install? The packages won't show up in Hildon Application Manager, but you can find a list of what's available here. Also, just to gauge things, how much experience do you have with Linux, or specifically, Debian-based systems?