![]() |
2013-08-08
, 17:37
|
Posts: 33 |
Thanked: 0 times |
Joined on Aug 2013
@ ABU DHABI - UNITED ARAB EMIRATES
|
#11
|
![]() |
2013-08-09
, 16:50
|
Posts: 33 |
Thanked: 0 times |
Joined on Aug 2013
@ ABU DHABI - UNITED ARAB EMIRATES
|
#13
|
![]() |
2013-08-09
, 19:35
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#14
|
![]() |
2013-08-10
, 08:51
|
Posts: 33 |
Thanked: 0 times |
Joined on Aug 2013
@ ABU DHABI - UNITED ARAB EMIRATES
|
#15
|
There are no real negative implication for your intention to install nitdroid.
It is quite difficult to know from your one-liners, what state your phone is in right now, what the status of the package management is, what your linux knowledge is to install nitdroid. So please take your time to explain the backgrounds of the problems you are facing.
The more info, the better the chance to get help quickly.
![]() |
2013-08-10
, 12:57
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#16
|
sudo gainroot apt-get update apt-get upgrade
![]() |
2013-08-10
, 13:48
|
Posts: 33 |
Thanked: 0 times |
Joined on Aug 2013
@ ABU DHABI - UNITED ARAB EMIRATES
|
#17
|
May be i got you wrong... Please nevertheless let me explain the full procedure to update the software on the phone in the 'Debian Way', aka. X-Terminal.
The "apt-get update" command does just update the list of available packages from the repositories that are listed in the file /etc/apt/sources.list or the lists in the directory /etc/apt/sources.list.d/ . the command checks the list using the keys from the repositories. The nokia key did expire last year, because those keys are only valid for some time. Nokia chose to abandon the ship,thus the key was never renewed. The message is just a warning, not an error message. It has no blocking mechanics attached to itself.
The actual command to fetch the new packages to replace old or faulty packages is 'apt-get upgrade'. This will download and install the latest version of the programs you have installed.
The full procedure would beThe first command to gain the rights to install, the second to update the list, the third to actually install the latest and 'greatest' version of packages.Code:sudo gainroot apt-get update apt-get upgrade
All this has no implications to all the semi-broken methods to get Nitdroid installed on the N900. This is some mess of its own, but my knowledge about methods to install may not be correct any more as time goes on. You might need to check the nitdroid forums for their latest information.
![]() |
2013-08-10
, 13:58
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#18
|
apt-cache policy multiboot* u-boot*
sudo gainroot apt-get install -f apt-get install kernel-power kernel-power-modules kernel-power-flasher
![]() |
2013-08-10
, 14:39
|
Posts: 33 |
Thanked: 0 times |
Joined on Aug 2013
@ ABU DHABI - UNITED ARAB EMIRATES
|
#19
|
Do you have multiboot or u-boot installed to select between different kernels??? Please checkRead through the output for installed packages.Code:apt-cache policy multiboot* u-boot*
If not: You need to have kernel-power installed to satisfy the dependencies of qtedger.
Try if this installs the kernel without any errorsIf , ...and only if, no errors occur, please reboot to load the new kernelCode:sudo gainroot apt-get install -f apt-get install kernel-power kernel-power-modules kernel-power-flasher
![]() |
2013-08-10
, 15:44
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#20
|
sudo gainroot apt-get update