maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   First Diablo SSU update is out (4.2008.30-2) (https://talk.maemo.org/showthread.php?t=22733)

Master of Gizmo 2008-08-14 15:42

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by tj110158 (Post 213554)
I get an error msg: Memory low (even when the device is plugged in

You mean your power grid is supplying storage space? Wow, this is truely rocket science ...

MoG

El Amir 2008-08-14 15:57

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by Meraxupypr (Post 213589)
I have small problem with booting from internal card. (I try to read this topic and use search).

I do as in this post:
Code:

1) I booted to internal MMC; saw the update notification.. went ahead and updated..it warned me i would reboot - and I already knew my bootmenu was going to be hosed. So; it gets done; without error; and reboots.
2) Tablet reboots into flash on it's own... I run application manager and check for updates.. install 2 new updates... tablet reboots again; still in flash - and I get a pretty little "operating system updates installed".
3) Removed penguinbaits bootmenu-installer
4) Re-installed penguinbaits bootmenu-installer (took a while.. but still worked fine).
5) Reboot and select internal MMC

So menu appears. When i select booting from internal card, I get message (as usual): "booting from immc2...". But after several seconds tablet restarted.
How can I fix this?


Im having the same problem and Ive opened a thread Here
maybe there's something that can help you out...

tso 2008-08-14 18:05

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by Master of Gizmo (Post 213708)
You mean your power grid is supplying storage space? Wow, this is truely rocket science ...

MoG

lan over power, and a san/nas?

allnameswereout 2008-08-14 18:26

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by j d (Post 213622)
My recharge icon is working again now... for no good reason. Maybe it got all the silliness out of it's system after recovering from a pretty severe crash.

I had a problem with my connection icon. It kept flashing on and off, trying to connect to my local wireless AP, and when I tried to select 'disconnect' it would ask me if I really wanted to but when I said 'yes' it didn't do anything. I walked away out of range of the AP and it still tried to connect to the AP to no avail, disconnect doing nothing. To solve it I went into offline mode, and then online again, seeing a list of APs. This sometimes worked. A reboot didn't solve the problem, but when I rebooted again somehow the problem was gone. Very strange.

MishaS 2008-08-14 18:30

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by free (Post 212340)
Looks like http://www.fbreader.org/ has libbz2-1.0 1.0.3-2 which seems not compatible with this upgrade.

Could you please elaborate what steps led to the problem?

I tried both: "Diablo release, install FBReader, update" and "Diablo release, update, install FBReader" scenario and had no problems with it.

tso 2008-08-14 18:35

Re: First Diablo SSU update is out (4.2008.30-2)
 
could it be some interference from chinook repo's, or maybe -devel?

i know i had picked up the -2 of libbz2 somehow, and removing it would result in removing python among other things so i tried to use -unlocked via apt-get instead. big mistake as one can see from my other posts here...

stevecrye 2008-08-15 02:30

Re: First Diablo SSU update is out (4.2008.30-2)
 
After the SSU and map update, I have no maps! Trying to download, but having all the typical problems obtaing the usa-west map, as described in other threads. Anyone else lost maps after upgrade?

EDIT: I left the USA-West download running when I went to bed and this morning it had completed.

Steve

tso 2008-08-15 02:35

Re: First Diablo SSU update is out (4.2008.30-2)
 
nope, mine is still here. thats one of those things that surprised me in a way ;)

free 2008-08-15 10:46

Re: First Diablo SSU update is out (4.2008.30-2)
 
Hello,
Quote:

Originally Posted by MishaS (Post 213796)
Could you please elaborate what steps led to the problem?

I tried both: "Diablo release, install FBReader, update" and "Diablo release, update, install FBReader" scenario and had no problems with it.

osso-software-version-rx34 enforces a strict dependency on libbz2-1.0:
apt-cache show osso-software-version-rx34 | tr ',' '\n' | grep libbz2
it needs this version:
Quote:

