-
Notifications
You must be signed in to change notification settings - Fork 480
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
not working on Samsung running OS12 #90
Comments
Me too. Device: Samsung Galaxy S20 Ultra with Android 12 |
Can confirm this is also happening on a Samsuns S20 FE 5G (SM-G781B/DS), Android 12 with Oct22 Patch |
verified on s21 ultra, stuck at connection |
@tytydraco when I've done pair and later connect, currently is not connected. This is my ADB log, inside device. If I've paired the device, close and kill the app and rerun again, it connects and let me run commands.
|
@victorjaviermartin Thank you for bringing this issue to my attention. So it seems that killing the server and starting it again may broadcast to the newly paired device! Let me push an update that does that after the pair. Or, I can try pushing it to a beta branch on the Play Store. |
Also, is this reproducible? As in if you undo everything and try the same thing with the fix of restarting the app, does it work? Because that would be a major breakthrough. |
Does it even work with the official desktop adb? |
I'll try debugging with your suggestions @tytydraco and @sharpordie, sorry for the delay. |
adb start-server goes freezing, the only commnand that I can run to wake up adb was adb connect localhost:ADBport |
I think that the pair process is not done correctly. Unfortunately, my samsung s20 ultra has updated this night to android 13, and now I don't have permission to explore Device File Explorer of Android Studio. It's frustrating. Thank you @tytydraco |
Could those who have a problem try using the .so files (all of them) from adb_tool and test if the pair command is working with their devices? I find it strange that it needs several .so files for arm64-v8a but not for armeabi-v7a. |
I will try it and say something. |
Same result @sharpordie @tytydraco I've noticed that if I do a pair process, and a connect (when it connects). The send of commands gives me timeouts. But! If I do a complete restart of the app, I achieve the connection and the send of commands fast. I don't know why is this happening.
|
Super easy then, we will have the adb server restart after connect. |
@tytydraco This step 1. in connect gives connection refused 95% of times :(. Doing a pair command, connect command (that refuses) and later kill-server, doens't work. :( I'm sad, fucking samsung |
Tested in Samsung S20 Ultra with Android 13 and have the same result :( |
Same here. Used to work with Android 11 OneUI Core 3.1 but doesn't work on Android 12 OneUI Core 4.1 on my Samsung A03. |
Same on Realme (RUI 3.0, Android 12). The first time you connect, "no device with transport id 1" pops up, you can't connect in any way. At the same time, the application previously worked on the same device on Android 12. I suspect that the reason is to update the system (security patches). |
Edit: still broke with OneUI 5.0 Android 13 on same device |
@Maximoff |
Does that work on Android 13? |
@hyperio546 I don't know, I still have Android 12. |
I had Android 12, but then I upgraded to Android 13 and it's still broke. I really think @tytydraco should do something about this. |
Update guys: Downgrading to version 2.0 works on OneUI 5 for me. @tytydraco please take a look. v2.1 is broken. Atleast now I can use adb. |
Hi, I have tried it on a samsung sm-g988b with android 13 and oneui 5 and 5.1 and I have not been able to get it to connect every time. In the case of connecting I am not able to use it in a stable way, it freezes and stops responding. As far as I have understood, it's a multicast problem in samsung with the ndsmanager that manages the randomization of the sockets of the adb ports with tcp. I am lost with this issue |
Something is up |
Did you try with the latest Android SDK Platform-Tools (34.0.0)? |
@tytydraco any improvement on this issue? :) |
I compiled the latest and installed on my S10 running OS12.
Paired and waiting over 2 minutes
libadb.so: no device with transport id '1'
The text was updated successfully, but these errors were encountered: