GUI-O on Chromebook
-
Does anyone know how to run GUI-O on an Android Chromebook?
E
-
@enniom Hi.
Have you checked this?
https://support.google.com/chromebook/answer/7021273?sjid=4761432271962794423-EUDoes your device support Google Play Store?
https://sites.google.com/a/chromium.org/dev/chromium-os/chrome-os-systems-supporting-android-appsBest regards,
kl3m3n -
-
One more question about using GUI-O on Chromebook tablet.
I've written commands to use a set of widgets from a uC to an Android phone. Everything works perfectly. The system also creates a log file by writing a line to an opened *.txt file every 2 seconds. I can retrieve the file from the folder /Android/data/com.guio.guioapp/files/Sample_1234.txt ---- exactly as described in the gui-o_developer_manual.pdf.
I now moved the same widget setup to a Chromebook. Again, all the widgets and functionality work perfectly.
The only issue is that the log file is not saved in the directory /Android/data. In fact, the folders com.guio.guioapp/files/ along with the *.txt file are not created.
The setup and use of the log file is simple:
"|EXTF UID:extf1 HID:extf FNA:'Sample_1234.txt' FAC:0 DTF:'MM/dd/yy HH:mm:ss'"
... with a log file text line written every 2 seconds using:
"@extf1 FAC:1 FP:'1.0 2.0 3.0 4.0 5.0'"
... and on exit:
"@extf1 FAC:3" "@clh" "@quitapp"
All permissions have been allowed on the Chromebook for the GUI-O App.
No errors or warning given at any time.Any advice from an experienced user? Help or suggestions will be appreciated.
Thanks
EEDIT: [ Solved ]
Unlike the Android phone, the folder /Android/data/com.guio.guioapp/files/ is HIDDEN along with the files created by GUI-O.
Get a good "file explorer" from Google Play Store, give it permissions to open hidden folders and .... VOILA ....
-
@enniom Thanks for the feedback!