View Single Post
Posts: 391 | Thanked: 912 times | Joined on Aug 2011 @ suncity
#162
Originally Posted by peterleinchen View Post
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
Code:
sudo gainroot
cd /
tar xvzf path/to/downloaded/libtinymail-tiny.tar.gz
tar xvzf path/to/downloaded/libtinymail-camel.tar.gz
killall modest
Restart modest and enjoy.

All credits to freemangordon.
Many-many thanks for you, guys; this works like a charm!