Changes between Version 1 and Version 2 of AndroidBuildClient
- Timestamp:
- Aug 10, 2012, 6:17:26 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildClient
v1 v2 119 119 120 120 Of 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 122 123 * adapt graphical identity 123 * translate to other language 124 * translate to other language (see /res/values/strings.xml) 124 125 125 126 If you make major improvements to AndroidBOINC, 126 127 please 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 directory133 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.140 128 141 129