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 - wjping119

Pages: [1]
1
I like the beautiful appearance of sharp/cacko rom and the freedom of pdaXrom,so I want to boot the Qtopia from cacko on the pdaXrom pure console.
1. I copied the whole /usr/QtPalmtop.rom folder to pdaXrom's /home, and rename it to Qtpalmtop
2.I also copied cacko's /root/.home_default.tar.gz and extract /home/QtPalmtop/etc/ all file and folders of .home_default.tar.gz to /home/QtPalmtop/etc
3.edit /etc/profile modify QTDIR line to QTDIR=/home/QtPalmtop
;add line QPEDIR=/home/QtPalmtop;add /home/QtPalmtop/bin to PATH line;add $QTDIR/lib to LD_LIBRARY line
4.cp the all about qt files from /usr/lib/qt to /home/QtPalmtop/
5.enter /home/QtPalmtop/bin,excute ./qpe command,console dispaly as follows:
coudn't read privilege apps file /etc/privilege.conf
ln:Applications:File exists

I copied the privilege.conf file from /home/Qtpalmtop/etc again,but still the same result.can anyone who help me

2
Zaurus - pdaXrom / How To Mount The Initrd.bin
« on: March 29, 2006, 09:46:06 am »
My zaurus is C860,use pdaXrom1.1.0beta2 rom
I want to mount the initrd.bin fiel in the pdaXrom1.1.0beta2 for c860
Code: [Select]
[root@MagicLinux ~]# modprobe mtdcore
[root@MagicLinux ~]# modprobe jffs2
[root@MagicLinux ~]# modprobe mtdram total_size=5120 erase_size=16
[root@MagicLinux ~]# modprobe mtdchar
[root@MagicLinux ~]# mknod /dev/mtdblock0 b 31 0
[root@MagicLinux ~]# modprobe mtdblock
[root@MagicLinux ~]# losetup -o 16 /dev/loop0 ./initrd.bin
[root@MagicLinux ~]# dd if=/dev/loop0 of=/dev/mtdblock0
dd: writing “/dev/mtdblock0”: device has no space left
10241+0 records in
10240+0 records out
5242880 bytes (5.2 MB) copied, 0.143877 seconds, 36.4 MB/s
[root@MagicLinux ~]#
I dont konw why the "total_size=5120 erase_size=16"and "losetup -o 16"
also why "no space left"

3
Sharp ROMs / Why The 0 Byte Font
« on: March 09, 2006, 08:56:20 pm »
I use c860 with sharp rom,have nothing installed.It seems the system use lcfont as default font,but I found the lcfont is 0 byte,I don't know why

$ cd /home/QtPalmtop/lib/fonts
$ ls -l lc*
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_100_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_100_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_120_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_120_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_160_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_160_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_180_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_180_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_200_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_200_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_240_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_240_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_360_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_360_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_480_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_480_50_t10.qpf
lrwxrwxrwx    1 root     root           50 Nov  6 13:13 lcfont_720_50_t10.qpf -> /usr/QtPalmtop.rom/lib/fonts/lcfont_720_50_t10.qpf

$ cd /usr/QtPalmtop.rom/lib/fonts
$ ls -l lc*
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_100_50_t10.qpf
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_120_50_t10.qpf
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_160_50_t10.qpf
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_180_50_t10.qpf
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_200_50_t10.qpf
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_240_50_t10.qpf
-rwxr-x---    1 root     qpe             0 Nov  6 13:12 lcfont_360_50_t10.qpf
-rwxr-x---    1 root     qpe            10 Nov  6 13:12 lcfont_480_50_t10.qpf
-rwxr-x---    1 root     qpe            10 Nov  6 13:12 lcfont_720_50_t10.qpf

