guerrerolor / android-x86

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

ICS - Unfortunately, Setup Wizard has stopped. #606

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. boot ICS image
2.
3.

What is the expected output? What do you see instead?
android GUI doesn't load, I get "Unfortunately, Setup Wizard has stopped." 
message and OK button. when I press OK it comes back with same message and I 
can't get access to ICS GUI

What version of the product are you using? On what operating system?
android-x86-4.0-eeepc-20120101.iso on EEE PC 701

Please provide any additional information below.
image will boot only with HWACCEL=0, without it it just flickers on command 
line with android bash prompt (doesnt load the GUI)

Original issue reported on code.google.com by belko...@gmail.com on 2 Jan 2012 at 10:14

GoogleCodeExporter commented 9 years ago
I am facing the same issue. 

OS win xp 32bit (x68) using VirtualBox 4.1.8 (the latest one) 

I have tried 
android-x86-4.0-asus_laptop-20120101.iso (with installation) 
android-x86-4.0-eeepc-20120101.iso (without installation, based on instructions 
given at http://www.android-x86.org/documents/virtualboxhowto) 

Any updates. 

Thanks,
Manish Bansal 

Original comment by qualityk...@gmail.com on 2 Jan 2012 at 11:38

GoogleCodeExporter commented 9 years ago
I am facing the same issue while i was install it into a Asus eeepc 1101HA. I 
seemed successfully installed on the previous version of ICS issued on 9 Dec, 
2011 but the only problem of it was that too much lagging on the screen 
operations, not like smoothing as on the 'Honeycomb' version.

Original comment by lcwong...@gmail.com on 3 Jan 2012 at 4:48

GoogleCodeExporter commented 9 years ago
have you tried adding "HWACCEL=0 nomodeset" in the boot arguments (on ICS 9th 
Dec)? if I don't add these 2x arguments then screen is lagging for me as well 
(mouse cursor is very slow, etc)...also looks like order in which arguments are 
entered is important as well (i.e. if I add "nomodeset HWACCELL=0" then I get 
lagging and very slow response...if I add "HWACCEL=0 nomodeset" system runs 
smoothly, no lagging

Original comment by belko...@gmail.com on 3 Jan 2012 at 9:06

GoogleCodeExporter commented 9 years ago
I had tried by adding "HWACCEL=0" or "HWACCEL=0 nomodeset" or "nomodeset 
HWACCEL=0" but no improvement, especially when clicking on some APP widget(i.e. 
Youtube) The lagging of mouse became severed. Meanwhile i also found that there 
was no audio effect.   

Original comment by lcwong...@gmail.com on 3 Jan 2012 at 4:27

GoogleCodeExporter commented 9 years ago
Tried removing SetupWizard.apk. Now I get 'Launcher/SystemUI has stopped 
working'. So it's apparently something more basic that is wrong.

(Parallels Desktop 7)

Original comment by alex.b...@gmail.com on 5 Jan 2012 at 3:15

GoogleCodeExporter commented 9 years ago
Hi, 
the same for me alex.b

I found this information 
https://groups.google.com/forum/#!topic/android-x86/zOAcfGnZqPE

According to one post, "...machine will reboot and go into the SetupWizard. 
From my findings and testing, delete the SetupWizard.apk from the 
system/app folder, it won't exit once you're finished cause +++++it thinks 
the slideup keyboard is open when there isn't one.++++"

Later I will investigate, because as for now it is still beyond my technical 
capability

Original comment by vferra...@gmail.com on 5 Jan 2012 at 3:57

GoogleCodeExporter commented 9 years ago
Hi,
I have solved the matter! But I was forced to use android-x86-3.2-RC2-eeepc.iso

If you want to try double-boot on EEE, please consider dowgrading to this distro

This version, though with some flaws (ie: slowdown on camera, italian keyb 
layout and speech recognizing not yet working) does not trigger 'setup wizard' 
and 'Launcher/SystemUI' issues

Event if there is no setup wiz, you can fully customize later in settings

My 40_custom lines:

-------------
menuentry "EEEPC android-x86-3.2-RC2" {
set root=(hd0,3)
linux /android/kernel quiet root=/dev/ram0 androidboot.hardware=eeepc 
acpi_sleep=s3_bios,s3_mode HWACCEL=0 nomodeset SRC=/android DATA= 
SDCARD=/data/sdcard.img
initrd /android/initrd.img
}
-------------

(Haven't up to now tried HWACCEL=1 as I believe the box is fast enough for me)

Original comment by vferra...@gmail.com on 6 Jan 2012 at 7:01

GoogleCodeExporter commented 9 years ago
...but this was you are using android 3.2 - not ISC

Original comment by belko...@gmail.com on 6 Jan 2012 at 9:15

GoogleCodeExporter commented 9 years ago
Yes.. yesterday I was trying to use ICS, now not

I went OT! :)

I will hang around here to see what happens next

Original comment by vferra...@gmail.com on 6 Jan 2012 at 9:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
MacBook Air
Mac os 10.7.2 
2,13 Intel Core 2 Duo
2 G 1067 MHz DDR3
NVIDIA GeForce 9400M 256 MB

Parallels 7
===

Mac pro
Xeon
16 G 1067 MHz DDR3
Mac os 10.6.8
Parallels 6

===

PC
C2d 6300
8 G 1600MHz MHz DDR3
Win7 (64bit)
Win virtual pc 2007

They all fall into one and the same error.
Kernel parameters do not work.
Tell me where to dig?
Sorry for the English.

Original comment by gneko.s...@gmail.com on 6 Jan 2012 at 10:00

GoogleCodeExporter commented 9 years ago
I'm same on asus T91MT

log.txt 
01-07 10:47:36.817 D/libEGL  ( 2398): loaded /system/lib/egl/libGLES_android.so
01-07 10:47:36.827 D/libEGL  ( 2398): 3D hardware acceleration is disabled
01-07 10:47:36.827 D/AndroidRuntime( 2398): Shutting down VM
01-07 10:47:36.827 W/dalvikvm( 2398): threadid=1: thread exiting with uncaught 
exception (group=0xa000f180)
01-07 10:47:36.827 E/AndroidRuntime( 2398): FATAL EXCEPTION: main
01-07 10:47:36.827 E/AndroidRuntime( 2398): java.lang.RuntimeException: 
eglConfig not initialized
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.view.HardwareRenderer$GlRenderer.initializeEgl(HardwareRenderer.java:565
)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.view.HardwareRenderer$GlRenderer.initialize(HardwareRenderer.java:501)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1300)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2442)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.os.Looper.loop(Looper.java:137)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
android.app.ActivityThread.main(ActivityThread.java:4424)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
java.lang.reflect.Method.invokeNative(Native Method)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
java.lang.reflect.Method.invoke(Method.java:511)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
01-07 10:47:36.827 E/AndroidRuntime( 2398):     at 
dalvik.system.NativeStart.main(Native Method)
01-07 10:47:36.827 W/ActivityManager( 1529):   Force finishing activity 
com.google.android.setupwizard/.WelcomeActivity

