Re: [android-developers] Re: TelephonyManager.getLine1Number() returns null always

2013-06-03 Thread Swati
Hi Raghav, I am also using TelephonyManager.getLine1Number() method to get current mobile number. But it is returning empty string always as in setting it displayed Unknown for My Phone Number. I need current mobile number to initiate the call. I have to initiate a call to current number

Re: [android-developers] Re: TelephonyManager.getLine1Number() returns null always

2013-06-03 Thread Piren
dude, this post was from a year ago either way, there's no way around it... if you need to initiate a call to the user, ask the user for their phone number. On Monday, June 3, 2013 9:10:01 AM UTC+3, Swati wrote: Hi Raghav, I am also using TelephonyManager.getLine1Number() method to get

Re: [android-developers] How to do??

2013-06-03 Thread Piren
That's usually what i do! On Monday, June 3, 2013 1:36:25 AM UTC+3, TreKing wrote: On Sun, Jun 2, 2013 at 1:43 PM, siter sahilsac...@gmail.com javascript: wrote: How to proceed?? Write the code to do what you described. Also consult: https://www.google.com/

[android-developers] I need to send taken photo graph

2013-06-03 Thread KC Raju Vysyaraju
Hi Guys, I need sample code for *Open camera and took photo and send that photo as MMS*. Please help me where i can get this.I already searched in google. But not get good code even for sending MMS. .. Thanks, KC Raju -- -- You received this message because you are subscribed to the Google

[android-developers] Android to connect / disconnect PLC devices

2013-06-03 Thread zerodevice
Hi, I am new to android programming and also PLC ladder programming. But im not new in C#, JAVA, JS, AS3, PHP. I've coded quite a lot of C# apps for my own use. Recently Im required to code an Android App to be able to connect to PLC devices and to do stuff. Stuff like: Upload the PLC ladder

[android-developers] Re: android mapviewballoons problem

2013-06-03 Thread Adam Ratana
This actually uses the original Google Maps V1 API, I've used it in one of my applications.. The note on the project page that you see, is that this project is now deprecated (should not be used anymore) as the new google maps api v2 provides excellent support for markers and marker taps.

[android-developers] Android Emulator very slow despite HAXM

2013-06-03 Thread lufo88
Hi, I have a problem with Android emulator. It is very very slow on my PC (windows 8 64 bit, Intel T7500 core 2 Duo 2.2 ghz, 4 GB RAM, Nvidia quadro FX 570M). I install intel HAXM and run the emulator with intel atom x86 image but it isn't change so much. I check if HAXM is running and there is

[android-developers]

2013-06-03 Thread 胡朗月
-- -- 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] Re: Android Emulator very slow despite HAXM

2013-06-03 Thread Lew
lufo88 wrote: Hi, I have a problem with Android emulator. It is very very slow on my PC (windows 8 64 bit, Intel T7500 core 2 Duo 2.2 ghz, 4 GB RAM, Nvidia quadro FX 570M). I install intel HAXM and run the emulator with intel atom x86 image but it isn't change so much. I check if HAXM

[android-developers] Re: where can I start developing android games as a beginner l?

2013-06-03 Thread JackN
I don't think you need one at all! On Friday, May 31, 2013 2:40:46 AM UTC-7, Taylor Ringo wrote: Hey everyone I finally have a device to test on and so I was wondering what JAVA frame work should I use for 2D, 3D, and HTML5 Game development? -- -- You received this message because you are

[android-developers] Re: mp3 downloader

2013-06-03 Thread JackN
Basically, is not necessary. No special software is required para descargar MP3. From your browser, just click to do with it, or use FTP On Wednesday, May 29, 2013 7:49:44 AM UTC-7, Selam@oğlu wrote: Hello friends, Some mp3 downloader apps are remove but some mp3 downloader apps are not

[android-developers] Re: where can I start developing android games as a beginner l?

2013-06-03 Thread Lew
Taylor Ringo wrote: Hey everyone I finally have a device to test on and so I was wondering what JAVA [sic] frame work [sic] should I use for 2D, 3D, and HTML5 Game development? Try plugging Java framework for 2D, 3D, and HTML5 Game development into your favorite search engine. -- Lew

[android-developers] Simulate an incoming call from a test?

2013-06-03 Thread Larry Meadors
I have a service that reacts to incoming calls that I'm trying to test. Is there a way to simulate an incoming call from an instrumentation test? Larry -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-03 Thread android.makilette
Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file? The boolean value used by a conditional expression wants then to use what the java side defines. Thank you for your consideration. -- -- -- You received this message because you are

Re: [android-developers] Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-03 Thread TreKing
On Mon, Jun 3, 2013 at 9:15 PM, android.makilette android.makile...@gmail.com wrote: Is it possible to divide View used using a conditional expression within a xml file? No. Use different qualifiers on your resource files or load different layouts using runtime logic to create different

[android-developers] Re: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file?

2013-06-03 Thread Jonathan S
Not in XML. You only do that in Java. On Monday, June 3, 2013 10:15:54 PM UTC-4, マキレット wrote: Hello. I am Japanese. Is it possible to divide View used using a conditional expression within a xml file? The boolean value used by a conditional expression wants then to use what the java side