[GH-ISSUE #40] Something like batch... #29

Closed
opened 2026-03-04 02:10:56 +03:00 by kerem · 3 comments
Owner

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?

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?
kerem 2026-03-04 02:10:56 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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

<!-- gh-comment-id:938192584 --> @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
Author
Owner

@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!

<!-- gh-comment-id:938423292 --> @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!
Author
Owner

@tytydraco commented on GitHub (Oct 13, 2021):

Fixed in the next update

<!-- gh-comment-id:942776835 --> @tytydraco commented on GitHub (Oct 13, 2021): Fixed in the next update
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LADB#29
No description provided.