Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-adb freezes when connecting to bluestacks app player #95

Open
sunnad99 opened this issue Jun 12, 2022 · 2 comments
Open

python-adb freezes when connecting to bluestacks app player #95

sunnad99 opened this issue Jun 12, 2022 · 2 comments

Comments

@sunnad99
Copy link

sunnad99 commented Jun 12, 2022

When I try to launch the following script for Bluestacks 10's app player, my interpreter just freezes. The freeze occurs whenever I call a method of the Client class (devices, version etc...)

from ppadb import client


adb = client.Client(host='127.0.0.1', port=5555)
print(adb.devices())

There is no error that is thrown and I cannot even keyboard interrupt the interpreter. I have to force close it from task manager.

@ebisek-logi
Copy link

ebisek-logi commented Jun 13, 2022 via email

@sunnad99
Copy link
Author

Ahh Alright, I understand now, that makes sense. So to connect ppadb to my device, I do need to have adb running. I assumed this library would not require adb from the android website but now its pretty clear. Thank you for the swift response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants