Giter Club home page Giter Club logo

android-notifier's People

Watchers

 avatar

android-notifier's Issues

Installation problem on HTC Hero

Hello, I can't install your apk in my HTC Hero, it said that my phone can't 
support this app.

My OS version is 1.5 with HTC sense

Hope you can solve this issue, thank you.

Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 2:21

Constant force close on Nexus One

What steps will reproduce the problem?
1. Download fresh copy of app from Market
2. Open app on phone
3. Application force closes every time

What is the expected output? What do you see instead?
Can't access Settings screen, but application seems to function normally 
otherwise (receives notifications on Mac successfully)

What version of the product are you using? On what operating system?
Version 0.2.1 on Nexus One, Software 2.1-update1 (unmodified)

Please provide any additional information below.
If there are any debug/log files I can provide, let me know.  I couldn't see 
any on my SD card.

Original issue reported on code.google.com by [email protected] on 25 Feb 2010 at 11:24

Linux client - wrong module - alsa audio

What steps will reproduce the problem?
1. download the svn
2. run the lindroidnotifier.py

What is the expected output? What do you see instead?
boot of the program, error and exit

What version of the product are you using? On what operating system?
Latest, svn from today on Ubuntu 10.04 with python 2.6.5

Please provide any additional information below.


junke@junke-eee:~/lindroid/android-notifier-read-only/LinDroidNotifier/androidno
tifier$ python lindroidnotifier.py 
Traceback (most recent call last):
  File "lindroidnotifier.py", line 13, in <module>
    from manager import NotificationManager
  File "/home/junke/lindroid/android-notifier-read-only/LinDroidNotifier/androidnotifier/manager.py", line 16, in <module>
    from actions.mute import MuteAction
  File "/home/junke/lindroid/android-notifier-read-only/LinDroidNotifier/androidnotifier/actions/mute.py", line 6, in <module>
    import alsaaudio
ImportError: No module named alsaaudio

Original issue reported on code.google.com by [email protected] on 25 Jun 2010 at 4:33

Gtalk notification

Add notifications for Gtalk activity. Given the activity, probably would be 
wise to only notify on new messages or messages received after certain idle 
time.
Maybe make idle time customizable?

Original issue reported on code.google.com by [email protected] on 14 Aug 2010 at 8:24

  • Merged into: #7

Prblem with bluetooth module

What steps will reproduce the problem?
1.Download the program with svn
2.Run
3.Can't load the bluetooth module

What is the expected output? What do you see instead?
./lindroidnotifier.py 
Traceback (most recent call last):
  File "./lindroidnotifier.py", line 13, in <module>
    from manager import NotificationManager
  File "/home/paolo/android-notifier-read-only/LinDroidNotifier/androidnotifier/manager.py", line 18, in <module>
    from listeners.rfcomm import BluetoothListener
  File "/home/paolo/android-notifier-read-only/LinDroidNotifier/androidnotifier/listeners/rfcomm.py", line 9, in <module>
    import bluetooth
ImportError: No module named bluetooth


What version of the product are you using? On what operating system?
Linux 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by pablosproject on 5 Aug 2010 at 8:38

Newly-paired devices not displayed

What steps will reproduce the problem?
1. Open the settings screen, then Bluetooth options
2. Check which devices are listed under "destination device"
3. Go into the pairing screen and pair with an additional device (one that's 
compatible with the app)
4. Go out of the pairing screen after it's been paired, and open the 
destination device list again

What is the expected output? What do you see instead?
Expected: the new device would be there
Actual: it's not

Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 9:49

Mac don't receive bluetooth notifications

I'm using mac os x 10.6.4 and Android 2.1 on a samsung galaxy spica. 

When I try to send the test notification via Bluetooth it's not working. The 
mac bluetooth icon changes like it is receiving data but the notification 
doesn't show up.

I've tried with wifi and it's working.

This is my syslog output from the android-notifier:

MacDroidNotifier[7402]: started listening for WiFi notifications
blued[41]: Ignoring SDP UUID with length 16
MacDroidNotifier[7402]: Started listening for Bluetooth notifications

Please tell me if there is some debug or verbose mode and I will run it.

Original issue reported on code.google.com by [email protected] on 1 Jul 2010 at 7:41

  • Merged into: #21

Utilization of existing Growl

Without looking at the code, I don't see a reason for using your custom 
application.  Most computer geeks worth their salt already have a notification 
system and Growl on Macs have a HUGE install base.

I humbly request that use utilize Growl's existing framework for the message.

Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 10:02

Loging of notifications on desktop

Grat app, congrats.

This is a feature request and not a issue. 

There could be a log of the notifications received on the desktop saved in a 
text file.

Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 6:09

Service doesn't restart if killed

What steps will reproduce the problem?
1. Run the service
2. Get the device overloaded (e.g. open a very large webpage with flash and all 
that)

What is the expected output? What do you see instead?
We should continue to catch and relay notifications.
Instead, the service gets killed when the device runs low on memory, and never 
gets restarted.

Proposed solution:
Add a preference to run as foreground, or to restart if killed (by having the 
broadcast receivers in the manifest XML).

Original issue reported on code.google.com by [email protected] on 29 Aug 2010 at 7:59

Notifier should allow more actions than just showing the notification

We should allow the user to pick what action should be taken on each kind of 
event. Some possible use cases:

* Lowering the desktop's output volume when the phone rings
* Executing a script when the user gets an SMS (and let the script receive the 
SMS contents)

This can be done either by giving the user some options in addition to "run 
external program", or make all possible actions external.

Original issue reported on code.google.com by [email protected] on 4 Jan 2010 at 12:23

"Copy to clipboard" action on the desktop app

It would be nice if the Mac app would copy the contents of the notification to 
the clipboard automatically, for certain types of notifications (which types 
should be user-configurable).

Original issue reported on code.google.com by [email protected] on 25 Mar 2010 at 2:30

Multiple IP Addresses

A useful feature if you work or have two houses/computers. 

It should be as simple as adding another variable and refining the menu. I need 
this as I have two computers - if the notification could be sent to all the 
different IP address when an intent is received (phone call, text, etc.), that 
would be best. 

Also, while I'm at it, more intents: Market Updates, FaceBook message, Generic 
Notification?

Original issue reported on code.google.com by [email protected] on 6 Sep 2010 at 7:35

  • Merged into: #68

Menu Icon of OS X: make it more subtle

> What steps will reproduce the problem?
1. normal usage of OS X tool of android-notifier

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

I expect to see some kind of icon of android-notifier to signal me the
running tool.

But what I see is this icon with the exclamation sign that signals me some
kind of error or at least asks for attention. But this is not the case.

> What version of the product are you using? On what operating system?

MacDroidNotifier v0.2.5

> Please provide any additional information below.

This is a usability issue: with a certain number of icons in the OS X menu
bar, the user depends on "red signals" ask for attention if - and only if -
there is a problem the user has to handle.

With this prominent exclamation sign the user thinks, that his/her
attention is needed. But this is not the case. 

I suggest an icon symbol that does not distract the user when there is no
problem at all.

