[android-developers] Re: Live Video Streaming from Android

2011-04-28 Thread Tanmay
Hi Sumeet, I have been looking at live video streaming as well. My main worry is the format of the video when you record it from the mediaRecorder. Did you find the MOV atoms in the correct place (before the DAT atoms). Because the media recorder apparently fills in these after the recording is

[android-developers] Re: How to stream live video from Android phone to intranet

2011-03-09 Thread Tanmay
be played on a PC Client (using VLC) and on the Android Phone (the Media Player can play RTSP Streams ). Would appreciate the help.. Cheers Tanmay On Mar 7, 5:35 am, Fahad Shaikh engr@gmail.com wrote: Hi! There have been many similar questions but yet I can not find my answer. I want

[android-developers] Re: how to know which list item is highlighted?

2011-01-13 Thread tanmay....@gmail.com
Can you please give information that what is the format of listview you are using? Is it a normal list view or you are using a layout inflater? Thanks, Tanmay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Overriding Back Button Action in Activity

2010-11-04 Thread tanmay....@gmail.com
Thanks for the suggestions. But no result Waiting for a logic to implement it. -- 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 this group, send

[android-developers] Intent-Activity

2010-11-02 Thread tanmay....@gmail.com
Is it possible to get the Activity from an Intent? -- 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 this group, send email to

[android-developers] Re: Splash screen | warning: Activity not started, its current task has been brought to the front

2010-11-02 Thread tanmay....@gmail.com
Please close the currently open application on emulator On Nov 2, 1:21 pm, Alok Upadhyay maddy.luck...@gmail.com wrote: Hii, i want to display a splash screen followed by my trial.class.I am not getting any error but warning as: Warning: Activity not started, its current task has been

[android-developers] Overriding Back Button Action in Activity

2010-11-02 Thread tanmay....@gmail.com
..? Thanks in advance, Tanmay -- 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 this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: Overriding Back Button Action in Activity

2010-11-02 Thread tanmay....@gmail.com
close it and not close the application Thanks, Tanmay -- 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 this group, send email to android-developers

[android-developers] Over Riding Back Button Action

2010-11-01 Thread tanmay....@gmail.com
suggestion to solve my issue..? Thanks in advance, Tanmay -- 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 this group, send email to android-developers

[android-developers] Re: putExtra and getExtra

2010-11-01 Thread tanmay....@gmail.com
think this will solve your problem Tanmay Mandal Finding myself in me -- 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 this group, send email

[android-developers] Is your activity running?

2010-10-21 Thread tanmay....@gmail.com
): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549) 10-19 12:35:20.808: WARN/System.err(461): at dalvik.system.NativeStart.main(Native Method) Please help me to solve the issue as I am middle of my work.. Thanks in advance Tanmay -- You received this message because you

[android-developers] Re: 3G Wi-Fi at same time

2010-03-17 Thread Tanmay
Thanks a lot for the help man. I will try to do this during the weekend or next week... n let u know how it goes. Many Thanks Tanmay On Mar 15, 10:46 pm, Ricardo Silva ban...@gmail.com wrote: After the changes. Yes, Android switch to 3G if can not obtain a default gateway (from DHCP

[android-developers] Re: 3G Wi-Fi at same time

2010-03-15 Thread Tanmay
which is connected, but is purely local and cannot take it to any website. Cheers Tanmay On Mar 15, 1:38 pm, Ricardo Silva ban...@gmail.com wrote: Hi, See the route table, because the default route will be the WLAN, I think. Because is the normally the preferred network (changes to 3G

[android-developers] Re: 3G Wi-Fi at same time

2010-03-14 Thread Tanmay
Hi, This seems to be what I am looking for. However, just to confirm, I will give a short description of what I am trying to do: I am trying to use Wifi for an internal WLAN connection (which would not be accessing the internet) , and a 3G network to give me access to the internet at any time.

[android-developers] Playing RAW audio on Android from a network stream

2010-01-19 Thread Tanmay
. Cheers.. Tanmay -- 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 this group, send email to android-developers+unsubscr...@googlegroups.com For more options

[android-developers] G1 microphone being Overdriven when trying to use AudioRecord

2010-01-19 Thread Tanmay
project/ phone or I am missing a step... Or if someone has a working code to do this, would like to have a look and learn/ Would appreciate any help with this Cheers Tanmay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: PVMFFailure when using MediaPlayer for radio streams

2010-01-15 Thread Tanmay
I tried doing this in 1.6 but still gave me the Prepare Failed 0x1 error along with the PVMFFailure in the log. Has there been any solution to this one developed yet? On Dec 14 2009, 10:13 pm, YaushiIizuka vse5...@gmail.com wrote: Hi. String url = http://your.url;; MediaPlayer mp = new