Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tsuribaka

Pages: [1]
1
Software / Znarau
« on: February 04, 2005, 12:42:50 pm »
Hehe, not yet. Soon...

2
Software / Znarau
« on: January 09, 2005, 03:46:58 pm »
I'll try to get an early version out as soon as possible (a few weeks).

The icon looks nice, could you see if you can make one the size of the other Zaurus icons? The larger icons could be used for the PC version (as the program can also be compiled to run under  *nix/KDE)

3
Software / Znarau
« on: January 04, 2005, 12:44:06 pm »
Have a look in /home/QtPalmtop/pics/ on your Zaurus, you can use those png's as templates for size.

To make changes to programs, you have to have
* The source code for the program
* A cross-compilation toolchain on your PC OR a compiler on your Zaurus
* Good knowledge of the programming language the program is written in (most likely C, C++ or Java)

...all of which is of course beyond the scope of this thread, search the forum for more info. If you're not familiar with programming it's going to be a lot of work, don't let that put you off though.

4
Software / Edit A Dictionary
« on: January 04, 2005, 12:30:23 pm »
I find quite a few useful words are missing from Jim Breen's edict file. I suppose the best solution would be to get them added to the official dictionary - is anyone familiar with Jim's policy for adding entries?

In the meantime, creating our own dictionary in the same format as Jim's (which would make it compatible with existing software) could be a solution, at least for software supporting more than one dictionary file. It would be trivial to create a program for adding edict entries (such a feature is on my todo-list for znarau), but it's also easy to create a file and add entries using a japanese-enabled text editor. The file format specs are available on Jim's site.

5
Software / Znarau
« on: January 04, 2005, 08:50:29 am »
Those are good! thanks, I'll use them.

6
Software / Znarau
« on: January 02, 2005, 03:28:49 pm »
An ipkg is not yet available. One will be available sooner or later; if you're a designer and want to help, an icon for this package would be a welcome contribution!

7
Software / Znarau
« on: December 29, 2004, 11:35:15 pm »
I thought I'd gauge the interest for the kind of app I'm working on. It's a word/kanji dictionary with quiz functions.

Basically, what I wanted to create was a "better wordtank", that is, a wordtank-like program but with the ability to create lists, quizzes, handwriting recognition etc.

How the program works can most easily be shown with a few screenshots which I put up at

http://www.kalhufvudet.nu/~johnny/j/web/index.html

The page is incoherent, look at the clock in the screenshots and you'll understand why.

What I want with this post is to see if there's anyone else interested in using a program like this (which means I hurry up a little bit getting a releasable version finished) or not (which means that I continue to develop the program but without any input from other users which would be less fun)

8
Sharp ROMs / Cacko Kernel For Sl-5500/5000d
« on: December 19, 2004, 12:54:41 pm »
Is it normal for System Info to show "Total Memory: 46280"  on a 5500?

"free" also says Mem:        46280.

Shouldn't it be 64M?

(I am using the 64M version of the rom)

9
Qt/Qtopia / Problem With Qwidget::setsizepolicy
« on: December 06, 2004, 10:24:33 am »
Ok, I got a working version after I copied the qte libraries from the Z to the PC and built against those. Either 2.3.2 and 2.3.7 aren't 100% compatible or something else doesn't match between my own and Cacko's setup...

10
Qt/Qtopia / Problem With Qwidget::setsizepolicy
« on: December 05, 2004, 11:02:50 pm »
Using libqte 2.3.2, Cacko rom on my SL-5500. The toolchain on my PC is  the one from  http://www.nautilus6.org/operation/zaurus.html

When (Qt Designer-generated) code in my program calls setSizePolicy for any widget, the program crashes. My program works when I comment out all the calls to the method in my project, but obviously that's not a good solution.

gdb doesn't help much, it just prints this:

Program received signal SIGSEGV, Segmentation fault.
Cannot access memory at address 0x0

Does anybody have a clue what's going on?

11
Software / ScummVM
« on: November 17, 2004, 02:28:53 pm »
Having browsed around this forum looking for hints and tried everything I can think of, I still can't get ScummVM (downloaded from http://chrisg.crispy-cow.de/zaurus OR the one from the official OZ feed) to work on my SL-5500 running OZ 3.5.1.

I'm using a freshly installed OZ with packages only from the OZ feed. ScummVM starts when using "-g normal", but the display is a mess. I can't make out the text in the UI but it does look like it isn't rotated like it should. I've tried creating '/tmp/qtembedded-zaurus/QtEmbedded-0.spec' with a few different values as suggested in a post on this site, but it doesn't make any difference.

Any help appreciated!

12
Software / VNC server
« on: November 17, 2004, 02:28:26 pm »
I would like to run a VNC server on my SL-5500, but I can't install the package at http://sdgsystems.com/download.html because I use Open Zaurus 3.5.1, and I can't find any package in the OZ feed.

Any hints would be great.

13
Security and Networking / Routing question
« on: November 16, 2004, 04:22:45 pm »
Thank you both!

I did use the wrong ip for the gateway, I understand better how it works now (and it does work).

14
Security and Networking / Routing question
« on: November 15, 2004, 04:57:41 pm »
I want my Zaurus (OpenZaurus, latest version) to have access to the Internet using the following setup:

My Zaurus is connected via USB to a laptop, which is in turn connected to a PC acting as a gateway to the Internet. I can ping the Zaurus from the gateway PC, and vice versa. However, I can't do "route add default gw the_pc" - I get a "no route to host" error.

Details:

Zaurus: 192.168.129.201

Laptop: 192.168.129.1 (usb) and 192.168.1.3

Gateway PC: 192.168.1.2 + connected to isp modem

route -n on the Zaurus gives:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.2     192.168.129.1   255.255.255.255 UGH   0      0        0 usbd0
192.168.129.0   0.0.0.0         255.255.255.0   U     0      0        0 usbd0

while route add default gw 192.168.1.2 results in :

route: SIOC[ADD|DEL]RT: Network is unreachable


/proc/sys/net/ipv4/ip_forward on the laptop is set to 1.


Please not that I did get this to work once, however I can't recreate it - I don't remember the exact commands I issued on the Zaurus.

I would appreciate any help!

Pages: [1]