Original issue reported on code.google.com by [email protected] on 5 Jun 2010 at 2:05

Add support for third-party notification methods.

Samsung TV's, like the LN46B650, allow for receiving caller ID and SMS 
messages.  This requires using the DMC protocol.  I have tried your app, but 
have had no luck.

Original issue reported on code.google.com by LeftysLoft on 15 Aug 2010 at 5:31

android-notifier and KDE4 and WIFI

Good application for android phone. I uses Kubuntu (KDE4 at GNU/Linux) on
my desktop and I wrote simple client for android-notifier.

It written on perl and it uses Knotify as part of KDE for displaying
notification.
%titles and $startmes used for localization of messages.

Client does not check phone id because i have only one phone at my network.

Original issue reported on code.google.com by [email protected] on 15 Apr 2010 at 10:42

Attachments:

network broadcast

Hi, 

Before anything, thank you for the wonderfull app really usefull. 
I'm running few 'nux boxes here and not all of them have wireless connection, 
however they are all on the same network. It seems I am not able to get 
notification on "wired" computers. Is it a restriction? Could it be possible to 
add hardwired network? So if I receive a call every PC could mute. 

Thank you 

Original issue reported on code.google.com by [email protected] on 6 Aug 2010 at 11:09

Multiple Custom Targets

Since I travel between my work computer and home computer, I'd like an option 
to send the message to different IP addresses depending on what mine is.

When I'm connected to my home wireless network, I'd like to send it to a 
different address than when I'm connected to a my work network.

Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 10:07

  • Merged into: #15

Notification multicast on every paired bluetooth device

At home, I have two bluetooth enabled devices: one workstation and one netbook. 
They are close enough so the phone is in range of both.

However the documentation says that only the first found device should receive 
the notification.

This is not a correct behaviour since the device which receives the 
notification might not be the one I am sitting in front of.

A better behaviour should be that android-notifier multicast the notifications 
to every paired device.

Original issue reported on code.google.com by [email protected] on 19 Aug 2010 at 9:36

  • Merged into: #68

bluetooth not working

What steps will reproduce the problem?
1. Made sure everything was installed correctly
2. Tested wifi method.
3. Removed all bluetooth devices except the droid

What is the expected output? What do you see instead?
Nothing.
Please paste the application's log here (it should now be on your
clipboard):
D/WifiService( 1028): ACTION_BATTERY_CHANGED pluggedType: 0
D/WifiService( 1028): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 
binder=android.os.Binder@458dd710}
V/WifiMonitor( 1028): Event [CTRL-EVENT-TERMINATING - signal 15 received]
V/WifiStateTracker( 1028): Connection to supplicant lost
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT sent( 1094): +CIEV: 5,3
I/Bluetooth AT sent( 1094): +CIEV: 5,4
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT sent( 1094): +CIEV: 5,3
I/Bluetooth AT sent( 1094): +CIEV: 5,4
D/RemoteNotifier(17011): Using real bluetooth utils
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth HeadsetBase( 1094): headset read error 5
E/BluetoothEventLoop.cpp( 1028): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/1103/hci0/dev_00_25_00_F5_96_59
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b10cac249/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b11498a8f/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b115ba2e1/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b11643329/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b1166c418/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b116a9f5f/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b11d7da38/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Using level 5 caller ID
I/RemoteNotifier(17011): Starting notification service
D/RemoteNotifier(17011): Battery status: Discharging
D/RemoteNotifier(17011): Got battery level: 15
D/RemoteNotifier(17011): Notifying of battery state change
D/RemoteNotifier(17011): Sending notification: 22a0000015f8f5e4/4883db2ac3cb8/
BATTERY/Discharging, remaining charge: 15%
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b12723f19/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b12e82481/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b13231735/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Battery status: Discharging
D/RemoteNotifier(17011): Got battery level: 15
D/RemoteNotifier(17011): Got battery update, but state change was not relevant
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b136c37f0/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/PhoneWindow(17011): couldn't save which view has focus because the focused 
view 
android.widget.ListView@458c1200 has no id.
W/BluetoothHeadset(17039): Proxy not attached to service
W/BluetoothHeadset(17039): Proxy not attached to service
W/BluetoothHeadset(17039): Proxy not attached to service
W/BluetoothHeadset(17039): Proxy not attached to service
E/BluetoothEventLoop.cpp( 1028): event_filter: Received signal 
org.bluez.Adapter:PropertyChanged from /org/bluez/1103/hci0
V/BluetoothEventRedirector(17039): Received 
android.bluetooth.adapter.action.DISCOVERY_STARTED
V/BluetoothEventRedirector(17039): Received 
android.bluetooth.headset.action.STATE_CHANGED
E/BluetoothEventLoop.cpp( 1028): event_filter: Received signal 
org.bluez.Adapter:PropertyChanged from /org/bluez/1103/hci0
V/BluetoothEventRedirector(17039): Received 
android.bluetooth.adapter.action.DISCOVERY_FINISHED
E/BluetoothEventLoop.cpp( 1028): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/1103/hci0/dev_00_25_00_F5_96_59
V/BluetoothEventRedirector(17039): Received 
android.bluetooth.headset.action.STATE_CHANGED
I/Bluetooth AT recv( 1094): AT+BRSF=118
I/Bluetooth AT sent( 1094): +BRSF: 99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND=?
I/Bluetooth AT sent( 1094): +CIND: 
("service",(0-1)),("call",(0-1)),("callsetup",(0-
3)),("callheld",(0-2)),("signal",(0-5)),("roam",(0-1)),("battchg",(0-5))   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CMER=3,0,0,1
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CHLD=?
I/Bluetooth AT sent( 1094): +CHLD: (0,1,2,3)
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+GMI
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+GMI>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+GMM
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+GMM>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+GMR
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+GMR>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CGMI
I/Bluetooth AT sent( 1094): +CGMI: Motorola   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CGMM
I/Bluetooth AT sent( 1094): +CGMM: Droid   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CGMR
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CGMR>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CNUM
I/Bluetooth AT sent( 1094): +CNUM: ,"6468339182",129,,4   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+MODE=2
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+MODE=2>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSCS?
I/Bluetooth AT sent( 1094): +CSCS: "UTF-8"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CSCS=?
I/Bluetooth AT sent( 1094): +CSCS: ("UTF-8","IRA","GSM")   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CMEE=1
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CPBS=?
I/Bluetooth AT sent( 1094): +CPBS: ("ME","SM","DC","RC","MC")   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CLIP=1
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CCWA=1
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CLCC
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+VGS=15
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+VGM=15
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CBC
I/Bluetooth HeadsetBase( 1094): Error pocessing <AT+CBC>
I/Bluetooth AT sent( 1094): ERROR
I/Bluetooth AT recv( 1094): AT+CSQ
I/Bluetooth AT sent( 1094): +CSQ: 19,99   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+COPS?
I/Bluetooth AT sent( 1094): +COPS: 0,0,"Verizon Wireless"   
I/Bluetooth AT sent( 1094): OK
I/Bluetooth AT recv( 1094): AT+CIND?
I/Bluetooth AT sent( 1094): +CIND: 1,0,0,0,4,0,0   
I/Bluetooth AT sent( 1094): OK
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b14eade1f/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to
D/RemoteNotifier(17011): Sending notification: 
22a0000015f8f5e4/4883b152166e6/PING/
Test notification
E/BluetoothService.cpp( 1028): stopDiscoveryNative: D-Bus error in 
StopDiscovery: 
org.bluez.Error.Failed (Invalid discovery session)
E/RemoteNotifier(17011): Unable to find bluetooth device 'any' to send 
notifications to


