[android-developers] New mobile number | Neue Handynummer

2011-01-04 Thread Simon Broenner
Hi everyone, As of today, I've got a new mobile number: +49 176 39160894 Home number: +49 241 53808454 Kind regards, Simon - Hallo in die Runde, Ab heute habe ich eine neue Handynummer: +49 176 39160894 Festnetz: +49 241 53808454 Gruß, Simon -- You

[android-developers] Re: Background apps (Instant Messaging) being killed without user notification

2010-08-12 Thread Simon Broenner
2.x API, it disappears when the service is killed. -- Kostya 23.06.2010 20:36, Simon Broenner пишет: By the way: All the apps have already implemented the notifcation icon in the status bar. The problem is, it doesn't change when the app is killed in the background, so the user

[android-developers] Are Android apps developed with the NDK slower than their counterparts on other OS's?

2010-07-06 Thread Simon Broenner
Hello developers! I've been wondering lately, about the sad situation of media playback on Android - namely: Video that isn't supported in hardware and/ or natively supported by Android OS. Coming from Windows Mobile devices, I was suprised (and frankly, dismayed) to see that things like simple

Re: [android-developers] Are Android apps developed with the NDK slower than their counterparts on other OS's?

2010-07-06 Thread Simon Broenner
:) Vedran On Tue, Jul 6, 2010 at 11:25 AM, Simon Broenner simonbroen...@gmail.comwrote: Hello developers! I've been wondering lately, about the sad situation of media playback on Android - namely: Video that isn't supported in hardware and/ or natively supported by Android OS. Coming from

[android-developers] Re: Are Android apps developed with the NDK slower than their counterparts on other OS's?

2010-07-06 Thread Simon Broenner
Androids. You can try your look by looking at Android platform source code and finding where is low level video implemented for the standard media player. And lets hope somebody from google has a better answer :) Vedran On Jul 6, 2:35 pm, Tim tdh...@gmail.com wrote: On Jul 6, 10:25 am, Simon

[android-developers] Background apps (Instant Messaging) being killed without user notification

2010-06-23 Thread Simon Broenner
Hello everyone! I'm having another problem with my milestone that I'd like to share with developers and Android coders: Whenever I run memory-intensive applications while I have an IM app running in the background, the IM app is often killed without any user notification whatsoever. Take this

Re: [android-developers] Background apps (Instant Messaging) being killed without user notification

2010-06-23 Thread Simon Broenner
the phone's status bar, so the user knows if the service is still kicked out of memory. - Consider using AlarmManager to restart the service and re-login if there is an active logged in session. -- Kostya 23.06.2010 20:07, Simon Broenner пишет: 1. Why am I, the user, not informed

Re: [android-developers] Background apps (Instant Messaging) being killed without user notification

2010-06-23 Thread Simon Broenner
is still kicked out of memory. - Consider using AlarmManager to restart the service and re-login if there is an active logged in session. -- Kostya 23.06.2010 20:07, Simon Broenner пишет: 1. Why am I, the user, not informed the the application has died, and hence, the connection has been

Re: [android-developers] Background apps (Instant Messaging) being killed without user notification

2010-06-23 Thread Simon Broenner
bar notification, so the user knows that a service is running. Regarding lingering status bar notifications - I just verified that if a notification is displayed using the new 2.x API, it disappears when the service is killed. -- Kostya 23.06.2010 20:36, Simon Broenner пишет: By the way

[android-developers] Admob ads linking to scam sites, possible additional app-security problems

2010-06-18 Thread Simon Broenner
the methodology used by Blinkogold (and similar services) to trap unsuspecting Android users, please chime in! Kind regards from Germany and the members of android-hilfe.de, and thanks for reading! -- Simon Broenner -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Emulator kills sounds on Mac OS X

2010-06-13 Thread Simon Broenner
I'm going out on a limb here, because I use Windows myself, but I've seen similar behaviour with external sound cards and ASIO drivers/ applications. Some of the sound cards (my EMU 0202USB, for instance) aren't capable of processing a second audio stream in addition to the ASIO stream, which

Re: [android-developers] Re: Multitasking on Android - Why So Incredibly Bad?

2010-06-07 Thread Simon Broenner
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Simon Broenner -- You received

Re: [android-developers] Re: Multitasking on Android - Why So Incredibly Bad?

2010-06-06 Thread Simon Broenner
that your Alarm may stop working and other stateful apps will have the same problem from time to time because of the same reason. On Jun 5, 11:13 pm, Simon Broenner simonbroen...@gmail.com wrote: Hello everyone! First of all I'd like to thank you all for your helpful tips and information about

Re: [android-developers] Re: Multitasking on Android - Why So Incredibly Bad?

2010-06-06 Thread Simon Broenner
would be to have the activity manager be able to go on with the switch, but keep the application in foreground for longer, giving it a chance to respond with its state. On Sun, Jun 6, 2010 at 3:27 AM, Mark Murphy mmur...@commonsware.comwrote: Simon Broenner wrote: Is there a way to increase

Re: [android-developers] Re: Multitasking on Android - Why So Incredibly Bad?

2010-06-06 Thread Simon Broenner
slightly faster because the SD card is faster than internal storage, so the browser isn't as slow to save its state. On Sun, Jun 6, 2010 at 9:18 AM, Simon Broenner simonbroen...@gmail.comwrote: Hello everyone! The solution (or rather, workaround) for me, so far, has been to root the device

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Simon Broenner Kasinostr. 94, 52066 Aachen, Germany +4917661249070 (Mobile) +492415903431 (Home) -- You received

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
, I have around 30-40MB of free memory when this starts happening - so it's not likely to be caused by too much stuff running in the background. On Sat, Jun 5, 2010 at 5:02 PM, Mark Murphy mmur...@commonsware.com wrote: Simon Broenner wrote: Does your browser stay active if you open up

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
Hmmm, I'm beginning to get that feeling too. Any idea what the cause could be? Obviously I'm not using any auto task killers or anything like that... :( On Sat, Jun 5, 2010 at 5:26 PM, Mark Murphy mmur...@commonsware.com wrote: Simon Broenner wrote: Obviously the windows (which is what I

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
line line 161. Can you make heads or tails of it? Thanks for your help so far! On Sat, Jun 5, 2010 at 5:51 PM, Mark Murphy mmur...@commonsware.com wrote: Simon Broenner wrote: Hmmm, I'm beginning to get that feeling too. Any idea what the cause could be? Obviously I'm not using any auto

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
at the browser being relaunched after it was killed due to low memory. On Sat, Jun 5, 2010 at 6:09 PM, Simon Broenner simonbroen...@gmail.comwrote: I just went through the whole process and logged it: 1. Open browser 2. Open maximum number of windows by using open in new window (set to open

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
I'm pretty sure the browser is using a lot of memory, and the OS is perfectly within its rights to close the application when it's in the background - but not without saving the state first. I'm currently testing with more free phone storage memory (previously about 22MB free, now 53MB), and so

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
When I reach the max., the new window and open new window buttons just disappear. Max. is something like 8 or 10 windows. On 5 Jun 2010 19:11, Kostya Vasilyev kmans...@gmail.com wrote: 05.06.2010 20:09, Simon Broenner пишет: 2. Open maximum number of windows by using open in new window (set

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
Just reproduced again with all the newly freed program memory (albeit with relatively memory-heavy web sites like Engadget and Slashdot) :( Looks like having more free application memory delays the process somewhat though... On 5 Jun 2010 19:11, Kostya Vasilyev kmans...@gmail.com wrote:

Re: [android-developers] Multitasking on Android - Why So Incredibly Bad?

2010-06-05 Thread Simon Broenner
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Simon Broenner -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from