maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce] CSSU Testing thread (https://talk.maemo.org/showthread.php?t=80525)

freemangordon 2013-01-19 17:20

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by panjgoori (Post 1315923)
there is bug in Calculator app. When you open calculator app and do the first calculation it displays result wrong. And when you calculate the same thing second time it gives the right answer. screenshot attached.

Can't reproduce, tested on 2 devices:

osso-calculator - 2.0-1+0cssu2
osso-calculator-ui - 2.0-1+0cssu2
osso-calculator-engine - 1.6.31-3+0cssu1

hxka 2013-01-19 17:22

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by freemangordon (Post 1315924)
Can't reproduce here, osso-systemui-tklock - 0.3.1.0+0cssu0

Mine is 0.2.2.21+0m5. Is yours from cssu-devel?

sixwheeledbeast 2013-01-19 17:23

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by freemangordon (Post 1315925)
Can't reproduce, tested on 2 devices:

osso-calculator - 2.0-1+0cssu2
osso-calculator-ui - 2.0-1+0cssu2
osso-calculator-engine - 1.6.31-3+0cssu1

@panjgoori
What version do you have?

Code:

sudo dpkg -l osso-calculator
0cssu1 and 0cssu2 (as above) doesn't have this problem.

0cssu3 package?

freemangordon 2013-01-19 17:29

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by sixwheeledbeast (Post 1315898)
Finally got a shot of it.
It's not my imagination honest :)

Smaemo6

This is part of the conversation on #maemo-ssu we had with arcean

Quote:

19:12 <arcean> freemangordon: I see where's the problem with this bug
<arcean> freemangordon: I was able to reproduce it a couple of times
<freemangordon> good
<freemangordon> where?
19:13 <arcean> freemangordon: the part of code responsible for that is now completely changed
<freemangordon> great
19:14 <arcean> I reproduced it on a device with Stable5
<freemangordon> how?
<freemangordon> so I can test on latest h-d
<arcean> open a couple of portrait-capable apps
19:15 <arcean> rotate desktop, task nav and the app to portrait
<arcean> press close button in the app and be ready to open the hwkbd
<arcean> and then release the button and open the hwkbd
19:16 <arcean> in my case I have launched OMP Settings and Calculator
19:17 <arcean> and when you exit task nav the desktop will rotate to portrait
19:24 <arcean> in Stable5 the pip (portrait if possible) flags are not updated when user switches between the task nav and the desktop
19:25 <arcean> which is fixed in master :)

freemangordon 2013-01-19 17:31

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by hxka (Post 1315926)
Mine is 0.2.2.21+0m5. Is yours from cssu-devel?

Yes, this is FOSS one I've REed, will come in the next update ;)

panjgoori 2013-01-20 07:41

Re: [Announce] CSSU Testing thread
 
@sixwheeledbeast: i have version 2.0-1+0cssu2

@freemangordon i only get wrong answers for the first calculations not always but some times. after trying for more than 10 to 15 times, calculator app gave me a wrong answer for the same calculation again. At the second time same calculation but with the right answer. screenshot added.
http://i.imgur.com/XsKn0Fq.png

Android_808 2013-01-20 09:35

Re: [Announce] CSSU Testing thread
 
sounds like a variable in code might be used before being assigned.

mr_pingu 2013-01-20 11:55

Re: [Announce] CSSU Testing thread
 
I am having crashes from hildon-desktop, can I get some direction on how to debug?

First my problem. Yesterday I changed
/apps/osso/hildon-desktop/key-actions/ctrl_backspace_in_tasknav
to 5. As stated it enables alt-tab switching like for ctrl - backspace as stated here.
http://my.arava.co.il/~matan/repo/Mo...n_Desktop.html

Works as it should, till I received a notification. When I used ctrl backspace to switch when "email notification window" was open it made Hildon-desktop crash. However the strange thing, the normal switching (top left corner soft button) works without crashes.

I remember it used to work before so this might be on my device only :/

Note: I have libc and systemui-tklock from cssu-devel (only these)

Oops, I see I deleted sysklogd from my device
Let me try to reproduce it with syslog running.... Will report back by then...

