src/com/beem/project/beem/BeemService.java
changeset 721 3bedd1e275b8
parent 719 a6e9d50ff96b
child 728 13d204a5c6fe
--- 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");
     }
 
     /**