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.


Topics - cs_jacky

Pages: [1] 2
1
Zaurus - pdaXrom / Any Suggestions On Gtk2 Address Book And Organiser
« on: January 12, 2006, 03:32:30 pm »
As a CJK user, pim/pi is a less than perfect solution as it does not work with scim.

I am actively looking for GTK2 applications to replace it. However, I can't find any good apps on the Ineternet. Anyone have suggestions?

I already found a GTK2 password manage and it works fine. I need address book and organiser. I will post all of them together after I compiled them. Now, I need your suggestions.  Thanks.

2
Zaurus - pdaXrom / How To Get The Source Code Of Xmms-tremor
« on: January 12, 2006, 12:19:11 am »
Hi,

I have compiled BMP. However, it uses floating point algorthm. Since BMP was based on the XMMS, I can port xmms-tremor to BMP quite easily.

Now, I need the xmms-tremor source code but I can't find in on the Internet. Anyone know where to get it?  Thanks.

Jacky

3
Zaurus - pdaXrom / Beep-media-player Compiled
« on: January 11, 2006, 04:07:51 am »
For CJK people, good news... We have player that display CJK characters correctly.

I compiled beep-media-player (BMP). However, the decoder in the player use floating point algorithm. This used almost 100% CPU in my C860 (with all visualization, etc switched off).

Fortunately, BMP can use XMMS plugins. That means you can use the integer algorithm plugin in XMMS (such as XMMS mad plugin). I splited it into a number of ipks for easy installation.

1. BMP program
    Install this ipk

2. Plugins
2.1 MP3 decoder (required if you are going to listen MP3s)
      There are 2 options. You should only install one of the two.
      1. Floating point decoder:
         
      2. Integer decoder from XMMS. No dependency on XMMS (i.e., you can remove XMMS):
          (xmms-mad 0.8 from sourceforge.net and ported to BMP)

2.2 Ogg decoder (required if you are going to listen OGGs)
      Two options again. You should only install one of the two.
      1. Floating point decoder (you need to install libogg and libvorbis):
         
         
         
      2. Integer decoder from XMMS. No dependency on XMMS (i.e., you can remove XMMS):
          (compiled for BMP)

2.3 CD Audio (required if you are going to listen CD?!):
     

2.4 WAV decoder (required if you are going to listen WAV):
       [ Invalid Attachment ]

MAD and Tremor plugin gives a very good performance and I suggest you to use these two plugins instead of their floating point counterparts.

Enjoy...

4
Zaurus - pdaXrom / Gnomesword
« on: December 04, 2005, 09:10:17 pm »
Gnomesword is compiled. You need to install all the ipks belows and libcurl in the feed.





 [ Invalid Attachment ]

WARNING: Gnomesword cannot use sword-1.5.8. You HAVE to use sword-1.5.8_pre1.

Enjoy...  

5
Zaurus - pdaXrom / How To Do A Roll Over?
« on: September 29, 2005, 11:18:47 pm »
Hi,

How to move the mouse cursor without generate a mouse click in pdaXrom?  Thanks.

Jacky

6
Zaurus - pdaXrom / New Ipk Uploaded To Unstable Feed
« on: February 15, 2005, 06:09:32 am »
Hi,

I just uploaded the following packages to pdaxrom unstable feed:
- CUPS
- SCIM (and SCIM-Table)
- Wenji (a GTK input method module; I prefer SCIM)
- Sword
- BibleStudy (a Sword frontend)

Enjoy...  

Jacky

7
Zaurus - pdaXrom / Printing Problem In Gnumeric And Abiword
« on: February 13, 2005, 03:47:31 am »
Hi,

I have setup CUPS and can print from firefox, Xpdf without problem. However, I cannot print from gnumeric and abiword. The print dialog pop up but the program crashed after I click the print/ok button. How can I fix it?  Thanks.

Jacky

8
Zaurus - pdaXrom / Native Sdk Bug
« on: February 10, 2005, 09:29:17 pm »
Hi,

When I compile scim with native SDK, I got the following error
Code: [Select]
../../utils/.libs/libscim-gtkutils-1.0.so: undefined reference to `g_assert_warning'
../../utils/.libs/libscim-gtkutils-1.0.so: undefined reference to `g_return_if_fail_warning'

It takes me hours to find out that the glib header files in native SDK is of version 2.6.1 (but the library is 2.2.6!). Please fix it.  Thanks.

Jacky

9
Zaurus - pdaXrom / Chinese New Year Gift
« on: February 09, 2005, 08:33:41 pm »
Hi,

A gift for Chinese... This is a gtk im module for Chinese input method. This module allows Chinese input in GTK programs (such as gaim) only. It is better than none, right?

After installed the ipk (attached), run tim-config to setup you the environment. It will create ~/.wenju, ~/.gtk-2.0, and ~/.gtk-2.0/gtk-immodules. You should be able to select the input mehtod in text input fields with right click -> Input Method.

For some reason, the input method menu was taken out in Mozilla, firefox, and thunderbird. To preload your input method, set the environment variable "GTK_IM_MODULE" to your input method. For example, preload ChangJi input method in firefox, you can run it with
Code: [Select]
GTK_IM_MODULE=cj.tim firefox
By default, firefox will switch to ChangJi and you can use CTRL-Space to switch between your input method and English.

Of cause, you can set the variable in /etc/profile or even change the firefox shell in /usr/bin.

