Same input settings for all wallpapers

Discussion in 'Help & Support' started by Friendlyspeaking, Jun 4, 2013.

  1. Friendlyspeaking Active Member

    Member Since:
    Oct 12, 2012
    Message Count:
    86
    Likes Received:
    27
    Trophy Points:
    50
    Hello

    I created live wallpaper in 2.6 by testing different settings, now I want the same setting for all wallpapers but I have to enter values again and again for new wallpapers like Item, Directions, Other Properties, Interaction properties, Action state, Title, App Description etc. Please do something so I can use the same setting for all wallpapers so I have to modify little to make it work with different setting, when I click on previous wallpaper to check settings it doesn't save the settings for new wallpaper automatically, I have to click on Save Project..Save Project..Save Project..this is very time consuming :(

    Thanks
  2. Fando Administrator

    Member Since:
    Jan 8, 2012
    Message Count:
    134
    Likes Received:
    55
    Trophy Points:
    100

    Hey, there is a solution for this:

    1. Open work folder
    2. Make a copy of the .xml project file that you want to reproduce
    3. Open the copied xml project file in a text editor
    4. Change the image filename reference (highlighted in green) to a filename of your new background image. Make sure that the new image is inside the work folder as well:
      <string name="imageFilename">work\city sunrise 2.jpg</string>
    5. Change the application name to a new name (highlighted in green):
      <string name="appName">city sunrise 2</string>
    6. Save your changes and refresh the project tree inside LWC by clicking the refresh icon on the top left of the Project tab.
    7. Build your new project <-- Important step to avoid possible confusion of apk files.
    Friendlyspeaking likes this.
  3. Friendlyspeaking Active Member

    Member Since:
    Oct 12, 2012
    Message Count:
    86
    Likes Received:
    27
    Trophy Points:
    50
    Thank you very much for the solution
    Fando likes this.

Share This Page