What version of Android are you using?



Original issue reported on code.google.com by [email protected] on 16 May 2010 at 2:43

  • Merged into: #3

not starting @ boot

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 [email protected] on 30 Apr 2010 at 9:34

remote notifier forces close on custom ip with port number

What steps will reproduce the problem?
1.tryinp a custom IP with port number 52235
2.
3.

What is the expected output? What do you see instead?
I expect it to work. It forces close.D/RemoteNotifier( 1587): Not starting at 
boot.
D/RemoteNotifier( 1587): Using real bluetooth utils
D/RemoteNotifier( 1587): Using level 5 caller ID
I/RemoteNotifier( 1587): Starting notification service
D/RemoteNotifier( 1587): Battery status: Discharging
D/RemoteNotifier( 1587): Got battery level: 50
D/RemoteNotifier( 1587): Notifying of battery state change
D/RemoteNotifier( 1587): Sending notification: 
v2/8e403bbbb33059ab/85b9aeebc73523/BATTERY/50/Discharging, remaining charge: 50%
E/RemoteNotifier( 1587): Could not resolve address 
192.168.3:52235/pmr/PersonalMessageReceiver.xml
E/RemoteNotifier( 1587): java.net.UnknownHostException: 
192.168.3:52235/pmr/PersonalMessageReceiver.xml
E/RemoteNotifier( 1587):    at 
java.net.InetAddress.lookupHostByName(InetAddress.java:513)
E/RemoteNotifier( 1587):    at 
java.net.InetAddress.getAllByNameImpl(InetAddress.java:280)
E/RemoteNotifier( 1587):    at 
java.net.InetAddress.getByName(InetAddress.java:310)
E/RemoteNotifier( 1587):    at 
org.damazio.notifier.notification.IpNotificationMethod.getTargetAddress(IpNotifi
cationMethod.java:235)
E/RemoteNotifier( 1587):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:125)
E/RemoteNotifier( 1587):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
E/AndroidRuntime( 1587): FATAL EXCEPTION: Notification wifi
E/AndroidRuntime( 1587): java.lang.NullPointerException
E/AndroidRuntime( 1587):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:127)
E/AndroidRuntime( 1587):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/RemoteNotifier( 1806): Using real bluetooth utils
D/RemoteNotifier( 1806): Using level 5 caller ID
I/RemoteNotifier( 1806): Starting notification service
D/RemoteNotifier( 1806): Battery status: Discharging
D/RemoteNotifier( 1806): Got battery level: 50
D/RemoteNotifier( 1806): Notifying of battery state change
D/RemoteNotifier( 1806): Sending notification: 
v2/8e403bbbb33059ab/85b9af0631e9e6/BATTERY/50/Discharging, remaining charge: 50%
E/RemoteNotifier( 1806): Could not resolve address 
192.168.3:52235/pmr/PersonalMessageReceiver.xml
E/RemoteNotifier( 1806): java.net.UnknownHostException: 
192.168.3:52235/pmr/PersonalMessageReceiver.xml
E/RemoteNotifier( 1806):    at 
java.net.InetAddress.lookupHostByName(InetAddress.java:513)
E/RemoteNotifier( 1806):    at 
java.net.InetAddress.getAllByNameImpl(InetAddress.java:280)
E/RemoteNotifier( 1806):    at 
java.net.InetAddress.getByName(InetAddress.java:310)
E/RemoteNotifier( 1806):    at 
org.damazio.notifier.notification.IpNotificationMethod.getTargetAddress(IpNotifi
cationMethod.java:235)
E/RemoteNotifier( 1806):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:125)
E/RemoteNotifier( 1806):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
E/AndroidRuntime( 1806): FATAL EXCEPTION: Notification wifi
E/AndroidRuntime( 1806): java.lang.NullPointerException
E/AndroidRuntime( 1806):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:127)
E/AndroidRuntime( 1806):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/RemoteNotifier( 1821): Using real bluetooth utils
D/RemoteNotifier( 1821): Using level 5 caller ID
I/RemoteNotifier( 1821): Starting notification service
D/RemoteNotifier( 1821): Battery status: Discharging
D/RemoteNotifier( 1821): Got battery level: 50
D/RemoteNotifier( 1821): Notifying of battery state change
D/RemoteNotifier( 1821): Sending notification: 
v2/8e403bbbb33059ab/85b9af17a3a786/BATTERY/50/Discharging, remaining charge: 50%
E/RemoteNotifier( 1821): Could not resolve address 
192.168.3:52235/pmr/PersonalMessageReceiver.xml
E/RemoteNotifier( 1821): java.net.UnknownHostException: 
192.168.3:52235/pmr/PersonalMessageReceiver.xml
E/RemoteNotifier( 1821):    at 
java.net.InetAddress.lookupHostByName(InetAddress.java:513)
E/RemoteNotifier( 1821):    at 
java.net.InetAddress.getAllByNameImpl(InetAddress.java:280)
E/RemoteNotifier( 1821):    at 
java.net.InetAddress.getByName(InetAddress.java:310)
E/RemoteNotifier( 1821):    at 
org.damazio.notifier.notification.IpNotificationMethod.getTargetAddress(IpNotifi
cationMethod.java:235)
E/RemoteNotifier( 1821):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:125)
E/RemoteNotifier( 1821):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
E/AndroidRuntime( 1821): FATAL EXCEPTION: Notification wifi
E/AndroidRuntime( 1821): java.lang.NullPointerException
E/AndroidRuntime( 1821):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:127)
E/AndroidRuntime( 1821):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/RemoteNotifier( 1838): Using real bluetooth utils
D/PhoneWindow( 1838): couldn't save which view has focus because the focused 
view android.widget.ListView@44dafc38 has no id.
D/PhoneWindow( 1838): couldn't save which view has focus because the focused 
view android.widget.ListView@44de9188 has no id.
D/PhoneWindow( 1838): couldn't save which view has focus because the focused 
view android.widget.ListView@44d6d1f0 has no id.
D/RemoteNotifier( 1838): Sending notification: 
v2/8e403bbbb33059ab/4504d555f949b/PING//Test notification
E/RemoteNotifier( 1838): Could not resolve address 192.168.3:52235
E/RemoteNotifier( 1838): java.net.UnknownHostException: 192.168.3:52235
E/RemoteNotifier( 1838):    at 
java.net.InetAddress.lookupHostByName(InetAddress.java:513)
E/RemoteNotifier( 1838):    at 
java.net.InetAddress.getAllByNameImpl(InetAddress.java:280)
E/RemoteNotifier( 1838):    at 
java.net.InetAddress.getByName(InetAddress.java:310)
E/RemoteNotifier( 1838):    at 
org.damazio.notifier.notification.IpNotificationMethod.getTargetAddress(IpNotifi
cationMethod.java:235)
E/RemoteNotifier( 1838):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:125)
E/RemoteNotifier( 1838):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
E/AndroidRuntime( 1838): FATAL EXCEPTION: Notification wifi
E/AndroidRuntime( 1838): java.lang.NullPointerException
E/AndroidRuntime( 1838):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:127)
E/AndroidRuntime( 1838):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/RemoteNotifier( 1867): Using real bluetooth utils
D/PhoneWindow( 1867): couldn't save which view has focus because the focused 
view android.widget.ListView@44da4800 has no id.
D/WifiService( 1082): ACTION_BATTERY_CHANGED pluggedType: 0
D/RemoteNotifier( 1867): Sending notification: 
v2/8e403bbbb33059ab/4504d57ae7803/PING//Test notification
D/RemoteNotifier( 1867): Sending wifi notification to IP 192.168.0.3
D/RemoteNotifier( 1867): Sending over UDP
D/RemoteNotifier( 1867): Sent over UDP
I/RemoteNotifier( 1867): Sent notification over WiFi.
D/RemoteNotifier( 1867): Using level 5 caller ID
I/RemoteNotifier( 1867): Starting notification service
D/RemoteNotifier( 1867): Battery status: Discharging
D/RemoteNotifier( 1867): Got battery level: 50
D/RemoteNotifier( 1867): Notifying of battery state change
D/RemoteNotifier( 1867): Sending notification: 
v2/8e403bbbb33059ab/85b9afcb78b20b/BATTERY/50/Discharging, remaining charge: 50%
D/RemoteNotifier( 1867): Sending wifi notification to IP 192.168.0.3
D/RemoteNotifier( 1867): Sending over UDP
D/RemoteNotifier( 1867): Sent over UDP
I/RemoteNotifier( 1867): Sent notification over WiFi.
D/RemoteNotifier( 1867): Sending notification: 
v2/8e403bbbb33059ab/4504d58edb28d/PING//Test notification
D/RemoteNotifier( 1867): Sending wifi notification to IP 192.168.0.3
D/RemoteNotifier( 1867): Sending over UDP
D/RemoteNotifier( 1867): Sent over UDP
I/RemoteNotifier( 1867): Sent notification over WiFi.


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


