[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 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, AT&T, and most of > the rest of

[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 rec

[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 questio

[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] How to save a WiFi connection?

2010-02-23 Thread Abhi
Hi, I have written an app that programmatically scans for open WiFi networks and connects to the one that has been hard-coded in the app code. For e.g., I have a home network, SSID: Abhi and is secured as WPA-Personal with a Passkey. The passkey for the above network has been saved within the App

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

2010-02-18 Thread Abhi
hanks, 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-beg

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

2010-02-17 Thread Abhi
I am not sure what you mean by 'modifying it on the SDK'. I tried using it inside my application and used KEY_CAMERA instead. I might need a little more understanding of what you tring to say... thanks for ur help Abhi On Feb 16, 6:54 pm, Rogério de Souza Moraes wrote: > Hi Abhi,

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

2010-02-16 Thread Abhi
phone). 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 wrote: > Hi Abhi, > > can you paste the code? Maybe I can help better with more information. > >

[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 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 > wrote: > > > > > HiAbhi, > > > it is po

[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 wrote: > Hi Abhi, > > it is possible. You can do like this: > >     private class ExpandedDialog extends Dialog { >         ExpandedDialog(Context context) { &

[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 questio

[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 wrote: > Awesome, thanks for the link.  That will be very useful. > > On Mon, Jan 25, 2010 at 10:06 AM, Sean Hodges > wrote: > > > On Mon, Jan 25, 2010 at 2:38 PM, Dave Felt

[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/questi

[android-beginners] Re: Voice Recognition

2009-12-29 Thread Abhi
ation.com-trial-voicetag-qAiz.aspx Abhi On Dec 28, 5:56 pm, Valentino XM 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 bec

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

2009-10-09 Thread abhi
setDataSource > (FileDescriptor fd) method. > > Balwinder Kaur > Mobile.Software.Development > ·T· · ·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 th

[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 are

[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] 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] Re: launch app from an app

2009-09-18 Thread Abhi
how ApplicationInfo works on a particular app. Help please!!! Abhi On Sep 18, 8:25 am, Mark Murphy wrote: > Abhi wrote: > > Thanks Mark. > > > Can you give an example for launching the Youtube app from within my > > app? I have tried startActivity() to open up Gallery this

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

2009-09-18 Thread Abhi
;); intent2.setFlags(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 wrote: > Abhi wrote: > > I am making an app which when running may need to open another app > > thats installed on my

[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] Voice 2 text help

2009-09-08 Thread Abhi
ArrayAdapter(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" grou

[android-beginners] Re: Developer hardware

2009-08-12 Thread Abhi
e phone 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 wrote: > Thanks everyone

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

2009-08-12 Thread Abhi
2009-08-12 08:56:50 - WiFiProject] ActivityManager: 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

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

2009-08-12 Thread Abhi
ions 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 wrote: > > > > > Hi Jack, > > > posting my reply again... dunno where

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

2009-08-11 Thread Abhi
ck at the Starting Scan phase but wouldn't crash... correct? Abhi On Aug 11, 11:41 am, Jack Ha wrote: > WifiReceiver is not part of the SDK. > > Are you referring to the following example? You'll see WifiReceiver > extends BroadcastReceiver. > >    http://w

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

2009-08-11 Thread Abhi
ace 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 e

[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] Re: Bluetooth Classes documentation???

2009-08-05 Thread Abhi
Thanks Mark. On Aug 5, 9:48 am, Mark Murphy wrote: > Abhi wrote: > > How do I see so many Bluetooth Apps around? > > Presumably, they are using undocumented APIs that are subject to > breakage in future Android releases. > > -- > Mark Murphy (a Commons > G

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

2009-08-05 Thread Abhi
What about WiFi? On Aug 5, 9:08 am, Abhi wrote: > How do I see so many Bluetooth Apps around? > > On Aug 5, 8:50 am, Mark Murphy wrote: > > > > > Abhi wrote: > > > I am developing an app using Bluetooth on my G2 phone (Tmobile's HTC > > > MyTouch

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

2009-08-05 Thread Abhi
How do I see so many Bluetooth Apps around? On Aug 5, 8:50 am, Mark Murphy wrote: > Abhi wrote: > > 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

[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 be

[android-beginners] help around using accelerometer sensor

2009-07-31 Thread Abhi
ow to work 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 becau

[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 --~--~-~--~~~--