Trying to run some binaries from Android #116
hex-4d5a9000
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to run some binaries from Android-x86_64-5.1-rc1. My host is Cygwin64 on Windows 10.
Here are some results:
Shell utilities like

lsandpsrun without any problem:Unfortunately,

dalvikvm64doesn't run:However it prints help information:

Here are some tips if you want to achieve the same result:
make install)systemin your Cygwin installation folder (e.g. C:\cygwin64\system).fsutil.exe file SetCaseSensitiveInfo C:\cygwin64\system. This will make path handling in the folder to be case sensitive, so that two files from the image with only case diffierece on their names won't overwrite each other when extracted.system.sfsinandroid-x86_64-5.1-rc1.imgto the system folder (I used 7-zip for this step).export PATH=/sbin:/system/sbin:/system/bin:/system/xbin:/vendor/bin:/vendor/xbin:/sbin:/system/sbin:/system/bin:/system/xbin:/vendor/bin:/vendor/xbin:/usr/local/bin:/usr/bin:$PATHunder Cygwin.blink sh.Beta Was this translation helpful? Give feedback.
All reactions