Changes between Version 1 and Version 2 of AndroidBuildClient


Ignore:
Timestamp:
Aug 10, 2012, 6:17:26 AM (12 years ago)
Author:
Joachim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildClient

    v1 v2  
    119119
    120120Of course you are free to adapt the Manager to suit the needs of your project, e.g.:
    121  *  rename application
     121 *  add/remove tabs of the tabbed layout by setting bools at /res/values/configuration.xml
     122 *  rename application or change its package name
    122123 *  adapt graphical identity
    123  *  translate to other language
     124 *  translate to other language (see /res/values/strings.xml)
    124125
    125126If you make major improvements to AndroidBOINC,
    126127please consider sharing them with the community!
    127 
    128 
    129 == Remarks on changing package name ==
    130 
    131 If you want to change the Android application's package name,
    132 be advised that you also have to adapt the working directory
    133 in the sources of the BOINC Client.
    134 The working directory is defined in *boinc-client-sources*/lib/android_log.h.
    135 
    136 The working directory is defined with the pattern:
    137 "/data/data/*android.package.name*/client"
    138 
    139 Re-compile BOINC Client for changes to take effect.
    140128
    141129