maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   The in-development Maemo 5 Community SSU (https://talk.maemo.org/showthread.php?t=67905)

laith.m.y 2011-09-07 21:36

Re: The in-development Maemo 5 Community SSU
 
is separated wallpaper for portrait mode of desktop implemented ? if yes, how can I enable it ?

kralde 2011-09-07 22:36

Re: The in-development Maemo 5 Community SSU
 
For random reboots I only restored Nokia kernel and then reinstalled kernel power from repositories and now works like a charm :D

don_falcone 2011-09-07 22:44

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by Barres (Post 1083811)
But how dit you open xterm with hildon-desktop crashing... i can't do anything.

R&D mode disables the watchdogs, so hildon-desktop should run.

jafd 2011-09-07 22:46

Re: The in-development Maemo 5 Community SSU
 
MohammadAG, can you please also look at the issue with GDK-pixbuf image loading I've described above? It is all screwed up and I frankly haven't the faintest idea where to look. It all started after the latest, as of today, update was applied.

What info should I provide so that you see what happened?

antezz 2011-09-07 22:47

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by don_falcone (Post 1083861)
R&D mode disables the watchdogs, so hildon-desktop should run.

No, watchdog is just checking the systemhealth and will reboot when it notice hildon-desktop crashes. So using the no lifeguard option just disables the panic reboot but hildon-desktop will still be dead so you can't use ctrl + x or the app menu.

freemangordon 2011-09-07 22:53

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by jafd (Post 1083863)
MohammadAG, can you please also look at the issue with GDK-pixbuf image loading I've described above? It is all screwed up and I frankly haven't the faintest idea where to look. It all started after the latest, as of today, update was applied.

What info should I provide so that you see what happened?

Which PR is your device on?

Barres 2011-09-07 23:12

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by antezz (Post 1083865)
No, watchdog is just checking the systemhealth and will reboot when it notice hildon-desktop crashes. So using the no lifeguard option just disables the panic reboot but hildon-desktop will still be dead so you can't use ctrl + x or the app menu.

That means the only thing i can do is flash my n900? Will everything be lost? Or can i use the backups that i made before installing the ssu update?

Or is there another way to enter xterm? Or to disable the portrait_wallpaper function?

vetsin 2011-09-07 23:26

Re: The in-development Maemo 5 Community SSU
 
are you guys on maemo16.5? i just update mine. also tried the CSSU config app but there's some problem with it. i hope it gets ironed out quickly. :)

antezz 2011-09-07 23:30

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by Barres (Post 1083877)
That means the only thing i can do is flash my n900? Will everything be lost? Or can i use the backups that i made before installing the ssu update?

Or is there another way to enter xterm? Or to disable the portrait_wallpaper function?

Well if you had backup use it? There's a few ways you can access the N900 like if you are having the Multiboot installed then it's possible to use the USB network -> SSH server. But i would suggest if you have a backup just put it back in.

jafd 2011-09-07 23:37

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by freemangordon (Post 1083868)
Which PR is your device on?

1.3 + whatever CSSU update was the previous one.

By the way, tried downgrading libgtk2.0-0, no good (in fact, the same). Effectively, gdk-pixbuf cannot load any PNG file.

HtheB 2011-09-07 23:42

Re: The in-development Maemo 5 Community SSU
 
I keep getting errors about .bashrc everytime I open xterm:

Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

-sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/tasks: nonexistent directory
-sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/notify_on_release: nonexistent directory

The directory with the numbers after "user" is changing every time whenever I start xterm.

So there is some error with a file called .bashrc, this is the content of the file:

Code:

~ $ cat .bashrc
if [ "$PS1" ] ; then
mkdir -p -m 0700 /dev/cgroup/cpu/user/$$ > /dev/null 2>&1
echo $$ > /dev/cgroup/cpu/user/$$/tasks
echo "1" > /dev/cgroup/cpu/user/$$/notify_on_release
fi

How can I solve this?
is it save to remove the .bashrc file?
What is the command trying to do anyway?

Saturn 2011-09-07 23:50

Re: The in-development Maemo 5 Community SSU
 
@freemangordon or any memeber of the CSSU team

could you please describe how the update of the transitions.ini happens in the latest updates?

I see this entry in the changelog:
Quote:

Include transitions.ini in deb configfile to retain user settings
It seems that the new transitions.ini file is not pushed in some cases

cloud596 2011-09-07 23:55

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by HtheB (Post 1083899)
I keep getting errors about .bashrc everytime I open xterm:

Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

-sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/tasks: nonexistent directory
-sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/notify_on_release: nonexistent directory

The directory with the numbers after "user" is changing every time whenever I start xterm.

So there is some error with a file called .bashrc, this is the content of the file:

Code:

~ $ cat .bashrc
if [ "$PS1" ] ; then
mkdir -p -m 0700 /dev/cgroup/cpu/user/$$ > /dev/null 2>&1
echo $$ > /dev/cgroup/cpu/user/$$/tasks
echo "1" > /dev/cgroup/cpu/user/$$/notify_on_release
fi

How can I solve this?
is it save to remove the .bashrc file?
What is the command trying to do anyway?

do u use speedpatch, dont u?

droll 2011-09-08 00:07

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by HtheB (Post 1083899)
I keep getting errors about .bashrc everytime I open xterm:

Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

-sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/tasks: nonexistent directory
-sh: /home/user/.bashrc: line 5: cannot create /dev/cgroup/cpu/user/3870/notify_on_release: nonexistent directory

The directory with the numbers after "user" is changing every time whenever I start xterm.

So there is some error with a file called .bashrc, this is the content of the file:

Code:

~ $ cat .bashrc
if [ "$PS1" ] ; then
mkdir -p -m 0700 /dev/cgroup/cpu/user/$$ > /dev/null 2>&1
echo $$ > /dev/cgroup/cpu/user/$$/tasks
echo "1" > /dev/cgroup/cpu/user/$$/notify_on_release
fi

How can I solve this?
is it save to remove the .bashrc file?
What is the command trying to do anyway?

that is a speedpatch issue. i simply removed those lines from the profile script.

Temporal 2011-09-08 00:09

Re: The in-development Maemo 5 Community SSU
 
Hi, can someone tell me what is the difference between the CSSu that I updated yesterday for the one that I updated today?
Self answered: http://wiki.maemo.org/Community_SSU/Changelog

Also, it is "safe" not to try to enable the different background image for portrait?

Self answered: http://wiki.maemo.org/Community_SSU/Changelog too

Also, maybe a little bug: This http://img851.imageshack.us/img851/8...1090720561.png still appears on my phone.

Thank you very much!!!!

droll 2011-09-08 00:10

Re: The in-development Maemo 5 Community SSU
 
finally! a whitelist! thank god for MAG :) i was beginning to worry about having to build a super long blacklist :P kudos!