What version of Android are you using?



Original issue reported on code.google.com by LeftysLoft on 24 Aug 2010 at 3:10

Htc Desire crash on incomming call

What steps will reproduce the problem?
1. Receive a call 
2.
3.

What is the expected output? What do you see instead?
Get a program crash notification. 

Please paste the application's log here (it shoI/BluetoothHandsfree(  155): 
ring(): 
mIgnoreRing = false mRingingCall.isRinging()true
D/CallCard(  155): updatePhotoForCallState(INCOMING)...
D/InCallScreen(  155): onWindowFocusChanged(true)...
I/BluetoothHandsfree(  155): ring(): mIgnoreRing = false 
mRingingCall.isRinging()true
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothEventLoop.cpp(   75): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/10076/hci0/
dev_60_FB_42_80_2B_67
D/BluetoothA2dpService(   75): Received intent Intent { 
act=android.bluetooth.device.action.ACL_DISCONNECTED (has extras) }
D/BluetoothA2dpService(   75): Received intent Intent { 
act=android.intent.action.PHONE_STATE (has extras) }
D/CallNotifier(  155): onDisconnect()...  phone state: IDLE
E/BluetoothHandsfree(  155): onCallDisconnected()
D/BluetoothHandsfree(  155): audioOff(): mPendingSco: false, mScoSocket: , 
mA2dpState: 0, mA2dpSuspended: false
D/PhoneUtils(  155): setAudioMode(MODE_NORMAL)...
D/CallNotifier(  155): resetAudioStateAfterDisconnect()...
D/PhoneUtils(  155): turnOnSpeaker(flag=false, store=true)...
D/PhoneApp(  155): setScreenTimeout(MEDIUM)...
D/PhoneApp(  155): requestWakeState(SLEEP)...
D/PhoneApp(  155): updateProximitySensorMode: state = IDLE
D/PhoneApp(  155): updateProximitySensorMode: lock already released.
D/PhoneUtils(  155): setAudioMode(MODE_NORMAL)...
D/CallNotifier(  155): - callLogType: 3, UserData: 
com.android.phone.PhoneUtils$CallerInfoToken@46689e50
D/PhoneUtils(  155): modifyForSpecialCnapCases: initially, number=, 
presentation=1
D/PhoneUtils(  155): checkCnapSpecialCases, normal str. number: 
D/PhoneUtils(  155): modifyForSpecialCnapCases: returning number string=
D/CallNotifier(  155): getLogNumber: 
D/PhoneUtils(  155): startGetCallerInfo: updatedNumber initially = 
D/PhoneUtils(  155): startGetCallerInfo: No query to attach to, send trivial 
reply.
D/PhoneUtils(  155): startGetCallerInfo: CNAP Info from FW(3): name=null, 
Name/Number Pres=1
D/CallNotifier(  155): showMissedCallNotification: Querying for CallerInfo on 
missed call...
D/NotificationFlashLightUtility getIncomingCall(  155): load fail~~~~~~~~~~
D/PhoneApp(  155): setScreenTimeout(MEDIUM)...
D/PhoneApp(  155): requestWakeState(SLEEP)...
D/InCallScreen(  155): - onDisconnect: bailOutImmediately...
D/InCallScreen(  155): - delayedCleanupAfterDisconnect: phone is idle...
D/InCallScreen(  155): - delayedCleanupAfterDisconnect: finishing 
InCallScreen...
D/InCallScreen(  155): setInCallScreenMode: UNDEFINED
D/BluetoothHandsfree(  155): updatePhoneState()
D/CallNotifier(  155): onPhoneStateChanged: state = IDLE
D/PhoneApp(  155): updateProximitySensorMode: state = IDLE
D/PhoneApp(  155): updateProximitySensorMode: lock already released.
D/PhoneApp(  155): updateProximitySensorMode: state = IDLE
D/PhoneApp(  155): updateProximitySensorMode: lock already released.
D/PhoneUtils(  155): ConnectionHandler: updating mute state for each 
connection
D/PhoneUtils(  155): setMute: false
D/PhoneUtils(  155):  setMicrophoneMute: false
D/InCallScreen(  155): onPhoneStateChanged()...
D/InCallScreen(  155): updateScreen()...
D/InCallScreen(  155): dismissMenu(immediate = true)...
D/InCallScreen(  155): - updateScreen: updating the in-call UI...
D/CallCard(  155): updateState(Phone: Handler{464f1278}, personId: null)...
D/CallCard(  155): updateNoCall()...
D/CallCard(  155): displayMainCallStatus(phone Handler{464f1278}, call null)...
D/InCallScreen(  155): updateProviderOverlay: false
D/InCallScreen(  155): updateMenuButtonHint()...
D/PhoneApp(  155): setScreenTimeout(MEDIUM)...
D/PhoneApp(  155): requestWakeState(SLEEP)...
D/InCallScreen(  155): updateProviderOverlay: false
D/InCallScreen(  155): dismissMenu(immediate = true)...
D/InCallScreen(  155): dismissAllDialogs()...
E/PhoneApp(  155): mStatusBarDisableCount is already zero
D/PhoneApp(  155): setScreenTimeout(DEFAULT)...
D/PhoneApp(  155): requestWakeState(SLEEP)...
D/InCallScreen(  155): onWindowFocusChanged(false)...
D/InCallScreen(  155): - onWindowFocusChanged: faking onDialerKeyUp()...
D/InCallScreen(  155): onStop()...
D/InCallScreen(  155): onStop: state = IDLE
D/PhoneApp(  155): setIgnoreTouchUserActivity(false)...
I/BluetoothA2dpService(   75): RESUME_PHONE_STATE
I/BluetoothHandsfree(  155): ring(): mIgnoreRing = false 
mRingingCall.isRinging()false
E/BluetoothHandsfree(  155): Not allow to sent RING, ignore it
D/RemoteNotifier(10281): Using level 5 caller ID
I/RemoteNotifier(10281): Starting notification service
D/RemoteNotifier(10281): Using real bluetooth utils
D/RemoteNotifier(10281): Battery status: Charging
D/RemoteNotifier(10281): Got battery level: 72
D/RemoteNotifier(10281): Notifying of battery state change
D/RemoteNotifier(10281): Sending notification: 200145745b838796/
45d00a805c958/BATTERY/Charging, remaining charge: 72%
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothService.cpp(   75): stopDiscoveryNative: D-Bus error in 
StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothService.cpp(   75): stopDiscoveryNative: D-Bus error in 
StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
D/RemoteNotifier(10281): Connecting to Bluetooth device Johan Björklunds 
MacBook Pro
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothEventLoop.cpp(   75): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/10076/hci0/
dev_60_FB_42_80_2B_67
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothEventLoop.cpp(   75): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/10076/hci0/
dev_60_FB_42_80_2B_67
D/BluetoothService(   75): updateDeviceServiceChannelCache(60:FB:42:80:2B:67)
D/BluetoothService(   75):  uuid(application): 7674047e-6e47-4bf0-831f-
209e3f9dd23f 1
D/BluetoothService(   75): Making callback for 7674047e-6e47-4bf0-831f-
209e3f9dd23f with result 1
V/BluetoothEventRedirector(  171): Received 
android.bleutooth.device.action.UUID
D/RemoteNotifier(10281): Sent notification over Bluetooth (0 retries).
V/BluetoothEventRedirector(  171): Received 
android.bleutooth.device.action.UUID
E/AndroidRuntime(  160): Crash logging skipped, already logging another crash
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothService.cpp(   75): stopDiscoveryNative: D-Bus error in 
StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
I/RemoteNotifier(10281): Starting notification service
D/RemoteNotifier(10281): Battery status: Charging
D/RemoteNotifier(10281): Got battery level: 72
D/RemoteNotifier(10281): Got battery update, but state change was not relevant
D/WifiService(   75): ACTION_BATTERY_CHANGED pluggedType: 0
D/RemoteNotifier(10281): Battery status: NOT charging
D/RemoteNotifier(10281): Got battery level: 72
D/RemoteNotifier(10281): Notifying of battery state change
D/RemoteNotifier(10281): Sending notification: 200145745b838796/
45d00c9723e47/BATTERY/NOT charging, remaining charge: 72%
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothService.cpp(   75): stopDiscoveryNative: D-Bus error in 
StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothService.cpp(   75): stopDiscoveryNative: D-Bus error in 
StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
D/RemoteNotifier(10281): Connecting to Bluetooth device Johan Björklunds 
MacBook Pro
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothEventLoop.cpp(   75): event_filter: Received signal 
org.bluez.Device:PropertyChanged from /org/bluez/10076/hci0/
dev_60_FB_42_80_2B_67
D/BluetoothService(   75): updateDeviceServiceChannelCache(60:FB:42:80:2B:67)
D/BluetoothService(   75):  uuid(application): 7674047e-6e47-4bf0-831f-
209e3f9dd23f 1
D/BluetoothService(   75): Making callback for 7674047e-6e47-4bf0-831f-
209e3f9dd23f with result 1
V/BluetoothEventRedirector(  171): Received 
android.bleutooth.device.action.UUID
V/BluetoothEventRedirector(  171): Received 
android.bleutooth.device.action.UUID
D/RemoteNotifier(10281): Read log
D/WifiService(   75): acquireWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@464bb5d8}
D/WifiService(   75): enable and start wifi due to updateWifiState
D/WifiService(   75): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@464bb5d8}
D/WifiService(   75): enable and start wifi due to updateWifiState
E/BluetoothEventLoop.cpp(   75): pollData[0] is revented, check next one
E/BluetoothService.cpp(   75): stopDiscoveryNative: D-Bus error in 
StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
uld now be on your
clipboard):


