Moto Hell - The Motorola Modding Community

Motorola Phone Models => Software (Phone) => Topic started by: iloveu591 on January 11, 2008, 05:34:15 am



Title: Emergency Folders
Post by: iloveu591 on January 11, 2008, 05:34:15 am
Decompression download compressed, will be autorun directory, the directory will be copied to the root of the SD card, insert the SD card can restart phone.
Extract passwords bg3721

99% Effectively deal with Various of Dead

In the process of running the script will restart a mobile phone after the restart,  the sub-script "clear_sc.txt" will be renamed   "xclear_sc.txt"  to avoid duplication operation
If you want to use  again  only renamed xclear_sc.txt to clear_sc.txt  (from moto.it168.com)



Please forgive me if you cant't understand```


Title: Re: Emergency Folders
Post by: u4ia_eclipse on January 11, 2008, 06:57:47 am
i think it resets the phone's setting to default if there is ever a problem with booting up the phone. am i right? this removes ezx_theme.cfg, the theme folder, and all the autorun/startup texts when the script is run.. and it also copies the included ezx_system.cfg to the phone..


Title: Re: Emergency Folders
Post by: Taurnil on January 12, 2008, 06:59:36 am
Code:
rm -f /ezx_user/download/appwrite/setup/ezx_theme.cfg
rm -rf /ezx_user/download/appwrite/setup/theme

cp -f /mmc/mmca1/autorun/ezx_system.cfg /ezx_user/download/appwrite/setup/ezx_system.cfg

rm -f /ezxlocal/download/mystuff/Others/startup.*
rm -f /ezxlocal/download/mystuff/Others/autorun/startup.*
rm -f /ezxlocal/download/mystuff/unKnown/startup.*
rm -f /ezxlocal/download/mystuff/unKnown/autorun/startup.*

yup, it cleans the stuff you mount on autorun... but it miss My_FAVOR folder.... I'm used to mount everything there xD


Title: Re: Emergency Folders
Post by: Exploited on January 13, 2008, 10:36:56 am
thanks for that