anyway, i've found a problem which i am unsure if it is related to the CSSU. however, i did observe this only after applying the latest CSSU update. fastsms crashes whenever I press on the button to configure its options (not from the menu but there is a button with a square whitish icon on it at the top row of the virtual keyboard that appears as part of fastsms). i can still access the options from the menu at the top of the screen though.

is this an issue for the author of fastsms to resolve or something in the CSSU libraries that has changed?

romiiio 2011-09-08 00:12

Re: The in-development Maemo 5 Community SSU
 
@ MAG
Hi after the cssu 16 i have been havong following problems
*) in fastsms virtual keybaord when i try to press options key to put numbers or insert symbol or enter new work the vkb minimizes itself and on opening vkb again i lose all i wrote in so i have write again!
*) blacklist dont work so i cant save changes it just dont work!
*) portrait lock doesnt work i thought this was gonna be implemented
please help!

Temporal 2011-09-08 00:13

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by romiiio (Post 1083914)
*) in fastsms virtual keybaord when i try to press options key to put numbers or insert symbol or enter new work the vkb minimizes itself and on opening vkb again i lose all i wrote in so i have write again!

I can't talk about the rest, but this one I can confirm.

lsolano 2011-09-08 00:18

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by WhiteWolf (Post 1083802)
This does not work for me.

Continue rotating the interface.


Be sure that you're editing the correct transitions.ini

In my case, I have a theme, so it does *not* use
/usr/share/hildon-desktop/transitions.ini
it uses instead
/usr/share/theme/transitions.ini
What I did is to make a link between both files.

