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 devel, it may eat your brain (https://talk.maemo.org/showthread.php?t=84292)

pali 2014-06-18 20:13

Re: [Announce] CSSU devel, it may eat your brain
 
Yesterday I pushed more updates to cssu-devel, here is changelog:

apt (0.7.20.2maemo13.2+0cssu2) unstable; urgency=low

* Avoid sending useless auth data via http and https

-- Pali Rohr <hidden> Wed, 11 Jun 2014 14:30:15 +0200

calendar-backend (0.8-7) unstable; urgency=low

* Fixes: MB#12682 - calendar-backend's ICalConverter class does not export proper iCal data

-- Tempura San <hidden> Tue, 29 Jan 2013 19:45:00 +0100

libsysinfo-dev (0) unstable; urgency=low

* Initial release

-- Pali Rohr <hidden> Sat, 19 Oct 2013 22:09:03 +0200

microb-engine (1:20100401-1.9.2-5.2+0m5+0cssu2) unstable; urgency=low

* For reading device name use file /proc/cpuinfo instead /proc/component_version

-- Pali Rohr <hidden> Wed, 11 Jun 2014 14:56:49 +0200

upstart (0.3.8-68+0cssu8) unstable; urgency=low

* Use data=writeback for all ext3 and ext4 partitions (not only root)

-- Pali Rohr <hidden> Sat, 24 May 2014 15:17:30 +0200

osso-product-info (0.7.3.2-1) unstable; urgency=low

* Initial release

-- Pali Rohr <hidden> Sat, 19 Oct 2013 22:33:09 +0200

pali 2014-06-18 20:14

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by Alecsandru (Post 1430070)
new version of osso-product-info and its lib , from unknow message , now i have :

Reboot device and test if something happen. If not please write output from program osso-product-info.

pali 2014-06-18 20:18

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by xes (Post 1426480)
@pali
i can observe that modest is slow and takes ages to open an email (also an old email already downloaded) while inbox is refreshing (spinning wheel running)
Offline mode is enabled.
Do you think this could be fixed? Could this use a different thread to avoid waiting for inbox refresh?

After this, if i enable "update all folders" i can't receive emails anymore until i remove the flag. (gmail imap account)

I do not know what to do with modest. I tried to fix it slowness more times, but modest app is one big ****.

Also there are 3 divergented modest branches and each has fixed some bugs, but no fixed all.

For example CSSU using master modest branch which has not fixed all bugs which was fixed in PR1.1!!! I forward-ported more commits from PR1.1 and PR1.2 branches to master (CSSU), so maybe something was (again) fixed.

I think that better solution would be to find another mail client. I spent more time for modest, but I think it is not possible to fix it :-(

Btw, if you have problems with modest, try original PR1.3 version if working. And if yes, maybe we should rebase CSSU patches on top of PR1.3 modest version. Maybe it can work better...

Alecsandru 2014-06-18 20:24

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by pali (Post 1430073)
Reboot device and test if something happen. If not please write output from program osso-product-info.

~ $ osso-product-info
OSSO_PRODUCT_HARDWARE='RX-51'
OSSO_PRODUCT_NAME='N900'
OSSO_PRODUCT_FULL_NAME='Nokia N900'
ERROR: Could not find value for key /device/sw-release-ver
OSSO_PRODUCT_RELEASE_NAME='(null)'
ERROR: Could not find value for key /device/sw-release-ver
OSSO_PRODUCT_RELEASE_FULL_NAME='(null)'
ERROR: Could not find value for key /device/sw-release-ver
OSSO_PRODUCT_RELEASE_VERSION='(null)'
OSSO_PRODUCT_WLAN_CHANNEL='fcc/us'
OSSO_PRODUCT_KEYBOARD='Italian'
OSSO_PRODUCT_REGION='Italy'
OSSO_PRODUCT_SHORT_NAME='Nokia N900'
ERROR: Could not find value for key /device/sw-release-ver
OSSO_VERSION='(null)'

pali 2014-06-18 20:31

Re: [Announce] CSSU devel, it may eat your brain
 
@Alecsandru:

please post output of these two commands:
$ sysinfo-tool -l
$ sysinfo-tool -l | while read key; do echo ===$key===; sysinfo-tool -g $key; done

EDIT: change output of IMEI, GSM, MAC address or other private date to some other (random numbers). I just need to know that output is number or alphanumberic or other raw/whitespace char.

Alecsandru 2014-06-18 20:47

Re: [Announce] CSSU devel, it may eat your brain
 
~ $ sysinfo-tool -l
/component/product
/component/hw-build
/component/nolo
/component/boot-mode
/certs/npc/variant_id
/certs/npc/esn/gsm
/certs/npc/esn/gsm-raw
/certs/npc/esn/bt_id
/certs/npc/esn/bt_id-raw
/certs/npc/esn/wlan_id
/certs/npc/esn/wlan_id-raw
/certs/npc/esn/com_sc-raw
/certs/npc
/certs/ccc/id
/certs/ccc/pp/wlan-channel-raw
/certs/ccc/pp/wlan-channel
/certs/ccc/pp/content-region-raw
/certs/ccc/pp/content-region
/certs/ccc/pp/keyboard-layout-raw
/certs/ccc/pp/keyboard-layout
/certs/ccc/pp/fmtx-raw
/certs/ccc/pp/fmtx
/certs/ccc/pp/default-language-raw
/certs/ccc/pp/default-language
/certs/ccc/pp
/certs/ccc
/certs/hwc
/device/sw-release-ver
/device/hw-version
/device/production-sn
/device/product-code
/device/order-number
/device/basic-product-code


~ $ sysinfo-tool -l | while read key; do echo ===$key===; sysinfo-tool -g $key;
done
===/component/product===
RX-51
===/component/hw-build===
2101
===/component/nolo===
1.4.14
===/component/boot-mode===
normal
===/certs/npc/variant_id===
0574385A
===/certs/npc/esn/gsm===
*removed*
===/certs/npc/esn/gsm-raw===
*removed* ������������������������
===/certs/npc/esn/bt_id===
*removed*
===/certs/npc/esn/bt_id-raw===
��_N�
===/certs/npc/esn/wlan_id===
*removed*
===/certs/npc/esn/wlan_id-raw===
��_N�
===/certs/npc/esn/com_sc-raw===
���9���;#���QiA5
===/certs/npc===
ANPCAP0574385A@����KhdorB�@7��iP�...33;�.Hj�^>2�X��?�:�����w�t@}=V��������
===/certs/ccc/id===
0574385A
===/certs/ccc/pp/wlan-channel-raw===

===/certs/ccc/pp/wlan-channel===
fcc/us
===/certs/ccc/pp/content-region-raw===


===/certs/ccc/pp/content-region===
Italy
===/certs/ccc/pp/keyboard-layout-raw===

===/certs/ccc/pp/keyboard-layout===
Italian
===/certs/ccc/pp/fmtx-raw===

===/certs/ccc/pp/fmtx===
other/50
===/certs/ccc/pp/default-language-raw===

===/certs/ccc/pp/default-language===
Italian
===/certs/ccc/pp===
*

===/certs/ccc===
M�؍멒��`aM�0574385A�%e?��]�ɥ��υOW�Z�u��g�j���y0����添��s�a�R�y�#A������A�ĕ ̼�MQ�V�ЛC�g.��I.͉8���WπV…‚'ž
F┬┌Fˆ=D  * *   *
   
===/␌␊⎼├⎽/␤┬␌===
AHWC AP* @˜K␤ ␍⎺⎼B /┘─J@7Ÿ␋Pž•Vπ5␤.0574385A ‘\└P5C€W��v/b8�c���]v>j���j�� �:W���m8�IЯ�ݪ*}���LR�sˊ����_�p{UD��>�0�9 ��-qU��”vzUHΫ-j\6Q6E]
===/␍␊┴␋␌␊/⎽┬-⎼␊┌␊▒⎽␊-┴␊⎼===

===/␍␊┴␋␌␊/␤┬-┴␊⎼⎽␋⎺┼===
2101
===/␍␊┴␋␌␊/⎻⎼⎺␍┤␌├␋⎺┼-⎽┼===
MUM*removed*
===/␍␊┴␋␌␊/⎻⎼⎺␍┤␌├-␌⎺␍␊===
0574385
===/␍␊┴␋␌␊/⎺⎼␍␊⎼-┼┤└␉␊⎼===

===/␍␊┴␋␌␊/␉▒⎽␋␌-⎻⎼⎺␍┤␌├-␌⎺␍␊===
0558710
$

pali 2014-06-18 21:13

Re: [Announce] CSSU devel, it may eat your brain
 
@Alecsandru: Thanks for info. It looks like xterm changed someting after writing that soup char... At least we know that key /device/sw-release-ver is valid in sysinfo. Write output again from: sysinfo-tool -g /device/sw-release-ver

xes 2014-06-18 21:17

Re: [Announce] CSSU devel, it may eat your brain
 
Quote:

Originally Posted by pali (Post 1430074)
...Btw, if you have problems with modest, try original PR1.3 version if working. And if yes, maybe we should rebase CSSU patches on top of PR1.3 modest version. Maybe it can work better...

Mmmm...almost like a jump in the dark.
At the end most of the patches included in cssu are about VERY critical bugs..

freemangordon 2014-06-19 05:22

Re: [Announce] CSSU devel, it may eat your brain
 
@Alecsandru: do you have "/targets/links/scratchbox.config" file on your device?

pali 2014-06-19 10:22

Re: [Announce] CSSU devel, it may eat your brain
 
@freemangordon: this looks like problem in CAL.

Order of sysinfo keys:

Code:

/device/sw-release-ver
/device/hw-version
/device/production-sn
/device/product-code
/device/order-number
/device/basic-product-code

And values of these keys:

Code:

===/␍␊┴␋␌␊/⎽┬-⎼␊┌␊▒⎽␊-┴␊⎼===

===/␍␊┴␋␌␊/␤┬-┴␊⎼⎽␋⎺┼===
2101
===/␍␊┴␋␌␊/⎻⎼⎺␍┤␌├␋⎺┼-⎽┼===
MUM*removed*
===/␍␊┴␋␌␊/⎻⎼⎺␍┤␌├-␌⎺␍␊===
0574385
===/␍␊┴␋␌␊/⎺⎼␍␊⎼-┼┤└␉␊⎼===

===/␍␊┴␋␌␊/␉▒⎽␋␌-⎻⎼⎺␍┤␌├-␌⎺␍␊===
0558710

So it means that sysinfo daemon does not report /device/sw-release-ver key (which should be first, but is empty!)

We did not touch sysinfo daemon and libraries, so it has notthing with last cssu devel update. In my opinion that string is missing in CAL and problem was also before updating cssu-devel packages...


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

vBulletin® Version 3.8.8