--- a/src/com/beem/project/beem/BeemService.java Wed Mar 31 21:52:49 2010 +0200
+++ b/src/com/beem/project/beem/BeemService.java Wed Mar 31 22:01:07 2010 +0200
@@ -142,8 +142,9 @@
}
mConnectionConfiguration.setDebuggerEnabled(false);
mConnectionConfiguration.setSendPresence(true);
+ // maybe not the universal path, but it works on most devices (Samsung Galaxy, Google Nexus One)
mConnectionConfiguration.setTruststoreType("BKS");
- mConnectionConfiguration.setTruststorePath("/system/etc/security/cacerts.bks"); //FIXME: maybe not the universal path, but working on my galaxy
+ mConnectionConfiguration.setTruststorePath("/system/etc/security/cacerts.bks");
}
/**