![]() |
2012-12-29
, 11:51
|
|
Posts: 368 |
Thanked: 826 times |
Joined on May 2012
@ India
|
#12
|
![]() |
2012-12-29
, 11:56
|
Posts: 37 |
Thanked: 21 times |
Joined on Oct 2012
|
#13
|
So, you don't have landscape in any app? What about Qt apps like fmobi etc?
![]() |
2012-12-29
, 12:36
|
Posts: 37 |
Thanked: 21 times |
Joined on Oct 2012
|
#14
|
Open terminal devel-su rootme (default root password) apt-get purge system-ui apt-get install system-ui --reinstall
![]() |
2012-12-29
, 12:38
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#15
|
![]() |
2012-12-29
, 12:51
|
Posts: 37 |
Thanked: 21 times |
Joined on Oct 2012
|
#16
|
Why did you purge existing system-ui? bibek's command was good enough; now your last command is wrong because if you have already purged it how can it re-install? So you just need to apt-get install system-ui that's it without the --reinstall flag...
![]() |
2012-12-29
, 12:57
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#17
|
devel-su {enter your password} apt-get install libmeegotouchcore0 --reinstall
![]() |
2012-12-29
, 13:25
|
Posts: 37 |
Thanked: 21 times |
Joined on Oct 2012
|
#18
|
So did you try without the --reinstall flag i.e. as root: "apt-get install system-ui"
Edit: You can re-install sys-ui as mentioned above but I don't know the exact reason why that was given by bibek so you could also try re-installing libmeegotouchcore0 the following way:
Code:devel-su {enter your password} apt-get install libmeegotouchcore0 --reinstall
Get: 1 https://downloads.maemo.nokia.com ./ libmeegotouchcore0_0.25.10-1+0m8_armel.deb: package 'libmeegotouchcore0' already installed from 'com.nokia.maemo/local'-- not replacing it from less trusted source 'com.nokia.maemo' aegis aborting dpkg -- all listed package files rejected Compilation failed in require. Updating desktop entries... Done E: Sub-process /usr/bin/dpkg returned an error code (255)
![]() |
2012-12-29
, 14:18
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#19
|
devel-su {enter your password} apt-get install -d libmeegotouchcore0 --reinstall /usr/sbin/incept /var/cache/apt/archives/libmeegotouchcore0
![]() |
2012-12-29
, 14:46
|
Posts: 37 |
Thanked: 21 times |
Joined on Oct 2012
|
#20
|
That means you installed Vesuri's mod from N9QTweak most probably so what you can do is type the following in terminal:
Give it a reboot after that...Code:devel-su {enter your password} apt-get install -d libmeegotouchcore0 --reinstall /usr/sbin/incept /var/cache/apt/archives/libmeegotouchcore0
apt-get install -d libmeegotouchcore0 --reinstall
Also, if u hav modded, this might cause problems on reinstall.
Make sure you know what you are doing.
It must be something (as root) like