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

[demo-only] Trying to run on Apple Silicon Arm64 Android Emulator #31

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

phuongnd08
Copy link

This is just a demo of my attempt to get MagiskOnEmulator work with arm64.
I have be able to get the patching process run all the way through to the end without errors.
However Magisk is still not yet mounted properly in the end yet.

@araufdogan
Copy link

I tried your patch but getting su: inaccessable or not found errors.

[-] Preparing directory ..
/data/local/tmp/process.sh[260]: su: inaccessible or not found
/data/local/tmp/process.sh[260]: su: inaccessible or not found
/data/local/tmp/process.sh[260]: su: inaccessible or not found
[*] Installing su binaries ..
Pre mkdir
/data/local/tmp/process.sh[260]: su: inaccessible or not found
/data/local/tmp/process.sh[260]: su: inaccessible or not found
/data/local/tmp/process.sh[260]: su: inaccessible or not found
/data/local/tmp/process.sh[260]: su: inaccessible or not found

I fixed this error when I update these lines (I don't know how it works I just saw it in another pull request):

SU='/system/xbin/su -c'
SU_CHK=/system/xbin/su -c id 2>/dev/null

After then magisk apk installed but not installed completely.
When I move the patched ramdisk.img to the emulator folder, my emulator stuck on the black screen.

Is there any new update on your work?

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

Successfully merging this pull request may close these issues.

None yet

2 participants