libbz2-1.0 (= 1.0.3-1)
Note the "=", which means stricly this version.

in comparison to fbreader which needs:
Quote:

libbz2-1.0
There is no restriction on which version you need to have installed

Now let's look at what version is available:

Nokia-N800-23-14:~# apt-cache policy libbz2-1.0
libbz2-1.0:
Installed*: 1.0.3-1
Candidate*: 1.0.3-2
Version table*:
1.0.3-2 0
500 http://www.fbreader.org chinook/user Packages
1.0.3-1 0
500 http://repository.maemo.org diablo/free Packages
*** 1.0.3-1 0
100 /var/lib/dpkg/status

When upgrading, apt-get detects new version for libbz2-1.0 but as long as osso-software is there, it will be held in version 1.0.3-1. Fine.
In case osso-software (or any other strict package on dependency) is not there, libbz2-1.0 might get upgraded. There is then a conflict in case people want to install osso-software-version again.

For reference, list of other packages that require this library (where conflict can appear):
Code:

Nokia-N800-23-14:~# apt-cache rdepends libbz2-1.0
libbz2-1.0
Reverse Depends:
  osso-software-version-rx34
  gnupg
  python2.4
  libzlibrary
  fbreader
  bzip2
  bzip2
  libbz2-dev
  python2.5
  libimlib2
  mdictionary
  links2

This will not appear on devices with default configuration.
If you don't need this libbz2-1.0 1.0.3-2 then you could just remove it.

tso 2008-08-15 11:17

Re: First Diablo SSU update is out (4.2008.30-2)
 
i wonder why fbreader has a revision of the package (if im reading the version number right) on its repo...

bunanson 2008-08-15 13:12

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by free (Post 213205)
What a mess in here :)
...
apt-cache policy osso-software-version-rx44
l..

My N800/4.2007.23-14 shows:
osso-software-version-rx34:
Installed: (none)
Candidate: 1:4.2008.30-2
Version table:
1:4.2008.30-2 0
500 http://catalogue.tableteer.nokia.com ./ Packages

Now where do I go from here if I want to install it, or to delete it? and how?
The tablet is running fine with 4.2007.23-14.

I went to the above link, there is no update anymore!

TIA,

bun

free 2008-08-15 13:26

Re: First Diablo SSU update is out (4.2008.30-2)
 
apt-get install osso-software-version-rx44
apt-get install -s osso-software-version-rx44 if you want to check but not do anything

semiquaver 2008-08-15 16:51

Re: First Diablo SSU update is out (4.2008.30-2)
 
Sigh. After installing, I got a "upgrade failed" message. Next time I tried to restart, I found that my device had become stuck in a reboot loop. Guess it's time to reflash. Should have heeded that "backup recommended" message, huh?

robmiller 2008-08-15 18:31

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by qwerty12 (Post 213611)
Tried refreshing the gtk icon cache

it was another poster who had the problem, I was noting that I didn't...

Quote:

hostname I doubt will be updated.
thanks, I was implying that it would have to be updated by hand.

Quote:

You were meant to keep both entries.
really? easy enough to put back in, but why not listed in
http://www.internettablettalk.com/fo...&postcount=279
or
http://www.internettablettalk.com/fo...&postcount=270
?

thanks,

rob.

bunanson 2008-08-15 18:57

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by free (Post 214048)
apt-get install osso-software-version-rx44
apt-get install -s osso-software-version-rx44 if you want to check but not do anything

Well, I got lucky with my N810, so far. It installed well and no other problem. Now, I am NOT quite sure with all these horrible stories for my N800. I went for the supreme advice.........I flipped a penny, and it said "DONT DO IT...."

What the hack, I tried a quarter, the quarter said "install". Here I go....

bun

bunanson 2008-08-15 19:39

Re: First Diablo SSU update is out (4.2008.30-2)
 
I decided to take a look first, and here is what it said,
==========================================
apt-get install -s osso-software-version-rx34

Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
osso-software-version-rx34: Depends: libdb4.2 (= 4.2.52-18osso) but 4.2.52+dfsg-2 is to be installed
Depends: libglade2-0 (= 1:2.4.0-1osso2) but 1:2.6.2-1indt1 is to be installed
Depends: makedev (= 2.3.1-73osso-3) but 2.3.1-73osso-4 is to be installed

====================================
I will wait awhile.

bun

Benson 2008-08-15 19:50

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by bunanson (Post 214141)
I decided to take a look first, and here is what it said,
==========================================
apt-get install -s osso-software-version-rx34

---snip---

The following packages have unmet dependencies:
osso-software-version-rx34: Depends: libdb4.2 (= 4.2.52-18osso) but 4.2.52+dfsg-2 is to be installed
Depends: libglade2-0 (= 1:2.4.0-1osso2) but 1:2.6.2-1indt1 is to be installed
Depends: makedev (= 2.3.1-73osso-3) but 2.3.1-73osso-4 is to be installed

====================================
I will wait awhile.

bun

I think you should be able to install osso-software-version-rx34-unlocked, though, can't you?

free 2008-08-15 20:08

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

osso-software-version-rx34: Depends: libdb4.2 (= 4.2.52-18osso) but 4.2.52+dfsg-2 is to be installed
18osso is in extras while dfsg-2 is in the
deb http://repository.maemo.org/ chinook free non-free
what says apt-cache policy libdb4.2

Hum I also got some problems with the unlocked version now can't even install the "locked" one... go figure.
At least I have the upgrade.

bunanson 2008-08-15 20:09

Re: First Diablo SSU update is out (4.2008.30-2)
 
