Yu-Chi Chang
unread,Feb 2, 2016, 12:57:09 AM2/2/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android-x86
Hi all,
I used Android-x86 5.1-rc1 on VirtualBox to run some game apps.
Since some game app only contain arm native so library, so I enabled the native-bridge (houdini) for binary translation.
And I found something wrong while dns resolution in houdini arm libraries.
From strace, I can only found a client connect to netd service and read for several data, then suddenly close the socket.
In netd, the dns resolution result is correct. So I guess that the houdini arm library expected some data which is different from what netd provided.
For game with x86 native so, the dns resolution is fine.
May I know if there is any advice for this issue?
Thanks
Richard