Join Today
+ Reply to Thread
Page 10 of 17 FirstFirst ... 67891011121314 ... LastLast
Results 91 to 100 of 167
Like Tree28Likes

Thread: FIRMWARE: R535H10_G_11.87.22P_Konig_v2

  1. #91
    Join Date
    Jan 2008
    Location
    Manila, Philippines
    Posts
    119

    Default

    Quote Originally Posted by Konig View Post
    Unfortunately, thats the case buddy. You will have to do a registry edit if you flash to a different firmware.
    Attached is the script which i used for multitheme.
    Then my guess is this will be my FINAL firmware while using my E6.
    Anyway, about the startup script, I need the one that automatically sets up font, on / off animation, etc. if you get what I mean.
    One can pay back the loan of gold,
    but one dies forever in debt to those who are kind.

    ~Malayan Proverb

  2. #92
    Join Date
    May 2007
    Location
    Mumbai
    Posts
    3,010

    Default

    Quote Originally Posted by ryanchanmd View Post
    Then my guess is this will be my FINAL firmware while using my E6.
    Anyway, about the startup script, I need the one that automatically sets up font, on / off animation, etc. if you get what I mean.
    Im sorry i didn't get you. Do you want me to code the startup1.txt for fonts and animations (or you want me to incorporate it into the firmware?)
    Below are the lines you should enter into the startup1.txt:
    (Note: For font, make sure the name is MyFont.ttf
    Any image file kept in a folder called Wallpaper will replace the wallpaper folder in the setup menu)
    Code:
     
    mount --bind /mmc/mmca1/MyFont.ttf /usr/language/fonts/AMCSL.TTF
    mount --bind /mmc/mmca1/on.gif /usr/data_resource/animation/Moto1.gif
    mount --bind /mmc/mmca1/off.gif /usr/data_resource/animation/Moto2.gif
    mount --bind /mmc/mmca1/Wallpapers /usr/data_resource/picture
    mount --bind /mmc/mmca1/startup.wav /usr/data_resource/phone/ui_start_up_mono.wav
    mount --bind /mmc/mmca1/lick.wav /usr/SYSqtapp/setup/soundfile/Touch_Scr_Click.wav
    mount --bind /mmc/mmca1/tone.wav /usr/SYSqtapp/setup/soundfile/Touch_Scr_Tone.wav
    ryanchanmd likes this.


    We're watching you. Be afraid. Be very afraid.

  3. #93
    Join Date
    Jan 2008
    Location
    Manila, Philippines
    Posts
    119

    Default

    Still can't make it work boss. I attached the startup.txt that I created based from the guide you gave from your last post. I changed some values based from my understanding from the sample code then placed them correctly in folder mmc/mmca1/autorun/startup folder with the names I changed. I also made the startup1.txt from Notepad++. And startup1.txt is in the root of my MMC. What am I doing wrong?
    Attached Files Attached Files
    One can pay back the loan of gold,
    but one dies forever in debt to those who are kind.

    ~Malayan Proverb

  4. #94
    Join Date
    May 2007
    Location
    Mumbai
    Posts
    3,010

    Default

    Try this file.
    Make sure the syntax is fine. Keep small case and upper case wherever necessary.
    Attached Files Attached Files
    ryanchanmd likes this.


    We're watching you. Be afraid. Be very afraid.

  5. #95
    Join Date
    Jan 2008
    Location
    Manila, Philippines
    Posts
    119

    Default

    Quote Originally Posted by Konig View Post
    Try this file.
    Make sure the syntax is fine. Keep small case and upper case wherever necessary.
    You're a GOD Konig. I can't thank you enough with just one press of a button. So happy to finally make it work! God Bless you
    One can pay back the loan of gold,
    but one dies forever in debt to those who are kind.

    ~Malayan Proverb

  6. #96
    Join Date
    May 2007
    Location
    Mumbai
    Posts
    3,010

    Default

    Haha. Good to see you got it working
    Any bugs, let me know.


    We're watching you. Be afraid. Be very afraid.

  7. #97
    Join Date
    Jan 2008
    Location
    Manila, Philippines
    Posts
    119

    Default

    boss I have another problem now. I can't put my E6 to Mass Storage mode. I think it is because of the custom font I am using. I have read it before here that this happens if you are using a TTF file in your MMC. Can you help me?
    One can pay back the loan of gold,
    but one dies forever in debt to those who are kind.

    ~Malayan Proverb

  8. #98
    Join Date
    May 2007
    Location
    Mumbai
    Posts
    3,010

    Default

    Yes, I can help you with it
    When you mount bind something, the card is automatically "locked" to the phone. So to fix this, we copy the files at startup to /tmp, and then mount it from there.
    see this example:

    if [ -f /mmc/mmca1/on.gif ]
    then
    cp /mmc/mmca1/on.gif /tmp/on.gif
    mount --bind /ram/tmp/on.gif /usr/data_resource/animation/Moto1.gif
    fi


    We're watching you. Be afraid. Be very afraid.

  9. #99
    Join Date
    Jan 2008
    Location
    Manila, Philippines
    Posts
    119

    Default

    Can you attach the modified startup1.txt here boss? Sorry but I really can't seem to make it work on my own.

    EDIT: No worries no more boss. Already found a startup script with your sample code above and its working perfectly. Thanks anyways.
    Last edited by ryanchanmd; 10-10-2008 at 06:44 AM.
    One can pay back the loan of gold,
    but one dies forever in debt to those who are kind.

    ~Malayan Proverb

  10. #100
    Join Date
    Feb 2008
    Location
    philippines
    Posts
    137

    Default

    @ryanchanmd bro what thread did find the startup.txt that is working for u? coz i have same prob with the usb massstorage... can u post it here bro? thnx alot!
    nivelglevin
    ProudPinoy!


 
+ Reply to Thread
Page 10 of 17 FirstFirst ... 67891011121314 ... LastLast

Similar Threads

  1. Replies: 489
    Last Post: 01-14-2011, 10:47 AM
  2. original firmware R535H10_G_11.87.22P(edge enabled)
    By haryanamotolovers in forum E6 Firmware
    Replies: 81
    Last Post: 12-18-2010, 04:15 PM
  3. Problem with Generic R535H10_G_11.87.22P Firmware!!
    By Rahul Hariya in forum E6 Firmware
    Replies: 4
    Last Post: 03-06-2009, 01:00 PM
  4. Replies: 4
    Last Post: 12-10-2008, 08:21 AM
  5. Need info about firmware R535H10_G_11.87.22P
    By FANDOO007 in forum E6 General Chat
    Replies: 6
    Last Post: 11-01-2008, 10:13 PM

Tags for this Thread

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