![]() |
2013-09-16
, 09:56
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#152
|
cssu-thumb is based on cssu-devel.
Where is the maemo.org hosted repository then?
I tried:
http://repository.maemo.org/community-thumb/
http://repository.maemo.org/community-testing-thumb/
But both don't lead anywhere and I can't find the url anywhere on the wiki.
![]() |
2013-09-16
, 10:15
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#153
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
![]() |
2013-09-16
, 16:42
|
|
Posts: 131 |
Thanked: 170 times |
Joined on May 2010
@ Netherlands
|
#154
|
![]() |
2013-12-07
, 14:10
|
Posts: 40 |
Thanked: 41 times |
Joined on Sep 2013
|
#155
|
![]() |
2013-12-07
, 19:09
|
Posts: 40 |
Thanked: 41 times |
Joined on Sep 2013
|
#156
|
![]() |
2013-12-11
, 10:45
|
Posts: 30 |
Thanked: 9 times |
Joined on Feb 2013
@ United Kingdom
|
#157
|
![]() |
2013-12-11
, 11:54
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#158
|
![]() |
2013-12-13
, 05:22
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2013
|
#159
|
OK, I think I found what the problem is. It is the do-while loop here https://gitorious.org/community-ssu/...der.c#line5979
This is how the (start of the) response looks like:
https://gitorious.org/community-ssu/...der.c#line6005 breaks if there is enclosing (")") bracket in the message, which we have in "MODSEQ (382264)" just before the "BODY" part, so it exits the loop before parsing the message.Code:* 181 FETCH (UID 293 MODSEQ (382264) BODY[] {199644}\nDelivered-To: ivo.g.dimitrov.75@gmail.com\nReceived:...
I think there are more places to fix that, will do (hopefully later today)
![]() |
2013-12-18
, 05:39
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2013
|
#160
|
Okay, here my 'contribution' for all those fellows out there still on stock PR and gmail problem.
Do not try to install the CSSU deb packages, as this might lead to a broken dependency problem on your device.
I made me a workaround (Not really clean and nice, but working. And hey, who expects another update from N...a?). I extracted all the libs from the debs and copied them directly to /usr/lib by overwriting existing ones. This way I have working modest in stock PR1.3.
I attach here two (due to max. upload size) tar.gz files.
Close modest and "install" with
Restart modest and enjoy.Code:sudo gainroot cd / tar xvzf path/to/downloaded/libtinymail-tiny.tar.gz tar xvzf path/to/downloaded/libtinymail-camel.tar.gz killall modest
All credits to freemangordon.
Where is the maemo.org hosted repository then?
I tried:
http://repository.maemo.org/community-thumb/
http://repository.maemo.org/community-testing-thumb/
But both don't lead anywhere and I can't find the url anywhere on the wiki.
Edit:
The cssu-thumb installer on the wiki still installs the merlin repo by the way, so if a new maemo.org repo has been created already, then the installer must be updated.
Last edited by ffha; 2013-09-16 at 08:37.