maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   PR 1.3 is live now! (Released 25 October 2010) (https://talk.maemo.org/showthread.php?t=64312)

pelago 2010-10-27 13:46

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by pelago (Post 853032)
Can anyone confirm what the Ovi repository settings are on their PR1.3 device? For me the web address is https://downloads.maemo.nokia.com/fremantle1.2/ovi, which sounds wrong - should it not contain 1.3?

Can anyone else running PR1.3 help me with this? Run Application Manager, click the menu then Application Catalogues, click on Ovi, and see if the Web Address is the same as I've written above?

mmlado 2010-10-27 13:52

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by pelago (Post 853509)
Can anyone else running PR1.3 help me with this? Run Application Manager, click the menu then Application Catalogues, click on Ovi, and see if the Web Address is the same as I've written above?

Same address for me (https://downloads.maemo.nokia.com/fremantle1.2/ovi).

nathaneous 2010-10-27 13:56

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by Rob1n (Post 853404)
No - it looks like it's already done the PR1.3 update, despite some installed apps still requiring PR1.2 packages. Looks like apt-get is rather messed up for this.

Try doing "dpkg -r libgles1-sgx-img" instead - that should report the individual packages which prevent uninstallation. Repeating the process for those should eventually allow you to uninstall the package.

i had tried updating through fapman and everything seemed to be going well, but the phone never rebooted? so i assumed it never completed. whenever i look in my fapman there is no update file, however, when i look in my normal app manager i see all the update files (as shown in the opening post)?

i'm currently running version: 10.2010.19-1

anyway here is the result from the command you told me to try...

/home/user # dpkg -r libgles1-sgx-img
dpkg: dependency problems prevent removal of libgles1-sgx-img:
libgles1 depends on libgles1-sgx-img.
dpkg: error processing libgles1-sgx-img (--remove):
dependency problems - not removing
Errors were encountered while processing:
libgles1-sgx-img

thanks :confused:

P@t 2010-10-27 14:15

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by pelago (Post 853509)
Can anyone else running PR1.3 help me with this? Run Application Manager, click the menu then Application Catalogues, click on Ovi, and see if the Web Address is the same as I've written above?

Same as you
Looks like there is no need to separate the two ?

Rob1n 2010-10-27 14:22

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by nathaneous (Post 853531)
i had tried updating through fapman and everything seemed to be going well, but the phone never rebooted? so i assumed it never completed. whenever i look in my fapman there is no update file, however, when i look in my normal app manager i see all the update files (as shown in the opening post)?

i'm currently running version: 10.2010.19-1

Looks like it's done a partial update at least. That could cause problems, but let's keep our fingers crossed.

Quote:

Originally Posted by nathaneous (Post 853531)
anyway here is the result from the command you told me to try...

/home/user # dpkg -r libgles1-sgx-img
dpkg: dependency problems prevent removal of libgles1-sgx-img:
libgles1 depends on libgles1-sgx-img.
dpkg: error processing libgles1-sgx-img (--remove):
dependency problems - not removing
Errors were encountered while processing:
libgles1-sgx-img

Okay, so the only dependency is libgles1. You now need to do the same thing for libgles1 to see what that depends on:
Code:

dpkg -r libgles1
If that fails to uninstall, repeat the process for every package listed as depending on it (and so on, until you eventually remove the whole stack).

stlpaul 2010-10-27 14:25

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by fettouhi (Post 853362)
I read somewhere that the Nokia Music Store is supported with this update? Where is it? Is there no app for it or do just go to the website?

http://music.ovi.com

but it's not supported in all countries

pelago 2010-10-27 14:26

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by mmlado (Post 853522)

Quote:

Originally Posted by P@t (Post 853568)
Same as you
Looks like there is no need to separate the two ?

Thanks, I guess that's the correct setting for PR1.3 then.

nathaneous 2010-10-27 14:31

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by Rob1n (Post 853594)
Looks like it's done a partial update at least. That could cause problems, but let's keep our fingers crossed.



Okay, so the only dependency is libgles1. You now need to do the same thing for libgles1 to see what that depends on:
Code:

dpkg -r libgles1
If that fails to uninstall, repeat the process for every package listed as depending on it (and so on, until you eventually remove the whole stack).

Thanks for your help with this so far...:)

i've tried the command, here is the result...

/home/user # dpkg -r libgles1
dpkg: dependency problems prevent removal of libgles1:
teeworlds depends on libgles1; however:
Package libgles1 is to be removed.
dpkg: error processing libgles1 (--remove):
dependency problems - not removing
Errors were encountered while processing:
libgles1
--

If it helps, i do have an application called teeworlds installed?

raaj13 2010-10-27 14:33

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by homikaushal (Post 853465)
Will their be a vanilla version for pr 1.3 or is it fine to flash eMMC with pr 1.2 version?

there is vanilla version for pr1.3
http://tablets-dev.nokia.com/nokia_N900.php

raaj13 2010-10-27 14:40

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by nathaneous (Post 853619)
Thanks for your help with this so far...:)

