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

Multi-device support #49

Closed
amaanq opened this issue Oct 11, 2021 · 9 comments
Closed

Multi-device support #49

amaanq opened this issue Oct 11, 2021 · 9 comments
Milestone

Comments

@amaanq
Copy link
Contributor

amaanq commented Oct 11, 2021

For future reference I hope - add multiple device support. I always have an emulator running in the background and tried to use this on my phone. Unfortunately this just results in a "adb.exe: more than one device/emulator" which can simply be fixed by listing devices with adb devices then running each command per device with "adb -s " so "adb shell pm list packages" becomes "adb -s emulator-5554 pm list packages"

Thanks!

@0x192 0x192 changed the title More than one device connected to adb Multi-device support Oct 11, 2021
@0x192 0x192 added this to the 0.4 milestone Oct 11, 2021
@0x192
Copy link
Owner

0x192 commented Oct 11, 2021

I always have an emulator running in the background and tried to use this on my phone.

I hadn't thought of that. I will add multi-device support in the next release.

@amaanq
Copy link
Contributor Author

amaanq commented Oct 15, 2021

thanks! the app is amazing and super helpful to understand what all the random oem/carrier system apps did on my phone. i was always scared to remove them but not now and my phone lasts so long now! appreciate the work

0x192 added a commit that referenced this issue Oct 22, 2021
@0x192
Copy link
Owner

0x192 commented Oct 22, 2021

@amaanq

If you want to try out the new feature before the next release:

Windows build / MacOS build / Linux build (you need to be logged in to your Github account)

@amaanq
Copy link
Contributor Author

amaanq commented Oct 23, 2021

thank you! let me check it out

@amaanq
Copy link
Contributor Author

amaanq commented Oct 23, 2021

works perfectly when i have my emulator open with my phone plugged in, but my emulator doesn't show up in the device drop down menu, is that intended or a bug? if intended, why? I don't need to debloat my emulator but some ppl might want that feature (and I did use it to remove like 3 apps from my emulator before)

@0x192
Copy link
Owner

0x192 commented Oct 23, 2021

but my emulator doesn't show up in the device drop down menu, is that intended or a bug?

It's a bug. It works well with 2 devices but I couldn't test with an emulator. What's the output of:

adb devices
adb -s [id] shell "getprop ro.product.brand && getprop ro.product.model"

What happens if you only have your emulator? Does it show up?

EDIT: I think I know what's wrong. I'll upload a new build.

@0x192
Copy link
Owner

0x192 commented Oct 23, 2021

New builds: Windows build / MacOS build / Linux build (you need to be logged in to your Github account)

0x192 added a commit that referenced this issue Oct 23, 2021
@moneypython
Copy link

I also use multiple devices in my setup. Unfortunately this build is not rendering the drop down properly. I tried both Open gl and other executable. Windows 10.

image

@0x192
Copy link
Owner

0x192 commented Jan 8, 2022

@moneypython

I'm about to finally release v0.4! There has been a lot of changes since the last version you tried. This weird graphic bug probably comes from a dependency I use for the GUI. It should be fixed by now.

Do you still have this problem with this build?

EDIT: v0.4 has been released

@0x192 0x192 closed this as completed Jan 30, 2022
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