Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #142034
| From | Eli the Bearded <*@eli.users.panix.com> |
|---|---|
| Newsgroups | comp.mobile.android |
| Subject | Re: programming/scripting on an Android device - suggestions ? |
| Date | 2024-06-14 00:20 +0000 |
| Organization | Some absurd concept |
| Message-ID | <eli$2406132020@qaz.wtf> (permalink) |
| References | <v49hdi$12a13$1@dont-email.me> <v49rvl$14bo8$1@dont-email.me> <eli$2406111712@qaz.wtf> <v4bem1$1h84c$3@dont-email.me> |
In comp.mobile.android, R.Wieser <address@is.invalid> wrote: > Eli, > > > Python, Perl, GCC I have installed. There's few different Lua > > packages, but I've never used them. Looks like most recent patch > > levels of 5.2, 5.3, and 5.4, plus luajit. > > Those work seperate from Termux, or are they a part of it ? If the first, > I could do with a link or two. :-) They run inside Termux and operate with the same permissions as Termux. Termux downloads precompiled binaries for them from a repo server. Once you have enough of a build environment, you can compile and run things locally. It feels like just another Linux distro with the quirks of an new distro. Biggest quirk is system tools in $HOME/../usr/bin instead of /bin and /usr/bin. The trn build system needed a lot of /bin/sh patched away. This is why Termux is F-Droid now instead of F-Droid and Play store. Play has started to clamp down against programs creating new executibles (or something like that, I'm not an Android dev). Install Termux and plugins you want, Termux:API probably at minimum. Configure your repos, I think `pkg up` will do that the first time run. Then `pkg in python perl gcc lua54 vi git curl whatnot` then start writing or importing your code. The Termux:API stuff allows you to do various Android-y things. What depends on how locked down your system is. On my Cat S61, I had a script reading the air quality sensor built into the phone every five minutes using the sensors API. On other devices I've had 'sudo' working or complete inability to use the API even for set/read clipboard. Elijah ------ okay, biggest quirk may be the really odd filesystem permissions
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-11 14:53 +0200
Re: programming/scripting on an Android device - suggestions ? Kees Nuyt <k.nuyt@nospam.demon.nl> - 2024-06-11 15:58 +0200
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-11 17:53 +0200
Re: programming/scripting on an Android device - suggestions ? Andy Burns <usenet@andyburns.uk> - 2024-06-11 17:09 +0100
Re: programming/scripting on an Android device - suggestions ? Andrew <andrew@spam.net> - 2024-06-11 20:05 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 08:15 +0200
Re: programming/scripting on an Android device - suggestions ? Eli the Bearded <*@eli.users.panix.com> - 2024-06-11 21:12 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 08:19 +0200
Re: programming/scripting on an Android device - suggestions ? Eli the Bearded <*@eli.users.panix.com> - 2024-06-14 00:20 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-15 10:06 +0200
Re: programming/scripting on an Android device - suggestions ? Eli the Bearded <*@eli.users.panix.com> - 2024-06-16 07:28 +0000
Re: programming/scripting on an Android device - suggestions ? "W. Greenhouse" <wgreenhouse@tilde.club> - 2024-06-16 13:46 +0000
Re: programming/scripting on an Android device - suggestions ? Bob Martin <bob.martin@excite.com> - 2024-06-12 05:10 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 21:13 +0200
Re: programming/scripting on an Android device - suggestions ? Richmond <dnomhcir@gmx.com> - 2024-06-11 18:01 +0100
Re: programming/scripting on an Android device - suggestions ? Andrew <andrew@spam.net> - 2024-06-11 20:05 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 08:02 +0200
Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-12 06:19 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 20:42 +0200
Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-13 08:18 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-13 10:48 +0200
Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-14 07:25 +0000
Re: programming/scripting on an Android device - suggestions ? Andrew <andrew@spam.net> - 2024-06-14 20:34 +0000
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-15 11:24 +0200
Re: programming/scripting on an Android device - suggestions ? Anne de Royde <AdR@spam.invalid> - 2024-06-16 07:29 +0000
Re: programming/scripting on an Android device - suggestions ? Dave Royal <dave@dave123royal.com> - 2024-06-12 07:26 +0100
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 20:58 +0200
Re: programming/scripting on an Android device - suggestions ? Dave Royal <dave@dave123royal.com> - 2024-06-13 06:25 +0100
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-13 10:24 +0200
Re: programming/scripting on an Android device - suggestions ? Arno Welzel <usenet@arnowelzel.de> - 2024-06-12 12:58 +0200
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 21:10 +0200
Re: programming/scripting on an Android device - suggestions ? "R.Wieser" <address@is.invalid> - 2024-06-12 21:32 +0200
csiph-web