i've tried the command, here is the result...

/home/user # dpkg -r libgles1
dpkg: dependency problems prevent removal of libgles1:
teeworlds depends on libgles1; however:
Package libgles1 is to be removed.
dpkg: error processing libgles1 (--remove):
dependency problems - not removing
Errors were encountered while processing:
libgles1
--

If it helps, i do have an application called teeworlds installed?

you need to remove teeworlds in order to remove libgles1

theonelaw 2010-10-27 14:46

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Managed to upgrade both of my units.
After reading a lot of complaints about the flashing process,
I very carefully cleaned out some of my applications
to give about 75mb in rootfs.
This allowed the process to run from the stock application manager.

I am still looking for problems but so far none to report.
Battery appears to be a bit better maybe,
but the reports we see may just be subjective wishful thinking
until we see some actual numbers.
I suspect the battery life may be better due to better cpu management,
which conky seems to show.
Wish I had done some tests defore upgrading to confirm,
but the idea that battery life would improve seemed a far-fetched hope.

Anyways, so far so good. email, messaging, applications and phone functions all seem ok here.

Hope yours all works out as well.
Cheers:cool:

robbie 2010-10-27 14:58

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by dsawhney (Post 852072)
correct pkg name is mp-fremantle-generic-pr

It then complains about unmet dependencies:

Depends: libsdl-mixer1.2

I've removed that but it still complains. Reinstalled it after that but still no luck. I have version 1.2.6-5+0m5+

Edit:

I disabled extras repository, removed it and retried. This time it worked :) Thanks.

nathaneous 2010-10-27 16:19

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Big thanks to Rob1n & raaj13 for supporting me on this, your advice worked, now happily restoring back-up :)

arnoldux 2010-10-27 17:08

Re: PR 1.3 is live now! (Released 25 October 2010)
 
i installed pr 1.3 from the app manager, installed correctly, rebooted, everything is normal, the things ihve noticed is that is a lot smoothers, bit faster, bit better battery usage, no problems atm, except for the flash, the tweaker doesnt work, but atm thats the only problem in pr 1.3 for me

jujuinla 2010-10-27 17:12

Re: PR 1.3 is live now! (Released 25 October 2010)
 
I didn't have any trouble during the update but I have been having problem being heard correctly while making a call since then.

The problem doesn't occurs all the time but it seems that people can't hear me well, like if I had a bad reception, though I have full bars. On the other hand, I can hear them perfectly.

Did anyone experience the same issue?

grossetti 2010-10-27 17:57

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Hello, I updated yesterday and everything went well. However, while fixing the extra conversations plugin (bonjour & co.) that never wants to install, I did an apt-get and noticed that it said 20 packages weren't going to be updated. I decided to do :

apt-get update
apt-get -u dist-upgrade

and it is wanting to remove 404MB of stuff....is it trying to uninstall the upgrade?

Thanks

Ele-Mental 2010-10-27 18:30

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by akiszel (Post 853402)
Hi!
Should I Instal the whole PR1.3 again or only Transmission app? If Transmission only, than where can I find this app?
(Sorry, but I am just a simple user)
Thanks!

Hi Akiszel, You have to go into your application manager and search for it under "All" and check your catalogs. Tell me what you have.

Blackbeard 2010-10-27 19:10

Re: PR 1.3 is live now! (Released 25 October 2010)
 
This was by far the smoothest update ever. No complaints about anything not even requirement to plug in power and so PR 1.3 was in. Apparently there are no big changes but according to the list of corrected bugs a couple of really annoying ones are fixed. And my device seems to be pretty slick now.

