[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread pink 444
First of all thanks for your wonderful cooperation. On android mobile if at all we get an incoming call while interacting with another application, incoming call indication is being displayed on the screen with an activity instead of notifying user with notification. I think it

[android-developers] Re: HTC Hero, DDMS, and screen captures?

2009-10-20 Thread James W
I have been exclusively developing on the Hero since it came out, on the original stock ROM, and the recent offical ROM update. DDMS and screen captures worked from the start and continue to work now. The only caveat is that mine is the stock HTC Hero that has been available since August in

[android-developers] Re: KSoap - How to pass a dataset to a dotNet webservice?

2009-10-20 Thread gjs
Hi, Or modify the webservice to accept something more sensible... Regards On Oct 20, 7:45 pm, Dave Gracie david.gra...@gmail.com wrote: Thats actually the first thing I tried. I passed in the ms soap version of the dataset but still didnt work. I think I only have one option and that is to

[android-developers] how to set a shortcut key to launch an activity ?

2009-10-20 Thread swapnil kamble
Hello, how to set a shortcut key to launch an activity ? Lets say I have an app TestApp. I want to set a shortcut key (e.g alt + T ) to launch activity of TestApp. Is there any way to set such shortcuts to android apps ? Thanks in advance. -- ...Swapnil || Hare Krishna Hare Krishna Krishna

[android-developers] Re: MediaPlayer.Create returns null on some Android handsets?

2009-10-20 Thread Nikolay Ananiev
I'm seeing the same problem on the ARCHOS 5 tablet. The app works everywhere else. Do you use SoundPool in parallel to MediaPlayer? On Tue, Oct 20, 2009 at 10:49 PM, Marco Nelissen marc...@android.comwrote: There seems to be a problem with some Hero builds (but not all of them) that causes

[android-developers] SMS/MMS confirmation message

2009-10-20 Thread hap 497
All, Is there anyway for my application to get notify when the SMS /MMS message have been received by the destination phone number? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: MediaPlayer.Create returns null on some Android handsets?

2009-10-20 Thread Chister Nordvik
No, I only use MediaPlayer. Seems like I have to have a fallback to a built-in sound then, or at least check if the MediaPlayer returns null. This brings back memories from my J2ME development days :-( -Christer On 21 Okt, 07:24, Nikolay Ananiev devuni...@gmail.com wrote: I'm seeing the same

[android-developers] Re: Unable to simulate network delay/speed

2009-10-20 Thread Roman ( T-Mobile USA)
I noticed that enabling/disabling data connectivity (airplane mode) does not disable data communication on the emulator. There is a bug filed related to this issue. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those

[android-developers] Re: problem in playing mp4 video file

2009-10-20 Thread loril...@gmail.com
From the following link I get to know that we get the error 'PVMFErrNoResources' when the resource is not available: http://www.netmite.com/android/mydroid/external/opencore/pvmi/pvmf/include/pvmf_return_codes.h But I am getting this error only on device. When playing the mp4 on emulator, the

[android-developers] Re: Devices information using Wifi API

2009-10-20 Thread Roman ( T-Mobile USA)
If you want to get valid IP address you can try to enumerate over your LAN addresses. If your LAN network has an IP address like 192.168.1.0 you can try to ping192.168.1.1, 192.168.1.2, ... If you get a response back, you know that there is another system which has the IP address assigned.

<    1   2   3