zhstyle / droidbox

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

after I used "./startemu.sh avd001",the avd started and the screen is black forever. #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
my computer system is Ubuntu12.10,when I tap "./startemu.sh avd001" in terminal 
under the drectory for DriodBox,the avd001 started,but its screen keeps black 
forever,what shoule i do?

Original issue reported on code.google.com by calmspee...@gmail.com on 14 May 2014 at 2:21

GoogleCodeExporter commented 8 years ago
you most likely configured your AVD in a way that's not compatible with  
droidbox' system image. this seems to be the case when you try to use the Intel 
Atom CPU for example.

here's a config that works with DroidBox411RC:

$ cat config.ini 
avd.ini.encoding=ISO-8859-1
abi.type=armeabi-v7a
disk.dataPartition.size=200M
hw.accelerometer=yes
hw.audioInput=yes
hw.battery=yes
hw.camera.back=none
hw.camera.front=none
hw.cpu.arch=arm
hw.cpu.model=cortex-a8
hw.dPad=no
hw.device.hash2=MD5:6930e145748b87e87d3f40cabd140a41
hw.device.manufacturer=Google
hw.device.name=Nexus 4
hw.gps=yes
hw.keyboard=yes
hw.lcd.density=320
hw.mainKeys=no
hw.ramSize=1907
hw.sdCard=no
hw.sensors.orientation=yes
hw.sensors.proximity=yes
hw.trackBall=no
image.sysdir.1=system-images/android-16/default/armeabi-v7a/
skin.dynamic=yes
skin.name=768x1280
skin.path=768x1280
tag.display=Default
tag.id=default
vm.heapSize=128

you can find these configs in ~/.android/avd/<name>.avd/

Original comment by tareksa...@gmail.com on 15 May 2014 at 2:34

GoogleCodeExporter commented 8 years ago
thanks

Original comment by calmspee...@gmail.com on 16 May 2014 at 2:36

GoogleCodeExporter commented 8 years ago
to run DroidBox it is very important to follow the steps described in the 
section "Deploying release candidate" on the main page.

Thanks a lot to tareksaier for sharing a working config.

Original comment by spreitze...@googlemail.com on 16 May 2014 at 8:43