|
|
2009-10-08
, 09:45
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#12
|
|
|
2009-10-08
, 10:14
|
|
Posts: 76 |
Thanked: 41 times |
Joined on Nov 2008
@ Germany
|
#13
|
opening web links in dmtx or qrcodes is broken (I broke it just before I left),
Index: web.c
===================================================================
--- web.c (revision 98)
+++ web.c (working copy)
@@ -1750,7 +1750,7 @@
switch (response) {
case GTK_RESPONSE_YES:
osso_context = osso_initialize ("com.lardman.mbarcode", "0.0.1", FALSE, NULL);
- osso_rpc_async_run(osso_context, "com.nokia.osso_browser", "/com/nokia/osso_browser", "com.nokia.osso_browser", "open_new_window", osso_retval, DBUS_TYPE_STRING, open, DBUS_TYPE_INVALID);
+ osso_rpc_async_run(osso_context, "com.nokia.osso_browser", "/com/nokia/osso_browser", "com.nokia.osso_browser", "open_new_window", osso_retval, NULL, DBUS_TYPE_STRING, open, DBUS_TYPE_INVALID);
//osso_rpc_run_with_defaults(osso_context, "osso_browser", "open_new_window", NULL, DBUS_TYPE_STRING, open, DBUS_TYPE_INVALID);
osso_deinitialize(osso_context);
break;
| The Following User Says Thank You to MrWeasel For This Useful Post: | ||
|
|
2009-10-12
, 14:29
|
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#14
|
| The Following 2 Users Say Thank You to Jaffa For This Useful Post: | ||
|
|
2009-10-12
, 20:51
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#15
|
| The Following 2 Users Say Thank You to lardman For This Useful Post: | ||
|
|
2009-10-13
, 09:29
|
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#16
|
And he promises to get the auto-focus and LED lighting working on the N900 asap (as well as sorting out some webscraping on all the devices, using at least Amazon, and fixing the url opening using MrWeasel's pointer).
Webscraping patches (or any other for that matter) welcome of course.
I'm also planning to add support for QR codes containing vCards, anything else specific anyone knows of that should be added in? iCal perhaps?
|
|
2009-10-13
, 11:30
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#17
|
| The Following User Says Thank You to lardman For This Useful Post: | ||
|
|
2009-10-18
, 14:11
|
|
Posts: 15 |
Thanked: 4 times |
Joined on Jun 2009
|
#18
|
|
|
2009-10-18
, 14:18
|
|
Posts: 76 |
Thanked: 41 times |
Joined on Nov 2008
@ Germany
|
#19
|
|
|
2009-10-18
, 14:30
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#20
|
I can't get the libdmtx0 to install on mine - it shows an error even when both files are in the same directory.
Any ideas?
http://people.bath.ac.uk/enpsgp/nokia770/mbarcode/
no installable package yet, place mbarcode somewhere and install libdmtx0.
webscraping is disabled (doesn't work consistently, so best disabled to avoid segfaults), opening web links in dmtx or qrcodes is broken (I broke it just before I left), but it still displays the url on the screen. database stuff is probably also broken/only partly working so far.
but the good news: decodes 1d, qr code and datamatrix barcodes and displays the data.
code is under the maemo-barcode garage project under branches/simon_wip/maemo-barcode (iirc, can't check here).
will get back to fixing things up once I'm back from the summit, patches and ideas welcome of course.