Add live Android sensors command - #22
Merged
Merged
Conversation
sensors command
Owner
Author
|
Historical acceptance note corrected. The environment-specific hold recorded here was based on the withdrawn CI-hosting requirement and is not an acceptance condition. Ordinary maintained Linux CI may use GitHub-hosted The physical-phone receipt remains scoped to the exact native ARMv7 adapter artifact (SHA-256 |
isomorphisms
marked this pull request as ready for review
September 15, 2026 16:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promote the live Android sensor enumeration probe into the Grease command tree as
commands/sensors.The command uses the public native Android sensor boundary through the phone's real
libandroid.so. The phone does not build it: the ARMv7 Thumb-2 PIE is cross-built off-device, then fetched, verified, installed under$PREFIX/bin/sensors, and executed.Physical-device result is now present: the exact verified artifact ran successfully on the ARMv7 Android phone and returned the real sensor list (
count 0x00000026in the observed run). Device-specific count, names, vendors, and delays are evidence, not fixed test expectations.Artifact SHA-256:
9270b8ebd1243b388a17f24a5cad4883363ca7a5dd122431df2d2a7dc49c87f5.This still does not claim a Grease-language execution receipt: the current command implementation is a freestanding native adapter. The next hardware programs are one fresh accelerometer sample and a continuous accelerometer stream, followed by the semantic
/hardware/sensorspresentation and alternate adapters such as Linux IIO, Termux:API, 9P, or FUSE.The matching ARM/Thumb backend sample line is tracked separately so a working C/native oracle is not mislabeled as Idriç-generated backend evidence.