Hello all,
I have disable all other HOME apps and from manifest file,
SetupWizardActivity shall be the HOME app. But after phone powers up,
I got log like below:
V/SetupWizard( 1084): System thinks we're the home activity. Removing
SetupWizard...
Is there anyone who knows about it? is SetupWizardActivity disabled
by others?
03-16 01:04:30.573 1364 1364 V SetupWizard: System thinks we're the
home activity. Removing SetupWizard...
03-16 01:04:30.620 1349 1349 D dalvikvm: Added shared lib /system/
lib/libmotoims-sms.so 0x0
03-16 01:04:30.620 1349 1349 D SMSONSIP: Add ismsonsip service!
03-16 01:04:30.846 1272 1397 D KeyguardViewMediator: setHidden false
03-16 01:04:30.893 1413 1413 I ActivityThread: Publishing provider
com.google.android.providers.enhancedgooglesearch:
com.google.android.providers.enhancedgooglesearch.SuggestionProvider
03-16 01:04:30.901 1272 1397 D KeyguardViewMediator: setHidden false
03-16 01:04:30.909 1272 1397 D KeyguardViewMediator: setHidden false
03-16 01:04:31.198 1272 1386 I ActivityManager: Starting activity:
Intent { act=android.intent.action.MAIN
cat=[android.intent.category.HOME] flg=0x10200000 }
03-16 01:04:31.213 1364 1364 D AndroidRuntime: Shutting down VM
03-16 01:04:31.213 1364 1364 W dalvikvm: threadid=3: thread exiting
with uncaught exception (group=0x4001e610)
03-16 01:04:31.213 1364 1364 E AndroidRuntime: Uncaught handler:
thread main exiting due to uncaught exception
03-16 01:04:31.260 1364 1364 E AndroidRuntime:
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.android.setupwizard/
com.android.setupwizard.SetupWizardActivity}:
android.content.ActivityNotFoundException: No Activity found to handle
Intent { act=android.intent.action.MAIN
cat=[android.intent.category.HOME] flg=0x10200000 }
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2550)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2566)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.ActivityThread.access$2400(ActivityThread.java:121)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.ActivityThread$H.handleMessage(ActivityThread. at
android.os.Handler.dispatchMessage(Handler.java:99)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:123)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:4417)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
java.lang.reflect.Method.invokeNative(Native Method)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Method.java:521)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:860)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
dalvik.system.NativeStart.main(Native Method)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: Caused by:
android.content.ActivityNotFoundException: No Activity found to handle
Intent { act=android.intent.action.MAIN cat=[android.intent.cajava:
1917)
03-16 01:04:31.260 1364 1364 E AndroidRuntime:tegory.HOME]
flg=0x10200000 }
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:
1408)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.Instrumentation.execStartActivity(Instrumentation.java:
1378)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.Activity.startActivityForResult(Activity.java:2749)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
com.android.setupwizard.NetworkMonitoringActivity.startActivityForResult(NetworkMonitoringActivity.java:
265)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.Activity.startActivity(Activity.java:2855)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
com.android.setupwizard.NetworkMonitoringActivity.startActivity(NetworkMonitoringActivity.java:
281)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
com.android.setupwizard.BaseActivity.onSetupComplete(BaseActivity.java:
1297)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
com.android.setupwizard.SetupWizardActivity.onCreate(SetupWizardActivity.java:
191)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2513)
03-16 01:04:31.260 1364 1364 E AndroidRuntime: ... 11 more
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en