What version of Android are you using?
2.1 


Original issue reported on code.google.com by [email protected] on 4 May 2010 at 12:53

Phone call messages don't always show.

What steps will reproduce the problem?
1. Tested several times.
2.
3.

What is the expected output? What do you see instead?
Should see a growl notification when receiving a call.  On the Mac you can
see the bluetooth connection go active, but no growl notification shows. 
Will show randomly, but rarely.


Original issue reported on code.google.com by KahilYoung on 12 Apr 2010 at 4:35

  • Merged into: #3

de mute after hang up

incoming call mutes audio.
hang up doesn't de-mute audio, so you need to go to mac and switch on again.


Original issue reported on code.google.com by [email protected] on 21 Aug 2010 at 12:06

Russian localization

> In case you're willing to translate those as well, It's all XML - for the
Android app:
>
http://code.google.com/p/android-notifier/source/browse/trunk/AndroidNotifier/re
s/values/arrays.xml
>
http://code.google.com/p/android-notifier/source/browse/trunk/AndroidNotifier/re
s/values/strings.xml

> For the mac app:
> http://code.google.com/p/android-
notifier/source/browse/trunk/MacDroidNotifier/English.lproj/Localizable.strings
>
http://code.google.com/p/android-notifier/source/browse/trunk/MacDroidNotifier/E
nglish.lproj/UI.xib
(this last one may be inconvenient to edit without apple's tools, if you're
willing to translate it I can extract the 
strings, or just search for "NSContents" in it)

3 files in Russian you can find in attachments and UI.xib for MAC will be
later.

Some strings in this file contain base_64 UTF-8 encoded string but utf8
encoded already.

<stringkey="NSContents">Foreacheventtype,selectwhichactionstotake.</string>
<stringtype="base64-UTF8"key="NSContents">RXhlY3V0ZXM6IDxub3RoaW5nPg</string>

