android_packages_apps_Launcher icon indicating copy to clipboard operation
android_packages_apps_Launcher copied to clipboard

Honeycomb reboot causes boot animation to loop

Open CoatedMoose opened this issue 13 years ago • 0 comments

Installed adw to the motorola xoom. Installs fine, and runs alright. On reboot, the device will not exit the boot animation. By adb/logcat the device appears to load. (with the Profile Startup variable set to true) the home screen appears to load, but does not cut through the animation loop.

Spamming the screen with touches /eventually/ it opens home screen. Once this is induced logcat gives the following

04-19 01:15:09.900: ERROR/MultiTouchController(242): onTouchEvent() failed 04-19 01:15:09.900: ERROR/MultiTouchController(242): java.lang.reflect.InvocationTargetException 04-19 01:15:09.900: ERROR/MultiTouchController(242): at java.lang.reflect.Method.invokeNative(Native Method) 04-19 01:15:09.900: ERROR/MultiTouchController(242): at java.lang.reflect.Method.invoke(Method.java:491) 04-19 01:15:09.900: ERROR/MultiTouchController(242): at org.metalev.multitouch.controller.MultiTouchController.onTouchEvent(MultiTouchController.java:274) 04-19 01:15:09.900: ERROR/MultiTouchController(242): at org.adw.launcher.Workspace.onInterceptTouchEvent(Workspace.java:771) 04-19 01:15:09.900: ERROR/MultiTouchController(242): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1170) etc... error repeated several times (most recent it was 10, last time was only 3)

Home screen flashes and 1 or more random apps load in succession (from a selection of the ones that were on the home screen). Once backed out of newly opened apps home screen is usable and behaves as normal.

CoatedMoose avatar Apr 19 '11 05:04 CoatedMoose