Page 5 of 5

Re: Hardware section / Operating system section

Posted: Tue Jan 21, 2025 2:55 pm
by ktw1223
Hello, everyone! I've been programming in Livecode for the last several years but am new to the forum, as my programming skills are certainly limited! Wondering if there was any resolution to running standalone Livecode programs on Chromebooks? I recently purchased four Chromebooks for my research lab, only to find that my Livecode program didn't work. Ack, and perhaps speaking to my naivety! I tried enable Linux on the Chromebooks and saving the program as a Linux, but to no avail. Alas, I'm wondering if anyone has found a work around and/or solution to being able to run standalone Livecode programs on Chromebooks. Many thanks for your insights :)

Re: Hardware section / Operating system section

Posted: Tue Jan 21, 2025 6:33 pm
by Klaus
Hi ktw1223,

welcome to the forum!

What OS is running on the Chromebook?
If that is not supported by LC then you are out of luck.

Here an answer from a user of the Facebook LC group on the same question:
Chromebooks are primarily meant for using web apps. So, #1 answer is to create and host a web app.
Some Chromebooks can run Android apps so, that is another possibility because LC can also make Android apps.
Unfortunately that was the only potentionally helpful answer to that question.

Best

Klaus

Re: Hardware section / Operating system section

Posted: Tue Jan 21, 2025 7:50 pm
by ktw1223
Ah, yes, that is what I was afraid of. It's running on ChromeOS (2025), so seems like it won't be possible. Off to explore the web apps I go. Many thanks for the speedy and helpful response, Klaus!

Re: Hardware section / Operating system section

Posted: Tue Jan 21, 2025 8:50 pm
by SparkOut
Well jacque/jwack might have some hints, I'm sre she had some versions of some apps on some Chromebooks.

Re: Hardware section / Operating system section

Posted: Tue Jan 21, 2025 8:55 pm
by jacque
Yes, it's possible to run LC apps on Chromebooks, and I have several personal ones running on mine. Since you have newer hardware it should support Android apps, so compile the app for Android; LC's Linux apps don't support the Linux version required for Chromebooks. Be sure to compile the app to match your Chromebook's architecture, either Intel or Arm. Keep (or reinstall) your Linux partition because that's required for installation.

Copy your Android apk to the Linux partition on the Chromebook using the Files app. Then install via terminal:

Code: Select all

adb -s emulator-5554 install "myApp.apk"
The app should appear in the launcher along with all the other native apps and you can open it normally. Here's a useful page with full instructions:
https://www.howtogeek.com/752759/how-to ... oper-mode/

Re: Hardware section / Operating system section

Posted: Wed Jan 29, 2025 5:23 pm
by trevix
Hello.
I noticed that nobody reported running LC on Tv Boxes.
IT WORKS FINE!!!
I tested LC on several chinese models, Android 10 to 13, without a problem.
You must be aware tough how shaky is the Android TV OS installed on those hardwares and the fact that LC is not able to allow navigation using the TvBox infrared remote control.
Regards
Trevix

Re: Hardware section / Operating system section

Posted: Wed Jan 29, 2025 6:59 pm
by jacque
Was the app in the Play Store? If not, how did you install it on the TV?

Re: Hardware section / Operating system section

Posted: Wed Jan 29, 2025 9:25 pm
by trevix
The TvBoxes have a regular Play Store App (my app is in there).
You can install it also using adb connect over local network (for testing from LC)