関連するメール
[libdecodeqr:0010] B
Andrew Daviel
[libdecodeqr:0011] R
Stefano Pedemonte
[libdecodeqr:0012] R
Andrew Daviel
[libdecodeqr:0013] R
Stefano Pedemonte
[libdecodeqr:0014] R
Andrew Daviel
[libdecodeqr:0015] R
Stefano Pedemonte
[libdecodeqr:0016] R
Andrew Daviel

[libdecodeqr:0016] Re: Building libdecodeqr for Maemo Linux

Andrew Daviel (advax#triumf.ca) 2008/03/29 16:16:24 -0700


On Fri, 28 Mar 2008, Stefano Pedemonte wrote:

> There's a hint here:
> http://lists.evolvis.org/pipermail/jalimo-info/2008-March/000074.html
> AWT and Swing (which give you gui functionality) are in the additional
> package classpath-gtk..

Thanks. Yes, that works. It's painfully slow on the tablet (nearly a
minute to decode one image) and not as reliable on camera images as on
the original file. Naturally. But two short messages I tried came out
OK in libdecodeqr when I copied the photos back to my desktop, but were
garbled in qrcode (desktop or tablet)


FYI for the list archives:
libdecodeqr under Jalimo on Nokia N800,N810:

add to /etc/apt/sources.list.d/some.list :
deb http://jalimo.evolvis.org/repository/maemo/ maemo4.0 user

then
# apt-get install jalimo-swt-example
# apt-get install classpath-gtk

which installs various dependencies like cacao, classpath, libswt
as per
http://wiki.forum.nokia.com/index.php/Getting_started_with_Java_on_maemo

Andrew