[android-beginners] Re: Is Browsing While Calling Impossible? Why?

2010-06-08 Thread Abhi
How can we use google maps while on call on the Verizon network then? On Jun 8, 2:40 pm, Mark Murphy mmur...@commonsware.com wrote: Daniel Favela wrote: - Is it up to Android?  Can I, as a developer, overcome this limitation? No, it is fundamental to CDMA. GSM phones (T-Mobile, ATT, and most

[android-beginners] MediaController in MediaPlayer

2010-06-03 Thread Abhi
Hello, I am using MediaPlayer to build a Video player for playing local video files. However, I don't know how to enable MediaController for my player. I want the media control buttons that pop up when you touch the video surface. Can anyone help me out please? Thanks, Abhi -- You received

[android-beginners] getDuration() in VideoView returns -1 !!!

2010-03-26 Thread Abhi
Hi, Has anyone tried using the getDuration() method in VideoView? It returns a -1 for me always. Is there a way around? Thanks, Abhi -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack

[android-beginners] Video splitter

2010-03-11 Thread Abhi
I want to create a video splitter that uses the videos that reside on the SD card and lets you split the video and store as separate files on the SD Card. Are there any APIs to enable this or I would need to use something like ffmpeg? Any suggestions? Abhi -- You received this message because

[android-beginners] Calling activity from inside a thread?

2010-02-18 Thread Abhi
, Abhi -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr

[android-beginners] Re: Launch other activity on pressing the on-screen camera/camcorder button?

2010-02-16 Thread Abhi
). This is the reason why I have been trying to get an answer to the above question. Is that something you can help me on? Thanks, Abhi On Feb 10, 9:31 am, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: Hi Abhi, can you paste the code? Maybe I can help better with more information. Regards

[android-beginners] Re: Launch other activity on pressing the on-screen camera/camcorder button?

2010-02-10 Thread Abhi
Tried this... doesn't work :( On Feb 5, 1:36 pm, Abhi abhishek.r.sha...@gmail.com wrote: Great! I will try this out right away. Thanks Roger. Appreciate it. Abhi On Feb 5, 12:47 pm, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: HiAbhi, it is possible. You can do like

[android-beginners] Re: Video recording

2010-02-05 Thread Abhi
How can we run the built-in Camera app on the SDK? Is that available for developers? On Jan 25, 11:38 am, Dave Feltenberger dave.feltenber...@gmail.com wrote: Awesome, thanks for the link.  That will be very useful. On Mon, Jan 25, 2010 at 10:06 AM, Sean Hodges

[android-beginners] Launch other activity on pressing the on-screen camera/camcorder button?

2010-02-05 Thread Abhi
Hi, Is it possible to launch another activity or invoke a sensor (e.g. accelerometer) on the press of capture or video record button? Abhi -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack

[android-beginners] Re: Launch other activity on pressing the on-screen camera/camcorder button?

