mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 08:26:00 +03:00
[GH-ISSUE #40] Something like batch... #29
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#29
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 @ulrichloose on GitHub (Oct 7, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/40
I have some minor issues ...
On my Android 10 there is an message that an error occurred while connecting automatically:
adb (true, listOf ("- t", "1", "shell"))
-t is unknown.
The second is maybe because of my misconceptions. I've created a couple of .txt files that contain one ADB command per line. If I cut out a command line from one of these .txt files and paste it into the Shell Command field, this ADB command will be executed correctly. I have now assumed that you can transfer these .txt files to LADB via share so that LADP executes these command lines one after the other. But that doesn't work. A new instance of LADB is started for each share, but not a single command is executed. Do I have wrong ideas or is it more of a mistake that is not intended?
@tytydraco commented on GitHub (Oct 7, 2021):
Hi! I am guessing that maybe the -t issue is due to you being on an arm 32 bit system, not a 64 bit system. Is this correct? If so, I may be able to create a workaround.
As for the share feature, maybe it is broken. I will test it on my devices nd get back to you :D
@ulrichloose commented on GitHub (Oct 8, 2021):
Yes, that's right - my low-end phone uses the armeabi-v7a lib. Maybe the share thing has something to do with it. It would be great if that worked with the share - it's damn tedious to copy & paste every single line ...
Thank you very much in advance for the effort!
@tytydraco commented on GitHub (Oct 13, 2021):
Fixed in the next update