raaj13 2010-10-27 19:21

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by grossetti (Post 853948)
Hello, I updated yesterday and everything went well. However, while fixing the extra conversations plugin (bonjour & co.) that never wants to install, I did an apt-get and noticed that it said 20 packages weren't going to be updated. I decided to do :

apt-get update
apt-get -u dist-upgrade

and it is wanting to remove 404MB of stuff....is it trying to uninstall the upgrade?

Thanks

if it removes u may not be able to boot and may need to reflash

marauderx 2010-10-27 20:03

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Why is there no clear changelog or news page just this long trashy forum?

I suggest if the developers CAN'T DO THEIR ****ING JOB PROPERLY FIRE THOSE FILTHY FUKS!

Did you at least put an option into the goddamn chess when to turn off the ****ing backlight?

Do the maps are downloadable for N900 finally?

No I don't think so. I don't see any changes and I don't think the system is faster so FU.

And ovi suite sucks ballz too, everyone crying about it. You aint do nothin...

ajamils 2010-10-27 20:15

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by marauderx (Post 854128)
Why is there no clear changelog or news page just this long trashy forum?

I suggest if the developers CAN'T DO THEIR ****ING JOB PROPERLY FIRE THOSE FILTHY FUKS!

Did you at least put an option into the goddamn chess when to turn off the ****ing backlight?

Do the maps are downloadable for N900 finally?

No I don't think so. I don't see any changes and I don't think the system is faster so FU.

And ovi suite sucks ballz too, everyone crying about it. You aint do nothin...

That is why I switched to Android couple of months back and LOVING IT. I still like N900 because of its potential but it is the lack of support from Nokia that has killed it.

slender 2010-10-27 20:23

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by marauderx (Post 854128)
Why is there no clear changelog or news page just this long trashy forum?

Because probably they thought after long and very thoughtful brainstorm that providing info like this:
http://wiki.maemo.org/Maemo_5/PR1.2

Is waste of time so letīs just report hmmm: Only bugs that were in public bugzilla and letīs write in blog about many fixes and tweaks. Letīs not give too much information to users so that they do not get baffled.
http://wiki.maemo.org/Maemo_5/PR1.3

"hundreds of tweak and fixes" ...yeah sure right. Show change-log to us.
http://conversations.nokia.com/2010/...ate-available/

.edit
Is it really so that Only Andre Klapper is writing those? Surely Nokia has itīs own inner change-log that includes stuff that is fixed and can be seen in e.g. modest&hildon-desktop git repositories.

dtergens 2010-10-27 20:31

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by marauderx (Post 854128)
Why is there no clear changelog or news page just this long trashy forum?

Maybe because it's just a pre-release and the real PR.1.3 didn't come yet... :cool:

Ele-Mental 2010-10-28 01:00

Re: PR 1.3 is live now! (Released 25 October 2010)
 
My device seemed really stable and slick.(.bin clean install)... Restored my backup... And my phone went to hell... Choppy scrolling, cant answer incoming calls within the first 10 seconds(the buttons take that long to appear and respond) and alot of smaller things. It kind of feels like a downgrade.

kulas 2010-10-28 01:31

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by Ele-Mental (Post 854496)
My device seemed really stable and slick.(.bin clean install)... Restored my backup... And my phone went to hell... Choppy scrolling, cant answer incoming calls within the first 10 seconds(the buttons take that long to appear and respond) and alot of smaller things. It kind of feels like a downgrade.

do not back-up any applications as there are many applications that don't run well on PR1.3. Just back-up messages,contacts via OVI. then reflash your device! :)

ajjara 2010-10-28 02:05

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by pelago (Post 853509)
Can anyone else running PR1.3 help me with this? Run Application Manager, click the menu then Application Catalogues, click on Ovi, and see if the Web Address is the same as I've written above?

Same here....and i got a "error in the catalog"

inuyasha0209 2010-10-28 07:00

Re: PR 1.3 is live now! (Released 25 October 2010)
 
is there anyone living in U.S updated PR1.3 yet? i can't find it in application manager, and looking for it?

raaj13 2010-10-28 07:11

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by inuyasha0209 (Post 854712)
is there anyone living in U.S updated PR1.3 yet? i can't find it in application manager, and looking for it?

try using nokia updater via pc
or try xterminal to update

many had same problem i guess

inuyasha0209 2010-10-28 07:36

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by raaj13 (Post 854720)
try using nokia updater via pc
or try xterminal to update

many had same problem i guess

did you update? and how

minty95 2010-10-28 07:44

Re: PR 1.3 is live now! (Released 25 October 2010)
 
I updated using the Nokia software program, certain programs didn't work correctly or at all, So I re flashed including the eMMC using flasher 3.5, now all is just fine, the phone seems faster, smoother and my battery is lasting longe.

For info when I re flash i do NOT recuperate backups but re install everything, a little longer but everything starts out clean.

cloudstrife1ph 2010-10-28 07:46

Re: PR 1.3 is live now! (Released 25 October 2010)
 
anyone tried skype? i don't know if mine is an isolated case but i think it's having a mic issue. the other end can't here me even with multiple attempts of reconnection. i tried the skype for windows and it's working properly. but the skype of n900 doesn't...

raaj13 2010-10-28 08:05

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by inuyasha0209 (Post 854752)
did you update? and how

i updated via xterminal all was okay but few are facing few problems with xterminal and nokia updater so flashing ur n900 maybe the last option.

inuyasha0209 2010-10-28 08:54

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by raaj13 (Post 854795)
i updated via xterminal all was okay but few are facing few problems with xterminal and nokia updater so flashing ur n900 maybe the last option.

why do you mean flashing my n900?

mmlado 2010-10-28 09:14

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by inuyasha0209 (Post 854852)
why do you mean flashing my n900?

I see you're new around here. Welcome.
Don't know if I should point you to this link: http://wiki.maemo.org/Updating_the_firmware
It explains the procedure, but requires some knowledge of what you do. Good luck, and if you need help... just ask. ;)

Ele-Mental 2010-10-28 11:46

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by kulas (Post 854514)
do not back-up any applications as there are many applications that don't run well on PR1.3. Just back-up messages,contacts via OVI. then reflash your device! :)

I have heard here in the comunity that you can brick your phone if you flash it to many times. I have flashed mine 3 times already. If so, how many flashes is too many?

Rob1n 2010-10-28 12:27

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by Ele-Mental (Post 855066)
I have heard here in the comunity that you can brick your phone if you flash it to many times. I have flashed mine 3 times already. If so, how many flashes is too many?

That's nonsense. There's a limit to how many times a flash cell can be written to, but normal day-to-day writes will have more effect on that than an occasional reflash.

Morku 2010-10-28 12:31

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Hi, I am at PR1.2 because I am not sure about Kernel Power.
Is the Kernel Power 100% compatible to PR1.3? I don't want 'old' components because of an outdated Kernel Power.
Wiki says it is for PR1.2
http://wiki.maemo.org/Kernel_Power
Shall I wait for an updated Kernel Power?

elie-7 2010-10-28 12:35

Re: PR 1.3 is live now! (Released 25 October 2010)
 
http://www.youtube.com/watch?v=2PQDZ...layer_embedded there u go, this is what we are excpecting with pr1.3, download file from here http://repo.meego.com/MeeGo/releases...t-armv7l-n900/ but i have no idea how to bloody do it .

JayBEE 2010-10-28 16:06

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Quote:

Originally Posted by inuyasha0209 (Post 854712)
is there anyone living in U.S updated PR1.3 yet? i can't find it in application manager, and looking for it?

I'm in California and my N900 was flashing for the PR 1.3 update at 5:30am PST on 10/25. Actually, 5:30am is what I have the Alarm set on my N900 to wake me up, so the update probably came earlier than 5:30am for me. I woke up and proceeded to perform the update which pretty much installed without a problem. N900 is running smooth as silk! Almost time to try out MeeGo 1.1!

cincibluer6 2010-10-28 19:57

Re: PR 1.3 is live now! (Released 25 October 2010)
 
Same as JayBEE. US here too and on 1.3. No apps lost or anything after OTA update.
@Morku, AFAIK, the kernel is compatible with 1.3. I updated while on it and 1.3 continues to recognize it. Multiboot is recognized as well. The only issue I've really had is that tweak flash no longer works fully (green lines) but other than that, not a spot of trouble.


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

vBulletin® Version 3.8.8