chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d34f9
)
Need a different device/sdk for the market check, that one doesn't work any more
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 12 Feb 2011 22:01:45 +0000
(22:01 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 12 Feb 2011 22:01:45 +0000
(22:01 +0000)
marketcheck/test.java
patch
|
blob
|
history
diff --git
a/marketcheck/test.java
b/marketcheck/test.java
index 2a34a67d7a8b05df29badb42da7791746971900d..42c6a01dbdec88b361185309c7c97c1a370e25a5 100644
(file)
--- a/
marketcheck/test.java
+++ b/
marketcheck/test.java
@@
-44,7
+44,9
@@
class test {
System.out.println("Apps to check: " + apps.size());
\r
\r
MarketSession session = new MarketSession();
\r
+
\r
session.getContext().setAndroidId("87548757565689");
\r
+ session.getContext().setDeviceAndSdkVersion("crespo:8");
\r
System.out.println("Login...");
\r
session.login(login,password);
\r
System.out.println("Login done");
\r