It would be nice to be able to use DebugPort to inspect and modify SharedPreferences within the app without requiring a bunch of beanshell commands to access them.
Would it be better to add a new telnet server for this, or to create an in-memory SQLite database with all the preference data? (each shared preferences file would have its own table)