Hardware section / Operating system section

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

ktw1223
Posts: 2
Joined: Tue Jan 21, 2025 2:46 pm

Re: Hardware section / Operating system section

Post by ktw1223 » Tue Jan 21, 2025 2:55 pm

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 :)

Klaus
Posts: 14061
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Hardware section / Operating system section

Post by Klaus » Tue Jan 21, 2025 6:33 pm

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

ktw1223
Posts: 2
Joined: Tue Jan 21, 2025 2:46 pm

Re: Hardware section / Operating system section

Post by ktw1223 » Tue Jan 21, 2025 7:50 pm

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!

SparkOut
Posts: 2917
Joined: Sun Sep 23, 2007 4:58 pm

Re: Hardware section / Operating system section

Post by SparkOut » Tue Jan 21, 2025 8:50 pm

Well jacque/jwack might have some hints, I'm sre she had some versions of some apps on some Chromebooks.
Last edited by SparkOut on Tue Jan 21, 2025 8:58 pm, edited 1 time in total.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7358
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Hardware section / Operating system section

Post by jacque » Tue Jan 21, 2025 8:55 pm

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/
Last edited by jacque on Wed Jan 29, 2025 6:57 pm, edited 1 time in total.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

trevix
Posts: 1047
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

Re: Hardware section / Operating system section

Post by trevix » Wed Jan 29, 2025 5:23 pm

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
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7358
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Hardware section / Operating system section

Post by jacque » Wed Jan 29, 2025 6:59 pm

Was the app in the Play Store? If not, how did you install it on the TV?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

trevix
Posts: 1047
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

Re: Hardware section / Operating system section

Post by trevix » Wed Jan 29, 2025 9:25 pm

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)
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Post Reply

Return to “Off-Topic”