4
Zaurus - pdaXrom / How To Make The Gtk1 Apps Use Ttf Font?
« on: February 14, 2006, 06:28:20 am »
It seems the gtk1 apps can't find the ttf font to use
I think it can't find the ttf fonts' PATH,it should write in /etc/X11/XF86config,but I can't find it.
my locale is zh_CN.GBK
my /etc/gtk/gtkrc.zh_CN:
Code: [Select]
style "gtk-default-zh-cn" {
       fontset = "-microsoft-tahoma-medium-r-normal--16-*-*-*-*-*-iso8859-1,\
    -microsoft-tahoma-medium-r-normal--16-*-*-*-*-*-gbk-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn"

my /usr/X11R6/lib/X11/fonts/TTF/fonts.dir fonts.scale two files with same content:
Code: [Select]
265
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso10646-1
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-c-0-iso8859-1
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-10
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-15
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-2
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-3
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-4
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-5
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-8
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-iso8859-9
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-c-0-gb2312.1980-0
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-c-0-gbk-0
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-c-0-gb18030.2000-0
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-koi8-u
10-16.ttf -microsoft-tahoma-medium-r-normal--0-0-0-0-p-0-koi8-uni
arial.ttf -monotype-arial-medium-r-normal--0-0-0-0-p-0-iso10646-1
arial.ttf -monotype-arial-medium-r-normal--0-0-0-0-p-0-iso8859-10
................................

5
Zaurus - pdaXrom / Recompile Pppsettings And Packagemanager
« on: February 12, 2006, 11:53:28 am »
I translated the text resource in pppsettings and packagemanager packages into chinese,but the two packages' structural is so simple,I have no idea how to compile them.can someone give me some help?

6
Zaurus - pdaXrom / Do Qt Apps Have I18n Support?
« on: January 19, 2006, 01:59:49 am »
now i have made the gtk apps and the phython system setting apps which I often use can display chinese (the menu),but I also found some qt apps such as the package manage,pppsettings,justreader still can't, so I want to tranlate them,but I can't find any "po" or  "pot" file in their souce code,I have no idea whether they have i18n support.

7
Zaurus - pdaXrom / A Small Game I Compiled
« on: January 14, 2006, 12:07:22 am »
find the same picture connect them.
look at the about menu for more details.
I cannot find a nice icon for it

8
Zaurus - pdaXrom / Translate System Tools Into Chinese Problem
« on: January 12, 2006, 03:14:33 am »
I want to make the system tools (like network settings )  menu display chinese,so I edit /usr/bin/network.py file and modify related character string to chinese,but it display a blank for me.
can someone give some ideas?
thank you.

9
Zaurus - pdaXrom / How To Complie Qt ?
« on: December 13, 2005, 01:56:13 am »
I need recompile qt  with a patch,after I patch the source ,I created armv5tel-linux-g++ directiry in mkspecs and
copy files from linux-g++ and tune  the qmake.conf compare from pdaXrom-builder-02.36_29.11.05/pdaXrom-builder/config/pdaXrom/3.3.5-armv5tel-linux-g++/qmake.conf

then I begin configure ,

./configure --host=armv5tel-cacko-linux --build=i686-linux -qt-gif  -thread

sysytem display:
--host=armv5tel-cacko-linux: invalid command-line switch
--build=i686-linux: invalid command-line switch

WARNING: /usr/X11R6/lib/libGLU.so is threaded!
The Qt OpenGL module requires Qt to be configured with -thread.

then systerm  will display the qt configure help ,can not configure any more.My cross complier can complie some applications correctly,so should not it`s fault
can someone  tell me what can I do in this situation? if something wrong with my configure?can you give me the configure details?

My systerm is full install slackware 10.0,and use the cross-sdk from

Thanks.

10
Sharp ROMs / My C860 Cannot Start Cacko1.23
« on: November 18, 2005, 04:36:47 am »
when reboot,it display:

ERROR: /usr/sharp/etc/launch.conf --can not open file
ERROR: launch.conf --can not open file
/sbin/lauch: launch.conf not found
ERROR: /usr/sharp/etc/launch.conf --can not open file
ERROR: launch.conf --can not open file
/sbin/lauch: launch.conf not found
ERROR: /usr/sharp/etc/launch.conf --can not open file
ERROR: launch.conf --can not open file
/sbin/lauch: launch.conf not found
ERROR: /usr/sharp/etc/launch.conf --can not open file
ERROR: launch.conf --can not open file
/sbin/lauch: launch.conf not found
INIT:Id "In"respawning too fast:disabled for 5 minutes

can not start into sysytem

Pages: [1]