View Ticket
Not logged in
Ticket Hash: d868f2cbf683c6956198a919641293aa03810ff1
Title: Run from shell command line?
Status: Closed Type: Documentation
Severity: Minor Priority: Medium
Subsystem: Resolution: Not_A_Bug
Last Modified: 2019-03-16 11:34:17
Version Found In:
User Comments:
anonymous added on 2019-03-15 23:44:27:
I could not find anywhere else to ask this question. I am new to androwish so please forgive my stupidity... I have the app installed on my Android phone and I wish to create and run some scripts using the ble stuff. But I do not require any user interface and I must run from the android command line. How to do this? Where is the interpreter? I tried using the androwish:// url of some of the demos in both Chrome and Opera and they simply do not work either. I must be doing something incredibly stupidly wrong. Please give me a hint. Thanks

chw added on 2019-03-16 11:34:17:
I'm sorry David, I'm afraid this isn't possible at all. The "borg ble"
mechanism relies on the BLE and Bluetooth stack of Android, and this is
implemented in Java. It requires your program to be instantiated through
the official Android mechanisms, and this is either a program implemented
in Java, or some native thing like AndroWish. But in any case not a shell.