Hi all,
I'm trying to port the latest Android to Atmel's AT91SAM9263EK
(ARM926ejs + 64M SDRAM) board. Now, the linux kernel is running and a
part of the system service is OK. But I can not see the Android
desktop finally. The `/dev/log/main' told me,

Starting Hardware Service.
SystemServer
Failure starting Hardware Service
java.lang.NullPointerException
    at android.app.ApplicationContext.registerReceiverInternal
(ApplicationContext.java:724)
    at android.app.ApplicationContext.registerReceiver
(ApplicationContext.java:699)
    at android.app.ApplicationContext.registerReceiver
(ApplicationContext.java:693)
    at com.android.server.HardwareService.<init>(HardwareService.java:
45)
    at com.android.server.ServerThread.run(SystemServer.java:193)
AndroidRuntime
Crash logging skipped, no checkin service
SystemServer
Starting NetStat Service.
SystemServer
Starting Connectivity Service.
dalvikvm
threadid=25: thread exiting with uncaught exception (group=0x40010e28)
AndroidRuntime
Uncaught handler: thread ConnectivityThread exiting due to uncaught
exception
AndroidRuntime
*** EXCEPTION IN SYSTEM PROCESS.  System will crash.
AndroidRuntime
java.lang.NullPointerException
    at android.app.ActivityThread.getProvider(ActivityThread.java:
3483)
    at android.app.ActivityThread.acquireProvider(ActivityThread.java:
3512)
    at android.app.ApplicationContext
$ApplicationContentResolver.acquireProvider(ApplicationContext.java:
1424)
    at android.content.ContentResolver.acquireProvider
(ContentResolver.java:436)
    at android.content.ContentResolver.query(ContentResolver.java:142)
    at android.provider.Settings$NameValueCache.getString
(Settings.java:281)
    at android.provider.Settings$System.getString(Settings.java:318)
    at android.provider.Settings$System.getInt(Settings.java:358)
    at
com.android.server.ConnectivityService.getPersistedNetworkPreference
(ConnectivityService.java:184)
    at com.android.server.ConnectivityService.<init>
(ConnectivityService.java:125)
at com.android.server.ConnectivityService.<init>
(ConnectivityService.java:49)
    at com.android.server.ConnectivityService$ConnectivityThread.run
(ConnectivityService.java:90)
AndroidRuntime
Crash logging skipped, no checkin service
Process
Sending signal. PID: 1699 SIG: 9
ServiceManager
service 'SurfaceFlinger' died
ServiceManager
service 'batteryinfo' died
ServiceManager
service 'telephony.registry' died
ServiceManager
service 'netstat' died
ServiceManager
service 'power' died
Zygote
Exit zygote because system server (1699) has terminated
installd
installd
failed to read size
installd
closing connection
AndroidRuntime
>>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<

Can anybody please help me to point out what happened?

Thanks!
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to