jazzdotdev / jazz

The Scripting Engine that Combines Speed, Safety, and Simplicity
Apache License 2.0
146 stars 11 forks source link

for android, create a termux launcher that runs a torchbear app #184

Open naturallymitchell opened 5 years ago

naturallymitchell commented 5 years ago

and a web-viewer(??) app window to use it - like amazon's app see also, #183

this should go in mp's issues, not torchbear's

naturallymitchell commented 5 years ago

there's a termux addon that you have to compile on the device itself, which supposedly can then launch apps as terminal commands. I couldn't get it to work

naturallymitchell commented 5 years ago

Close to solved: https://www.reddit.com/r/termux/comments/62zi71/can_i_start_an_app_from_termuxs_command_line_how/ Eg am start --user 0 -n com.package.name/com.package.name.ActivityName am start --user 0 -n com.android.chrome/com.google.android.apps.chrome.Main

naturallymitchell commented 5 years ago