Inside the theme folder, you can first backup the current transitions.ini and then

ln -s /usr/share/hildon-desktop/transitions.ini transitions.ini

nokiaqueen 2011-09-08 00:53

Re: The in-development Maemo 5 Community SSU
 
taking pictures while holding the camera in portrait mode messes up the screen still, even while viewing photos...any fixes for this?

Also is it possible to condense your messages to fit in portrait mode so you won't have to scroll to the right or left to read them?

and ummm what features are in this new update? I don't notice much difference compared to the last time I updated my CSSU =/

vignes_k 2011-09-08 01:02

Re: The in-development Maemo 5 Community SSU
 
I am just upgrading to 16.5.. hope i dont go in a reboot loop. noticed that some packages like osso-calculator is included and camera-ui.. lets see what happens.

romiiio 2011-09-08 01:05

Re: The in-development Maemo 5 Community SSU
 
I just upgraded to 16.5 too via xterm and even i have reboot loop. It turns on asks for password starts loading but just before loading any icons it just shuts down and keeps repeating same reboot loop process. Ok so now how do i solve this?
Help

vetsin 2011-09-08 01:05

Re: The in-development Maemo 5 Community SSU
 
vignes
i'm running 16.5 now. don't have any problem so far. :)

bennypr0fane 2011-09-08 01:05

Re: The in-development Maemo 5 Community SSU
 
@nokiaqueen etc., have a look at post number 4520 by MAG for info about today's update (no. 16.5, as opposed to yesterday's no. 16).
Also, changelog is publicly available! :-)

16.5 sent me into a reboot loop at first! I got out of it though by removing the battery, after that it rebooted alright and reported OS successfully updated!

nokiaqueen 2011-09-08 01:16

Re: The in-development Maemo 5 Community SSU
 
@bennypr0fane thanks, just read MAG's post along with the ones after it, seems like 16.5 is creating issues for some...hmmm I'll just wait till 17 comes out :) or at least until we hear from MAG again. :)

vignes_k 2011-09-08 01:28

Re: The in-development Maemo 5 Community SSU
 
i dont know if this is related. i flashed to pr1.3 and did a restore from backup..updted cssu with speedpatch. now i get this everytime i use fapman or xterminal with all apt-get operations.. however all upgrades goes fine but error appears

apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up account-plugin-salut (0.10) ...
/var/lib/dpkg/info/account-plugin-salut.postinst: line 6: /etc/init.d/avahi-daemon: not found
dpkg: error processing account-plugin-salut (--configure):
subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of telepathy-extras:
telepathy-extras depends on account-plugin-salut; however:
Package account-plugin-salut is not configured yet.
dpkg: error processing telepathy-extras (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
account-plugin-salut
telepathy-extras
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #
how do i get rid of this or fix it

droll 2011-09-08 01:52

Re: The in-development Maemo 5 Community SSU
 
16.5 lock and loaded. no issues so far (except for the fastsms thingy which 2 other people have also reported).

vetsin 2011-09-08 02:05

Re: The in-development Maemo 5 Community SSU
 
count me in on the fastsms thingy. also got that problem.

chase15 2011-09-08 02:07

Re: The in-development Maemo 5 Community SSU
 
I cant update to 16 so i decided to uninstall and install CSSU again, but it always failed to download 1 package. I think it's the "libwildmidi0_0.2.2-2maemi1." I tried to install it but it says "couldn't find the packag." Now, I got diffirent UI for camera, portrait mode in apps menu, on multitasking view, and more. I also got a problem with "resolving host timed out: downloads.maemo.nokia.com" on 3 catalogs. The "nokia applications," "nokia system software updates," and "ovi." What could be the problem with this. I can't successfully install CSSU on my phone. Btw, The "maemo CSSU about" isn't showing up in settings.

jafd 2011-09-08 02:08

Re: The in-development Maemo 5 Community SSU
 
I have found why my phone behaved so weirdly.

The maintainer of libgtk2.0-0 package forgot (or didn't know) that one must do update-gdk-pixbuf-loaders after package installation. What's even more strange and weird is that /etc/gtk-2.0/gdk-pixbuf.loaders was overwritten at all. Why in the world would one want THAT?

Okay. I did update-gdk-pixbuf-loaders, and all is good and sweet except that the on-screen keyboard is gone. So is Fn+Sym.

How do you guys test your updates? Do you ever try incremental upgrades from PR1.3 to the last one? Do you do that on real devices? Do you test if custom settings are retained?

jd4200 2011-09-08 02:35

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by change log
Camera application no longer opens when screen is locked and the camera button is pressed

Bummer, I relied on this "feature" quite alot.
It allowed me to quickly snap a photo instead of having to unlock the screen first.

monggoos 2011-09-08 05:51

Re: The in-development Maemo 5 Community SSU
 
:mad: I've also problems to update from .15 to .16. There are some packages still missing.

Mc_mice 2011-09-08 05:59

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by jd4200 (Post 1083952)
Bummer, I relied on this "feature" quite alot.
It allowed me to quickly snap a photo instead of having to unlock the screen first.

You canīt use the camera cover to open the camera app and after taking pictures close the cover? The phone goes back to locked state.

friesoft 2011-09-08 06:05

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by jafd (Post 1083948)
I have found why my phone behaved so weirdly.

The maintainer of libgtk2.0-0 package forgot (or didn't know) that one must do update-gdk-pixbuf-loaders after package installation. What's even more strange and weird is that /etc/gtk-2.0/gdk-pixbuf.loaders was overwritten at all. Why in the world would one want THAT?

Okay. I did update-gdk-pixbuf-loaders, and all is good and sweet except that the on-screen keyboard is gone. So is Fn+Sym.

How do you guys test your updates? Do you ever try incremental upgrades from PR1.3 to the last one? Do you do that on real devices? Do you test if custom settings are retained?

BIG THANKS to you! I had the same problem and I suspected it to be something like that but I didn't have the time to investigate :)

Now if someone could fix the keyboard for us I would be a more or less happy N900 user again :)

Thanks again :)

friesoft 2011-09-08 06:08

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by jafd (Post 1083948)
..... except that the on-screen keyboard is gone. So is Fn+Sym.

you need to hold those keys while pressing the other one... although the previous "sticky" behaviour was much nicer and I hope we will be able to recover it..

ivgalvez 2011-09-08 06:27

Re: The in-development Maemo 5 Community SSU
 
Thanks for this great update. I have only found two issues:

- GTK dialogues in portrait mode, such as those launched from the Status Area (bluetooth, connect to...), work OK unless the phone application is opened, no matter if its focused or not, then the dialogues are shown in landscape.
I have also tested that it happens also with other applications opened but only when focused like Fapman, Filebox,... even if they are in portrait mode, launching a dialogue from the status area goes to landscape.

- The second issue is quite bizarre. While doing all these tests, my desktop get blurred and couldn't recover it. The power key button was working but there wasn't any application running so I had to reboot. I haven't been able to reproduce it yet.

trisha02 2011-09-08 06:31

Re: The in-development Maemo 5 Community SSU
 
in the changelog it says :1) osso-calculator-Portrait mode in calculator rewrite

do i have to install anything.the default calculator is still in landscape

2) hildon desktop-Implemented a blacklist for rotation
can anyone please tell me what does it mean? (noob question sorry)

ivgalvez 2011-09-08 06:35

Re: The in-development Maemo 5 Community SSU
 
Installed CSSU 16, didn't mess with transitions.ini.

Then updated to newest CSSU Features Configuration released today but I have this error:

"Reading the configuration file settings gave a FATAL ERROR while loading..."

Maybe, the CSSU update didn't triggered the newest entries for settings and now CSSU Configurator can't read it.

aanckar 2011-09-08 06:40

Re: The in-development Maemo 5 Community SSU
 
Quote:

Originally Posted by trisha02 (Post 1084014)
2) hildon desktop-Implemented a blacklist for rotation
can anyone please tell me what does it mean? (noob question sorry)

Read this and this.

Fellfrosch 2011-09-08 06:43

Re: The in-development Maemo 5 Community SSU
 
Marble Maps isn't working anymore after the CSSU Update can anybody confirm this?


All times are GMT. The time now is 00:40.

vBulletin® Version 3.8.8