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

How can I code these adb commands #96

Open
shumagel opened this issue Jul 6, 2022 · 2 comments
Open

How can I code these adb commands #96

shumagel opened this issue Jul 6, 2022 · 2 comments

Comments

@shumagel
Copy link

shumagel commented Jul 6, 2022

Hello!!
Thank you for your code. I really enjoy it.
But recently I neeed to refresh a device. So this command works good.
"adb usb" in command prompt.
But In ppadb How can I use above command?
Than above thing "adb start-server", "adb kill-server", "adb reconnect".. etc
How do I make code with above things..?
Please let me know the way to deal with above commands
Thank you.

@dmdhrumilmistry
Copy link

You can use subprocess to call adb, but you need to set adb directory path first for the user

@CourageTrain
Copy link

When you say "adb usb" in command prompt- what does it mean?
Please provide code snapshots and more info

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

3 participants