Join Today
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2006
    Location
    Alor Star, Kedah, Malaysia
    Posts
    2,317

    Arrow NEW APP:Defrag v1.1

    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.
    Attached Files Attached Files
    Last edited by naset; 04-22-2008 at 05:21 PM.

  2. #2
    Join Date
    Nov 2007
    Location
    Panama City, FL
    Posts
    1,068

    Default

    Any chance of getting this to work on an E6?
    so long and thanks for all the fish

  3. #3
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by Chefanim View Post
    Any chance of getting this to work on an E6?
    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.

  4. #4
    Join Date
    Nov 2007
    Location
    Panama City, FL
    Posts
    1,068

    Default



    Not me

    Quote Originally Posted by swifty View Post
    yes.
    if one knows how linux scripts are working.
    it is some copy paste remove.
    Last edited by swifty; 04-23-2008 at 07:34 AM.
    so long and thanks for all the fish

  5. #5
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    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.

  6. #6
    Join Date
    Jan 2006
    Location
    Alor Star, Kedah, Malaysia
    Posts
    2,317

    Default

    @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.

  7. #7
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    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
    Attached Thumbnails Attached Thumbnails NEW APP:Defrag v1.1-before.png   NEW APP:Defrag v1.1-after.png  

  8. #8
    Join Date
    Jan 2006
    Location
    Alor Star, Kedah, Malaysia
    Posts
    2,317

    Default

    lol.yeah,i also think what this app do.it is a miracle.salute to the original dev.


 
+ Reply to Thread

Similar Threads

  1. [APP] MilkyTracker - sound mixer app (A1200 port)
    By Lubomyr in forum A1200 Applications
    Replies: 20
    Last Post: 05-03-2010, 03:37 PM
  2. Replies: 0
    Last Post: 07-28-2009, 02:50 PM
  3. [APP] RunScript - PKG app that execute script code at boot-time
    By intermario_gr in forum A1200 Applications
    Replies: 29
    Last Post: 10-22-2008, 05:54 PM
  4. Defrag utilities
    By naset in forum E680i Applications
    Replies: 10
    Last Post: 06-30-2007, 06:34 AM
  5. Defrag the e680i
    By fryrice8850 in forum E680i General Chat
    Replies: 8
    Last Post: 03-07-2006, 08:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1