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
|
|
@ -46,7 +46,7 @@ class test {
|
|||
MarketSession session = new MarketSession();
|
||||
|
||||
session.getContext().setAndroidId("87548757565689");
|
||||
session.getContext().setDeviceAndSdkVersion("crespo:8");
|
||||
session.getContext().setDeviceAndSdkVersion("sapphire:7");
|
||||
System.out.println("Login...");
|
||||
session.login(login,password);
|
||||
System.out.println("Login done");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue