Ok, I found the problem and it is simple... I needed vibrate permission in the manifest! Am I really the only noob making this mistake though...
Anyway, just add: <uses-permission android:name="android.permission.VIBRATE" /> inside the manifest tag (same level as <application>) and you are golden. On Feb 9, 4:11 pm, Dianne Hackborn <[email protected]> wrote: > At the very least you should post a stack crawl. > > > > On Mon, Feb 9, 2009 at 4:01 PM, 3D <[email protected]> wrote: > > > Has anyone else experienced this? It crashes both on the emulator and > > my G1. > > > On Feb 9, 1:13 am, 3D <[email protected]> wrote: > > > I've been using: > > > > Notification.DEFAULT_SOUND > > > > for quite some time with great success. When I replace that with: > > > > Notification.DEFAULT_ALL > > > > the program crashes when the notification is called. What's up with > > > that? > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support. All such questions should be posted on public > forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

