Giter VIP home page Giter VIP logo

Comments (17)

halletienne avatar halletienne commented on August 21, 2024

Same here. I faked an android ID, but I am not sure this is linked...
Edit : Generated an android ID and it worked

from gplaycli.

craftyguy avatar craftyguy commented on August 21, 2024

I see this on quite a few packages, even after regenerating the android ID.

$ gplaycli -s maps.me
Title                           Creator                       Size    Downloads       Last Update   AppID                           Version    Rating
MAPS.ME – Map & GPS NavigationMy.com B.V.                   83.9MB  10,000,000+     Oct 19, 2016  com.mapswithme.maps.pro         1644       4.46

$  gplaycli -d com.mapswithme.maps.pro
Error while downloading com.mapswithme.maps.pro : this package does not exist, try to search it via --search before
A few packages could not be downloaded :
com.mapswithme.maps.pro
list index out of range

from gplaycli.

matlink avatar matlink commented on August 21, 2024

Duplicate ? #27

from gplaycli.

craftyguy avatar craftyguy commented on August 21, 2024

I don't believe it's a duplicate. There are some apps that gplaycli will either 1) refuse to find at all or 2) refuse to find when installing, but search works. This doesn't seem to be tied to the android ID since changing the android ID to devices that are supported by the app (e.g. MotoX 2014 or Nexus 5x) didn't have any effect.

from gplaycli.

craftyguy avatar craftyguy commented on August 21, 2024

Another interesting bit of info that might help is that I do not have this problem when using Raccoon, even with the same android ID/credentials. Raccoon is able to find and download these apps that gplaycli can't 'see'.

from gplaycli.

matlink avatar matlink commented on August 21, 2024

Interesting. Have you any appname in mind to give me for tests?

from gplaycli.

craftyguy avatar craftyguy commented on August 21, 2024

How about the maps.me in my earlier comment? Also, the android webview app seems to have problems too.

On November 7, 2016 10:52:08 AM PST, Matlink [email protected] wrote:

Interesting. Have you any appname in mind to give me for tests?

You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#33 (comment)

from gplaycli.

matlink avatar matlink commented on August 21, 2024

I'm able to download it with default credentials :

$ ./gplaycli/gplaycli -pd com.mapswithme.maps.pro
[################################] 32356/32356 - 00:00:17
Download complete

Same for Wirex :

$ ./gplaycli/gplaycli -pd com.wirex
[################################] 22265/22265 - 00:00:19
Download complete

from gplaycli.

craftyguy avatar craftyguy commented on August 21, 2024

Hmm, that one seems to be working now. Great!

However, there here's one that, when using the default creds, doesn't work even though it's found in the search:

$ grep 3d7 ~/.config/gplaycli/credentials.conf
android_ID=3d716411bf8bc802
$ gplaycli -s trimet                                
Title                           Creator                  Size     Downloads   Last Update   AppID                                     Version  Rating
TriMet Tickets                  TriMet                   20.7MB   100,000+    Sep 15, 2016  org.trimet.mt.mobiletickets               1085     3.19
TriMet Tracker Free             Joe Pinsonault           3.0MB    100,000+    Nov 3, 2016   com.beagleapps.android.trimettrackerfree  10       3.93
TriMet Go                       SomethingExplosive Apps  3.6MB    10,000+     Nov 17, 2016  com.something15525.trimetgo.trimet_go     73       4.26
Portland Bus 2 -TriMet tracker  Adrian Otero Vila        24.9MB   10,000+     Jul 23, 2015  ws.otero.adrian.portlandbus               2948     4.12
Transit Tracker - TriMet        hillman apps             3.7MB    5,000+      Sep 20, 2016  com.hillman.trimettransit                 107      3.68
Transit: Real-Time Transit App  Transit App, Inc.        11.2MB   1,000,000+  Nov 8, 2016   com.thetransitapp.droid                   1005400  4.23
PDX Transit Finder              Ryan Roemmich            113.6KB  50,000+     Jun 9, 2010   org.roemmich.pdxtransitfinder             13       4.39
Swiftly                         Swiftly, Inc.            8.9MB    1,000+      Sep 23, 2016  com.swyftapp.free                         117008   4.26
$ gplaycli -d org.trimet.mt.mobiletickets           
Error while downloading org.trimet.mt.mobiletickets : this package does not exist, try to search it via --search before
A few packages could not be downloaded :
org.trimet.mt.mobiletickets
list index out of range

from gplaycli.

vimbrube avatar vimbrube commented on August 21, 2024

so far i can't find tinychat (air.com.tinychat.mobile) or live.me (com.cmcm.live) apps with the search and i can't download them with the appID either (default config or otherwise). re: tests

from gplaycli.

zolaahihi avatar zolaahihi commented on August 21, 2024

the same for me

~ > gplaycli -c gplay.conf -pd com.facebook.shout
Error while downloading com.facebook.shout : this package does not exist, try to search it via --search before
A few packages could not be downloaded :
com.facebook.shout
list index out of range

from gplaycli.

bit-prophet avatar bit-prophet commented on August 21, 2024

I have this problem too.
Even with several accounts(fake and real and default credential) I could not download most of useful apps.

from gplaycli.

harsh1412 avatar harsh1412 commented on August 21, 2024

I have the same issue..
Can't even download clash of clans..
Any temporary fix?

from gplaycli.

deanott avatar deanott commented on August 21, 2024

@harsh1412 what worked for me is just use a device with the lattest version of android :) should get most of the apps on the playstore that way. Might want to spin up a vm of the latest android device and take the android id from there 👍

from gplaycli.

dausruddin avatar dausruddin commented on August 21, 2024

How do I generate an android ID? I used my phone's ID and it gave me an error. Now I am using ID that I took from internet.

from gplaycli.

msdos avatar msdos commented on August 21, 2024

Might want to spin up a vm of the latest android device and take the android id from there

@deanott more examples on how to acomplish this? Did you download android sdk and set up the emulator? Where did you get the android id from there?

from gplaycli.

NoMore201 avatar NoMore201 commented on August 21, 2024

@msdos With recent versions of gplaycli and googleplay-api, the android id is generated from google servers and retrieved on first launch with credentials login (basically is the same thing as when you setup a new android device with a google account). In the code it's called gsfId. Notice that it will be different on every launch with credentials login.

from gplaycli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.