Replies: 1 comment 2 replies
-
Thanks for the https://github.com/termux/termux-packages/blob/master/scripts/build-bootstraps.sh! That fits the bill perfectly! I somewhat managed to modify and achieve rebuilding the bootstrap without Neon support for ARM. Probably will add a PR later. I am still struggling how to get the bootstrap archive to load on Termux app. Any ideas where to look? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that I have inherited a 10 years old Samsung Galaxy Tab 10.1 GT-P7500 with Tegra 2 SOC, I now understand the pain of using non-NEON ARM CPU powered tablets in 2022. Not a lot of apps works (either end-of-support or crash with SIGILL signal 4 due to lack of NEON instructions) even after flashing custom ROM with Android 8.1 from stock Android 4.0.4. Massive crash fests if sideload GApps.
A partial list of non-NEON CPU and devices:
https://en.wikipedia.org/wiki/ARM_Cortex-A9#Systems_on_a_chip
https://en.wikipedia.org/wiki/Tegra#Devices
I like to at least produce an updated bootstrap archive for arm_vfp variant
and release at https://github.com/termux/termux-packages/releases
and then have people to follow instructions below to install bootstrap archive
Note 1: I havent test out the 2018 archive yet with the newest Termux app, most likely something is broken
Note 2: Yes, failsafe on the latest Termux still works on non-NEON, last I tested
termux/termux-app#916 (comment)
I dont expect a full rebuild of the ARM repo
but it should allow others to selective rebuild certain packages and install manually on their own
#3312 (comment)
#3502 (comment)
I expect NDK r23 to be the last to support non-NEON, so there should still be some time left until next LTS
https://github.com/android/ndk/wiki/Changelog-r23
Beta Was this translation helpful? Give feedback.
All reactions