Ramble01 / droidbox

Automatically exported from code.google.com/p/droidbox
0 stars 0 forks source link

The process com.android.calendar crashes after startup #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting the emulator with startemu.sh

What version of the product are you using? On what operating system?
The newest available compiled droidbox version on 32-bit Ubuntu 11.10

Please provide any additional information below.
After the startup of the emulator the process com.android.calendar crashes. If 
I start the emulator with the original system image it works.
Here the log:
W/dalvikvm(  166): threadid=3: thread exiting with uncaught exception 
(group=0x4001d5a0)
E/AndroidRuntime(  166): Uncaught handler: thread main exiting due to uncaught 
exception
E/AndroidRuntime(  166): java.lang.NullPointerException
E/AndroidRuntime(  166):    at 
com.android.providers.calendar.CalendarSyncAdapter.onAccountsChanged(CalendarSyn
cAdapter.java:1400)
E/AndroidRuntime(  166):    at 
android.content.AbstractSyncableContentProvider$1.onAccountsUpdated(AbstractSync
ableContentProvider.java:189)
E/AndroidRuntime(  166):    at 
android.accounts.AccountManager$10.run(AccountManager.java:826)
E/AndroidRuntime(  166):    at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(  166):    at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(  166):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  166):    at 
android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime(  166):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(  166):    at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  166):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(  166):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime(  166):    at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by androidd...@gmail.com on 7 Jan 2012 at 8:06

GoogleCodeExporter commented 9 years ago
I have been having an identical issue, on an identical platform. I would like 
to chime in and note that on my system it is a recurring issue. By that I mean, 
if I allow the emulator to idle, the error and subsequent crash will recur. Has 
there been any headway on this bug?

Original comment by WmDaricT...@gmail.com on 1 Mar 2012 at 6:47

GoogleCodeExporter commented 9 years ago
The calendar app is not working on the emulator. Its part of Google Apps and 
this package is not included in the emulator by default. I'm looking on howto 
build the calendar app to include it. For now simply ignore the crash.

Original comment by lantz.pa...@gmail.com on 10 Mar 2012 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by lantz.pa...@gmail.com on 10 Mar 2012 at 3:14