[android-beginners] Re: how to stop sound notification/let it only play once?

2009-06-25 Thread polzifer
OK. And i have to ad, that hte virbation is only vibrating once, because it isn't a notification.vibrate(), but a private Vibrator vibrator; As the Flag FLAG_ONLY_ALERT_ONCE seemed to be not working. Is the Flag FLAG_ONLY_ALERT_ONCE not working? On 25 Jun., 03:34, polzifer christian.pol

[android-beginners] how to stop sound notification/let it only play once?

2009-06-24 Thread polzifer
Hi, while my notification.sound = uri isn't stopping from looping the sound, the vibration does only vibrate once. So I assume the i flagged the notification ok? The ringtone for the app is chosen via a ringtone preference dialog:

[android-beginners] Re: how to stop sound notification/let it only play once?

2009-06-24 Thread polzifer
of course when copying and pasteing I accidentally erased the soundNotification(); from the notifyClient method. Just nobody gets confused... Regards, chris! On 25 Jun., 03:11, polzifer christian.pol...@googlemail.com wrote: Hi, while my notification.sound = uri isn't stopping from

[android-beginners] Re: How do i Autoscroll the ListView with some specified time interval

2009-06-22 Thread polzifer
And how did u solve itß what's the HelperClass, anyways? On 26 Mai, 03:05, Freshman csato...@gmail.com wrote: hi all, this problem has been solved. i used Helper class. On May 25, 11:50 am, Freshman csato...@gmail.com wrote: Hi guys, I am new to Android I've a ListView. I want to