update: only _some_ apps do not save settings, e.g. the terminal-emulator.
it is *surprise* because they do not have proper write access to their data directories.
the logcat-command I just discovered helped me to track this down...
(Couldn't create directory for SharedPreferences file /data/data/jackpal.androidterm/shared_prefs/jackpal.androidterm_preferences.xml)
must be due to the fact that the data directory gets created during minimal-root, giving it wrong permissions
uninstall and reinstall of term helped!
but nonetheless - barshortcuts stopped working. it seems that you can sort of destroy it by adding certain shortcuts, so better leave it as it is...
Last edited by uboot; 11-13-2011 at 04:20 AM.
|