Re: [android-developers] UI Developer with ReactJS in Tampa, FL

2019-08-16 Thread tejas muley
Hi, I am interested in the position, please let me know your details to contact you for further discussion. Also find my updated resume attached below. Thanks & Regards, Tejas muley On Fri 16 Aug, 2019, 10:54 PM Chaitanya Puvvada, < chaitu.recruit...@gmail.com> wrote: > H

Re: [android-developers] Java/J2EE Developer Required at Baltimore,MD for Long term project.

2019-08-16 Thread tejas muley
Hi, I am interested in the position, please let me know your details to contact you for further discussion. Thanks & Regards, Tejas muley On Fri 16 Aug, 2019, 11:34 PM naresh linkedin, wrote: > > > Hi, > > This is Ben from Tharu Technologies, we have a requirement for

Re: [android-developers] Android Developer in Oakland CA !

2016-09-15 Thread tejas muley
Hi Abhishek, I am interested in position mentioned by you in email. I have 6+ years of experience as Android developer. How should we proceed for this ?? Looking for your response. Regards, Tejas Muley On Sep 14, 2016 11:37 PM, "Abhishek ojha" <abhishekojha1...@gmail.com> wr

[android-developers] A question about geofence

2015-12-19 Thread Tejas Nandanikar
I had a question regarding Geofence. Suppose I create a Geofence which triggers an Intent service when the device is inside the created geofence. My question is- Will the Intent service be started when the device is inside geofence even if the user kills the application? -- You received this

[android-developers] The project target (Android 2.2) was not properly loaded.

2012-02-20 Thread Tejas
I have install eclipse helios on windows 7. And imported existing project . In that project when I open Xml file I got this error message The project target (Android 2.2) was not properly loaded. Can any one help me on this plz. -- You received this message because you are subscribed to the

[android-developers] MP3Decoder.cpp vs SoftMp3.cpp

2012-01-23 Thread tejas
I was interested in finding out the major differences from the design point of view between the new and the old mp3 decoder. -- 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] About Encryption in Android 3.0 (Honeycomb)

2011-02-03 Thread Tejas
interpretation above ? Let me know if anyone has different ideas about encryption from the preview SDK or any other sources ! Cheers, Tejas [1] http://www.engadget.com/2011/02/02/android-3-0-honeycomb-can-encrypt-all-your-data-needs-a-full/ -- You received this message because you are subscribed

[android-developers] Providing EXTRA_AUTHORITIES when showing the ACTION_ADD_ACCOUNTS in order to show restricted account types to the user.

2010-12-22 Thread Tejas
The description for EXTRA_AUTHORITIES in android.provider.Settings says : This can be passed as an extra field in an Activity Intent with one or more syncable content provider's authorities as a String[]. This field is used by some intents to alter the behavior of the called activity. Example:

[android-developers] Re: Keeping IntentService alive even if app is killed

2010-12-03 Thread Tejas
I was under the impression that if we register with the AlarmManager and set a Repeating PendingIntent to be fired, it will invoke our IntentService, even if the application is running or not. Isn't it the most popular way to make sure you run your task even if your application is not running ?

[android-developers] Clarification about IntentService

2010-12-03 Thread Tejas
I'm using AlarmManager to fire a PendingIntent after a certain period of time. This leads to running of my IntentService. - What happens if the PendingIntent fires, but my IntentService hasn't completed its task ? - If the IntentService is taking too long, will the android platform kill it ? - If

[android-developers] Re: Keeping IntentService alive even if app is killed

2010-12-03 Thread Tejas
Thanks for the reply Mark, So, 2.2 onwards, the task killers won't be able to prevent or remove scheduled alarms ? On Dec 3, 4:17 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Dec 3, 2010 at 2:03 PM, Tejas tej...@gmail.com wrote: I was under the impression that if we register

[android-developers] Re: Keeping IntentService alive even if app is killed

2010-12-03 Thread Tejas
Thanks Mark :) On Dec 3, 4:34 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Dec 3, 2010 at 4:21 PM, Tejas tej...@gmail.com wrote: Thanks for the reply Mark, So, 2.2 onwards, the task killers won't be able to prevent or remove scheduled alarms ? Not unless they find a new

[android-developers] Message on Locked Screen

2010-11-23 Thread Tejas
Hi, I want to put out a message from my application on locked screen. Something like, If Found please call number Is there a way to do it ? I see there is a FLAG_SHOW_WHEN_LOCKED flag using which I assume it can be done. Can anyone provide some example ? Regards, Tej -- You received this

[android-developers] Re: Message on Locked Screen

