You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: