Odin 2 mini workaround using the run script function in odin settings#8
Open
iloveswiming909 wants to merge 13 commits into
Open
Odin 2 mini workaround using the run script function in odin settings#8iloveswiming909 wants to merge 13 commits into
iloveswiming909 wants to merge 13 commits into
Conversation
Apply Odin 2 Mini detection patch.
Add debug build workflow
Owner
|
I have a new version on the way that will hopefully solve odin 2 mini issues |
fingers crossed, i think this will help the mini a lot. probably more than any gen 2 device tbh |
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.
There seems to be an issue in the odin 2 firmware that is stopping this app working on those devices. I have made a crude workaround using the run script function. I have very limited coding expiriance so this is COMPLETELY vibe coded, but it works on my system. Open to feedback if it doesnt work on other peoples minis. Here is the claude Opus 4.7 summary:
On the AYN Odin 2 Mini, the PServer binder service (/system/bin/pservice) is broken in the shipped firmware. Binder transactions complete without throwing, but the reply payload is always empty, so every cat call ClusterTune issues through PServer returns null. This affects both reading sysfs (detection fails — no clusters found) and writing it (apply silently no-ops — "didn't stick").
This PR works around the firmware bug without requiring root:
Non-Mini devices keep the existing PServer path unchanged.