Trucs, astuces, outils, savoir-faire.
Pour une informatique saine, donc libre...

Installations d'applications pour smartphone Android avec Raccoon

Howto change the base and data folder, with Raccoon.

The Racoon software comes with the manual, but there is no info about how to change the user folder, where the data are stored.
(I searched and didn't find it).

By default, Raccoon creates a folder and puts all it's stuff in a folder named : "~/Raccoon", that is in the user home folder.

After searching in the source code, and looking how it does it's "home" folder, the solution is easy.

For starting Raccoon with a different home and data folder, launch it with the java system property "raccoon.home" set to the folder you want.
The java system property is set when starting the Raccoon application

A sample of the code is :
java -Draccoon.home="/your/raccoon/data/folder" -jar raccoon-4.2.5.jar &

You can add the "-Draccoon.home=..." in the desktop menu (or "raccourcis") items for launching your Raccoon application, or in the scripts to start it.

This answers these questions or usecases :

  • HowTo change the user data folder in Raccoon ?
  • HowTo use Raccoon with several PC user profiles ?
  • HowTo start Raccoon with another home folder ?
  • HowTo backup the data stored by Raccoon ?
  • HowTo to migrate the data of Raccoon from one PC to another PC ?
  • How To build a "tests and trial" profile, on the PC, for Raccoon ?
  • How To test some APK applications installations, without corrupting my usual installations on my smartphone ?





Creative Commons License  Cette page du site www.Cool-Raoul.com vous est proposée par cool-raoul.com sous la licence Creative Commons Attribution-ShareAlike 4.0 International License.