Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Build for aarch32 #1193

Closed
scarlettekk opened this issue Dec 5, 2023 · 3 comments
Closed

[Feature] Build for aarch32 #1193

scarlettekk opened this issue Dec 5, 2023 · 3 comments
Assignees

Comments

@scarlettekk
Copy link

scarlettekk commented Dec 5, 2023

Is your feature request related to a problem? Please describe.

Some older devices and exotic newer devices (ie. Pixel Watch 2) run in 32-bit armv8l mode. KernelSU is currently only built for AMD64 and aarch64

Describe the solution you'd like.

It would be nice if 32 bit manager apks were built in arm 32 bit packages as well to make installation easier.

Describe alternatives you've considered.

Compiling manually is probably possible but bothersome.

Additional context

armv8l should be compatible with armv7l? not sure though

@tiann
Copy link
Owner

tiann commented Dec 8, 2023

It's not just as simple as recompiling the manager. And we have no plan to support 32bit devices.

@tiann tiann closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2023
@tiann
Copy link
Owner

tiann commented Dec 8, 2023

  1. We have data structure mapping from kernel, so the kernel must adopt for 32bit.
  2. We must make ksud working for 32bit.
  3. We use resetprop and busybox, it also needs to work on 32bit.

I don't think it is worth to do that, 32 bit is already history.

@scarlettekk
Copy link
Author

Hmm. I guess I'll stick to magisk on my watch then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants