Hi there, Can you provide more information, like how you've patched the files? And had you done a CLEAN build after the patch?
Regards, Alvin Wong On 4月18日, 上午12時07分, olivia mckenzy <[email protected]> wrote: > Hi, i have been trying to port tslib to Android ICS and i found a > patch, so i applied it on InputReader.h and InputReader.cpp, after > that i make a build, and flash the SD card to run on Pandaboard, the > O.S. crashes, and it only shows the boot logo, this is what i get > through the serial port (it is shown continuously): > > [ 30.904541] request_suspend_state: wakeup (0->0) at 30899322512 > (1970-01-02 00:00:06.500244140 UTC) > [ 30.921997] init: untracked pid 178 exited > [ 30.929565] init: untracked pid 179 exited > ls > > and this is what i get through logcat (on the serial port of > Pandaboard): > > D/dalvikvm( 98): GC_EXPLICIT freed 14K, 2% free 6453K/6531K, paused > 0ms+3ms > D/dalvikvm( 98): GC_EXPLICIT freed 6K, 2% free 6447K/6531K, paused > 0ms+0ms > D/dalvikvm( 98): GC_EXPLICIT freed <1K, 2% free 6447K/6531K, paused > 1ms+0ms > I/dalvikvm( 98): System server process 165 has been created > I/Zygote ( 98): Accepting command socket connections > D/SystemClock( 165): Setting time of day to sec=86400 > W/SystemServer( 165): System clock is before 1970; setting to 1970. > D/AndroidRuntime( 165): Shutting down VM > W/dalvikvm( 165): threadid=1: thread exiting with uncaught exception > (group=0x40a051f8) > E/AndroidRuntime( 165): *** FATAL EXCEPTION IN SYSTEM PROCESS: main > E/AndroidRuntime( 165): java.lang.UnsatisfiedLinkError: Cannot load > library: link_image[1936]: 98 could not load needed library > 'libsystem_server.so' for > 'libandroid_servers.so' (link_image[1936]: 98 could not load needed > library 'libinput.so' for > 'libsystem_server.so' (reloc_library[1285]: 98 cannot locate > '_ZN8SkCanvasC1Ev'... > E/AndroidRuntime( 165): )) > E/AndroidRuntime( 165): at > java.lang.Runtime.loadLibrary(Runtime.java:391) > E/AndroidRuntime( 165): at java.lang.System.loadLibrary(System.java: > 535) > E/AndroidRuntime( 165): at > com.android.server.SystemServer.main(SystemServer.java:819) > E/AndroidRuntime( 165): at > java.lang.reflect.Method.invokeNative(Native Method) > E/AndroidRuntime( 165): at > java.lang.reflect.Method.invoke(Method.java:511) > E/AndroidRuntime( 165): at com.android.internal.os.ZygoteInit > $MethodAndArgsCaller.run(ZygoteInit.java:784) > E/AndroidRuntime( 165): at > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) > E/AndroidRuntime( 165): at dalvik.system.NativeStart.main(Native > Method) > I/Process ( 165): Sending signal. PID: 165 SIG: 9 > E/AndroidRuntime( 165): Error reporting crash > E/AndroidRuntime( 165): java.lang.NullPointerException > E/AndroidRuntime( 165): at com.android.internal.os.RuntimeInit > $UncaughtHandler.uncaughtException(RuntimeInit.java:72) > E/AndroidRuntime( 165): at > java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) > E/AndroidRuntime( 165): at > java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) > E/AndroidRuntime( 165): at dalvik.system.NativeStart.main(Native > Method) > I/Zygote ( 98): Exit zygote because system server (165) has > terminated > I/ServiceManager( 91): service 'media.audio_policy' died > I/ServiceManager( 91): service 'media.audio_flinger' died > I/ServiceManager( 91): service 'media.player' died > I/ServiceManager( 91): service 'media.camera' died > I/Netd ( 179): Netd 1.0 starting > D/AndroidRuntime( 180): > D/AndroidRuntime( 180): >>>>>> AndroidRuntime START > com.android.internal.os.ZygoteInit <<<<<< > D/AndroidRuntime( 180): CheckJNI is ON > I/ ( 178): ServiceManager: 0xf958 > I/AudioFlinger( 178): Loaded primary audio interface from Default > audio HW HAL (audio) > I/AudioFlinger( 178): Using 'Default audio HW HAL' (audio.primary) as > the primary audio interface > I/CameraService( 178): CameraService started (pid=178) > I/AudioFlinger( 178): AudioFlinger's thread 0x107c8 ready to run > W/AudioFlinger( 178): Thread AudioOut_1 cannot connect to the power > manager service > W/AudioFlinger( 178): Thread AudioOut_1 cannot connect to the power > manager service > I/AudioPolicyService( 178): Loaded audio policy from LEGACY Audio > Policy HAL (audio_policy) > I/ethernet( 180): Loading ethernet jni class > I/SamplingProfilerIntegration( 180): Profiling disabled. > I/Zygote ( 180): Preloading classes... > D/dalvikvm( 180): GC_EXPLICIT freed 36K, 84% free 409K/2560K, paused > 1ms+6ms > D/dalvikvm( 180): GC_EXPLICIT freed 4K, 82% free 474K/2560K, paused > 8ms+0ms > > if someone could help me, it would be really great. Thanks in advanced. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
