Thanks!Li Guang
--
Sidere mens eadem mutato
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator...@googlegroups.com.
To post to this group, send email to android-em...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-emulator-dev.
For more options, visit https://groups.google.com/d/optout.
I tried to do like you suggested, built generic_arm64 target, use emuator wrapper,if use default qemu-system-aarch64, android launched successfully,if use my opengles qemu-system-aarch64, failed to startup, logcat like following messages,and also both failed after opengles property turned on.logcat messages:
init: cannot find '/system/bin/lmkd', disabling 'lmkd'
init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
init: cannot find '/system/bin/sh', disabling 'console'
init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/idVendor': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/idProduct': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/functions': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
init: Starting service 'adbd'...
binder: 794:794 transaction failed 29189, size 0-0
binder: 794:794 transaction failed 29189, size 0-0
binder: 794:794 transaction failed 29189, size 0-0
...Thanks!
and, how do you get GPU work?so opengles pipe would not pass libGLES info at all,Hi, Davidseems really strange to me after browsing your patches for opengles on qemu-android,
function android_net_pipe_init isn't called anywhere,
On Fri, Mar 25, 2016 at 6:49 AM, Guang Li <ligu...@gmail.com> wrote:and, how do you get GPU work?so opengles pipe would not pass libGLES info at all,Hi, Davidseems really strange to me after browsing your patches for opengles on qemu-android,
function android_net_pipe_init isn't called anywhere,At the moment, qemu-android has its own duplicate implementation, the function you're looking for is android_net_pipes_init()which is actually called.in this case. I'm working on refactoring all this so that only the shared code in AndroidEmu is used by both codebases though,but this will take some time to get through.
I'm not sure what you're doing right now that might break GPU emulation with your system images.
Hi, David2016-03-26 0:02 GMT+08:00 David Turner <di...@google.com>:On Fri, Mar 25, 2016 at 6:49 AM, Guang Li <ligu...@gmail.com> wrote:and, how do you get GPU work?so opengles pipe would not pass libGLES info at all,Hi, Davidseems really strange to me after browsing your patches for opengles on qemu-android,
function android_net_pipe_init isn't called anywhere,At the moment, qemu-android has its own duplicate implementation, the function you're looking for is android_net_pipes_init()which is actually called.in this case. I'm working on refactoring all this so that only the shared code in AndroidEmu is used by both codebases though,but this will take some time to get through.
so, if I launch emulator command for generic_arm64, it calls qemu-system-aarch64 without AndroidEmu,
right?
I'm not sure what you're doing right now that might break GPU emulation with your system images.and, do you have an emulator version that QEMU2+GPU work normally?or we also need some time to take opengles to work normally with QEMU2I don't like qemu1 emulator at all, maybe I can do some jobs on that.
Hi, David
seems runchu emulator on AOSP master branch also didn't work anymore,I built aosp_arm64-eng, and aosp_x86_64-eng, then, launch emulator,emulator -ranchu -qemu -enable-kvm,error msg:
qemu-system-x86_64: goldfish_fb_read: Bad offset 0x0000000000000024then, android stop at boot logo, adb device offline,do you have plan to update the emulator?