profesor79 / android-notifier

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

Force close when enabling with Locale #441

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.

DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notifications not working).

What steps will reproduce the problem?
1. setting locale to detect my home network
2. setting remote notifier to be enabled
3. setting remote notifier to be disable once i leave my home

What is the expected output? What do you see instead?
After setting  up, device freezes for a second or two then the process 
org.damazio.notifier has stopped unexpectedly

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

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):

Please provide any additional information below.
Latest version of Locale & remote notifier as of today

Original issue reported on code.google.com by kly...@gmail.com on 3 Oct 2011 at 2:25

GoogleCodeExporter commented 8 years ago
Most likely, the BroadcastReceiver is looking for the plug-in extras directly 
in the Intent, rather than from EXTRA_BUNDLE in the Intent.

To reproduce this issue, the versionCode org.damazio.notifier.locale.notify 
will need to be incremented to something greater than 2.

Original comment by supp...@twofortyfouram.com on 4 Nov 2011 at 10:26