Results 1 to 3 of 3
  1. #1
    Recently Initiate
    Join Date
    Dec 2008
    Device
    C905
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Surely it isn't that simple...

    Below is a portion of the Customize.xml file from my Vodafone (UK) C905. The Navigation Pad Up and Right shortcuts are locked by Vodafone's (awful) firmware whilst the other two are able to be modified.

    Now, if I were to change the highlighted portions from 'locked-item' to standard-item' and then copy it back to the phone, would that make the buttons configurable?

    <shortcut>
    <key id="nav-up">
    <name>JumpPage</name>
    <state>activated</state>
    <action-type>short-press</action-type>
    <type>locked-item</type>
    </key>
    - <key id="nav-right">
    <name>Menu_Hook_12_Id</name>
    <state>activated</state>
    <action-type>short-press</action-type>
    <type>locked-item</type>
    </key>
    - <key id="nav-down">
    <name>Phonebook</name>
    <state>activated</state>
    <action-type>short-press</action-type>
    <type>standard-item</type>
    </key>
    - <key id="nav-left">
    <name>Msg_WriteNew</name>
    <state>activated</state>
    <action-type>short-press</action-type>
    <type>standard-item</type>
    </key>
    </shortcut>
    Similarly, there are several demo games on the phone which cannot be deleted and they are listed in the Customise.xml file as below. Again, if I were to change 'false' to 'true', would I be able to delete these demos?

    <midlet deletable="false" upgradeable="true" install="true" movable="false" folder="GAMES" dataaccount="">
    <jar-file>java/dicho_d_shiho_en_fr_it_de_es_rollercoaster_v1_7_28 _dltb.jar</jar-file>
    <jad-file>java/dicho_d_shiho_en_fr_it_de_es_rollercoaster_v1_7_28 _dltb.jad</jad-file>
    </midlet>
    Or is it not as simple as that?

  2. #2
    Top Gold 500 simox's Avatar
    Join Date
    Feb 2007
    Device
    -
    Posts
    847
    Thanks
    10
    Thanked 396 Times in 184 Posts

    Re: Surely it isn't that simple...

    Now, if I were to change the highlighted portions from 'locked-item' to standard-item' and then copy it back to the phone, would that make the buttons configurable?
    Again, if I were to change 'false' to 'true', would I be able to delete these demos?
    Yes, but you need to do a master reset after modifying it.

    Another way is to upload a customize_upgrade.xml to /tpa/preset/custom/ folder. The customize_upgrade.xml will contain the modifyed parts. Example:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <customization>
     <mmi>
      <shortcuts>
       <shortcut>
        <key id="nav-up">
         <name>JumpPage</name> 
         <state>activated</state> 
         <action-type>short-press</action-type> 
         <type>standard-item</type> 
        </key>
       </shortcut>
      </shortcuts>   
     </mmi>
    </customization>
    In this case just turn on the phone, and problem solved.

  3. The Following User Says Thank You to simox For This Useful Post:

    REB

  4. #3
    Recently Initiate
    Join Date
    Dec 2008
    Device
    C905
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Re: Surely it isn't that simple...

    Simox, many thanks for the advice - it works a treat. I had my doubts that it could be that simple which is why I asked.

    I have used the first option of directly editing the original Customize.xml file (yes, I have a back up) and reloaded it to my phone. I am now able to set the right Nav Pad shortcut to anything I like -such as Opera Mini.

    Once again, many thanks for confirming that it really is that simple. :)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •