Join Today
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default Few questions on Autorun folder

    Hi, I have few questions on autorun folder. I wanted to know how to use following sub-folders in autorun folder:
    1. camera
    2. skins
    3. strings
    4. backup
    5. clock
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  2. #2

    Default

    Quote Originally Posted by prasannars View Post
    Hi, I have few questions on autorun folder. I wanted to know how to use following sub-folders in autorun folder:
    1. camera
    2. skins
    3. strings
    4. backup
    5. clock
    I think these autorun folders are used to mount files on startup

    like camera folder is for mounting camera binary file

    skins folder can be for skin of phone
    strings folder could be for mounting your language over the default on startup
    backup folder can be for creating backup or restoring it
    clock folder would be for the apmd binary which controls the clock speed of CPU to overclock or to underclock

    Well I suppose this would be helpful to you...
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  3. #3
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    Thanks...,
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  4. #4
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    How to autorun skins?? I tried putting .pskn, .skn & iconres files in autorun/skin/myskins but didn't work. Please help!!
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  5. #5

    Default

    Quote Originally Posted by prasannars View Post
    How to autorun skins?? I tried putting .pskn, .skn & iconres files in autorun/skin/myskins but didn't work. Please help!!
    can you Please post your autorun script here I will then be able to help you...
    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 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    No script for autorun. To load fonts, startup sound etc. I just copy files to respective folders in autorun & reboot. They will be loaded. I don't use startup script.
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  7. #7

    Default

    Quote Originally Posted by prasannars View Post
    No script for autorun. To load fonts, startup sound etc. I just copy files to respective folders in autorun & reboot. They will be loaded. I don't use startup script.
    then which firmware you are using it has inbuilt script to load these items I want that script file it could be S80Startup.sh or similar file
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  8. #8
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    I am using my mod MotoSpeed_RSP_03R for A1600. I added S80 autoon.sh, S80 startup1 & S90startup.sh. to firmware. Builtin startup & startup1 script. Here is script for skin that I included in S90 startup.sh
    f [ ! -d /mmc/mmca1/autorun/skin ]
    then
    mkdir /mmc/mmca1/autorun/skin
    fi
    Using internet through mobile, cannot attach file.
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  9. #9

    Default

    Quote Originally Posted by prasannars View Post
    I am using my mod MotoSpeed_RSP_03R for A1600. I added S80 autoon.sh, S80 startup1 & S90startup.sh. to firmware. Builtin startup & startup1 script. Here is script for skin that I included in S90 startup.sh
    f [ ! -d /mmc/mmca1/autorun/skin ]
    then
    mkdir /mmc/mmca1/autorun/skin
    fi
    Using internet through mobile, cannot attach file.
    just creating that directory will not make the skin to mount over the system skin.

    you have to include mount commands too

    add this too
    f [ -d /mmc/mmca1/autorun/skin ]
    then
    mount --bind /mmc/mmca1/autorun/skin/theme.skn /usr/data_resource/skin/default1/HAINAN_01.skn
    mount --bind /mmc/mmca1/autorun/skin/iconres.ezx /usr/data_resource/icon/iconres.ezx
    mount --bind /mmc/mmca1/autorun/skin/theme.pskn /usr/data_resource/skin//HAINAN_01.pskn
    fi
    This will solve your problem..

    I will prefer theme installation other than mount ---bind thing
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  10. #10
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    I tried Theme Ins mod by NTA. Problem is Original Colour Palette will be altered if I instal skins using Instheme. Eg. Icon text if it is white, it becomes grey or black. Now I am using Skin installer 2.6
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720


 
+ Reply to Thread
Page 1 of 2 12 LastLast

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. mtf screws autorun folder
    By tojo_friend in forum E6 General Chat
    Replies: 5
    Last Post: 09-07-2008, 04:05 AM
  5. autorun/preload folder on Amins EE
    By ltepperson in forum A1200 General Chat
    Replies: 10
    Last Post: 08-17-2008, 02:46 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 Optimization by vBSEO 3.6.0 RC 1