2010-02-05 Thread Abhi
Great! I will try this out right away. Thanks Roger. Appreciate it. Abhi On Feb 5, 12:47 pm, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: Hi Abhi, it is possible. You can do like this:     private class ExpandedDialog extends Dialog {         ExpandedDialog(Context context

[android-beginners] UPnP

2010-01-21 Thread Abhi
Hi, Need help understanding how to build a UPnP stack in Android? Anyone? Abhi -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android

[android-beginners] Re: Voice Recognition

2009-12-29 Thread Abhi
-voicetag-qAiz.aspx Abhi On Dec 28, 5:56 pm, Valentino XM shourai...@gmail.com wrote: Hi All, Has anyone been working with voice recognition, I  would like to build an app that responds to various commands that will iniate apps from via a website -- You received this message because you

[android-beginners] Re: How to get resource path?

2009-10-09 Thread abhi
, abhi rkabhi1...@gmail.com wrote: Hi, I have included three MP3 file in the R.raw folder. Now I am able to get the file name of the MP3 file, but I need to find out the complete path of the file in order to play the file using MediaPlayer. I am using MediaPlayer.setDataSource(String path

[android-beginners] How to get resource path?

2009-10-08 Thread abhi
Hi, I have included three MP3 file in the R.raw folder. Now I am able to get the file name of the MP3 file, but I need to find out the complete path of the file in order to play the file using MediaPlayer. I am using MediaPlayer.setDataSource(String path) to set the path to the file. When I set

[android-beginners] How to access the files on SD card through emulator?

2009-10-08 Thread Abhi
Hi, I need to search for certain type of files (like .mp3) and populate the list of files present in that particular category from the SD card. Can anyone help me with this? -Regards Abhi. --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Emulator file transfer

2009-10-06 Thread abhi
Hi, Is there a way to transfer files to the Android emulator? I am creating a media player and I'd like to transfer some files to the emulator file system so that my media player can play it. I am using eclipse with the Android SDK for development. Thanks,

[android-beginners] launch app from an app

2009-09-18 Thread Abhi
Hi, I am making an app which when running may need to open another app thats installed on my phone. The other app(s) are the ones not developed by me and I would only like to launch these apps if/when needed. Any help around making this work will be appreciated. Thanks, Abhi

[android-beginners] Re: launch app from an app

2009-09-18 Thread Abhi
(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent2) Couldn't understand how to do it with other apps. Thanks, Abhi On Sep 18, 8:09 am, Mark Murphy mmur...@commonsware.com wrote: Abhi wrote: I am making an app which when running may need to open another app thats installed on my phone. The other app(s

[android-beginners] Voice 2 text help

2009-09-08 Thread Abhi
ArrayAdapterString(this, android.R.layout.simple_list_item_1, matches)); I want to use the result to be able to take further action. Thanks, Abhi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-12 Thread Abhi
・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 11, 10:55 am, Abhi abhishek.r.sha...@gmail.com wrote: Hi Jack, posting my reply

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-12 Thread Abhi
: Starting: Intent { comp={com.example.WiFiProject/ com.example.WiFiProject.WiFiProject} } I am not sure about testing this app on my phone to see if it works there. Don't want to end up screwing it up if something goes wrong. How else can I make sure this app to work? Thanks, Abhi On Aug 12, 8:31

[android-beginners] Re: Developer hardware

2009-08-12 Thread Abhi
as mentioned, installing the drivers, everything that this manual says... but Eclipse would just not detect my phone and always Run the code on the emulator... I hope someone can help me out with this... Thanks, Abhi On Aug 12, 12:52 pm, mvdb m.vandenbran...@gmail.com wrote: Thanks everyone

[android-beginners] WifiReceiver not part of SDK 1.5???

2009-08-11 Thread Abhi
the part of code that has WifiReceiver in it with any of the existing classes. Thanks, Abhi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners

[android-beginners] Re: WifiReceiver not part of SDK 1.5???

2009-08-11 Thread Abhi
at the Starting Scan phase but wouldn't crash... correct? Abhi On Aug 11, 11:41 am, Jack Ha jack...@t-mobile.com wrote: WifiReceiver is not part of the SDK. Are you referring to the following example? You'll see WifiReceiver extends BroadcastReceiver.    http://www.androidsnippets.org/snippets/9

[android-beginners] gmote app help

2009-08-10 Thread Abhi
has anyone played around with the Gmote app? its a really cool one.. I am trying to understand how it works... can someone help me out with a high-level understanding of how the code works? i have an app in mind that might b close to this one... using WiFi. Thanks, Abhi

[android-beginners] Bluetooth Classes documentation???

2009-08-05 Thread Abhi
Hi there, I am developing an app using Bluetooth on my G2 phone (Tmobile's HTC MyTouch 3G) but am unable to find any documentation on Bluetooth classes in Android 1.5. Need help around that!! Thanks, Abhi --~--~-~--~~~---~--~~ You received this message because

[android-beginners] Re: Bluetooth Classes documentation???

2009-08-05 Thread Abhi
What about WiFi? On Aug 5, 9:08 am, Abhi abhishek.r.sha...@gmail.com wrote: How do I see so many Bluetooth Apps around? On Aug 5, 8:50 am, Mark Murphy mmur...@commonsware.com wrote: Abhi wrote: I am developing an app using Bluetooth on my G2 phone (Tmobile's HTC MyTouch 3G) but am

[android-beginners] help around using accelerometer sensor

2009-07-31 Thread Abhi
around this? here is the link to the android developers guide http://lampwww.epfl.ch/~linuxsoft/android/android-m3-rc22a/docs/reference/android/hardware/Sensors.html#getSupportedSensors() thanks, Abhi --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] How can i Intercept incoming call in android

2009-02-03 Thread Abhi Android
Hi All, I have read in some forum saying we cannot intercept incoming call in Android. Is it possible to intercept incoming call in Android? Is it possible to send any auto voice message when the user receives any incoming calls Thanks, Jack