Can I insert Russian text without base64-UTF8 encoding into all Nodes?


Original issue reported on code.google.com by [email protected] on 17 Apr 2010 at 9:53

Attachments:

Erro ao enviar um teste

What steps will reproduce the problem?
1. Usar milestone e Windows 7
2. Conectar na rede
3. Enviar o teste,  logo em seguida o aplicativo fechado sozinho

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


Please paste the application's log here (it should now be on your
clipboard):
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiMonitor( 1278): Event [WPA: Group rekeying completed with 
00:e0:4d:50:18:0e [GTK=TKIP]]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=7]
V/WifiStateTracker( 1278): Changing supplicant state: COMPLETED ==> 
GROUP_HANDSHAKE
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
COMPLETED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiStateTracker( 1278): Changing supplicant state: COMPLETED ==> 
GROUP_HANDSHAKE
V/WifiMonitor( 1278): Event [WPA: Group rekeying completed with 
00:e0:4d:50:18:0e [GTK=TKIP]]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=7]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
COMPLETED
V/WifiStateTracker( 1278): DhcpHandler: DHCP request succeeded
V/WifiStateTracker( 1278): IP configuration: ipaddr 192.168.1.50 gateway 
192.168.1.1 netmask 255.255.255.0 dns1 201.6.2.144 dns2 201.6.0.113 DHCP server 
192.168.1.1 lease -1 seconds
D/WifiWatchdogService( 1278): (android.server.ServerThread) PH-MX 
(00:e0:4d:50:18:0e) does not require the watchdog
D/WifiService( 1278): ACTION_BATTERY_CHANGED pluggedType: 0
V/WifiMonitor( 1278): Event [CTRL-EVENT-DISCONNECTED - Disconnect event - 
remove keys]
V/WifiStateTracker( 1278): New network state is DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=0]
V/WifiStateTracker( 1278): Changing supplicant state: COMPLETED ==> DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=4]
V/WifiStateTracker( 1278): Changing supplicant state: DISCONNECTED ==> 
ASSOCIATED
V/WifiMonitor( 1278): Event [Associated with 00:e0:4d:50:18:0e]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiStateTracker( 1278): Changing supplicant state: ASSOCIATED ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
GROUP_HANDSHAKE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiMonitor( 1278): Event [WPA: Key negotiation completed with 
00:e0:4d:50:18:0e [PTK=CCMP GTK=TKIP]]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=7]
V/WifiMonitor( 1278): Event [CTRL-EVENT-CONNECTED - Connection to 
00:e0:4d:50:18:0e completed (reauth) [id=0 id_str=]]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
GROUP_HANDSHAKE
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
COMPLETED
V/WifiStateTracker( 1278): New network state is CONNECTED
D/WifiStateTracker( 1278): Deconfiguring interface and stopping DHCP
D/WifiStateTracker( 1278): DhcpHandler: DHCP request started
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiStateTracker( 1278): Changing supplicant state: COMPLETED ==> 
GROUP_HANDSHAKE
V/WifiMonitor( 1278): Event [WPA: Group rekeying completed with 
00:e0:4d:50:18:0e [GTK=TKIP]]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=7]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
COMPLETED
V/WifiMonitor( 1278): Event [CTRL-EVENT-DISCONNECTED - Disconnect event - 
remove keys]
V/WifiStateTracker( 1278): New network state is DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=0]
V/WifiStateTracker( 1278): Changing supplicant state: COMPLETED ==> DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=4]
V/WifiStateTracker( 1278): DhcpHandler: DHCP request succeeded
V/WifiStateTracker( 1278): Changing supplicant state: DISCONNECTED ==> 
ASSOCIATED
V/WifiMonitor( 1278): Event [Associated with 00:e0:4d:50:18:0e]
V/WifiStateTracker( 1278): IP configuration: ipaddr 192.168.1.50 gateway 
192.168.1.1 netmask 255.255.255.0 dns1 201.6.2.144 dns2 201.6.0.113 DHCP server 
192.168.1.1 lease -1 seconds
D/WifiWatchdogService( 1278): (android.server.ServerThread) PH-MX 
(00:e0:4d:50:18:0e) does not require the watchdog
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiStateTracker( 1278): Changing supplicant state: ASSOCIATED ==> 
FOUR_WAY_HANDSHAKE
D/RemoteNotifier( 6525): Using real bluetooth utils
D/RemoteNotifier( 6525): Using level 5 caller ID
I/RemoteNotifier( 6525): Starting notification service
D/RemoteNotifier( 6525): Battery status: Descarregando
D/RemoteNotifier( 6525): Got battery level: 50
D/RemoteNotifier( 6525): Notifying of battery state change
D/RemoteNotifier( 6525): Sending notification: 
v2/2001446a3b6da09e/8460b4e512697d/BATTERY/50/Descarregando, carga restante: 50%
D/WifiStateTracker( 1278): Deconfiguring interface and stopping DHCP
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
FOUR_WAY_HANDSHAKE
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
GROUP_HANDSHAKE
D/RemoteNotifier( 6525): Using level 5 caller ID
I/RemoteNotifier( 6525): Starting notification service
D/RemoteNotifier( 6525): Battery status: Descarregando
D/RemoteNotifier( 6525): Got battery level: 50
D/RemoteNotifier( 6525): Notifying of battery state change
D/RemoteNotifier( 6525): Sending notification: 
v2/2001446a3b6da09e/8460b4ecb843ca/BATTERY/50/Descarregando, carga restante: 50%
D/RemoteNotifier( 6525): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@44f9d2a8}
E/RemoteNotifier( 6525): Could not resolve address 192.169. 1.51
E/RemoteNotifier( 6525): java.net.UnknownHostException: 192.169. 1.51
E/RemoteNotifier( 6525):    at 
java.net.InetAddress.lookupHostByName(InetAddress.java:512)
E/RemoteNotifier( 6525):    at 
java.net.InetAddress.getAllByNameImpl(InetAddress.java:271)
E/RemoteNotifier( 6525):    at 
java.net.InetAddress.getByName(InetAddress.java:301)
E/RemoteNotifier( 6525):    at 
org.damazio.notifier.notification.IpNotificationMethod.getTargetAddress(IpNotifi
cationMethod.java:235)
E/RemoteNotifier( 6525):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:125)
E/RemoteNotifier( 6525):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
E/RemoteNotifier( 6525): Caused by: java.net.UnknownHostException: No address 
associated with hostname
E/RemoteNotifier( 6525):    at java.net.InetAddress.getallbyname(Native Method)
E/RemoteNotifier( 6525):    at 
java.net.InetAddress.lookupHostByName(InetAddress.java:507)
E/RemoteNotifier( 6525):    ... 5 more
E/AndroidRuntime( 6525): Uncaught handler: thread Notification wifi exiting due 
to uncaught exception
E/AndroidRuntime( 6525): java.lang.NullPointerException
E/AndroidRuntime( 6525):    at 
org.damazio.notifier.notification.IpNotificationMethod.sendNotification(IpNotifi
cationMethod.java:127)
E/AndroidRuntime( 6525):    at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
V/WifiMonitor( 1278): Event [Authentication with 00:e0:4d:50:18:0e timed out.]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=0]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: DISCONNECTED ==> SCANNING
D/WifiService( 1278): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@44f9d2a8}
V/WifiMonitor( 1278): Event [Trying to associate with 00:e0:4d:50:18:0e 
(SSID='PH-MX' freq=2437 MHz)]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=3]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> ASSOCIATING
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=4]
V/WifiStateTracker( 1278): Changing supplicant state: ASSOCIATING ==> ASSOCIATED
V/WifiMonitor( 1278): Event [Associated with 00:e0:4d:50:18:0e]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiStateTracker( 1278): Changing supplicant state: ASSOCIATED ==> 
FOUR_WAY_HANDSHAKE
D/RemoteNotifier( 6546): Using real bluetooth utils
D/RemoteNotifier( 6546): Using level 5 caller ID
I/RemoteNotifier( 6546): Starting notification service
D/RemoteNotifier( 6546): Battery status: Descarregando
D/RemoteNotifier( 6546): Got battery level: 50
D/RemoteNotifier( 6546): Notifying of battery state change
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/8460b4f979edba/BATTERY/50/Descarregando, carga restante: 50%
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@453a27a0}
D/WifiStateTracker( 1278): Deconfiguring interface and stopping DHCP
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
FOUR_WAY_HANDSHAKE
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
GROUP_HANDSHAKE
V/WifiMonitor( 1278): Event [Authentication with 00:e0:4d:50:18:0e timed out.]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=0]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: DISCONNECTED ==> SCANNING
V/WifiMonitor( 1278): Event [Trying to associate with 00:e0:4d:50:18:0e 
(SSID='PH-MX' freq=2437 MHz)]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=3]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> ASSOCIATING
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=4]
V/WifiStateTracker( 1278): Changing supplicant state: ASSOCIATING ==> ASSOCIATED
V/WifiMonitor( 1278): Event [Associated with 00:e0:4d:50:18:0e]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiStateTracker( 1278): Changing supplicant state: ASSOCIATED ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=5]
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
FOUR_WAY_HANDSHAKE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
V/WifiStateTracker( 1278): Changing supplicant state: FOUR_WAY_HANDSHAKE ==> 
GROUP_HANDSHAKE
D/WifiStateTracker( 1278): Deconfiguring interface and stopping DHCP
D/PhoneApp( 1350): mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
D/PhoneApp( 1350): - state: DISCONNECTED
D/PhoneApp( 1350): - reason: apnSwitched
D/PhoneApp( 1350): mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
D/PhoneApp( 1350): - state: CONNECTING
D/PhoneApp( 1350): - reason: apnSwitched
D/PhoneApp( 1350): mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
D/PhoneApp( 1350): - state: CONNECTING
D/PhoneApp( 1350): - reason: null
D/PhoneApp( 1350): mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
D/PhoneApp( 1350): - state: CONNECTING
D/PhoneApp( 1350): - reason: null
D/PhoneApp( 1350): mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
D/PhoneApp( 1350): - state: CONNECTED
D/PhoneApp( 1350): - reason: apnSwitched
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=4]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
ASSOCIATED
V/WifiStateTracker( 1278): Stop WPA supplicant loop and disable network
V/WifiStateTracker( 1278): Disabled network: 0
V/WifiMonitor( 1278): Event [Associated with 00:e0:4d:50:18:0e]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=0 state=0]
V/WifiStateTracker( 1278): Changing supplicant state: GROUP_HANDSHAKE ==> 
DISCONNECTED
D/WifiStateTracker( 1278): Deconfiguring interface and stopping DHCP
V/WifiMonitor( 1278): Event [Authentication with 00:00:00:00:00:00 timed out.]
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=0]
V/WifiStateTracker( 1278): Changing supplicant state: DISCONNECTED ==> 
DISCONNECTED
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
V/WifiStateTracker( 1278): Changing supplicant state: DISCONNECTED ==> INACTIVE
D/RemoteNotifier( 6546): Using level 5 caller ID
I/RemoteNotifier( 6546): Starting notification service
D/RemoteNotifier( 6546): Battery status: Descarregando
D/RemoteNotifier( 6546): Got battery level: 50
D/RemoteNotifier( 6546): Notifying of battery state change
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/8460b53b4abc51/BATTERY/50/Descarregando, carga restante: 50%
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@450ba2c8}
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/4452cd1195f19/PING//Notificação de teste
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@452409a8}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: INACTIVE ==> SCANNING
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> INACTIVE
E/RemoteNotifier( 6546): Timed out while waiting for medium to connect
D/WifiService( 1278): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@453a27a0}
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/4452cd2528785/PING//Notificação de teste
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@45398a70}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: INACTIVE ==> SCANNING
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/4452cd356e5e1/PING//Notificação de teste
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@44fb8410}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> INACTIVE
E/RemoteNotifier( 6546): Timed out while waiting for medium to connect
D/WifiService( 1278): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@450ba2c8}
D/WifiService( 1278): ACTION_BATTERY_CHANGED pluggedType: 0
D/RemoteNotifier( 6546): Battery status: Descarregando
D/RemoteNotifier( 6546): Got battery level: 50
D/RemoteNotifier( 6546): Got battery update, but state change was not relevant
E/RemoteNotifier( 6546): Timed out while waiting for medium to connect
D/WifiService( 1278): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@452409a8}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: INACTIVE ==> SCANNING
E/RemoteNotifier( 6546): Timed out while waiting for medium to connect
D/WifiService( 1278): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@45398a70}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> INACTIVE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: INACTIVE ==> SCANNING
E/RemoteNotifier( 6546): Timed out while waiting for medium to connect
D/WifiService( 1278): releaseWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@44fb8410}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> INACTIVE
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=2]
V/WifiStateTracker( 1278): Changing supplicant state: INACTIVE ==> SCANNING
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/4452cd9136c54/PING//Notificação de teste
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@44e95b20}
D/RemoteNotifier( 6546): Sending notification: 
v2/2001446a3b6da09e/4452cd91b40ea/PING//Notificação de teste
D/RemoteNotifier( 6546): Enabling wifi and delaying notification
D/WifiService( 1278): acquireWifiLockLocked: 
WifiLock{org.damazio.notifier.WifiEnable type=1 
binder=android.os.BinderProxy@452d1d60}
V/WifiMonitor( 1278): Event [CTRL-EVENT-STATE-CHANGE id=-1 state=1]
V/WifiStateTracker( 1278): Changing supplicant state: SCANNING ==> INACTIVE


