mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #90] not working on Samsung running OS12 #72
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LADB#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ToysoftInc on GitHub (Oct 26, 2022).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/90
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'
@victorjaviermartin commented on GitHub (Oct 27, 2022):
Me too.
Device: Samsung Galaxy S20 Ultra with Android 12
@lautit commented on GitHub (Nov 15, 2022):
Can confirm this is also happening on a Samsuns S20 FE 5G (SM-G781B/DS), Android 12 with Oct22 Patch
@qinlili23333 commented on GitHub (Nov 15, 2022):
verified on s21 ultra, stuck at connection
@victorjaviermartin commented on GitHub (Nov 17, 2022):
@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.
@tytydraco commented on GitHub (Nov 17, 2022):
@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.
@tytydraco commented on GitHub (Nov 17, 2022):
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.
@sharpordie commented on GitHub (Nov 19, 2022):
Does it even work with the official desktop adb?
@lautit commented on GitHub (Nov 21, 2022):
I'll try debugging with your suggestions @tytydraco and @sharpordie, sorry for the delay.
@victorjaviermartin commented on GitHub (Nov 22, 2022):
adb start-server goes freezing, the only commnand that I can run to wake up adb was adb connect localhost:ADBport
@victorjaviermartin commented on GitHub (Nov 23, 2022):
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
@sharpordie commented on GitHub (Nov 23, 2022):
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.
@victorjaviermartin commented on GitHub (Nov 24, 2022):
I will try it and say something.
@victorjaviermartin commented on GitHub (Nov 24, 2022):
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.
@tytydraco commented on GitHub (Nov 24, 2022):
Super easy then, we will have the adb server restart after connect.
@victorjaviermartin commented on GitHub (Nov 25, 2022):
@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
@victorjaviermartin commented on GitHub (Nov 28, 2022):
Tested in Samsung S20 Ultra with Android 13 and have the same result :(
@yurikodesu commented on GitHub (Dec 30, 2022):
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.
@Maximoff commented on GitHub (Jan 8, 2023):
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).
@yurikodesu commented on GitHub (Jan 9, 2023):
Edit: still broke with OneUI 5.0 Android 13 on same device
@Maximoff commented on GitHub (Jan 17, 2023):
@Maximoff
I seem to have sorted out this problem! You need to allow the program to work in the background, after that everything was successfully connected. Also, I would advise disabling traffic saving in the background.
@yurikodesu commented on GitHub (Jan 18, 2023):
Does that work on Android 13?
@Maximoff commented on GitHub (Jan 18, 2023):
@hyperio546 I don't know, I still have Android 12.
@yurikodesu commented on GitHub (Jan 18, 2023):
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.
@yurikodesu commented on GitHub (Jan 22, 2023):
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.
@codecoachai commented on GitHub (Feb 22, 2023):
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
@yurikodesu commented on GitHub (Feb 22, 2023):
Something is up
@sharpordie commented on GitHub (Feb 23, 2023):
Did you try with the latest Android SDK Platform-Tools (34.0.0)?
@Cr4z33 commented on GitHub (Jun 20, 2023):
@tytydraco any improvement on this issue? :)