mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Failed attempt to make marketcheck work again. Need new device ID.
This commit is contained in:
parent
29ada7392f
commit
1191650b99
5 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
=Libraries=
|
=Libraries=
|
||||||
|
|
||||||
androidmarketapi-0.3.jar is Apache 2.0 licensed - source from:
|
androidmarketapi-x.x.jar is Apache 2.0 licensed - source from:
|
||||||
|
|
||||||
http://code.google.com/p/android-market-api/
|
http://code.google.com/p/android-market-api/
|
||||||
|
|
||||||
|
|
|
||||||
BIN
marketcheck/androidmarketapi-0.6.jar
Normal file
BIN
marketcheck/androidmarketapi-0.6.jar
Normal file
Binary file not shown.
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
javac -classpath androidmarketapi-0.5.jar test.java
|
javac -classpath androidmarketapi-0.6.jar test.java
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
java -classpath ".:androidmarketapi-0.5.jar" test $1 $2 $3
|
java -classpath ".:androidmarketapi-0.6.jar" test $1 $2 $3
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ class test {
|
||||||
MarketSession session = new MarketSession();
|
MarketSession session = new MarketSession();
|
||||||
|
|
||||||
session.getContext().setAndroidId("87548757565689");
|
session.getContext().setAndroidId("87548757565689");
|
||||||
session.getContext().setDeviceAndSdkVersion("crespo:8");
|
session.getContext().setDeviceAndSdkVersion("sapphire:7");
|
||||||
System.out.println("Login...");
|
System.out.println("Login...");
|
||||||
session.login(login,password);
|
session.login(login,password);
|
||||||
System.out.println("Login done");
|
System.out.println("Login done");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue