[android-developers] please guide me to fix this problem

2016-06-22 Thread niraj singh
i download android ANDROID STUDIO v2.1.2 during installation it failed to download ANDROID VIRTUAL DEVICE i had already checked the box to download AVD but still it shows an error message * "unable to create a virtual device:missing system image required for an avd setup"* *now hoe shall i

[android-developers] [JOB] Urgently looking for Android Developer @ Ahmedabad

2016-03-30 Thread Niraj Bhatt
*Job Description*

Re: [android-developers] Digest for android-developers@googlegroups.com - 8 Messages in 5 Topics

2012-01-08 Thread niraj manandhar
Thanks ..Niraj On 8 Jan 2012 13:09, android-developers@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/android-developers/topics - HttpURLConnection + keep alive timeout? (the way forward starting with gingerbread) #134bc341789c8d39_group_thread_0

[android-developers] making keypad (soft input) as modal

2011-11-04 Thread Niraj
Can we make keypad / soft input as modal i have number of edit text over single activity when a single edittext is being edited i don't want user to navigate away to other edittext/buttons until he is finished (pressed done) does any one know how to get this done thanks in advance -- You

[android-developers] sdcard file permissions for system user

2010-04-07 Thread Niraj
When I insert SD card in my android device, /sdcard directory has permissions: d---rwxr-x with “system” as owner. d---rwxr-x system sdcard_rw 2008-08-23 13:17 sdcard Here, the owner is system and doesn't have any permissions. When I tried to write a file from android

[android-developers] Re: How to make any service running automatically when the phone is turned on.

2010-01-08 Thread Niraj
Please refer this: http://www.androidsoftwaredeveloper.com/2009/03/20/how-to-start-on-boot/ You only need broadcast receiver to receive BOOT_COMPLETED message from android after that just start your service. On Jan 9, 9:28 am, Manoj linkex.ma...@gmail.com wrote: hi Please let me know how i

[android-developers] get the currently displayed activity's name using service

2010-01-04 Thread Niraj
Hi, Is it possible to have the currently displayed activity's name and to access the resources the activity is using? I am trying to write the service that will display the name of the current activity and the resources it is using. Thanks in advance, Niraj -- You received this message

[android-developers] Problem with Android Framebuffer

2009-12-14 Thread Niraj
Hi, I am trying to take screenshot of the android screen. I written the screen-capture application. It is working fine with android emulator. After that I downloaded the complete source of android (x86 platform) and tried the same application on that; but it is not showing the proper screen

[android-developers] Re: frame buffer data in android

2009-12-14 Thread Niraj
Hi, I am collecting framebuffer data directly from /dev/graphics/fb0. This way works properly while working with android emulator. I am using C code for this purpose, as I didn't get any functionality in java to read framebuffer directly. And I am using JNI to call this C function in Android.

[android-developers] Can we run Android JUnit test cases from remote computer in the network?

2009-12-09 Thread Niraj
this? Thanks in advance, Niraj -- 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