Enjoy... Happy Chinese New Year

EDIT: The IPK was uploaded to unstable feed.

10
Zaurus - pdaXrom / Compilation Error... Sdk Bug?
« on: February 08, 2005, 08:48:29 pm »
Hi,

I tried to cross-compile SCIM in my Linux. However, I found the following error:
Code: [Select]
armv5tel-cacko-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../src -I../intl -DSCIM_DATADIR=\"/usr/share/scim\" -DSCIM_LOCALEDIR=\"/usr/share/locale\" -DSCIM_SYSCONFDIR=\"/usr/etc\" -DSCIM_LIBEXECDIR=\"/usr/lib/scim-1.0\" -DSCIM_ICONDIR=\"/usr/share/scim/icons\" -DSCIM_MODULE_PATH=\"/usr/lib/scim-1.0\" -g -O2 -g -MT scim_backend.lo -MD -MP -MF .deps/scim_backend.Tpo -c scim_backend.cpp  -fPIC -DPIC -o .libs/scim_backend.o
In file included from /opt/arm/3.3.2-vfp/include/c++/3.3.2/bits/stl_algobase.h:67,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/memory:54,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/string:48,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/bits/locale_classes.h:47,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/bits/ios_base.h:47,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/ios:49,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/ostream:45,
                 from /opt/arm/3.3.2-vfp/include/c++/3.3.2/iostream:45,
                 from scim.h:169,
                 from scim_backend.cpp:32:
/opt/arm/3.3.2-vfp/include/c++/3.3.2/cstdlib:103: error: `malloc' not declared
make[2]: *** [scim_backend.lo] Error 1
make[2]: Leaving directory `/home/jacky/downloads/temp/scim-1.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jacky/downloads/temp/scim-1.1.3'
make: *** [all] Error 2

The error was caused by a "using ::malloc:" in the file cstdlib. If I remove this line, I can get the compilation passed. But get a symbol not found error in link (ld).

Any idea to fix this problem?  Thanks.

Jacky

11
Zaurus - pdaXrom / Possible To Print?
« on: January 03, 2005, 08:55:03 am »
Hi,

I would like to see any printing solution available in pdaXrom. In Linux, CUPS is the choice but it also requires ghostscript, etc to function properly. Any effort working on printing?  Thanks.

Jacky

12
Zaurus - pdaXrom / Request For Kdepim Update
« on: January 03, 2005, 08:50:54 am »
I would like to ask whether there will be updated kdepim available? It will be a very nice feature if I can sync data with the builtin pi/sync function.  Thanks.

13
Zaurus - pdaXrom / How To Repair Root Partition?
« on: November 25, 2004, 09:16:00 pm »
Hi,

My Zaurus was hanged when I was using GPRS card with low battery level. I have to take out the battery to restart. After that, I found the following messages during boot up.

Code: [Select]
IrCOMM protocol (Dag Brattli)
cramfs: wrong magic
FAT: bogus logical sector size 381
Eep. Child "testsocketserver.cpp" (ino #7573) of dir ino #7566 doesn't exist!
Eep. Child "FoxyTunes.dll" (ino #14450) of dir ino #14443 doesn't exist!
Inode #6410 was a directory with children - removing those too...
Inode #6411 was a directory with children - removing those too...
Inode #8278 was a directory with children - removing those too...
Inode #2665 was a directory with children - removing those too...
Inode #14443 was a directory with children - removing those too...
Cannot remove child "FoxyTunes.dll", ino #14450, because it doesn't exist
Inode #764 was a directory with children - removing those too...
Inode #9597 was a directory with children - removing those too...
Inode #7566 was a directory with children - removing those too...
Cannot remove child "testsocketserver.cpp", ino #7573, because it doesn't exist
Inode #7330 was a directory with children - removing those too...
Inode #9598 was a directory with children - removing those too...
VFS: Mounted root (jffs2 filesystem) readonly.
Mounted devfs on /dev
Freeing init memory: 152K

There was a FoxyTunes.dll in the root partition. I have deleted all FoxyTunes.dll in my Zaurus but still get this message.  I think it is related to the file system in the root partition.

Anybody suggest a way to fix it?  Thanks in advance.

14
Zaurus - pdaXrom / Want Latest Kdepim
« on: November 23, 2004, 03:46:37 am »
Hi, I found kdepim 1.9.5 in RC5 feed. However, I want to use the "Pi-Sync" function which is not in 1.9.5.

I downloaded the latest source code and there are instructions to compile it for Cacko and OZ but not for pdaXrom. Anybody know how to compile it? Or, even better, compile it and upload it to RC5 feed? Thanks in advance.

15
Hong Kong / Where to buy Socket bluetooth CF card?
« on: May 23, 2004, 12:31:39 am »
Anybody know where to buy a Socket bluetooth CF adaptor in Hong Kong?

I have searched 298 but cannot find Socket BT. Furthermore, other BT CF I found there is incompatible with my c860.

I have  also sent HK dealer of Socket for where to buy it but no reply for a few weeks. Anybody brought one in Hong Kong? Or I ahve to buy it overseas? Any other working BT sugguestion is welcome as long as I can buy it in Hong Kong.

Furthermore, where can it buy the remote control headset in Hong Kong? I am very happy with my new c860... Just want to make it perfect!  Thanks.

Pages: [1] 2