maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Evernote client for n900 (https://talk.maemo.org/showthread.php?t=55179)

badazimer 2013-04-16 08:41

Re: [Announce] Evernote client for n900
 
Quote:

Originally Posted by Cas07 (Post 1336239)
Ah it appears this is a 'feature' of HAM to not manually install any non-user debs. I shall update instructions. There should be no issues with 'dpkg -i' as long as they are installed in order.

I shall be looking to get these packages into Extras which will save all this hassle but need to find time to fix the control files to upgrade thrift and libevernote

it works!!! Thank You! I have error because I installed it in incorrect order

Vlad_on_the_road 2013-04-22 13:35

Re: [Announce] Evernote client for n900
 
Hi Cas07, would you mind providing a Thumb compiled version please ? :)

Cas07 2013-04-22 16:16

Re: [Announce] Evernote client for n900
 
Quote:

Originally Posted by Vlad_on_the_road (Post 1337931)
Hi Cas07, would you mind providing a Thumb compiled version please ? :)

Is there any documentation on how to do this with qt app, I know there is a mthumb flag for gcc but is that all?

freemangordon 2013-04-22 16:24

Re: [Announce] Evernote client for n900
 
Quote:

Originally Posted by Cas07 (Post 1337974)
Is there any documentation on how to do this with qt app, I know there is a mthumb flag for gcc but is that all?

http://wiki.maemo.org/CSSU-thumb_too....7.2-linaro%29

EDIT:

also add "Depends: kernel-feature-errata-430973-workaround[armel]" to debian/control to prevent package installation on non-thumb system

getnani 2013-05-09 20:19

Re: [Announce] Evernote client for n900
 
thanks heaps for fixing this app-qvernote. n900/maemo is like a dream fone/os, totally given up by corporates!! without u guys, i blv the fone is still a great fone to use. btw, is it possible to also fix the evernote sharing plugin? i blv it shud b possible, given that the auth module is fixed. any thoughts?

slashn900 2013-06-20 07:15

Re: [Announce] Evernote client for n900
 
I happened to encounter an error which prevents me from connecting to Evernote. Eventually, Qvernote is now only working offline. The message says: "Network error occurred, working offline".

I had updated to the latest version ( qvernote-0.7) for a while. It was working great until some days ago. I have tried to revoke and re-authorize Evernote but no luck.

Is it just me or anyone has the same issue?

Thank you

Cas07 2013-06-20 12:01

Re: [Announce] Evernote client for n900
 
I am seeing the same issue, it's something to do with SSL again. I suspect it's related to a new Evernote API release but need to investigate further.

badazimer 2013-06-20 12:22

Re: [Announce] Evernote client for n900
 
Quote:

Originally Posted by slashn900 (Post 1353365)
I happened to encounter an error which prevents me from connecting to Evernote. Eventually, Qvernote is now only working offline. The message says: "Network error occurred, working offline".

I had updated to the latest version ( qvernote-0.7) for a while. It was working great until some days ago. I have tried to revoke and re-authorize Evernote but no luck.

Is it just me or anyone has the same issue?

Thank you

same problem!

Cas07 2013-06-25 17:50

Re: [Announce] Evernote client for n900
 
Ok found the issue is due to a change in SSL CA so need to add the new one to the certs loaded by Qvernore.

Until I release a new version you can fix this by editing:

Code:

/opt/qvernote/verisign_certs.pem
And append to it the contents of this file: https://www.thawte.com/roots/thawte_..._Server_CA.pem

mrbee 2013-09-13 11:09

Re: [Announce] Evernote client for n900
 
Quote:

Originally Posted by Cas07 (Post 1335558)
I have uploaded a new Qvernote 0.7 release which now fixes the problems with HTTPS along with a lot of other UI bugs and annoyances.



Download tarball: qvernote-0.7.tar.gz

Fresh install from xterm (with above tarball in MyDocs):
Code:

cd MyDocs
tar xf qvernote-0.7.tar.gz
sudo gainroot
apt-get remove qvernote
dpkg -i thrift0.9.0_0.9.0-1_armel.deb libevernote1.23_1.23-1_armel.deb
dpkg- i qvernote_0.7-1maemo1_armel.deb

To upgrade from 0.6 you only need to install by opening the following deb from File Manager: qvernote_0.7-1maemo1_armel.deb

Edit: There is a bug with the checkbox stylesheet path and if you really want to test it out before the next version then symlink it to root
Code:

ln -s /opt/qvernote/qvernote.css /qvernote.css

Hi

I have been battling to install Evernote from the guide above as provided by Cas07, but none of those three files which I un-tar and attempted to install went through. The result is " unable to install ...incompatible application package"

Output as follows:



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

~ $ cd MyDocs
~/MyDocs $ tar xf qvernote-0.7.tar.gz
~/MyDocs $ sudo gainroot
Root shell enabled


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

/home/user/MyDocs # apt-get remove qvernote
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package qvernote is not installed, so not removed
The following packages were automatically installed and are no longer required:
liblcms1 libopenjpeg2 libevernote1.15
thrift0.2.0 libpoppler5 qfacebook
libpoppler-qt4-3
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
/home/user/MyDocs # dpkg -i thrift0.9.0_0.9.0-1_armel.deb
Selecting previously deselected package thrift0.9.0.
(Reading database ... 28067 files and directories currently installed.)
Unpacking thrift0.9.0 (from thrift0.9.0_0.9.0-1_armel.deb) ...
dpkg: error processing thrift0.9.0_0.9.0-1_armel.deb (--install):
trying to overwrite `/opt/lib/libthrift.so', which is also in package thrift0.2.0
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
thrift0.9.0_0.9.0-1_armel.deb
/home/user/MyDocs #


Someone should please guide me. Is there anything am not doing correctly?


All times are GMT. The time now is 08:15.

vBulletin® Version 3.8.8