muandrew / androidtool-mac

One-click screenshots, video recordings, app installation for iOS and Android
Apache License 2.0
45 stars 9 forks source link

User Scripts: how to get output? #1

Open fvarga opened 6 years ago

fvarga commented 6 years ago

Hi,

first of all thanks for keeping this program alive! I find it really useful. This is more of a question, I'm trying to make a user script that would download and install latest APK of an app for me. Is there a way to see the output of the script when running from within AndroidTool? I can make the script work in shell, but when running from the app it always ends prematurely and I have no idea where the problem is in that case.

Thanks!

muandrew commented 5 years ago

Hey sorry for the late reply. The message was lost in my email. Do you still need this feature? If so I can look into this. Also have you looked into https://github.com/facebook/flipper? It looks like a good replacement for this.

muandrew commented 5 years ago

Will need to make a more comprehensive change to Shell. Various parts the code are expecting the whole output from shell scripts.

muandrew commented 5 years ago

see 30f0eaa0b33f4ef099187688f303fd674ce78b0d for revert