2010-11-23 Thread Tejas
, Nov 23, 2010 at 9:17 AM, Tejas tej...@gmail.com wrote: Hi, I want to put out a message from my application on locked screen. Something like, If Found please call number Is there a way to do it ? I see there is a FLAG_SHOW_WHEN_LOCKED flag using which I assume it can be done. Can

[android-developers] Re: Launch application from url

2010-11-19 Thread Tejas
application when the user clicks the URL. Also I want to have parameters passed to it. Thanks, Tejas On Sep 27, 2:55 am, AnasSamara anas86sam...@gmail.com wrote: Thanks for relpay, but from where can I get the passed data?? On Sep 25, 8:20 am, Ryan Mattison rmattis...@gmail.com wrote

[android-developers] Detect weather a phone is rooted or not

2010-11-01 Thread Tejas
Hi, I would like to find out in my application if the phone is rooted or not. Is there any API that tests this ? Regards, Tejas -- 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

[android-developers] Want to render external buffers on the surface created at JAVA level.

2010-10-07 Thread Tejas
surface with SURFACE_TYPE_PUSH_BUFFERS then how can we render external buffer to that surface so i can see my video frame on surface. Is there any method available to render external buffer ? Please correct me if i am wrong. Thanks In Advance, Tejas. -- You received

[android-developers] want to access APIs android_view_surface.cpp from my native code

2010-10-05 Thread Tejas
are helpful for my application. But i don't know how can i implement it. What are the procedures to get access of those APIs. Can anyone guide me to implement it. Please correct me if i am wrong. Thanks In Advance, Tejas. -- You received this message because you

[android-developers] Re: Signing my application with system key

2010-09-27 Thread Tejas
on a critical phase of development. Thanks In Advance, Tejas. On Sep 27, 10:14 am, Dianne Hackborn hack...@android.com wrote: This is not available as a third party application; you can only do this for applications shipped with a system image, and by having the manufacturer sign the .apk for you

[android-developers] Signing my application with system key

2010-09-26 Thread Tejas
. For your information i am developing my application on froyo. If i am wrong please correct me. Thanks In Advance, Tejas. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Https web service call

2010-09-01 Thread tejas mehta
Hello; I got the easy solution for call https web service from our application code. Here i am describing code for call https protocol web service. Now there will be no error regarding SSL(server certificate not valid). Use following class for opening connection

[android-developers] Facing problem on Opening Audio device

2010-08-19 Thread Tejas
Hello All, I am beginner to android development area. I have created one simple application which reads pcm raw data from file and write it to device. But when i try to open device through default or hw:0,0 it gives me following error. ALSA lib

[android-developers] Service gets killed (due to activity ?)

2010-06-10 Thread Tejas
I see that after few hours, my service is not running anymore.). If this is true, then will the service continue running longer if the service was started on device boot. Regards, Tejas -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Service gets killed (due to activity ?)

2010-06-10 Thread Tejas
Thanks for Bo-ing me Mark. With every booo, I learn something ! :) On Jun 10, 11:17 am, Mark Murphy mmur...@commonsware.com wrote: Tejas wrote: I have a service running in the background. It starts on device boot. Boo! http://www.androidguys.com/2009/09/09/diamonds

Re: [android-developers] Re: Service gets killed (due to activity ?)

2010-06-10 Thread Tejas
this) Now, my question is : Will using the timer class, have the same effect as using the AlarmManager ? or will it consume more resources. Also, it would be great if someone can suggest better way of achieving what I'm doing. -- Cheers, ~Tejas On Thu, Jun 10, 2010 at 5:46 PM, Dianne Hackborn hack

[android-developers] Re: Inter thread Communication

2010-04-24 Thread Tejas
demonstrating this. If anyone knows it already, please post a sample code. - Tejas On Apr 24, 11:43 pm, Anurag Singh anusingh...@gmail.com wrote: Dianne, original poster want to pass stuff/data from main thread to secondary thread. is it possbile using Handler? Geaneraly, we use Handler to get back

[android-developers] Re: Inter thread Communication

2010-04-24 Thread Tejas
main thread when you have to pass a message to the worker thread, do the following: Message msg = mHandler.obtainMessage(); //msg.obj = blah blah mHandler.sendMessage(msg); -Cheers, Tejas On Apr 24, 11:58 pm, Tejas tej...@gmail.com wrote: I suppose

[android-developers] Starting default calendar and contacts application

2010-04-23 Thread Tejas
good, can any one please provide the code. thank you very much. Regards, Tejas -- 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] Re: requestLocationUpdates issue

