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

Pages: [1]
1
Quote
great job!

how about the mac icons? where can i find that?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

You can find a lots of MAC icon from this site :
[a href=\"http://www.jonmega.com/iceman/]http://www.jonmega.com/iceman/[/url]  

2
I'm using KAGAYA's gallery for my wallpaper, thoese are petty and nice.

KAGAYA Website(Japanese)

My Desktop 1
My Desktop 2


And I'm using MAC OS icon on my Zaurus desktop.  I fixed the problem on copying file overwrite the link in pics and pics144 directory(Read-Only File System) by my theme installation script for Org ROM and Cacko :

----------------------------- Install ----------------------------------
#!/bin/bash

# ----------------------------------------------------------------------
# Please put the file in SD Card with following structure :
#       |- skin
#               |- pics
#               |- pics144
#               |- script
# ----------------------------------------------------------------------

SRC="/mnt/card/skin"
TGT="/opt/QtPalmtop"

echo Linking "$TGT"/pics
cd "$TGT"/pics
for i in $SRC/pics/*.* ; do
  rm `basename $i`
  ln -s $SRC/pics/`basename $i` $TGT/pics/`basename $i`
done

echo Linking "$TGT"/pics144
cd "$TGT"/pics144
for i in $SRC/pics144/*.* ; do
  rm `basename $i`
  ln -s $SRC/pics144/`basename $i` $TGT/pics144/`basename $i`
done

echo Completed

----------------------------- Restore ----------------------------------
#!/bin/bash

SRC="/usr/QtPalmtop.rom"
TGT="/opt/QtPalmtop"

echo Linking "$TGT"/pics
cd "$TGT"/pics
for i in $SRC/pics/*.* ; do
  rm `basename $i`
  ln -s $SRC/pics/`basename $i` $TGT/pics/`basename $i`
done

echo Linking "$TGT"/pics144
cd "$TGT"/pics144
for i in $SRC/pics144/*.* ; do
  rm `basename $i`
  ln -s $SRC/pics144/`basename $i` $TGT/pics144/`basename $i`
done

echo Completed
-------------------------------------------------------------------------

Enjoy  

3
Sharp ROMs / Zaurus Startup Screen
« on: April 05, 2005, 07:37:30 pm »
I like Cacko Startup Screen before........ but I just changed my Startup Screen to MAC OSX  

4
Sharp ROMs / Zaurus Startup Screen
« on: April 05, 2005, 07:34:12 pm »
I like Cacko Startup Screen before........ but I just changed my Startup Screen to MAC OSX  

Pages: [1]