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
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
"GONE FOREVER TO MAKE A COME BACK"
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
well i use something like this....#!/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
![]()
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
here is my modified autorun.txt it is txt file not cfg file
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
"GONE FOREVER TO MAKE A COME BACK"
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"
and copy every data from your "ezx_autorun.cfg" to "ezx_boot.cfg"#!/bin/bash
/bin/ezx_boot &
Thats it ....
The purpose of ezx_boot is to run commands at startup.
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED