Skip to content
mide42 edited this page Jul 25, 2015 · 1 revision

In the repository of this project some auxiliary scripts for the Bash Shell can be found (see here). These scripts can be executed on a Linux system (they were tested with OpenSuse 13.1) or with Cygwin32 on Windows.

List of scripts:

  • CutScreenshotFromNexus4.sh: Crop screenshots taken on Nexus 4 with Emulator. These screenshots can be used in the app's listing in the app store.

  • BuildFeatureGraphic.sh: Takes the app's icon (512x512 pixel) as input and creates a "Feature Graphic" to be used in the app's listing in the app store. The icon's size is reduced to 480x480 and centered over a black background. The feature graphic created as the size of 1024x500. Feature Graphics are used at the top of the app's listing in the app store.

  • ExtractStringResourceNames.sh: Script for extracting the identifiers of translatable strings in XML resource files. The list of identifiers of each XML file is written to a text file in sorted order. These text files can be compared to find missing translations.

The scripts that do image processing depend on ImageMagick, which is also available as package for Cygwin.

Please also read the comments at top of each of these script files.

These script were written especially for ChoBoSync, i.e. they were not taken from the Funambol Open Source Project or the PTBV SyncML client.

The scripts are distributed WITHOUT ANY WARRANTY!

Clone this wiki locally