Using -s option :
xterm
apt-get install -s osso-software-version-rx34-unlocked
================================================== =======
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libfribidi0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
browser-neteal hildon-input-method hildon-input-method-configurator
hildon-input-method-widgets icd2 icd2-network-wlan-config initfs-flasher
kernel-diablo-flasher libconbtui0 libconic0 libdbus-glib-1-2
libhildon-im-hwrarea3 libhildon-im-ui3 libhildon-im-vkbrenderer3
libhildon-im-wordcompletion3 libhildon1 libicd-network-dun
libicd-network-ipv4 libicd-network-wlan libicd2 libloudmouth1-0
libmodest-dbus-client libnspr4 libnss3 libnss3-certs libsmbclient
libtinymail-1.0-0 libtinymail-camel-1.0-0 libtinymail-gnomevfs-1.0-0
libtinymail-maemo-1.0-0 libtinymailui-1.0-0 libtinymailui-gtk-1.0-0
maemo-launcher microb-eal microb-engine modest modest-search-plugin
nokia-repository osso-af-startup osso-af-utils osso-app-killer
osso-applet-location osso-applet-screencalibration osso-bookmark-menu
osso-connectivity-ui osso-connectivity-ui-btsettings
osso-connectivity-ui-conndlgs osso-connectivity-ui-connmgr
osso-connectivity-ui-disclaimer osso-connectivity-ui-gwsettings
osso-connectivity-ui-gwwizard osso-connectivity-ui-iapsettings
osso-connectivity-ui-statusbar osso-ic-gwhwdetect osso-startup-wizard
samba-common tablet-browser-controls tablet-browser-ui telepathy-sofiasip
telepathy-stream-engine
The following NEW packages will be installed:
osso-software-version-rx34-unlocked
The following packages will be upgraded:
browser-neteal hildon-input-method hildon-input-method-configurator
hildon-input-method-widgets icd2 icd2-network-wlan-config initfs-flasher
kernel-diablo-flasher libconbtui0 libconic0 libdbus-glib-1-2
libhildon-im-hwrarea3 libhildon-im-ui3 libhildon-im-vkbrenderer3
libhildon-im-wordcompletion3 libhildon1 libicd-network-dun
libicd-network-ipv4 libicd-network-wlan libicd2 libloudmouth1-0
libmodest-dbus-client libnspr4 libnss3 libnss3-certs libsmbclient
libtinymail-1.0-0 libtinymail-camel-1.0-0 libtinymail-gnomevfs-1.0-0
libtinymail-maemo-1.0-0 libtinymailui-1.0-0 libtinymailui-gtk-1.0-0
maemo-launcher microb-eal microb-engine modest modest-search-plugin
nokia-repository osso-af-startup osso-af-utils osso-app-killer
osso-applet-location osso-applet-screencalibration osso-bookmark-menu
osso-connectivity-ui osso-connectivity-ui-btsettings
osso-connectivity-ui-conndlgs osso-connectivity-ui-connmgr
osso-connectivity-ui-disclaimer osso-connectivity-ui-gwsettings
osso-connectivity-ui-gwwizard osso-connectivity-ui-iapsettings
osso-connectivity-ui-statusbar osso-ic-gwhwdetect osso-startup-wizard
samba-common tablet-browser-controls tablet-browser-ui telepathy-sofiasip
telepathy-stream-engine
60 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Inst libdbus-glib-1-2 [0.74-0osso5] (0.74-0osso6 catalogue.tableteer.nokia.com)
Inst osso-af-utils [1.16-2] (1.17-1 catalogue.tableteer.nokia.com)
Inst osso-af-startup [1.57-1] (1.66-4 catalogue.tableteer.nokia.com)
Inst browser-neteal [0.0.17.1] (0.0.18-1 catalogue.tableteer.nokia.com)
Inst libhildon1 [2.0.4-1] (2.0.5-1 catalogue.tableteer.nokia.com)
Inst libhildon-im-ui3 [1:2.0.2-1] (1:2.0.4-1 catalogue.tableteer.nokia.com)
Inst hildon-input-method [1:2.0.2-1] (1:2.0.4-1 catalogue.tableteer.nokia.com)
Inst hildon-input-method-configurator [0.0.18-3] (0.0.19-1 catalogue.tableteer.nokia.com)
Inst libhildon-im-vkbrenderer3 [3.2.16-1] (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Inst libhildon-im-wordcompletion3 [3.2.16-1] (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Inst libhildon-im-hwrarea3 [3.2.16-1] (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Inst hildon-input-method-widgets [3.2.16-1] (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Inst libicd2 [0.48] (0.50 catalogue.tableteer.nokia.com)
Inst icd2 [0.48] (0.50 catalogue.tableteer.nokia.com)
Inst icd2-network-wlan-config [0.47] (0.47-diablo1 catalogue.tableteer.nokia.com)
Inst initfs-flasher [0.95.16-200823maemo2] (0.95.16-200829maemo1 catalogue.tableteer.nokia.com)
Inst kernel-diablo-flasher [2.6.21-200823maemo3] (2.6.21-200829maemo1 catalogue.tableteer.nokia.com)
Inst maemo-launcher [0.30-1] (0.31-3 catalogue.tableteer.nokia.com)
Inst osso-connectivity-ui [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-gwwizard [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-btsettings [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-gwsettings [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-disclaimer [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-conndlgs [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-connmgr [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-iapsettings [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst osso-connectivity-ui-statusbar [1.5.44] (1.5.46 catalogue.tableteer.nokia.com) []
Inst libconbtui0 [1.5.44] (1.5.46 catalogue.tableteer.nokia.com)
Inst libconic0 [0.16] (0.16-0.1 catalogue.tableteer.nokia.com)
Inst libicd-network-dun [0.17] (1:0.18 catalogue.tableteer.nokia.com)
Inst libicd-network-ipv4 [0.14] (0.15 catalogue.tableteer.nokia.com)
Inst libicd-network-wlan [0.47] (0.47-diablo1 catalogue.tableteer.nokia.com)
Inst libloudmouth1-0 [1.3.3-0osso4] (1.3.3-0osso5 catalogue.tableteer.nokia.com)
Inst libmodest-dbus-client [1.0-2008.23-2] (1.0-2008.30-1 catalogue.tableteer.nokia.com)
Inst libnss3 [1.0.4-60.9] (1.0.4-60.14 catalogue.tableteer.nokia.com) []
Inst libnss3-certs [1.0.4-60.9] (1.0.4-60.14 catalogue.tableteer.nokia.com) []
Inst libnspr4 [1.0.4-60.9] (1.0.4-60.14 catalogue.tableteer.nokia.com)
Inst libsmbclient [3.0.23c-1osso9] (3.0.23c-1osso11 catalogue.tableteer.nokia.com) []
Inst samba-common [3.0.23c-1osso9] (3.0.23c-1osso11 catalogue.tableteer.nokia.com)
Inst libtinymail-1.0-0 [1.0.0-svn3690] (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Inst libtinymail-camel-1.0-0 [1.0.0-svn3690] (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Inst libtinymail-gnomevfs-1.0-0 [1.0.0-svn3690] (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Inst libtinymailui-1.0-0 [1.0.0-svn3690] (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Inst libtinymailui-gtk-1.0-0 [1.0.0-svn3690] (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Inst libtinymail-maemo-1.0-0 [1.0.0-svn3690] (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Inst microb-eal [0.3.7-1.15] (0.3.7-1.16 catalogue.tableteer.nokia.com)
Inst microb-engine [1.0.4-60.9] (1.0.4-60.14 catalogue.tableteer.nokia.com)
Inst modest [1.0-2008.23-2] (1.0-2008.30-1 catalogue.tableteer.nokia.com)
Inst modest-search-plugin [2007.45.1] (2008.23.1 catalogue.tableteer.nokia.com)
Inst nokia-repository [5.6] (5.7 catalogue.tableteer.nokia.com)
Inst osso-app-killer [1.19-1] (1.23-1 catalogue.tableteer.nokia.com)
Inst osso-applet-location [0.29-1] (0.30-1 catalogue.tableteer.nokia.com)
Inst osso-applet-screencalibration [1.4.5-30] (1.4.5-32 catalogue.tableteer.nokia.com)
Inst osso-bookmark-menu [1:0.5.0-5] (1:0.5.0-6 catalogue.tableteer.nokia.com)
Inst osso-ic-gwhwdetect [1.2.31] (1:0.18 catalogue.tableteer.nokia.com)
Inst osso-startup-wizard [2.2.20-1] (2.2.26-1 catalogue.tableteer.nokia.com)
Inst tablet-browser-controls [0.3.7-2.5] (0.3.7-2.7 catalogue.tableteer.nokia.com)
Inst tablet-browser-ui [0.5.3-2.12] (0.5.3-2.15 catalogue.tableteer.nokia.com)
Inst telepathy-sofiasip [0.5.4-0osso7] (0.5.4-0osso9 catalogue.tableteer.nokia.com)
Inst telepathy-stream-engine [0.4.0-0osso5] (0.4.0-0osso6 catalogue.tableteer.nokia.com)
Inst osso-software-version-rx34-unlocked (1:4.2008.30-2 catalogue.tableteer.nokia.com)
...
(See 2nd half )
bun

bunanson 2008-08-15 20:11

Re: First Diablo SSU update is out (4.2008.30-2)
 
(2nd half) ...
Conf libdbus-glib-1-2 (0.74-0osso6 catalogue.tableteer.nokia.com)
Conf osso-af-utils (1.17-1 catalogue.tableteer.nokia.com)
Conf osso-af-startup (1.66-4 catalogue.tableteer.nokia.com)
Conf browser-neteal (0.0.18-1 catalogue.tableteer.nokia.com)
Conf libhildon1 (2.0.5-1 catalogue.tableteer.nokia.com)
Conf libhildon-im-ui3 (1:2.0.4-1 catalogue.tableteer.nokia.com)
Conf hildon-input-method (1:2.0.4-1 catalogue.tableteer.nokia.com)
Conf hildon-input-method-configurator (0.0.19-1 catalogue.tableteer.nokia.com)
Conf libhildon-im-vkbrenderer3 (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Conf libhildon-im-wordcompletion3 (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Conf libhildon-im-hwrarea3 (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Conf hildon-input-method-widgets (3.2.18-reversion-part-1 catalogue.tableteer.nokia.com)
Conf libicd2 (0.50 catalogue.tableteer.nokia.com)
Conf icd2 (0.50 catalogue.tableteer.nokia.com)
Conf icd2-network-wlan-config (0.47-diablo1 catalogue.tableteer.nokia.com)
Conf initfs-flasher (0.95.16-200829maemo1 catalogue.tableteer.nokia.com)
Conf kernel-diablo-flasher (2.6.21-200829maemo1 catalogue.tableteer.nokia.com)
Conf maemo-launcher (0.31-3 catalogue.tableteer.nokia.com)
Conf libconbtui0 (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-gwwizard (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-btsettings (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-gwsettings (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-disclaimer (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-conndlgs (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-connmgr (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-iapsettings (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui-statusbar (1.5.46 catalogue.tableteer.nokia.com)
Conf osso-connectivity-ui (1.5.46 catalogue.tableteer.nokia.com)
Conf libconic0 (0.16-0.1 catalogue.tableteer.nokia.com)
Conf libicd-network-dun (1:0.18 catalogue.tableteer.nokia.com)
Conf libicd-network-ipv4 (0.15 catalogue.tableteer.nokia.com)
Conf libicd-network-wlan (0.47-diablo1 catalogue.tableteer.nokia.com)
Conf libloudmouth1-0 (1.3.3-0osso5 catalogue.tableteer.nokia.com)
Conf libmodest-dbus-client (1.0-2008.30-1 catalogue.tableteer.nokia.com)
Conf libnss3-certs (1.0.4-60.14 catalogue.tableteer.nokia.com)
Conf libnspr4 (1.0.4-60.14 catalogue.tableteer.nokia.com)
Conf libnss3 (1.0.4-60.14 catalogue.tableteer.nokia.com)
Conf samba-common (3.0.23c-1osso11 catalogue.tableteer.nokia.com)
Conf libsmbclient (3.0.23c-1osso11 catalogue.tableteer.nokia.com)
Conf libtinymail-1.0-0 (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Conf libtinymail-camel-1.0-0 (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Conf libtinymail-gnomevfs-1.0-0 (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Conf libtinymailui-1.0-0 (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Conf libtinymailui-gtk-1.0-0 (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Conf libtinymail-maemo-1.0-0 (1.0.0-svn3725 catalogue.tableteer.nokia.com)
Conf microb-eal (0.3.7-1.16 catalogue.tableteer.nokia.com)
Conf microb-engine (1.0.4-60.14 catalogue.tableteer.nokia.com)
Conf modest (1.0-2008.30-1 catalogue.tableteer.nokia.com)
Conf modest-search-plugin (2008.23.1 catalogue.tableteer.nokia.com)
Conf nokia-repository (5.7 catalogue.tableteer.nokia.com)
Conf osso-app-killer (1.23-1 catalogue.tableteer.nokia.com)
Conf osso-applet-location (0.30-1 catalogue.tableteer.nokia.com)
Conf osso-applet-screencalibration (1.4.5-32 catalogue.tableteer.nokia.com)
Conf osso-bookmark-menu (1:0.5.0-6 catalogue.tableteer.nokia.com)
Conf osso-ic-gwhwdetect (1:0.18 catalogue.tableteer.nokia.com)
Conf osso-startup-wizard (2.2.26-1 catalogue.tableteer.nokia.com)
Conf tablet-browser-controls (0.3.7-2.7 catalogue.tableteer.nokia.com)
Conf tablet-browser-ui (0.5.3-2.15 catalogue.tableteer.nokia.com)
Conf telepathy-sofiasip (0.5.4-0osso9 catalogue.tableteer.nokia.com)
Conf telepathy-stream-engine (0.4.0-0osso6 catalogue.tableteer.nokia.com)
Conf osso-software-version-rx34-unlocked (1:4.2008.30-2 catalogue.tableteer.nokia.com)


Is this a go ?

Edit: Now is Friday afternoon, and bun is in a very good learning mood, would you please explain one by one each file and what are they doing for this upgrade............I am 100% joking with you :) , it is impressive to see so much files needed for an OS update! suffice to say, it is more than 1 post. Wow!

bun

tso 2008-08-15 22:41

Re: First Diablo SSU update is out (4.2008.30-2)
 
hmm, is anyone here using pop with headers only and seeing the need to open a mail twice before a actual window shows up?

i also seem to have mails go mia on me when i try to read them...

Francisco 2008-08-17 14:52

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by GeneralAntilles (Post 212695)
[

Or, more likely, since the maemo.org and Nokia Maemo-related services are currently down. . . .

I am not able to download it. Is the service still down? Can anyone confirm this?
Thanks in advance.

amigokin 2008-08-19 15:58

Re: First Diablo SSU update is out (4.2008.30-2)
 
Can anyone tell me why this isn't on the frontpage of ITt?

crabolsky 2008-08-19 17:33

Re: First Diablo SSU update is out (4.2008.30-2)
 
My browser is definitely taking longer to load pages. The load applet shows the cpu maxing out when loading pages that used to take about half that. Anyone else experiencing this?

Valeria 2008-08-20 02:17

Re: First Diablo SSU update is out (4.2008.30-2)
 
I had the broken update, now I used the easy clone to SD and booted from SD. I ran "apt-get -f install" and it tell me that 3 packages (initfs-flasher kernel-diablo-flasher flash-and-reboot) are no longer required, that I should run "apt-get autoremove" to remove them.
Then it says that it will uninstall osso-software-version-rx34, continue [Y/n]?
should i do that?
if I do that do I have to follow the same instruction given to those who uninstalled by mistake?

GeneralAntilles 2008-08-20 02:21

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by Valeria (Post 215597)
should i do that?

No, you need to install the SSU update.

Jaffa 2008-08-20 11:50

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by amigokin (Post 215315)
Can anyone tell me why this isn't on the frontpage of ITt?

Because no-one actually needs to proactively do anything any more, perhaps? Just click on the flashing "[!]" and select "Install updates".

Bundyo 2008-08-20 11:59

Re: First Diablo SSU update is out (4.2008.30-2)
 
...very very carefully... :D

zzankee 2008-08-20 12:17

Re: First Diablo SSU update is out (4.2008.30-2)
 
i thought every knew about the new upgrade.. i had for a week already.. lol..
i'm a newbie.. sorry for not telling in the forum~
i got it when i had to reflash my n810.. >_<;; aMSN !@#$ my device~

tso 2008-08-20 12:38

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by Bundyo (Post 215693)
...very very carefully... :D

hey, it provides you with a button that will take you to the backup app so...

qole 2008-08-20 16:47

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by qole (Post 213413)
Yes, but what will it give me that I don't have already?

Quote:

Originally Posted by GeneralAntilles (Post 213419)
Quite possibly some important futex fixes, but I couldn't say for certain at this point.

Ok, I finally did the flash-and-reboot, mainly because I was planning to clone my current OS to SD, and I wanted the latest initfs in place.

All I can say is that my futexes seem to be ... futexing ... much better now. ;) :D

geneven 2008-08-20 17:24

Re: First Diablo SSU update is out (4.2008.30-2)
 
"Futex" is a new word for me, though I see it is in Wikipedia. I thought maybe it was related to Fubar...

In other humor news:

"I went for the supreme advice.........I flipped a penny, and it said "DONT DO IT...."
What the hack, I tried a quarter, the quarter said "install". Here I go...."

This has a classic ring to me -- probably because it's the same standard I use for deciding whether to upgrade. If a coin flip doesn't tell me to install, I try a higher denomination coin.

stevecrye 2008-08-20 19:55

Re: First Diablo SSU update is out (4.2008.30-2)
 
@ crabolsky:
Quote:

My browser is definitely taking longer to load pages. The load applet shows the cpu maxing out when loading pages that used to take about half that. Anyone else experiencing this?
Mine is still as slow as before. It was bad then and does not seem any worse after SSU. Pages often take >20 seconds to load. If anyone wants a site to test for "maxed out loadapplet" and slowness, try maps.google.com. Pretty unusable, even from my 100 Mbps connection at work.

I'm holding on to the hope that Mobile Firefox will someday offer relief. And have Java support that works.

Steve

GeneralAntilles 2008-08-20 20:02

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by stevecrye (Post 215862)
Mine is still as slow as before. It was bad then and does not seem any worse after SSU. Pages often take >20 seconds to load. If anyone wants a site to test for "maxed out loadapplet" and slowness, try maps.google.com. Pretty unusable, even from my 100 Mbps connection at work.

JavaScript performance has nothing to do with connection speed. The issue is the outdated version of Gecko MicroB is currently based on.

Quote:

Originally Posted by stevecrye (Post 215862)
I'm holding on to the hope that Mobile Firefox will someday offer relief. And have Java support that works.

Erm, the current JavaScript support doesn't work? It page loads and the application is functional, no? :rolleyes:

Why worry about Fennec? The relief will come when MicroB is finally up-to-date with the latest stable Firefox releases (the timeframe for that would be Fremantle at the latest), which have very significant improvements in memory consumption and JavaScript performance compared the early alpha MicroB currently based on.

qole 2008-08-20 20:14

Re: First Diablo SSU update is out (4.2008.30-2)
 
I think he wrote "Java" not "Javascript" intentionally, and I think that is a very large can of worms.

GeneralAntilles 2008-08-20 20:27

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by qole (Post 215870)
I think he wrote "Java" not "Javascript" intentionally, and I think that is a very large can of worms.

Then he clearly does not understand how Google Maps works.

qole 2008-08-20 21:18

Re: First Diablo SSU update is out (4.2008.30-2)
 
I'm not sure he was speaking of Google Maps in that sentence. I think he had passed beyond Google Maps, into the realm of clear blue skies, meals in a pill, and rocket packs for everyone.

briand 2008-08-20 21:46

Re: First Diablo SSU update is out (4.2008.30-2)
 
...and flying cars, qole. don't forget the flying cars. they promised we'd have them by now.

qole 2008-08-20 22:08

Re: First Diablo SSU update is out (4.2008.30-2)
 
...although I wouldn't need the flying car if I had a rocket pack.

hmm, and a raincoat.

Valeria 2008-08-20 22:38

Re: First Diablo SSU update is out (4.2008.30-2)
 
Quote:

Originally Posted by Valeria (Post 215597)
I had the broken update, now I used the easy clone to SD and booted from SD. I ran "apt-get -f install" and it tell me that 3 packages (initfs-flasher kernel-diablo-flasher flash-and-reboot) are no longer required, that I should run "apt-get autoremove" to remove them.
Then it says that it will uninstall osso-software-version-rx34, continue [Y/n]?
should i do that?
if I do that do I have to follow the same instruction given to those who uninstalled by mistake?

Quote:

Originally Posted by GeneralAntilles (Post 215599)
No, you need to install the SSU update.

Ok, how do I install the SSU update if it no longer appears in the app manager? you told me that to fix the broken install I should try "apt-get -f install", it didn't work (I assume because you are telling me to answer no).

What is the next step?

A nuke-and-pave doesn't look so bad anymore.


All times are GMT. The time now is 10:27.

vBulletin® Version 3.8.8