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)

Karel Jansens 2008-08-12 13:18

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

Originally Posted by Mara (Post 212768)
Maybe add a poll? But for that to work all users that have upgraded should respond, not just only the ones that did run into trouble. :rolleyes:

And to add my experience I did not have any problems with this SSU update. In fact I have done several SSU updates already since the Diablo betas were around, and never had a problem. The people who did run into trouble just make themselves heard very well, and people who didn't likely just not bother to reply in this thread.

I suppose we (that's us, the people who did run into trouble) should've just kept quiet and muddle on.

Cuz, you know, it's only a system software upgrade. Who gives a toss if it isn't perfect, as long as it works for most of the time? And really, what does Nokia care about people complaining? After all, they already bought the things, so stuff 'em, right?

allnameswereout 2008-08-12 13:45

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

Originally Posted by qwerty12 (Post 212702)
Just a note, if you are unsure about space,

mkdir /media/mmc2/cache/apt/archives
rm /var/cache/apt/archives
ln -s /media/mmc2/cache/apt/archives /var/cache/apt/archives

(It's a little trick I learnt from http://mariusv.wordpress.com/2008/05...sant-surprise/ when installing *everything* (a total chinook to diablo install ;)))

@Saturn

[s]Dunno why using qole's chroot scripts is an requirement.[/s]. (Thanks Bundyo!)
If you are root and mounted mtdblock4 on /debian,
just run "chroot /debian"

good advice but should be

Code:

mkdir -p /media/mmc2/cache/apt/archives
mv /var/cache/apt/archives/* /media/mmc2/cache/apt/archives
rmdir /var/cache/apt/archives
ln -s /media/mmc2/cache/apt/archives /var/cache/apt/archives

I also use df -h and du -ms /home/user/* to check out what is the culprit. I also use dpkg -l and see if there are applications which I barely use, and uninstall them.

Just uninstalled fennec and xulrunner, helped me a lot :)

EDIT: In Application manager -> Settings, 'Use MMC to download packages' would download the .deb's in /media/mmc2, right?

tso 2008-08-12 13:46

Re: First Diablo SSU update is out (4.2008.30-2)
 
it seems that all those that have a broken update have used apt-get rather then app manager. also, have those used the -unlocked package?

allnameswereout 2008-08-12 13:54

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

Originally Posted by free (Post 212733)
Thanks a lot qwerty12!
I saw this sdk but was not sure that it's safe to use is on the device directly.

So, in case people are also looking for a repository list, here it is (included maemo community, not nokia-official):

I have SDK in there too, and nothing goes broken, but its not wise to do this.

I have unlocked too, but was in the blue pill mode (the normal one right? woops, am not a matrix fan :P). I didn't use APT CLI to upgrade, I used the GUI. A few times I got an error about dependancies but I think later it was fixed.

Also, notice
Code:

deb http://catalogue.tableteer.nokia.com/updates/diablo-1/ ./
Is updated _to_ this during this install. The -1 is added after /diablo and there is no more 404 error when doing apt-get update.

My software version is still the old one, but I think the upgrade is complete because I have newer microb, newer modest, and the device still runs. Maybe it is because I installed a 3rd party kernel.

I'm pretty sure Nokia would like to hear about problems and feedback. Maybe, a summary of the problems experienced is a good idea. My issue is that I never know how people have modified their device. Maybe 3rd party packages should go in /usr/local or something? Or /opt? Besides that, the main issue is the out of space problem.

Karel Jansens 2008-08-12 13:57

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

Originally Posted by tso (Post 212797)
it seems that all those that have a broken update have used apt-get rather then app manager. also, have those used the -unlocked package?

No, they haven't.

bunanson 2008-08-12 14:11

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

Originally Posted by Karel Jansens (Post 212400)
...it now randomly decides to wipe the input area clear and dump letters (or other characters) at the cursor position....

It is there before the upgrade. I ran into it twice, both were using the search function on itT forum, I thought it has to do with the itT site/search and I did not think more about it.

bun

DistantFire 2008-08-12 14:15

Re: First Diablo SSU update is out (4.2008.30-2)
 
When will I learn to do a backup before accepting the next upgrade? Oh I know... NOW (too late, though)

TA-t3 2008-08-12 14:16

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

Originally Posted by allnameswereout (Post 212796)
EDIT: In Application manager -> Settings, 'Use MMC to download packages' would download the .deb's in /media/mmc2, right?

That's a _very_ useful addition to the application manager (it wasn't there in OS2007). Downloading packages strains the built-in flash filesystem much more than usual, because the packages are already compressed. Thus the built-in compression in the jffs2 filesystem doesn't get to do its usual efficient compression (which normally makes the built-in filesystem absorb much more data than one should think). Quite the opposite actually. So it would be much better to use that setting and get the packages downloaded to the card instead of to the limited built-in flash.

combatdoc 2008-08-12 14:23

Re: First Diablo SSU update is out (4.2008.30-2)
 
Ok, i installed the Operating System Update that showed up when I went into red pill mode. I assume that was the latest upgrade, it rebooted the system and all that stuff, but when I went to about it still shows 23-14 as the build.

Anything wrong here?

tso 2008-08-12 14:24

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

Originally Posted by TA-t3 (Post 212816)
That's a _very_ useful addition to the application manager (it wasn't there in OS2007). Downloading packages strains the built-in flash filesystem much more than usual, because the packages are already compressed. Thus the built-in compression in the jffs2 filesystem doesn't get to do its usual efficient compression (which normally makes the built-in filesystem absorb much more data than one should think). Quite the opposite actually. So it would be much better to use that setting and get the packages downloaded to the card instead of to the limited built-in flash.

hmm, app manager settings. only way to access those are via red pill :(


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

vBulletin® Version 3.8.8