Join Today
+ Reply to Thread
Results 1 to 7 of 7
  1. #1

    Default autorun ezx_autorun.cfg help...

    i m makin a f/w for ma personal use ,n , i m gettin prob in ezx_autorun.cfg file....
    dis file doesn't run at startup ...
    i have tried editin s80autoon file bt ...dat didn't work...
    so could anyone tell me wat 2 do?

    Ravi Soni !


  2. #2
    Join Date
    Aug 2008
    Location
    Etawah the city of grt. DACOITS
    Posts
    4,897

    Default

    dont edit the s80 autoon.cfg of u want to edit then edit S80 startup1.cfg and autorun.cfg and s90 startup.cfg and if u want then i will provide you my newly modified autorun.cfg which i have made for my new a1200 f/w
    LG OPTIMUS 2X : MY INDROID EVOLUTION RC3
    SAMSUNG GALAXY SL : MY ANDROID EVOLUTION
    HTC ELFIN : MY DARIUS 6.5 ROM
    SONY ERICSSON X10 MINI : MINI EVOLUTION

    http://www.motorolafans.com/forums/signaturepics/sigpic64563_36.gif
    "GONE FOREVER TO MAKE A COME BACK"

  3. #3

    Default

    ok ,,,gimme dat.....thnx

    Ravi Soni !


  4. #4

    Default

    dude cud u specify the file names to edit properly ...plsss

    Ravi Soni !


  5. #5

    Default

    Quote Originally Posted by ravisoni7 View Post
    dude cud u specify the file names to edit properly ...plsss
    Actually Can you tell me what do you want to include in your autorun.cfg

    well that can help in suggesting what to do...

    I think I can help
    #!/bin/bash
    # By Kundancool @ Motorolafans.com for 'HackZ'
    # Build 08/02/2010

    # yan0_on
    /bin/yan0_on &

    # For Autorun
    if [ -f /mmc/mmca1/startup.txt ]
    then
    /mmc/mmca1/startup.txt &
    fi

    if [ -f /mmc/mmca1/startup1.txt ]
    then
    /mmc/mmca1/startup1.txt &
    fi

    if [ -f /mmc/mmca1/startup2.txt ]
    then
    /mmc/mmca1/startup2.txt &
    fi

    # Auto Swap
    if [ -f /mmc/mmca1/.system/swapfile.bin ]
    then
    start-stop-daemon --start --exec /sbin/swapon -p 1 -v /mmc/mmca1/.system/swapfile.bin
    fi
    # Auto load font
    if [ -f /ezxlocal/download/mystuff/preload/myfont.ttf ]
    then
    mount --bind /ezxlocal/download/mystuff/preload/myfont.ttf /usr/language/fonts/AMCSL.TTF
    elif [ -f /mmc/mmca1/.system/myfont.ttf ]
    then
    mount --bind /mmc/mmca1/.system/myfont.ttf /usr/language/fonts/AMCSL.TTF
    fi
    # Load Items
    if [ -f /ezxlocal/download/mystuff/preload/startup.wav ]
    then
    mount --bind /ezxlocal/download/mystuff/preload/startup.wav /usr/data_resource/phone/ui_start_up_mono.wav
    fi
    if [ -f /ezxlocal/download/mystuff/preload/on.gif ]
    then
    mount --bind /ezxlocal/download/mystuff/preload/on.gif /usr/data_resource/animation/Moto1.gif
    fi
    if [ -f /ezxlocal/download/mystuff/preload/off.gif ]
    then
    mount --bind /ezxlocal/download/mystuff/preload/off.gif /usr/data_resource/animation/Moto2.gif
    fi
    well i use something like this....
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  6. #6
    Join Date
    Aug 2008
    Location
    Etawah the city of grt. DACOITS
    Posts
    4,897

    Lightbulb

    here is my modified autorun.txt it is txt file not cfg file
    Attached Files Attached Files
    LG OPTIMUS 2X : MY INDROID EVOLUTION RC3
    SAMSUNG GALAXY SL : MY ANDROID EVOLUTION
    HTC ELFIN : MY DARIUS 6.5 ROM
    SONY ERICSSON X10 MINI : MINI EVOLUTION

    http://www.motorolafans.com/forums/signaturepics/sigpic64563_36.gif
    "GONE FOREVER TO MAKE A COME BACK"

  7. #7

    Default

    I have attached ezx_boot and ezx_boot.cfg

    as an archive just extract the attached zip file you will get both files

    Now what to do
    1.Copy the "ezx_boot.cfg" to "CG42"
    2.Copy the "ezx_boot" to "CG43/bin/"
    3.Now add these strings to "/etc/rc.d/rc2.d/S80autorun.sh"

    #!/bin/bash
    /bin/ezx_boot &
    and copy every data from your "ezx_autorun.cfg" to "ezx_boot.cfg"

    Thats it ....

    The purpose of ezx_boot is to run commands at startup.
    Attached Files Attached Files
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED



 
+ Reply to Thread

Similar Threads

  1. help about autorun folder
    By khalidhashmi-e6 in forum E6 General Chat
    Replies: 1
    Last Post: 08-19-2009, 04:37 AM
  2. autorun folder help
    By ravisoni7 in forum E6 General Chat
    Replies: 2
    Last Post: 03-10-2009, 01:41 PM
  3. Help with the 'autorun' folder
    By *~Nimsrules~* in forum E6 General Chat
    Replies: 3
    Last Post: 02-06-2009, 04:12 PM
  4. Replies: 2
    Last Post: 08-28-2008, 08:34 AM
  5. create scritp autorun
    By phongred in forum E680i General Chat
    Replies: 19
    Last Post: 03-22-2006, 03:29 AM

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