Open GoogleCodeExporter opened 8 years ago
Sorry meant to be
1. Set an alarm for a time in the future
2. Wait until the time the alarm is about to go off and snooze it.
3. Receive an notification from gmail and an sms with ChompSMS as sms
application during the snooze timeout.
4. Wait until the time the alarm is about to go off again.
Not 1 2 2 3
Original comment by ahult...@gmail.com
on 11 Jan 2011 at 10:16
This shouldn't happen with gmail, but I'm not familiar with ChompSMS. Can you
reproduce the issue when that application is not installed? I'd be willing to
bet that it takes exclusive access to the notification audio channel. If
that's the case, it's probably a bug with that application.
Original comment by kraigs.a...@gmail.com
on 12 Jan 2011 at 3:54
I tried to reproduce the problem without success. Both by sending sms and email
to the phone several times. I don't know what went wrong yesterday. Is there
any error/warning log somewhere which maybe can tell me more about what went
wrong and maybe help you as an developer. I haven't developed anything for the
Android platform yet as I just recently got an android phone so I don't know
where those sort of logs would be located if there's an central place.
Original comment by ahult...@gmail.com
on 12 Jan 2011 at 8:04
You can use logcat in adb (the android debugger) to get a tail of the system
log, but it doesn't give you a lot of history. Any crash stack trace should
show up in there.
http://developer.android.com/guide/developing/tools/adb.html
Alternatively, there's a debug version of this application in the download
section of the project website that will dump a stack trace into a file on the
SD card if it crashes.
http://kraigsandroid.googlecode.com/files/Alarm%20Klock-dbg_1.6.apk
Again, not much help in hindsight, but if you figure out how to consistently
reproduce it, this information would definitely be helpful to fix it.
Original comment by cgal...@google.com
on 12 Jan 2011 at 3:43
Original issue reported on code.google.com by
ahult...@gmail.com
on 11 Jan 2011 at 10:13