freemangordon 2013-01-20 12:48

Re: [Announce] CSSU Testing thread
 
@mr_pingu - install h-d from cssu-devel and try to reproduce it. there were lots of changes recetly and a pile of bugs were fixed. keep in mind you should install qt from cssu-devel along with h-d, otherwise you'll have broken rotation in Qt apps

impeham 2013-01-22 11:58

Re: [Announce] CSSU Testing thread
 
After trying to isolate the problem of the device getting into a boot loop, i found that the package "system-services" is the one that causes this. my version before installing the package was:

0.3.8-68+0cssu0

after installing latest update (choosing to install the package maintainer's version of "/etc/event.d/rcS-late"):

0.3.8-68+0cssu3

"mount | grep /home" result (i'm using ext4 partition for optfs):

/dev/mmcblk0p2 on /home type ext4 (rw,noatime,errors=continue,commit=1,data=writebac k)

before reboot and after the update - changed all occurences of "ext3" to "ext4" in "/etc/event.d/rcS-late".

when trying to turn of the device after shut down, i get a yellow indication light and the device turns off immediately.

any idea why this issue happening?

pali 2013-01-22 12:09

Re: [Announce] CSSU Testing thread
 
@impeham: Maemo system has hardcoded ext3 on more places. If you change that string on some place and you forgot to run dpkg-divert you can have problem... You should not change any system file owned by dpkg!!! If you want to do, first tell dpkg to not update it. Use dpkg-divert.

pali 2013-01-22 12:11

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by panjgoori (Post 1315923)
there is bug in Calculator app. When you open calculator app and do the first calculation it displays result wrong. And when you calculate the same thing second time it gives the right answer. screenshot attached.

http://i.imgur.com/mgHaSkD.png

I cannot reproduce it. I tried that more times, but always I got correct result.

impeham 2013-01-22 12:41

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by pali (Post 1316591)
@impeham: Maemo system has hardcoded ext3 on more places. If you change that string on some place and you forgot to run dpkg-divert you can have problem... You should not change any system file owned by dpkg!!! If you want to do, first tell dpkg to not update it. Use dpkg-divert.

I didn't understand what you mean. updating ext3->ext4 is a must isn't it? otherwise the device won't boot.

in last updates, updating this script manually as suggested by Estel in

http://talk.maemo.org/showthread.php...22#post1272722

worked.

panjgoori 2013-01-22 12:55

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by pali (Post 1316592)
I cannot reproduce it. I tried that more times, but always I got correct result.

i don't know why only i'm getting this error. is there any other way to check in more detail ?

pali 2013-01-22 13:32

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by impeham (Post 1316601)
I didn't understand what you mean. updating ext3->ext4 is a must isn't it? otherwise the device won't boot.

in last updates, updating this script manually as suggested by Estel in

http://talk.maemo.org/showthread.php...22#post1272722

worked.

I mean that any system file owned by dpkg can be at any moment overwritten without any notice. So changes to system files is only temporary.

pali 2013-01-22 13:33

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by panjgoori (Post 1316606)
i don't know why only i'm getting this error. is there any other way to check in more detail ?

What version of osso-calculator, osso-calculator-ui and osso-calculator-engine do you have?

panjgoori 2013-01-22 15:03

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by pali (Post 1316613)
What version of osso-calculator, osso-calculator-ui and osso-calculator-engine do you have?

osso-calculator 2.0-1+0cssu2
osso-calculator-ui 2.0-1+0cssu2
osso-calculator-engine 1.6.31-3+0cssu

checked by this command
Code:

sudo dpkg -l appname

Estel 2013-01-27 12:02

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by impeham (Post 1316601)
I didn't understand what you mean. updating ext3->ext4 is a must isn't it? otherwise the device won't boot.

in last updates, updating this script manually as suggested by Estel in

http://talk.maemo.org/showthread.php...22#post1272722

worked.

Have you tried updating /etc/default/mount-opts too? I don't remember if I suggested this or not after last update, but it's definitely required after this one.

/Estel

panjgoori 2013-01-27 14:32

Re: [Announce] CSSU Testing thread
 
another bug. when i receive a call wheither i reject it or I don't want to attend it and after that when i receive an e-mail or SMS N900 doesn't play ringtone and only plays a beep as i'm talking on phone. A restart fixes this issue.

impeham 2013-01-30 10:03

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by Estel (Post 1318109)
Have you tried updating /etc/default/mount-opts too? I don't remember if I suggested this or not after last update, but it's definitely required after this one.

/Estel

i don't see any "ext" usage in this script - is there something else i need to change?

Estel 2013-01-31 14:28

Re: [Announce] CSSU Testing thread
 
My fault, it isn't *this* file... Hm, I don't recall editing anything beside /etc/event.d/RcS-late and /usr/lib/genfstab.awk, yet, I have fully working system with ext4.(and latest CSSU-testing, via thumb variant).

Maybe it's just my memory... Anyway, Pali should know, which scripts with hardcoded filesystem parameters, got edited?

/Estel

pali 2013-01-31 15:02

Re: [Announce] CSSU Testing thread
 
I do not remember, I have ext3 on /home. Try to grep ext3 in filesytem files.

But before editing any system file, make sure you called "dpkg-divert --local --add"

pali 2013-01-31 15:04

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by panjgoori (Post 1316636)
osso-calculator 2.0-1+0cssu2
osso-calculator-ui 2.0-1+0cssu2
osso-calculator-engine 1.6.31-3+0cssu

checked by this command
Code:

sudo dpkg -l appname

I have osso-calculator-engine 1.6.31-3+0cssu1

guilledoc 2013-01-31 18:14

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by pali (Post 1291294)
I created new battery status area plugin (based on old MAG version). It work with BME or with bq27x00_battery kernel driver. It is like original Nokia version, plus display percentage, remaining time and capacity.

Please test it and write if this can go to CSSU :-)

Source: https://gitorious.org/community-ssu/...applet-battery
DEB: http://atrey.karlin.mff.cuni.cz/~pal....0-1_armel.deb

@Pali
Deb not available anymore can you upload it again?
Thanks

pali 2013-01-31 18:21

Re: [Announce] CSSU Testing thread
 
package is in CSSU-devel

Alecsandru 2013-03-13 15:39

Re: [Announce] CSSU Testing thread
 
a bug : when a message arives , and you read it the 1 message in hildon taskbar doesn't dissapear , after restart it dissapear itself

sixwheeledbeast 2013-03-13 17:12

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by pali (Post 1319536)
package is in CSSU-devel

May I add it works well and is very useful. Thank you.

petur 2013-03-26 20:57

Re: [Announce] CSSU Testing thread
 
Now that the repositories are up again, I see updates coming in for various apps, but for some weird reason not the newer CSSU, I seem to be stuck at version 6.

Tried in HAM and via apt-get

Any tips on what to check?

raaj13 2013-03-27 12:03

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by petur (Post 1332065)
Now that the repositories are up again, I see updates coming in for various apps, but for some weird reason not the newer CSSU, I seem to be stuck at version 6.

Tried in HAM and via apt-get

Any tips on what to check?

try temporary mirror to update to latest cssu testing.
http://talk.maemo.org/showthread.php?t=88707

sixwheeledbeast 2013-03-27 13:13

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by petur (Post 1332065)
Now that the repositories are up again, I see updates coming in for various apps, but for some weird reason not the newer CSSU, I seem to be stuck at version 6.

IIRC there is an issue with permissions to upload to the Community SSU repos this includes Thumb.
You can use the mirror to update and then remove it.

Or if you wait a little while, hopefully the normal service will be resumed. You will then get you SSU updates as normal.

petur 2013-03-27 14:10

Re: [Announce] CSSU Testing thread
 
Thanks, didn't know about the CSSU repo issue... 7.2 is coming in now :)

petur 2013-03-28 19:35

Re: [Announce] CSSU Testing thread
 
weird... after installing 7.2 the SD doesn't mount anymore, and I'm missing other data so I think some other stuff wasn't mounted too.

Is there doc on what is mounted?

NokiaN900R 2013-03-28 21:19

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by niqbal (Post 1131248)
Just installed T1.1 version of CSSU. It reverted camera-ui. Quick question, do i need to repeat the whole 720p process or just to need to install the following camera-ui files by freemangordon

camera-ui
libgdigicam0
libgdigicam-gst

EDIT: yeah just re-install above files and back in business

Please enlighten me about the 720p. Is it for recording (don't thing so :) )or for viewing?
Is there any thread about this?

Thank you in advance.

petur 2013-03-28 22:36

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by petur (Post 1332634)
weird... after installing 7.2 the SD doesn't mount anymore, and I'm missing other data so I think some other stuff wasn't mounted too.

Is there doc on what is mounted?

nevermind, for some reason /etc/init.d/ke-recv went AWOL and a reinstall of it didn't bring it back. So I copied it manually and now everything is OK :D

handaxe 2013-03-29 00:32

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by NokiaN900R (Post 1332652)
Please enlighten me about the 720p. Is it for recording (don't thing so :) )or for viewing?
Is there any thread about this?

Thank you in advance.

http://talk.maemo.org/showthread.php?t=77695

Thats for playing. Recording requires a recent kernel power, as you will read in the above thread.

freemangordon 2013-03-29 07:33

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by handaxe (Post 1332684)
http://talk.maemo.org/showthread.php?t=77695

Thats for playing. Recording requires a recent kernel power, as you will read in the above thread.

In fact you need recent KP for both recording and playback. And camera-ui from CSSU-T in addition (for recording).

parcox 2013-04-01 10:19

Re: [Announce] CSSU Testing thread
 
Need help..

I'm starting to get frustrated after updating my N900 to the latest CSSU testing (1Tmaemo7.2) Everything works fine so far, except I can not open any SMS/conversation.

I can open the Conversation app, but when I select individual SMS it just flickering and CPU load is 100% due to browserd. I have tried several tips like rebuilding sms sqlite db, and this trick too, but it does not change anything.

The syslog output is just the same with someone logs I found from Google. Here is the log: http://www.pastemine.com/yjam

Is it a bug or just me who encountered this problem? Or any solutions?

visN900 2013-04-01 23:02

Re: [Announce] CSSU Testing thread
 
after installing cssu testing today (after a clean flash) i found that none of the settings in the right side except photos respond.. flash settings,shooting modes and settings doesn't pop up.. only photos r accessible..

i tried it again after re flashing but its the same.. does anyone have the same problem?? can u guys suggest me a solution??

visN900 2013-04-07 00:14

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by visN900 (Post 1333600)
after installing cssu testing today (after a clean flash) i found that none of the settings in the right side except photos respond.. flash settings,shooting modes and settings doesn't pop up.. only photos r accessible..

i tried it again after re flashing but its the same.. does anyone have the same problem?? can u guys suggest me a solution??

why no replies?? can anyone confirm this?

Wikiwide 2013-04-07 11:39

Re: [Announce] CSSU Testing thread
 
Quote:

Originally Posted by visN900 (Post 1334533)
why no replies?? can anyone confirm this?

Quick reply...
I have installed CSSU-Testing long ago. Using 21.2011.38-1Tmaemo7.2, currently. No problems with camera, though.
I will wear out the power key, though, if these graphical-user-interface-freezes will continue so predictably. I am fortunate that the after-saving-file-in-Leafpad freeze doesn't leave the file corrupted.
[Edit]After reboot, the screen-graphical-user-interface is sluggish. Almost freezing, but not yet. In "Top in X-Terminal", [sgx-misr] is using %CPU:
Code:

14.6, 19.3, 5.9, 0.1, 9.5, 9.5, 15.3, 17.5
. It's not normal, is it? What could possibly cause it?[/Edit]
[Edit2]As non-root, "killall hildon-desktop" resolved the problem. How can I attach a keyboard shortcut to this command, to use it when the freeze prevents me from typing it in X-Term?[/Edit2]
Best wishes. Thank you.


All times are GMT. The time now is 06:49.

vBulletin® Version 3.8.8