dragoip / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

make sdk => emulator has blank screen #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.git beagle-eclair
2.make sdk
3.create avd for emulator, and run emulator

What is the image version having this issue? You can see that from
"/version.txt" in the image.
Version:beagle-eclair

What is the date of your image built?
Date:built from source

What is the expected output? What do you see instead?

expect working emulator

instead, emulator comes up, but screen is blank. Buttons light up when pushed, 
but nothing happens. ddms & adb see the "device" after emulator is started, but 
report it is offline. 

What version of the product are you using? On what operating system?

beagle-eclair, running emulator on linux

Please provide any additional information below.

after building the sdk, emulator and other tools are here: 
out/host/linux-x86/sdk/android-sdk_eng.russell_linux-x86/tools

Putting in some debug statements in external/qemu/vl_android.c, I can see that 
the emulator successfully reaches the main_loop(). However, nothing comes up. 

Both ddms & adb see the emulator after I start it, but reports that it is 
offline: 

$ adb devices
List of devices attached 
emulator-5554   offline

Original issue reported on code.google.com by rtill...@gmail.com on 27 Jun 2010 at 3:01

GoogleCodeExporter commented 9 years ago
We have no plan to support emulator now.

I have to close it unless we have idea how to support emulator.

Original comment by jserv.tw@gmail.com on 27 Jun 2010 at 6:03