I am porting ICS to hp veer. system is booting with rootfs when using nfs boot, so no sdcard. First, it comed with W/MountService( 1426): Waiting too long for mReady! After i removed /system/app/systemui.apk, the warning dispeared. but there is still the problem : E/VoldConnector( 1426): Communications error.
Android showed a dialog " Unfortunely, Launcher has stopped". then the screen turn off. I found a warning of Wallpaper Service, while the VoldConnector Error comes after ServiceManager start the Wallpaper Service. I don't know t is there any co-relation between Wallpaper warning and VoldConnector Error. entire log :http://code.google.com/p/android-on-veer/issues/detail? id=2 part of booting log I/SystemServer( 1379): Throttle Service I/SystemServer( 1379): Mount Service D/MountService( 1379): got storage path: /mnt/sdcard description: USB storage primary: true removable: false emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0 I/SystemServer( 1379): Notification Manager I/SystemServer( 1379): Device Storage Monitor I/SystemServer( 1379): Location Manager I/SystemServer( 1379): Country Detector I/SystemServer( 1379): Search Service I/SystemServer( 1379): DropBox Service I/SystemServer( 1379): Wallpaper Service E/VoldConnector( 1379): Communications error E/VoldConnector( 1379): java.io.IOException: No such file or directory E/VoldConnector( 1379): at android.net.LocalSocketImpl.connectLocal(Native Method) E/VoldConnector( 1379): at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:238) E/VoldConnector( 1379): at android.net.LocalSocket.connect(LocalSocket.java:98) E/VoldConnector( 1379): at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java: 119) E/VoldConnector( 1379): at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java: 88) E/VoldConnector( 1379): at java.lang.Thread.run(Thread.java: 856) E/VoldConnector( 1379): Error in NativeDaemonConnector E/VoldConnector( 1379): java.io.IOException: No such file or directory E/VoldConnector( 1379): at android.net.LocalSocketImpl.connectLocal(Native Method) E/VoldConnector( 1379): at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:238) E/VoldConnector( 1379): at android.net.LocalSocket.connect(LocalSocket.java:98) E/VoldConnector( 1379): at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java: 119) E/VoldConnector( 1379): at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java: 88) E/VoldConnector( 1379): at java.lang.Thread.run(Thread.java: 856) W/WallpaperService( 1379): failed parsing /data/system/ wallpaper_info.xml java.io.FileNotFoundException: /data/system/ wallpaper_info.xml: open failed: ENOENT (No such file or directory) I/SystemServer( 1379): Audio Service I/SystemServer( 1379): Dock Observer -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
