baljeetverma / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

not starting @ boot #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when I turn phone off then back on I have to run app again its ignored in 
task killer and 
mark to start run @ boot
2.
3.

What is the expected output? What do you see instead?

Please paste the application's log here (it should now be on your
clipboard):

D/WifiService( 1013): ACTION_SCREEN_OFF
D/WifiService( 1013): setting ACTION_DEVICE_IDLE timer for 900000ms
D/WifiService( 1013): ACTION_SCREEN_ON
D/WifiService( 1013): ACTION_SCREEN_OFF
D/WifiService( 1013): setting ACTION_DEVICE_IDLE timer for 900000ms
D/WifiService( 1013): ACTION_SCREEN_ON
D/WifiService( 1013): ACTION_SCREEN_OFF
D/WifiService( 1013): setting ACTION_DEVICE_IDLE timer for 900000ms
D/WifiService( 1013): ACTION_SCREEN_ON
D/WifiService( 1013): ACTION_BATTERY_CHANGED pluggedType: 0
D/PhoneUtils( 1088): checkAndCopyPhoneProviderExtras: some or all extras are 
missing.
D/BluffMyCall( 3354): Received CALL Intent
D/BluffMyCall( 3354): Intent to call:9049456183
D/PhoneUtils( 1088): checkAndCopyPhoneProviderExtras: some or all extras are 
missing.
D/WifiService( 1013): ACTION_SCREEN_OFF
D/WifiService( 1013): setting ACTION_DEVICE_IDLE timer for 900000ms
D/WifiService( 1013): ACTION_SCREEN_ON
I/NotCallLogV2( 3393): RUN PREFERENCE SERVICE
E/NotCallLogV2( 3393): OTHER = 0
I/NotCallLogV2( 3393): Outgoing call = true
I/NotCallLogV2( 3393): INPUT FROM PREFS =android.intent.action.MAIN
I/NotCallLogV2( 3393): Globals.Outgoing = true
I/NotCallLogV2( 3393): RUN INTENT SERVICE
I/NotCallLogV2( 3393): INSIDE INTENT SERVICE
I/NotCallLogV2( 3393): android.intent.action.MAIN
I/NotCallLogV2( 3393): Intent {  }
D/PhoneWindow( 1092): couldn't save which view has focus because the focused 
view 
com.android.internal.policy.impl.PhoneWindow$DecorView@446002f0 has no id.
D/RemoteNotifier( 3434): Using real bluetooth utils
E/BluetoothService.cpp( 1013): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
D/RemoteNotifier( 3434): Using level 5 caller ID
I/RemoteNotifier( 3434): Starting notification service
D/RemoteNotifier( 3434): Battery status: Discharging
D/RemoteNotifier( 3434): Got battery level: 70
D/RemoteNotifier( 3434): Notifying of battery state change
D/RemoteNotifier( 3434): Sending notification: 22a0000015d15e25/48553bedd4f3c/
BATTERY/Discharging, remaining charge: 70%
E/BluetoothService.cpp( 1013): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/BluetoothService.cpp( 1013): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
D/RemoteNotifier( 3434): Sending wifi notification to IP 10.0.1.255
D/RemoteNotifier( 3434): Connecting to Bluetooth device jacques Gaillot’s 
MacBook Pro (3)
I/RemoteNotifier( 3434): Sent notification over WiFi.
E/BluetoothEventLoop.cpp( 1013): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/1073/hci0/dev_00_1F_F3_A9_74_B0

What version of Android are you using?
2.1

Original issue reported on code.google.com by jrgail...@gmail.com on 30 Apr 2010 at 9:34

GoogleCodeExporter commented 9 years ago
I just updated my phone to 2.1-update1, and I'm now able to reproduce this - it 
won't start at boot for me either.
Fixing ASAP.

Original comment by rdamazio@gmail.com on 3 May 2010 at 5:20

GoogleCodeExporter commented 9 years ago
Easier than I thought - fixed in r173. Will go out in the next release.

Original comment by rdamazio@gmail.com on 3 May 2010 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by rdamazio@gmail.com on 19 Sep 2010 at 6:42

GoogleCodeExporter commented 9 years ago
I am was running 2.2.1 and now running cm6.1.1 and have the same prob listed 
above never starts at boot. 
If it helps, below is the data copied when I selected report bug:

I/WifiService(  164): WifiService starting up with Wi-Fi enabled
D/WifiService(  164): ACTION_BATTERY_CHANGED pluggedType: 0
I/WifiService(  164): WifiService trying to setNumAllowed to 13 with persist 
set to true
D/WifiService(  164): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@46312880}
D/WifiWatchdogService(  164): (android.server.ServerThread) SKY32783 
(f0:7d:68:68:7a:51) does not require the watchdog
D/WifiService(  164): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@46312880}
D/WifiService(  164): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@46312880}
D/WifiService(  164): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@46312880}
D/WifiService(  164): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService(  164): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@46312880}
D/RemoteNotifier(  772): Using real bluetooth utils
D/RemoteNotifier(  772): Using level 5 caller ID
I/RemoteNotifier(  772): Starting notification service
D/RemoteNotifier(  772): Battery status: Discharging
D/RemoteNotifier(  772): Got battery level: 83
D/RemoteNotifier(  772): Battery level change: 84
D/RemoteNotifier(  772): Got battery update, but state change was not relevant
D/WifiService(  164): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@46312880}

Original comment by craig.gt...@gmail.com on 22 Dec 2010 at 8:42

GoogleCodeExporter commented 9 years ago
Issue 324 has been merged into this issue.

Original comment by rdamazio@gmail.com on 23 Dec 2010 at 7:33