Ok,
Paul, on Jun 8 2010, 15:50, said:
Changelog
r4 build 2
Fixed problem with cachedalvikcache causing FC and missing A2SD directory
r4
Initial release
com.htc.launcher refused to load (missing a wallpaper), so have a similar thing as before, but only the launcher crashes and restarts:
Quote
D/AndroidRuntime( 961): Shutting down VM
W/dalvikvm( 961): threadid=3: thread exiting with uncaught exception (group=0x4001e390)
E/AndroidRuntime( 961): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 961): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.htc.launcher/com.htc.launcher.Launcher}: java.lang.IllegalArgumentException: column 'lockscreen_wallpaper' does not exist
E/AndroidRuntime( 961): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2596)
E/AndroidRuntime( 961): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2621)
E/AndroidRuntime( 961): at android.app.ActivityThread.access$2200(ActivityThread.java:126)
E/AndroidRuntime( 961): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1932)
E/AndroidRuntime( 961): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 961): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 961): at android.app.ActivityThread.main(ActivityThread.java:4595)
E/AndroidRuntime( 961): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 961): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 961): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 961): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 961): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 961): Caused by: java.lang.IllegalArgumentException: column 'lockscreen_wallpaper' does not exist
E/AndroidRuntime( 961): at android.database.AbstractCursor.getColumnIndexOrThrow(AbstractCursor.java:314)
E/AndroidRuntime( 961): at android.database.CursorWrapper.getColumnIndexOrThrow(CursorWrapper.java:104)
E/AndroidRuntime( 961): at com.htc.launcher.WidgetWorkspaceManager.init(WidgetWorkspaceManager.java:107)
E/AndroidRuntime( 961): at com.htc.launcher.WidgetWorkspaceManager.instance(WidgetWorkspaceManager.java:79)
E/AndroidRuntime( 961): at com.htc.launcher.Launcher.setupViews(Launcher.java:1680)
E/AndroidRuntime( 961): at com.htc.launcher.Launcher.onCreate(Launcher.java:530)
E/AndroidRuntime( 961): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 961): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2544)
E/AndroidRuntime( 961): ... 11 more
I/Process ( 267): Sending signal. PID: 961 SIG: 3
I/dalvikvm( 961): threadid=7: reacting to signal 3
I/dalvikvm( 961): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 267): Added state dump to 1 crashes
D/dalvikvm( 334): GC freed 13510 objects / 671696 bytes in 134ms
A wipe did not help, in fact, it made it worse -- I am back to the boot loop:
Quote
D/PackageManager( 439): Scanning app dir /data/app-private
I/PackageManager( 439): /data/app-private/net.pierrox.mcompass.apk changed; collecting certs
E/System ( 439): Failure starting core service
E/System ( 439): java.lang.NullPointerException
E/System ( 439): at com.android.server.PackageManagerService$PackageSettingBase.<init>(PackageManagerService.java:5915)
E/System ( 439): at com.android.server.PackageManagerService$PackageSetting.<init>(PackageManagerService.java:6006)
E/System ( 439): at com.android.server.PackageManagerService$Settings.getPackageLP(PackageManagerService.java:6306)
E/System ( 439): at com.android.server.PackageManagerService$Settings.getPackageLP(PackageManagerService.java:6121)
E/System ( 439): at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.jav
:2329)
E/System ( 439): at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.jav
:2098)
E/System ( 439): at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:19
4)
E/System ( 439): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:611)
E/System ( 439): at com.android.server.PackageManagerService.main(PackageManagerService.java:335)
E/System ( 439): at com.android.server.ServerThread.run(SystemServer.java:135)
E/AndroidRuntime( 439): Crash logging skipped, no checkin service
I/SystemServer( 439): not beta version and not show watermark
I/SystemServer( 439): Status Bar
E/SystemServer( 439): Failure starting StatusBarService
E/SystemServer( 439): java.lang.NullPointerException
E/SystemServer( 439): at android.app.ActivityThread.getPackageInfo(ActivityThread.java:2202)
E/SystemServer( 439): at android.app.ApplicationContext.createPackageContext(ApplicationContext.java:1341
E/SystemServer( 439): at com.htc.res.HtcResources.getContext(HtcResources.java:53)
E/SystemServer( 439): at com.android.server.status.StatusBarService.<init>(StatusBarService.java:323)
E/SystemServer( 439): at com.android.server.ServerThread.run(SystemServer.java:261)
E/AndroidRuntime( 439): Crash logging skipped, no checkin service
I/SystemServer( 439): Clipboard Service
I/SystemServer( 439): Input Method Service
E/SystemServer( 439): Failure starting Input Manager Service
E/SystemServer( 439): java.lang.NullPointerException
E/SystemServer( 439): at android.app.ApplicationContext.registerReceiverInternal(ApplicationContext.java:
46)
E/SystemServer( 439): at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:721)
E/SystemServer( 439): at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:715)
E/SystemServer( 439): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:426)
E/SystemServer( 439): at com.android.server.ServerThread.run(SystemServer.java:276)
E/AndroidRuntime( 439): Crash logging skipped, no checkin service
I/SystemServer( 439): NetStat Service
I/SystemServer( 439): Connectivity Service
V/ConnectivityService( 439): ConnectivityService starting up
W/dalvikvm( 439): threadid=27: thread exiting with uncaught exception (group=0x4001e390)
E/AndroidRuntime( 439): Uncaught handler: thread ConnectivityThread exiting due to uncaught exception
E/AndroidRuntime( 439): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 439): java.lang.NullPointerException
E/AndroidRuntime( 439): at android.app.ActivityThread.getProvider(ActivityThread.java:4259)
E/AndroidRuntime( 439): at android.app.ActivityThread.acquireProvider(ActivityThread.java:4299)
E/AndroidRuntime( 439): at android.app.ApplicationContext$ApplicationContentResolver.acquireProvider(ApplicationContext.java:1513)
E/AndroidRuntime( 439): at android.content.ContentResolver.acquireProvider(ContentResolver.java:759)
E/AndroidRuntime( 439): at android.content.ContentResolver.query(ContentResolver.java:197)
E/AndroidRuntime( 439): at android.provider.Settings$NameValueCache.getString(Settings.java:499)
E/AndroidRuntime( 439): at android.provider.Settings$Secure.getString(Settings.java:1986)
E/AndroidRuntime( 439): at android.provider.Settings$Secure.getInt(Settings.java:2026)
E/AndroidRuntime( 439): at com.android.server.ConnectivityService.getPersistedNetworkPreference(Connectivit
Service.java:720)
E/AndroidRuntime( 439): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:498)
E/AndroidRuntime( 439): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:70)
E/AndroidRuntime( 439): at com.android.server.ConnectivityService$ConnectivityThread.run(ConnectivityService.java:459)
E/AndroidRuntime( 439): Crash logging skipped, no checkin service
I/Process ( 439): Sending signal. PID: 439 SIG: 9
I/ServiceManager( 151): service 'SurfaceFlinger' died
I/ServiceManager( 151): service 'entropy' died
I/ServiceManager( 151): service 'power' died
I/ServiceManager( 151): service 'batteryinfo' died
I/ServiceManager( 151): service 'telephony.registry' died
I/ServiceManager( 151): service 'usagestats' died
I/ServiceManager( 151): service 'clipboard' died
I/ServiceManager( 151): service 'netstat' died
D/HtcBootAnimation( 448): SurfaceFlinger died, exiting...
E/installd( 158): eof
E/installd( 158): failed to read size
I/installd( 158): closing connection
I/Zygote ( 434): Exit zygote because system server (439) has terminated
E/Mp3HwPlayer( 433): ID:1, Mp3HWCount-- == 0.
E/Mp3HwPlayer( 433): ID:1, reset()
E/Mp3HwPlayer( 433): ID:1, destory Mp3HwPlayer
D/MediaPlayerService( 433): Process 433 RSS is 3892
I/ServiceManager( 151): service 'media.audio_flinger' died
I/ServiceManager( 151): service 'media.player' died
I/ServiceManager( 151): service 'media.camera' died
I/ServiceManager( 151): service 'media.audio_policy' died
D/AndroidRuntime( 460):
D/AndroidRuntime( 460): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 460): CheckJNI is OFF
The device boots fine with the SD card removed (turning it off and reinserting the SD card, then booting again returns to the "boot loop" problem).
/TBX
Edited by TBX, 08 June 2010 - 03:20 PM.