AnderWeb / android_packages_apps_Launcher

Android Launcher (almostNexus mod)
http://forum.xda-developers.com/showthread.php?t=645550
Other
321 stars 151 forks source link

Honeycomb reboot causes boot animation to loop #68

Open CoatedMoose opened 13 years ago

CoatedMoose commented 13 years ago

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.