Closed GoogleCodeExporter closed 8 years ago
Alright I got it figured out.
Original comment by tylernel...@gmail.com
on 26 Jun 2012 at 7:10
[deleted comment]
Original comment by ing.pca...@gmail.com
on 6 Sep 2012 at 3:12
[deleted comment]
Where can I download this .jar?
Original comment by jai...@cicese.edu.mx
on 17 Sep 2012 at 8:43
After looking into what I did to get it to function; I just removed all
reference to it and was able to get it running. it just does not support the
bluetooth backup message transfer. I do not know if the developers have an
answer to this.
Original comment by tylernel...@gmail.com
on 18 Sep 2012 at 7:18
[deleted comment]
[deleted comment]
It is just a jar file contains a single class Obfuscator.java
package ch.ethz.bluetest.credentials;
public class Obfuscator
{
public Obfuscator()
{
}
public static String getKey()
{
return "KEY";
}
public static String getSecret()
{
return "SECRET";
}
}
OR create your own class store these..
Original comment by rukmal.d...@nindevasia.com
on 16 Oct 2012 at 11:40
Any chance of simply including the jar?
Thanks,
Original comment by 3la...@gmail.com
on 26 Nov 2012 at 12:23
I included what I found here
https://code.google.com/p/twimight/source/browse/branches/twimight_ng/libs/bluet
est_credentials.jar?r=48
seems to be working alright
Original comment by raphaels...@gmail.com
on 19 Jul 2013 at 9:00
LogCollector.Java, lines 22 and 24
Crittercism.init(context, Obfuscator.getCrittercismId()
try to call another method of obfuscator .
any thoughts ?
Original comment by avishalo...@persado.com
on 23 Oct 2013 at 2:37
Original issue reported on code.google.com by
tylernel...@gmail.com
on 25 Jun 2012 at 7:43