Any chance of getting this to work on an E6?
New version of defrag utility from ccmove.
Google translation-
Update:
070122 调整使用说明,否则无法完成整理。070,122 adjustment that could not be completed compilation.出现内存变化不大的现象。Little change in the phenomenon of memory.
070129 发布1.0版,取消声音提示,改用LED状态灯提示,提升了软件运行权限,应该比较完美了。070129 released Version 1.0, cancelled voice suggested that the state switch to LED lights tips, upgrade the software running authority, should be more perfect.原来内存整理不成功的,可以试一下。Finishing the original memory unsuccessful, they can try.下一步考虑发布其他机型的。Next consider the release of other models
08年1月,根据部分A780 机友要求,发布1.1版。January 08, according to the Friends of the A780 aircraft requirements, release version 1.1.请试用,使用方法不变。Try using the same method.增加整理完成声音提示。Finishing completed increase voice tips.
Last edited by naset; 04-22-2008 at 05:21 PM.
Any chance of getting this to work on an E6?
so long and thanks for all the fish
yes.
if one knows how linux scripts are working.
it is some copy paste remove.
Code:#!/bin/bash DefragDir1="/diska/Defrag1" DefragDir2="/diska/Defrag2" UserDataDir1="/ezxlocal/download/appwrite/inputmethods" UserDataDir2="/ezxlocal/download/appwrite/inputmethods/iTap" export QTDIR=/usr/lib/ezx if [ ! -d $DefragDir1 ]; then mkdir $DefragDir1 fi if [ ! -d $DefragDir2 ]; then mkdir $DefragDir2 fi rm -f $DefragDir1/* rm -f $DefragDir2/* cp -p $UserDataDir1/* $DefragDir1 cp -p $UserDataDir2/* $DefragDir2 rm -f $UserDataDir1/* rm -f $UserDataDir2/* cp -p $DefragDir1/* $UserDataDir1 cp -p $DefragDir2/* $UserDataDir2 rm -f $DefragDir1/* rmdir $DefragDir1 rm -f $DefragDir2/* rmdir $DefragDir2
Last edited by swifty; 04-23-2008 at 07:33 AM.
addition:
i dont know how this script can do any defragmentation.
it only copy the content from inputmethods and iTap to another directory and back.
@swifty
this app will free the ezxlocal memory as bis as possible.i dunno what it copy,but it work tho.lol.
Last edited by naset; 04-23-2008 at 02:51 AM.
it is a miracle to me
udict.tbl 20kb
iTap_uad.dat 4kb
how can this free up 100 kb?
ok something is working, i am not![]()
lol.yeah,i also think what this app do.it is a miracle.salute to the original dev.