[android-developers] ListPreference summary

2012-02-08 Thread program
I have a ListPreference with values A, B, and C. I have set the summary to %1$s. According to the documentation, the preference is supposed to use the supplied summary string (%1$s) with a formatter (java.util.Formatter) so that the real summary string value reflects the currrent preference

[android-developers] Re: ListPreference summary

2012-02-08 Thread program
This is with 4.0.2 by the way. I have been searching the bug database and found one that is related to it, but dating from 2008. Issue 931: PreferenceScreen.setSummary(..) does not update the summary, unreliable http://code.google.com/p/android/issues/detail?id=931 -- You received this

[android-developers] L2TP/IPSEC PSK with Android 4

2011-12-23 Thread program
I am having trouble connecting to an L2TP/IPSec PSK VPN (with pre- shared key). The same connection is working on my nexus one, but not on the galaxy nexus with ics. On the galaxy nexus it always times out. Has anybody experienced the same problem? PPPT works fine by the way. -- You received