maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   (no) More updates coming for N9 (https://talk.maemo.org/showthread.php?t=89285)

dex87 2013-05-23 09:00

Auto Updates doesnt work :(
 
2 Attachment(s)
How to fix auto-updating applications??? i have no notifycations for new updates in Store.
Only in Nokia Store shows updates.
im on wifi connection.

Thank U!


* apt-get upgrade (doesnt work)

Lucazz990 2013-05-23 09:04

Re: Auto Updates doesnt work :(
 
Quote:

Originally Posted by dex87 (Post 1346177)
How to fix auto-updating applications??? i have no notifycations for new updates in Store.

Only in Nokia Store shows updates.

Thank U!

Usually update notifications are delayed, sometimes also days...

willi6868 2013-05-23 10:18

Re: More updates coming for N9?
 
Anyone able to help me out with my issue?! :confused:

Edit: I also have no broken or missing packages...

Code:

~ # apt-get install mp-harmattan-001-pr
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Status-Informationen einlesen... Fertig
mp-harmattan-001-pr ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
~ #


minimos 2013-05-23 16:36

Re: More updates coming for N9?
 
Quote:

Originally Posted by willi6868 (Post 1346205)
Anyone able to help me out with my issue?! :confused:

Edit: I also have no broken or missing packages...

So you have 1 package that could be updated?
1) What does "apt-get upgrade" report?
2) What if you try "apt-get -f install"? (maybe better first "apt-get -s -f install" just to simulate first the operation without installing anything)

willi6868 2013-05-23 16:49

Re: More updates coming for N9?
 
Already did it many times...

Quote:

Originally Posted by minimos (Post 1346285)
So you have 1 package that could be updated?
1) What does "apt-get upgrade" report?

Code:

~ # apt-get upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Status-Informationen einlesen... Fertig
Die folgenden Pakete sind zurückgehalten worden:
  twitter
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.


I did the following so that twitter is keeping back now:

Code:

echo twitter hold | dpkg --set-selections

Quote:

Originally Posted by minimos (Post 1346285)
2) What if you try "apt-get -f install"? (maybe better first "apt-get -s -f install" just to simulate first the operation without installing anything)

Code:

~ # apt-get -f install
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Status-Informationen einlesen... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.

Edit:

The one package is not updated.. (1 nicht aktualisiert. => 1 package not upgraded).

Edit2:

BTW I just noticing that it is not listing my kept back packages anymore... How to undo this: echo twitter hold | dpkg --set-selections ??

minimos 2013-05-23 20:37

Re: More updates coming for N9?
 
To release the hold for twitter package, you set it in install state:
Code:

echo twitter install | dpkg --set-selections
That said, I suggest that you leave the twitter package as is on your device (I guess you should have version 1.3.50 installed).
As I commented before, there is *no* reason to install it, as this is its content:
Code:

$ dpkg --contents twitter_1.3.95+0m8_armel.deb
drwxr-xr-x root/root        0 2013-04-29 14:11 ./
drwxr-xr-x root/root        0 2013-04-29 14:11 ./usr/
drwxr-xr-x root/root        0 2013-04-29 14:11 ./usr/share/
drwxr-xr-x root/root        0 2013-04-29 14:11 ./usr/share/doc/
drwxr-xr-x root/root        0 2013-04-29 14:11 ./usr/share/doc/twitter/
-rw-r--r-- root/root      1139 2013-04-29 14:11 ./usr/share/doc/twitter/changelog.gz
-rw-r--r-- root/root      1119 2013-04-29 14:10 ./usr/share/doc/twitter/copyright
-rw-r--r-- root/root      199 2013-04-29 14:10 ./usr/share/doc/twitter/README.Debian

i.e. no active part, only a copyright and a readme file.
IMHO this file has been published by mistake, as it can be updated on a device only when there is also a new mp-harmattan-001 package, i.e. only when publishing a new PR release.

On my device I have all 'real' twitter packages (libmeegotwitter1, twitter-meego and twitter-qml) updated to 1.3.95, but this twitter metapackage (or better 'guard' package) still at version 1.3.50 as it came in PR 1.3, and also if I run a 'apt-get upgrade' would get a message that twitter "has been kept back", but I don't need to care about that.

willi6868 2013-05-24 12:07

Re: More updates coming for N9?
 
Thanks for reply :)

Quote:

Originally Posted by minimos (Post 1346352)
To release the hold for twitter package, you set it in install state:
Code:

echo twitter install | dpkg --set-selections

The code is not working:confused: Or is a reboot needed?!

I will keep the twitter package as it is.. but should I upgrade the other packages: libgpg-error0, libogg0, lzop and usbutils ? :)

thedead1440 2013-05-24 12:49

Re: More updates coming for N9?
 
The other packages are from Rzr's repo and the likely issue is that your device by default contains stock packages by Nokia that are older than those on Rzr's repo.

If you are unsure of things just ignore them...

misterc 2013-05-25 00:16

Re: Auto Updates doesnt work :(
 
Quote:

Originally Posted by dex87 (Post 1346177)
How to fix auto-updating applications??? i have no notifycations for new updates in Store.
Only in Nokia Store shows updates.
im on wifi connection.

Thank U!


* apt-get upgrade (doesnt work)

verify that your repositories are for distribution fremantle and not fremantle-1.3 any more (like it was until end of last year)



i'm not even using command line on N9 any more :o:(

m4r0v3r 2013-05-25 00:39

Re: More updates coming for N9?
 
Ah I remember how so many things were interlinked it took the piss

rainisto 2013-05-25 06:56

Re: Auto Updates doesnt work :(
 
Quote:

Originally Posted by misterc (Post 1346635)
verify that your repositories are for distribution fremantle and not fremantle-1.3 any more (like it was until end of last year)

Hopefully you dont have fremantle repoes on harmattan device :)

myname24 2013-05-27 20:45

Re: More updates coming for N9?
 
http://i.imgur.com/hiIE80R.png

Nokia link updated (again)

gsalone 2013-05-27 20:59

Re: More updates coming for N9?
 
Quote:

Originally Posted by myname24 (Post 1347252)
http://i.imgur.com/hiIE80R.png

Nokia link updated (again)

can you share .deb?
thank you!

d@niel 2013-05-28 08:09

Re: More updates coming for N9?
 
Ever will still come up with an update fix the bugs and there are still a team on the update of the work for nokia n9 team?

HtheB 2013-05-28 08:21

Re: More updates coming for N9?
 
Quote:

Originally Posted by d@niel (Post 1347354)
Ever will still come up with an update fix the bugs and there are still a team on the update of the work for nokia n9 team?

Guess so... Unless Nokia is trolling....

MarcAnton 2013-05-28 10:44

Quote:

Originally Posted by gsalone (Post 1347255)
can you share .deb?
thank you!

never saw update for nokia link.
What's your version number?

sorry wrong quote :(

myname24 2013-05-28 10:55

Re: More updates coming for N9?
 
from screenshot : new nokia link version is 0.1.14+0m8

gsalone 2013-05-28 11:12

Re: More updates coming for N9?
 
Quote:

Originally Posted by myname24 (Post 1347389)
from screenshot : new nokia link version is 0.1.14+0m8

can you upload deb in zip? it does not show up in my updates...

nbedford 2013-05-28 11:18

Re: More updates coming for N9?
 
I've had no update notifications for ages, even things that have been updated in Nokia Store like meecast, I still have no notification :(

myname24 2013-05-28 11:44

Re: More updates coming for N9?
 
Quote:

Originally Posted by gsalone (Post 1347390)
can you upload deb in zip? it does not show up in my updates...

the same story again . Do you use nokia link ?
Wait for it as it's nothing that necessary .

dex87 2013-05-28 12:04

Quote:

Originally Posted by nbedford (Post 1347392)
I've had no update notifications for ages, even things that have been updated in Nokia Store like meecast, I still have no notification

Me too, no update notifications... Any fix???

gsalone 2013-05-28 12:10

Re: More updates coming for N9?
 
Quote:

Originally Posted by myname24 (Post 1347395)
the same story again . Do you use nokia link ?
Wait for it as it's nothing that necessary .

If I ask for it, then I may be using it :)

xpilz 2013-05-28 12:53

Re: More updates coming for N9?
 
Some questions I asked myself while and after reading the update news of Nokia Link 0.1.14.

Hm.. I can't really believe this. As I'd heard the full Meego + Symbian team got outsourced and then the contract with the software company got cancelled? Or is it still intact?

Because if not, I don't see any way why updates from anything could reach the endusers. Neither from Link nor from other os specific things. Am I right in this point? Sure an update is always a reason to be excited no matter from what, but for me this news (with Nokia Link 0.1.14...) is definitely shocking, in a good way :).

Nevertheless if Nokia (hopefully) releases some updates, we have to ask in wich scale they come. Not that I am addicted to updates or something like that, but let's be a little abstract about it. If Nokia has some developers out there working on some Harmattan updates, how many are they? Just two people working a few hours a day on it, or even a small team? Well in the first case I think we can expect at least that they send out PR 1.4 and that's the end. Well in the end I think we can be happy about every update for this device :).

Lucazz990 2013-05-28 13:00

Glad to hear about this update, but I wouldn't be too much excited. The same 3g fix was released also for symbian and without this the network could stop working properly, so it's similar to twitter update, they had to do it!

Hambert 2013-05-28 14:22

Re: More updates coming for N9?
 
I still have the 0.1.12 version, no update here. Im using the ROW cyan variant of the software, so theoretically i have to be one of the first ones to receive it if a global update is pushed out.

To the ones who received it, which variant are you using? A branded one?

Lucazz990 2013-05-28 15:16

Quote:

Originally Posted by myname24 (Post 1347252)

Nokia link updated (again)

Is this on N9 or N950?

myname24 2013-05-28 15:56

Re: More updates coming for N9?
 
Quote:

Originally Posted by Lucazz990 (Post 1347456)
Is this on N9 or N950?

N9
10 chars

minimos 2013-05-28 16:50

Re: More updates coming for N9?
 
Quote:

Originally Posted by myname24 (Post 1347389)
from screenshot : new nokia link version is 0.1.14+0m8

Just curious, which variant do you have in your device?

Hambert 2013-06-11 15:07

Re: More updates coming for N9?
 
2 Attachment(s)
Hello, just received the Link update (I had to do a manual scan). Seems to be a lot more than the simple Link interface, just check the description.

theok 2013-06-11 15:30

Re: More updates coming for N9?
 
got it too, an hour ago.

Strange to say the least that they bundled the 3G fix with nokia link.

benny1967 2013-06-11 16:36

Re: More updates coming for N9?
 
Wait a minute.... I don't see anything called Nokia Link on my N9. So I assume I won't receive any update. However, if this update is important for the 3G connections to keep working... That doesn't sound good to me. Does this mean I need to find something called Nokia Link somewhere in order to continue using this phone?

(OTOH, 3G data never worked anyway)

minimos 2013-06-11 16:40

Re: More updates coming for N9?
 
Interesting that the new version of aceso-iso (i.e. Nokia Link) comes with a brand-new package confpp as requirement.
The description field for this small package is: "This package will prepare the device for possible operator network updates.".
Also, the changelog reports of an initial version 0.0.1 dated 10 May 2013, and the 1.0.0 that has been released today, dated 22 May 2013.

MarcAnton 2013-06-11 17:44

Re: More updates coming for N9?
 
Quote:

Originally Posted by theok (Post 1351180)
got it too, an hour ago.

Strange to say the least that they bundled the 3G fix with nokia link.

same here, made a manual update check (took about 5 minutes) and got the link update.:)

tortoisedoc 2013-06-11 17:58

Re: More updates coming for N9?
 
W000t!
Could this mean they "injected" various fixes into this update?

Fuzzillogic 2013-06-11 18:10

Re: More updates coming for N9?
 
Question is, is Nokia Link actually updated in this update, or is it just a "trojan" to get confpp?..

[edit] The .iso image is dated the 2013-05-24. But the nokia_link installer inside the iso is date 2012-01-17. After installing (in Wine :P) the About says v1.2.408.3448, DPEngine 2.4.17.14540, 2011 Nokia. I don't know what the "previous" version was, but this doesn't look new to me.

Also, the installer is 9.7MiB, whereas the iso is 36.3MiB. What's hiding in that file??

Hambert 2013-06-11 18:33

Re: More updates coming for N9?
 
Quote:

Originally Posted by Fuzzillogic (Post 1351224)
Question is, is Nokia Link actually updated in this update, or is it just a "trojan" to get confpp?..

[edit] The .iso image is dated the 2013-05-24. But the nokia_link installer inside the iso is date 2012-01-17. After installing (in Wine :P) the About says v1.2.408.3448, DPEngine 2.4.17.14540, 2011 Nokia. I don't know what the "previous" version was, but this doesn't look new to me.

Also, the installer is 9.7MiB, whereas the iso is 36.3MiB. What's hiding in that file??

It is in fact just a vehicle for the 3G fix. I guess that kind of fix can only be made by updating the whole OS or by this method :)

minimos 2013-06-11 19:26

Re: More updates coming for N9?
 
Quote:

Originally Posted by Fuzzillogic (Post 1351224)
Question is, is Nokia Link actually updated in this update, or is it just a "trojan" to get confpp?..

[edit] The .iso image is dated the 2013-05-24. But the nokia_link installer inside the iso is date 2012-01-17. After installing (in Wine :P) the About says v1.2.408.3448, DPEngine 2.4.17.14540, 2011 Nokia. I don't know what the "previous" version was, but this doesn't look new to me.

Also, the installer is 9.7MiB, whereas the iso is 36.3MiB. What's hiding in that file??

I downloaded both versions 0.1.12 and 0.1.13, opened the deb packages and mounted on my linux machine both files /usr/share/aceso/aceso.iso (on different mountpoints, of course) and the Nokia_Link.exe contained there are *exactly* the same, compared their md5 checksum.

So the 'new' version is just an excuse to install confpp.
Sad that they used a 33MB mostly useless package to induce people to install a 5KB additional update.

khan.orak 2013-06-11 20:14

Re: More updates coming for N9?
 
Received the update.

judhaz 2013-06-11 20:17

Re: More updates coming for N9?
 
1 Attachment(s)
Just FWIW, I also got the Nokia Link update, and it claims to be version 0.1.13+0m8.

juiceme 2013-06-11 20:33

Re: More updates coming for N9?
 
Quote:

Originally Posted by minimos (Post 1351243)
So the 'new' version is just an excuse to install confpp.
Sad that they used a 33MB mostly useless package to induce people to install a 5KB additional update.

Okay, there was this deb installed alongside the link: confpp_1.0.0+0m8_armel.deb
What exactly is this confpp, and should I worry about it?


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

vBulletin® Version 3.8.8