maybe it is opengl problem?
If 3D hardware acceleration is disabled, SetupWizard die.

Original comment by toskawa1...@gmail.com on 7 Jan 2012 at 3:38

GoogleCodeExporter commented 9 years ago
I have a Asus T91. I have the same problem with 
android-x86-4.0-eeepc-20120101.iso and 
android-x86-4.0-asus_laptop-20111225.iso, BUT to WORK with 
android-x86-4.0-asus_laptop-20111209.iso
Sorry my english.

Original comment by darka...@gmail.com on 7 Jan 2012 at 6:15

GoogleCodeExporter commented 9 years ago
people i can't install android 1.6, 2.2, 2.3, 3.2, 4.0 on my usb.. Help.. More 
on this link 
http://code.google.com/p/android-x86/issues/detail?id=632&thanks=632&ts=13261144
91

Original comment by edh...@gmail.com on 9 Jan 2012 at 7:33

GoogleCodeExporter commented 9 years ago
Same issue for me. Any solution?

x86 win7, vmware 4.0.1, ICS asus laptop edition

Original comment by papaia...@gmail.com on 13 Jan 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Kind of a "me too" post here.

I am seeing the issue with the crashing Setup Wizard on a new HD install of 
4.0-eeepc-20120101 in Virtualbox 4.1.4.

The exact same Virtual machine settings worked fine with the previous snapshot 
release, Build 20110828 and the 2.2 and 3.x media.

I *did* in the mean time upgrade Vbox from 4.0.16 to 4.1.4 but that doesn't 
seem to be the problem.

Original comment by neph...@gmail.com on 19 Jan 2012 at 8:11

GoogleCodeExporter commented 9 years ago

have this same on vmware 8
ram 256mb

Original comment by tuankie...@gmail.com on 21 Jan 2012 at 4:50

GoogleCodeExporter commented 9 years ago
Have the same on Virtualbox 4.1.8 and android-x86-4.0-eeepc-20120101.iso 

Original comment by c...@cefn.com on 28 Jan 2012 at 3:53

GoogleCodeExporter commented 9 years ago
Same here, VMware 8

Original comment by martijnh...@gmail.com on 29 Jan 2012 at 2:07

GoogleCodeExporter commented 9 years ago
For the t91mt: use the tegav2 iso works like a charme.

The installation worked  into fat32 partionned sdhc disk

Even the multi touch works from scratch.

Only the screensaver is keep turning off the monitor while using it.
Wifi,
Bluetooth,
Works perect

Screen brightness not working

Since the tegav2 is a keyboardless unit, it only works in the terminals  
screens.

Original comment by Daniel.M...@gmail.com on 29 Jan 2012 at 3:06

GoogleCodeExporter commented 9 years ago
Same here (VMware 8).
All of the isos downloaded have the same issue.

Original comment by Windows...@gmail.com on 29 Jan 2012 at 9:40

GoogleCodeExporter commented 9 years ago
Hi,
i had the same issue, downloaded this version and it is working for me:
http://www.buildroid.org/Download/android-x86-vm-20120130.iso.gz

setup instructions:
http://www.android-x86.org/documents/installhowto

but i cannot navigate through apps, there is no mouse support

Original comment by Mr.Khali...@gmail.com on 31 Jan 2012 at 9:47

GoogleCodeExporter commented 9 years ago
Confirm that the image of comment 22 is working but it doesn't contain any 
google app. The mouse works through "disable mouse integration"

Original comment by jive...@gmail.com on 7 Feb 2012 at 6:57

GoogleCodeExporter commented 9 years ago
I have an EeePc T91, there are two things that don't work.
My Wifi is connected, but there is no internet.
And the touchscreen doesn't also not work.
There is no differences between Android-x86-vm-version 20120130
and version 20120125 for me.
Further, it looks very beautiful.

Original comment by martijn...@gmail.com on 15 Feb 2012 at 8:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
As Mr. Khali said, 
http://www.buildroid.org/Download/android-x86-vm-20120130.iso.gz works just 
fine.  Runs fine as either a live image, or to install.  I'm using VIrtualBox.  
Make sure you disable mouse integration in VirtualBox or you won't be able to 
get your mouse working.  Just use a single partition and if you wish, add a 
fake SD card afterwards.

Original comment by aviche...@gmail.com on 16 May 2012 at 12:58

GoogleCodeExporter commented 9 years ago
Try to reinstall Android on the hard disk, but remember to match the type of 
the HD when installing. Assuming it's NFTS, DO NOT CHOOSE ext3, otherwise it 
won't work. Choose NFTS, change the boot priority to the HD again, and then 
reboot. 

Original comment by cpcpc...@gmail.com on 25 Jun 2012 at 5:29

GoogleCodeExporter commented 9 years ago
Same issue on a Polaroid s7 tablet  Unfortunately, Set up Wizard has stopped 
working

Original comment by mark.mad...@gmail.com on 29 Dec 2014 at 2:11