[android-developers] : DevOps Engineer \\: New York, NY \\: 12+month \\: C2C

2019-11-21 Thread shashank gade
Hi, Greeting from CRETIVE STAFFING We have an urgent requirement for one of our clients. Please check and send me the suitable profiles ASAP Position: DevOps Engineer Location: New York, NY Duration : 12+month Contract: C2C Required Skills: • Possess a Bachelor s degree in Computer Science,

[android-developers] Business Analyst // San Antonio, Texas // 12 months // c2c

2019-11-19 Thread shashank gade
HI Greetinga from SIMBA staffing JOB TITTLE : Business Analyst Location: San Antonio, Texas DURATION: 12 months CONTRACT: c2c Skills : Business Analyst,Management,Training,Technical Business Analyst,AWS,Amazon Web Services,cloud,data migration,IT BA,IT Business Analyst ,Test

[android-developers] Get Bluetooth State changed Notification

2012-03-09 Thread Shashank Singh
Hi. I wanted my application to know when the bluetooth of the device is turned on and when it has been turned off. I register the receiver intentfilter IntentFilter i = new IntentFilter(); i.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); bluetooth_manager.registerReceiver(receiver, i); in

[android-developers] Finish an Activity from BroadCast Receiver.

2011-10-18 Thread shashank
Hey, Im tryin hard to finish an activity from my BroadcastReceiver... but ending up in - java.lang.ClassCastException: android.app.ReceiverRestrictedContext error. Here is my code snippet let me know wat can be done, public void onReceive(Context context, Intent intent) {

[android-developers] Add custom effects to Android Camera

2011-07-14 Thread Shashank
engine. But again I don't see any API for the same. (though preview buffers are available through callback) So the second question is, how to access capture buffers. regards Shashank -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Stagefright Mediaextractor: how to detect interlaced streams in video files?

2010-10-21 Thread Shashank
choose to do field interlacing / selection for display at awesome player. regards Shashank On Oct 4, 1:50 pm, Deva R r.deva...@gmail.com wrote: [resolved now] i realized lately that its beyond the scope of file parser., and supposed to be done by codec component. written a custom parser

[android-developers] Difference between StageFright and Opencore

2010-10-21 Thread Shashank
for multimedia playback use case. Stagefright has OMX interface at its core, simple and elegant. But still needs lot of surgery ;) regards Shashank -- Forwarded message -- From: TreKing treking...@gmail.com Date: May 24, 9:38 pm Subject: Difference between StageFright and Opencore

[android-developers] Re: New OMX component integration into Opencore

2010-10-21 Thread Shashank
. Can register your OMX Core during run time, using .cfg file. regards Shashank On Sep 20, 2:10 pm, nagaraj attimani nagaraj.attim...@gmail.com wrote: OMX component should be registred with pvcore check the pv omx component for more info On Tue, Sep 14, 2010 at 1:19 PM, Bikash jamwal bikash.jam

[android-developers] Re: Buffering problem while reading an h264 video (using HTTP protocol).

2010-10-21 Thread Shashank
Hi, To check if the issue is with your application, 1) run the same content locally see if buffering status is non zero. 2) run the content over http, and issue pause. This should make buffer status non zero regards Shashank On Oct 13, 2:46 pm, Corentin_ guy_coren...@hotmail.com wrote: Hi

[android-developers] Invitation to connect on LinkedIn

2009-09-15 Thread Shashank Bharadwaj
LinkedIn Shashank Bharadwaj requested to add you as a connection on LinkedIn: -- Michele, I'd like to add you to my professional network on LinkedIn. - Shashank Accept invitation from Shashank Bharadwaj http://www.linkedin.com/e/LLkLpmh1

[android-developers] Installing an apk file in java

2009-03-03 Thread Shashank Bharadwaj
). I'm not able to figure what is happening to this broadcast intent, no logs get printed in LogCat. Any pointers on where to look or how to proceed? Thanks in advance for the reply. -- Regards Shashank --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Installing an apk file in java

2009-03-03 Thread Shashank Bharadwaj
On Tue, Mar 3, 2009 at 5:55 PM, Shashank Bharadwaj shanka@gmail.com wrote: Hi All, I'm trying to write a java program that will install an apk file on android. I saw that there is an Intent action: ACTION_PACKAGE_INSTALL Nevermind. I was able to install the file using: File apkFile