What version of Android are you using?



Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 9:43

Memory error in MacDroidNotifier on Intel dual core 64 bit

What steps will reproduce the problem?
1. tail -f /var/log/system.log
2. with MacDroidNotifier running, send test notification from phone
3.

What is the expected output? What do you see instead?
Test notification from growl.  Errors in system.log

What version of the product are you using? On what operating system?
0.2.3. OS X 10.5.8 with this hardware:
  Model Name:   MacBook Pro
  Model Identifier: MacBookPro4,1
  Processor Name:   Intel Core 2 Duo
  Processor Speed:  2.4 GHz
  Number Of Processors: 1
  Total Number Of Cores:    2
  L2 Cache: 3 MB
  Memory:   2 GB
  Bus Speed:    800 MHz
  Boot ROM Version: MBP41.00C1.B00
  SMC Version (system): 1.27f2

Please provide any additional information below.
I'm getting an error on the mac end.  From system.log:

Apr 22 12:11:05 Casa-Quetzal kernel[0]: IOMemoryDescriptor: attempt to
create 32b
virtual in 64b task, use ::withAddressRange()
Apr 22 12:11:05 Casa-Quetzal kernel[0]: Backtrace 0x430605 0x4304f5
0x42ff40 0xa947f3
0xa946bd 0xa93fec 0x427525
Apr 22 12:11:05 Casa-Quetzal kernel[0]: Kernel loadable modules in
backtrace (with
dependencies):
Apr 22 12:11:05 Casa-Quetzal kernel[0]:
com.apple.iokit.IOBluetoothFamily(2.1.9f10)@0xa6b000->0xaa4fff

