guerrerolor / android-x86

Automatically exported from code.google.com/p/android-x86
2 stars 1 forks source link

android not starting using wiki procedure and virtualBox #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. get the source code following the "Getting Android-x86 source code"
section in the GetSourceCode wiki page
2. make -j4 installer_img TARGET_PRODUCT=eeepc
3. make -j4 iso_img TARGET_PRODUCT=eeepc
4. run the eeepc.iso inside VirtualBox using parameters described in the
VirtualBoxHowTo wiki page

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

We are expecting to see the main screen, something similar to the
screenshot published in this project (attachment 1), but android remains
stucked in the loading screen (attachment 2).

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

We are using:
-sources from your git repository (downloaded less than 12 hours ago)
-virtualbox 2.1.4_OSE
-kubuntu 9.04

Please provide any additional information below.

We see some segfault due to libaudio.so and the request_suspend_process
right before the loading splash screen.

Original issue reported on code.google.com by darkicee...@gmail.com on 17 Jul 2009 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the good report. 
Which boot option are you using? 
Thanks
Yi

Original comment by beyounn@gmail.com on 17 Jul 2009 at 3:59

GoogleCodeExporter commented 9 years ago
This is because the alsa support for vbox is incomplete.
I've submitted a fix. It won't crash now. But need further testing.
Please repo sync and try again.

Original comment by cwhuan...@gmail.com on 17 Jul 2009 at 6:08

GoogleCodeExporter commented 9 years ago
Issue 8 has been merged into this issue.

Original comment by cwhuan...@gmail.com on 17 Jul 2009 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by cwhuan...@gmail.com on 17 Jul 2009 at 6:11

GoogleCodeExporter commented 9 years ago
Thanks, I'm doing repo sync right now, I'll tell you as soon as possible.
If you ask about boot options, we used default boot options for VESA mode for 
the
first run.
Then we changed vga=788 in vga=785, but nothing changed.
Then we tried Debug mode with default options, which started correctly.
The "Run without installation" and "Run and install", with default options, 
didn't
work at all, they produced a black screen.
Then we got frustrated because anyone seemed to have problem with these
configurations and stopped trying.
But now you gave me hope... :)

Original comment by darkicee...@gmail.com on 18 Jul 2009 at 6:03

GoogleCodeExporter commented 9 years ago
Please check http://code.google.com/p/android-x86/wiki/VirtualBoxHowTo again 
for the correct boot 
VESA options
thx
Yi 

Original comment by beyounn@gmail.com on 18 Jul 2009 at 7:33

GoogleCodeExporter commented 9 years ago
Uhm, seems that nothing is really changed.
I mean, we've done repo sync on an ubuntu 9.04 and a kubuntu 9.04.
We've runned make and all works as normal.
We started the image from VirtualBox using Vesa Mode without changing boot 
parameters
(attachment 1) and no more error is shown, but it remains stucked like before
(attachment 2).
If I run dmesg from the terminal, I see old errors reappear (attachment 3).
It's because the quiet option is on, if I delete "quiet" is all the same like 
before
(aatchment 4 and 5).
Just a thing: what OS are you using for your tests? A debian? If so, testing or 
unstable?
Maybe is just an Ubuntu problem. 
I whish to try building on a system similar to yours, and see if anything 
changes ...

PS: using the "Run without install" (no changes to boot parameters) the error 
catlog
changes a bit (attachment 6), is it normal?

Original comment by darkicee...@gmail.com on 19 Jul 2009 at 3:46

Attachments:

GoogleCodeExporter commented 9 years ago
VirtualBox audio is tested ok. But you have to set the vbox audio device to
SoundBlaster 16. ICH AC97 doesn't work.
Please repo sync and test again. Thanks!
I'll update the VirtualBoxHowTo for how to test Music later.

Original comment by cwhuan...@gmail.com on 20 Jul 2009 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by cwhuan...@gmail.com on 20 Jul 2009 at 3:34

GoogleCodeExporter commented 9 years ago
I have updated the wiki about the details to play music on a vbox. Please check 
it
and let me know if you still have any problem.

Original comment by cwhuan...@gmail.com on 20 Jul 2009 at 8:50

GoogleCodeExporter commented 9 years ago
Thank you, it seems to work now. If there are further problems I'll notify you

Original comment by darkicee...@gmail.com on 20 Jul 2009 at 7:07