2010-04-18 Thread Tejas
is not useful to us mortals. Supply the service itself as the context. To make things maximally confusing, getApplicationContext() will appear to work in most circumstances. But it's always the wrong way to get a context to use. On Apr 17, 2:05 pm, Tejas tej...@gmail.com wrote: Ah... I got

[android-developers] Re: requestLocationUpdates issue

2010-04-18 Thread Tejas
Hi Bob, Thanks a lot for this. This helped me to understand a lot of things. I found out a good way for starting/stopping a service here: http://www.brighthub.com/mobile/google-android/articles/34861.aspx What do you think of this one ? Cheers, Tejas On Apr 18, 7:03 pm, Bob Kerns r...@acm.org

[android-developers] Re: requestLocationUpdates issue

2010-04-17 Thread Tejas
this to the onStart method and it started working. I'm not sure why it wasn't working earlier and now has started working with this change. It will be great if anyone can explain this. Cheers, Tejas On Apr 17, 1:59 am, Tejas tej...@gmail.com wrote: Hi, My class listed below is not working. No idea

[android-developers] requestLocationUpdates issue

2010-04-16 Thread Tejas
Hi, My class listed below is not working. No idea whatsoever. The onLocationChanged method is never getting called ! I checked the logs for any errors/exceptions. I have the required permissions set (fine and course locations). I doubt the Context I'm setting from the caller. I'm using

[android-developers] Re: how to build adb.exe for windows.

2009-08-28 Thread Tejas
? 2009/8/28 Tejas tejas.path...@gmail.com I am assuming you meant 4096 bytes.. What do you mean by.. BTW, For linux host, i use old framework of adb in target ? Are you saying that the usb transfer seen when using windows is same as linux, except the 0 length packet ? On Aug 27, 12

[android-developers] Re: how to build adb.exe for windows.

2009-08-27 Thread Tejas
I am assuming you meant 4096 bytes.. What do you mean by.. BTW, For linux host, i use old framework of adb in target ? Are you saying that the usb transfer seen when using windows is same as linux, except the 0 length packet ? On Aug 27, 12:21 am, Kyo Yin kyo@gmail.com wrote: thank you for

[android-developers] Re: make adt failed with android source coe in unbuntu

2009-08-22 Thread Tejas
Have you downloaded/updated eclipse with pde and jdt ? btw: what source code are using master / cupcake ? On Aug 21, 12:07 am, 何斌斌 hbbs...@gmail.com wrote: hi :    I can make the whole android source code and sdk , but when I make adt, it failed . like this(my os is ubuntu 9.0 ) : ### TEST

[android-developers] Re: how to build adb.exe for windows.

2009-08-19 Thread Tejas
://android.git.kernel.org/?p=platform/development.git;a=tree;f=docs;h=d13643593016c545432e54653e9b228cadb173bb;hb=HEAD Regards, Tejas On Aug 19, 8:19 am, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote: For being able to compile an exe file on Ubuntu you would have to cross compile

[android-developers] Re: How to get android to show my IME in the input method pop-up menu?

2009-08-09 Thread Tejas
Add your module's LOCAL_MODULE value to the product make file's PRODUCT_PACKAGES variable. Look at the product (for eg: generic.mk) and LatinIME's Android.mk file, for details.. On Aug 5, 10:46 am, Harsha harsha.ravni...@gmail.com wrote: Hi, I have written my input method on lines of

[android-developers] Problem in getting Image URI(s) from camera

2009-05-09 Thread Tejas
()); } Some thing is going wrong here and I get android.database.CursorIndexOutOfBoundsException for the line String _ID = imgCursor.getString(_IDidx); Can anyone tell me where I'm going wrong !! Regards, Tejas --~--~-~--~~~---~--~~ You received

[android-developers] Re: openInputStream problem

2009-03-30 Thread Tejas
to the output stream: final int BUFFER_SIZE = 1024*4; // 4k buffer byte[] temp = new byte[BUFFER_SIZE]; int bytesRead; while ((bytesRead = buf.read(temp, 0, BUFFER_SIZE)) != -1) {     os.write(temp, 0, bytesRead); } On Mar 18, 7:13 pm, Tejas tej...@gmail.com wrote: Hi, I'm trying to read

[android-developers] openInputStream problem

2009-03-19 Thread Tejas
Hi, I'm trying to read an image (taken on camera) that I need to POST to a server. I'm using the following code: CODE OutputStream os = urlConn.getOutputStream(); ContentResolver cR = this.getContentResolver(); InputStream is = cR.openInputStream(photoUri);