Active Topics

 


Reply
Thread Tools
Posts: 189 | Thanked: 143 times | Joined on Nov 2009
#11
For me the problem was stratagus which uses libgles1-sgx-img.
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#12
Originally Posted by nux View Post
I have modified hildon-desktop. what was the command line to get offical version back?
Code:
apt-cache policy hildon-desktop
to see the version available

then install the nokia version using

Code:
apt-get install hildon-desktop=1:2.2.140-1+0m5
1:2.2.140-1+0m5 is the version number, but I guess xxx.140.xxx is already the new Pr1.3 version...
As far as I remember correctly pr1.2 was 1:2.2.138-1+0m5
So using this should restore original nokia hildon-desktop.



Edit: Just did OTA without restoring hildon-desktop ... no problems at all. Only thing I did was to unpin it from /etc/apt/preferences...

Greetz,

..::J4ZZ::..

Last edited by J4ZZ; 2010-10-25 at 20:02.
 
Posts: 304 | Thanked: 176 times | Joined on Oct 2009
#13
Anything you have with libgles1-sgx...(I cant remember the full name of the package). I remember I did apt-get remove libgles1-sgx (DONT TRY THIS! It's not the full name of the package) and it then listed the apps that used this package. I then removed all of them.
 
Posts: 4 | Thanked: 1 time | Joined on Mar 2010
#14
for me it was 'healthcheck', after removing it, everything was fine and i was able to install the update OTA
 
Posts: 75 | Thanked: 43 times | Joined on Aug 2007 @ UK
#15
Had the same libgles issue. Turned out to be Brain Party in my case
 
Posts: 8 | Thanked: 0 times | Joined on Sep 2010
#16
Is it just me or do i have to Install All my apps after PR1.3 ? I have tried the OVI restore but apps dos not comeback to my phone.
 
msa's Avatar
Posts: 909 | Thanked: 216 times | Joined on Nov 2009 @ Bremen, Germany
#17
when i do apt-cache rdepends libgled1-sgx-img, it lists brainparty for me as well.

i dont even have brainparty installed!?
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#18
Originally Posted by J4ZZ View Post
Code:
apt-cache policy hildon-desktop
to see the version available

then install the nokia version using

Code:
apt-get install hildon-desktop=1:2.2.140-1+0m5
1:2.2.140-1+0m5 is the version number, but I guess xxx.140.xxx is already the new Pr1.3 version...
As far as I remember correctly pr1.2 was 1:2.2.138-1+0m5
So using this should restore original nokia hildon-desktop.



Edit: Just did OTA without restoring hildon-desktop ... no problems at all. Only thing I did was to unpin it from /etc/apt/preferences...

Greetz,

..::J4ZZ::..
I'm doing as you suggested and my phone most likely to be borked in the next few minutes methinks.

I started out at 38 mb RootFS and am now at 1 mb. The install you suggested above is sucking it dry and running forever.

... Conky is now showing 0B in root.

here's a short grab of whats going on in an xterm:

paring to replace hildon-control-panel-l10n-svse 6.0+r7644+0m5 (using .../hildon-control-panel-l10n-svse_6.0+r7987+0m5_all.deb) ...
Unpacking replacement hildon-control-panel-l10n-svse ...
Preparing to replace osso-games-l10n-eses 6.0+r7289+0m5 (using .../osso-games-l10n-eses_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-games-l10n-eses ...
Preparing to replace osso-games-l10n-frfr 6.0+r7289+0m5 (using .../osso-games-l10n-frfr_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-games-l10n-frfr ...
Preparing to replace osso-dsm-ui-l10n-dadk 6.0+r7389+0m5 (using .../osso-dsm-ui-l10n-dadk_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-dsm-ui-l10n-dadk ...
Preparing to replace osso-dsm-ui-l10n-ruru 6.0+r7389+0m5 (using .../osso-dsm-ui-l10n-ruru_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-dsm-ui-l10n-ruru ...
Preparing to replace rtcom-messaging-ui-l10n-esmx 6.0+r7657+0m5 (using .../rtcom-messaging-ui-l10n-esmx_6.0+r7987+0m5_all.deb) ...
Unpacking replacement rtcom-messaging-ui-l10n-esmx ...
Preparing to replace modest-l10n-enus 6.0+r7644+0m5 (using .../modest-l10n-enus_6.0+r7987+0m5_all.deb) ...
Unpacking replacement modest-l10n-enus ...
Preparing to replace osso-camera-ui-l10n-enus 6.0+r7644+0m5 (using .../osso-camera-ui-l10n-enus_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-camera-ui-l10n-enus ...
Preparing to replace osso-tv-out-l10n-cscz 6.0+r7289+0m5 (using .../osso-tv-out-l10n-cscz_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-tv-out-l10n-cscz ...
Preparing to replace hildon-libs-l10n-svse 6.0+r7510+0m5 (using .../hildon-libs-l10n-svse_6.0+r7987+0m5_all.deb) ...
Unpacking replacement hildon-libs-l10n-svse ...
Preparing to replace osso-applet-accounts-l10n-dadk 6.0+r7657+0m5 (using .../osso-applet-accounts-l10n-dadk_6.0+r7987+0m5_all.deb) ...
Unpacking replacement osso-applet-accounts-l10n-dadk ...
Preparing to replace rtcom-call-ui-l10n-engb 6.0+r7611+0m5 (using ...

This has been going on about 30 minutes.

My suggestion, don't do this command. My RootFS is SMASHED!
 
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#19
Originally Posted by nux View Post
I have modified hildon-desktop. what was the command line to get offical version back?
apt-get install --reinstall hildon-desktop

However, now that PR1.3 is in the repo the PR1.2 version is gone (I ran into this problem myself).

But it turned out to be no big deal. the PR1.3 upgrade installed the new version automatically as part of the process. So don't worry about it.
 
M_99's Avatar
Posts: 73 | Thanked: 32 times | Joined on Mar 2010 @ Austria (no kangaroos over here)
#20
Originally Posted by protrek View Post
Is it just me or do i have to Install All my apps after PR1.3 ? I have tried the OVI restore but apps dos not comeback to my phone.
I''m sorry but I think it's just you - all my apps stayed and still work like before the update
Did you backup your data before the update ?
This would enable to reinstall all apps at once.

CU - M_99
__________________
Nokia 8110->7110->6150->8310->7250->N70->N95->N900 + SGS2
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:23.