flyfire / android-notifier

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

Execute Command 'description' parameter causes error #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. execute the following command when a ping notification is processed
2. echo 'Droid Notification: ' {description} >> /tmp/droidtemp

What is the expected output? What do you see instead?
I would expect to see 'Droid Notification: ' even if the description was empty. 
 I have tried using title and it works.  I have tried several different 
approaches and combination of parameters, but whenever I use the description 
parameter my command does not get executed.

What version of the product are you using? On what operating system?
AND 0.5.1 on Linux (Ubuntu 10.04)

Please provide the log output if possible (from the alogcat app on android,
Show Log menu on the multiplatform client, or Console on native mac app):
Log file not found on system

Please provide any additional information below.
The description appears to be coming through in the system notifications.

Original issue reported on code.google.com by topherth...@gmail.com on 22 Oct 2010 at 7:14

GoogleCodeExporter commented 9 years ago
There is an invalid character in description of notifications, the fix will be 
in next release of the desktop app.

Original comment by lehph...@gmail.com on 22 Oct 2010 at 7:30

GoogleCodeExporter commented 9 years ago
Hi lehph...

Will this fix also fix the similar issue in Windows XP?

I try to make my own log-file by calling a cmd-file containing this line:
echo %date% %time:~0,5% %1 >> SMSlog.txt

Where %1 is the {Description} parameter.

If have entered this line in the Execute command line on the SMS page of A.N.:

c:\SMSLog.cmd {description}

But I only get this in my log-file:
05-12-2010  0:44 SMS 

I should have had this line:
05-12-2010  0:44 SMS from MyMobilePhone - Mobil ([my phone no.]): This is a test

If anyone could help me with this issue then issue no. 164 should be solved.

Br. PB.

Original comment by prebenb...@gmail.com on 5 Dec 2010 at 12:06

GoogleCodeExporter commented 9 years ago
Yes, it should fix your issue, I'll see if rdamazio (the project owner) agrees 
to release a new version in a few days.

Original comment by lehph...@gmail.com on 5 Dec 2010 at 6:06