I did a build from trunk, setting the output to architecture native to the
build machine and that works.  No idea why the universal build doesn't work.  

Original issue reported on code.google.com by [email protected] on 22 Apr 2010 at 7:47

Be able to change notification options from Locale or Tasker

Integrate this functionality as locale plugging. 

It might be case that you are only interested on notifications when you are
at work or when you are at home and you computer is on.

By doing this you can customize more when to be notified. 

It will add a great flexibility to the program. 

Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 11:39

Multi-platform client

You mentioned potential future clients on other platforms.  I didn't really
see a place to "Vote" or "Pray" :D So I thought this would be as good a
place as any.

+8 on the Linux client
+2 on the Windows client

Or my preferred option:
+10 on the cross-platform client :)

If I were a developer, I'd gladly assist in getting this started.  Right
now I'm about 1/3 through school and my developer classes don't start for a
while.  So if you need any power user testing, I'd be happy to contribute
in any way I can!

Thanks!

-Chad

Original issue reported on code.google.com by curvinphone on 24 May 2010 at 9:23

Desktop app not starting

What steps will reproduce the problem?
1. after i click the icon, the service dosent pop up with a windows
2. so i cant configure it
3.

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

i want the dsktop app to show up, and isnted i see nothing

What version of the product are you using? On what operating system?

ms win7 pro

Please provide any additional information below.

motorola milestone (original)

Original issue reported on code.google.com by [email protected] on 8 Sep 2010 at 8:13

not receiving notifications on mac from droid incredible

What steps will reproduce the problem?
1. I downloaded both the mac notifier and the remote notifier for 
my Droid incredible.
2. I was able to pair the computer and my phone via Bluetooth.
3. I was also able to send a test notification so that my computer 
only receives notifications from my phone only. When my phone 
restarted, a notification for the battery popped up on my screen 
but I do not receive any notifications on my mac that I got a sms. 

What is the expected output? What do you see instead?
I expected to get a notification on my screen of a text my friend 
sent me I did not see anything on my screen.

What version of the product are you using? On what operating 
system?
I am using a Droid incredible version 2.1-update1 on a mac 
version 10.6.3


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 May 2010 at 1:42

  • Merged into: #3

MacDroidNotifier consuming 50% CPU in getattr calls

Some users are reporting that MacDroidNotifier is consuming about 50% of 
the CPU in calls to getattr.

I suspect this is related to login items - we watch the login items for changes 
and re-read it whenever it's changed. If that's the issue, my initial proposal 
is 
to stop listening on the changes and instead just read it every time 
preferences is opened, possibly then posting the update to the bindings. The 
downside of the solution is that, if the app is added to or removed from the 
login items while preferences is open, the change will not be shown 
immediately.

Original issue reported on code.google.com by [email protected] on 25 Jan 2010 at 5:50

Ability to hide menu icon

Would it be possible to provide the ability to hide the menu icon? Like some 
Mac users, I have a 
number of items up there i really need to access, but this application is 
something that seems to be 
a "set it and for get it" app.  I'm not sure how you could go about 
implementing access to 
preferences, but BetterTouchTool uses a system preference ad-on that when 
opened it shows the 
preference windows separate from the system preferences window.  I guess it 
could also be 
accessed via a keyboard command.

Thanks!

Original issue reported on code.google.com by [email protected] on 20 Mar 2010 at 6:41

Bluetooth notifications not delivered

The Android app doesn't seem to be able to send Bluetooth notifications on a 
Nexus One.

The phone is paired with just one computer, and bluetooth works in general.  
(E.g., I can transfer files with OBEX.)  PacketLogger doesn't show any 
bluetooth 
traffic from the phone when I send a test notification, so I'm pretty sure this 
is 
a bug on the handset side, not the computer side.

Tested on a Nexus One running Android 2.1 (build ERD79).  On the computer 
side, I tested with both a Mac Mini (Macmini2,1) running 10.5.8 and a Mac 
Book Pro (MacBookPro5,4) running 10.5.8.

Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 9:08

Mac OSX Audio gets Muted after gettin' a notification from MacDroidNotifier

What steps will reproduce the problem?
1.Running MacDroidNotifier & the Android client on my Nexus One
2.Recieving *any* notification gets my audio (coreaudio driver) muted and only 
a coreaudio reset 
(running the Terminal command: sudo kill -9 `ps ax|grep 'coreaudio[a-z]' |awk 
'{print $1}'`) gets 
the audio back.


What version of the product are you using? On what operating system?
0.2.5

OS: Snow Leopard 10.6 & 10.6.3 (@My friends that has the same problem)


Original issue reported on code.google.com by [email protected] on 6 May 2010 at 1:21

Disable voice pairing over Bluetooth

I've set up the Windows client over Bluetooth and can successfully receive 
notifications. But when I pick up the call on the phone, I can also hear the 
audio over the computer's speakers. 

Is there a way to disable this part of the pairing, so that I only receive 
desktop notifications but no audio is transmitted? (I apologize if I've 
submitted this to the wrong project; I'm not sure if it's a feature for 
notifier, notifier-desktop, or a general Windows setting.)

Original issue reported on code.google.com by [email protected] on 16 Aug 2010 at 4:04

Empty notification string

I try to use desktop windows client (androdi-notifier-desktop) (32bit) with 
java 6 (32bit) over windows 7 (64 bit). Bluetooth seems to send empty data. 
taking a look to console i see empty protocoll type. So i write a simple 
bluetooth listener and i see the client connected, but stream is empty. 

Unfortunatly I can test with wifi.

Emmanuele

Original issue reported on code.google.com by [email protected] on 26 Aug 2010 at 1:13

Notification protocol should define message charset

Looking at the code, I see that android-notifier calls getBytes() on messages 
without specifying a charset thus making the message encoding platform 
dependent. This manifests itself in the desktop app with accentuated characters 
not showing correctly.

The notification protocol should define a charset to be used in all messages 
such as ISO-8859-1.

Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 2:16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.