[android-developers] How to register receiver the way the android manifest do.

2009-08-06 Thread karan
and the name of the receiver, i want to know how to register that sitting in different application. The android manifest do it in some i am not able to figure out how it does since all it gets also is a string of package name and receiver name. Any pointers would be highly appreciated. Regards Karan

[android-developers] Re: AppWigets into Applications

2009-08-06 Thread karan
hi, You need to bind your widgets id first, and for doing that you need to do two things 1) you will need a permission for binding 2) you will need to share your process id. Let me know if you still face the problem, On Aug 6, 4:35 pm, mtd martit...@hotmail.com wrote: Hi,   I am trying to

[android-developers] app widgets in activity

2009-07-01 Thread karan
how to display app widgets in activity. Currently i am trying to host a app widget on my activity my activity looks like protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState);

[android-developers] Re: How to display all contacts?

2010-03-11 Thread Karan
Use the following code to read the data. Cursor cursor = mResolver.query( Data.CONTENT_URI, null, where, null, Data.DISPLAY_NAME ); if( cursor != null ) { while( cursor.moveToNext() ) { String rawContactID = cursor.getString( cursor.getColumnIndex( Data.RAW_CONTACT_ID ) );

[android-developers] Re: Alignment problem of EditText and Button in LinearLayout

2010-03-11 Thread Karan
Try using the android:layout_gravity xml parameter. On Mar 10, 12:49 pm, Sven Jacobs sven.jac...@web.de wrote: Hi all, this is the first time I'm developing an Android app so please bear with me ;) I've put an EditText and Button into a horizontal LinearLayout but unfortunately the button

[android-developers] Re: Stop an Activity (Urgent)

2010-03-19 Thread Karan
Use finish() function of class Activity. On Mar 19, 12:29 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com wrote: Hello Community, My application contains three-four pages.  On click of button in first page, I start a new activity which redirects to another page and second page redirects to

[android-developers] Problem regarding the Edge network.

2011-10-02 Thread karan
My data network disappears after every 5 minutes or so randomly. I have to reboot the phone several times in order for it to work again. I'm using the 2.3.4 built on Motorola Fire XT311, please help!!! :( -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to send command line parameters to native c executable running through android application with root permissions??

2012-04-26 Thread karan
hi,here is my small query I am executing a C native test application using android application as root.Here i need to pass few command line arguments to the test app. Currently i am giving static cmd parameters by declaring it as string.it is of the form below..

[android-developers] Android Camera Garbage Collection.

2009-05-26 Thread Karan Parikh
collection stepping in ? Thanks in advance. Regards, Karan. --~--~-~--~~~---~--~~ 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

[android-developers] Re: Camera preview callback and garbage collector

2009-05-27 Thread karan parikh
that, according to the log, the garbage collector is busy at freeing passed byte arrays on every preview callback. That's a waste of time. Why don't we create an array before the preview callback is set and write that one? Best, Bo -- Regards, -Karan

[android-developers] Re: Android Camera Garbage Collection.

2009-05-27 Thread karan parikh
will be doing by tonight. Please let me know your suggestions to remove this bottleneck. Thanks for commenting. Regards, Karan. On Tue, May 26, 2009 at 1:17 PM, Tom Gibara m...@tomgibara.com wrote: I'm pretty sure I have looked into this in the past and found that a different object reference

[android-developers] Re: Android Camera Garbage Collection.

2009-05-28 Thread karan parikh
. Regards, Karan. On Thu, May 28, 2009 at 3:27 PM, Bo wang.b.fr...@gmail.com wrote: On May 28, 11:54 pm, Robert Green rbgrn@gmail.com wrote: Karan, Option 1 is no good - only stubs are in Android.jar for things like that. Most of that code is native. You'd need a custom build

[android-developers] Cold fusion Developer - Iowa

2010-06-18 Thread karan lobo
- Experience of working in Maintenance / Production support is added advantage. - Should posses good communication skill. Regards, Karan Ksoft -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: VideoView Uri redirect problem

2012-08-24 Thread Karan Uppal
Hi, I am trying to do something similar, could you elaborate on how you got your code to work using the HEAD request method. Thanks! On Tuesday, August 3, 2010 2:49:14 PM UTC-7, Sam wrote: Thanks for the advice. It worked perfectly! On Aug 3, 4:21 pm, Mark Murphy mmur...@commonsware.com

[android-developers] fetching fails dl-ssl.google.com

2011-10-12 Thread karan verma
great it works -- 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

[android-developers] facepreview20120218.apk does not install with adb

2012-03-17 Thread karan hans
C:\Program Files (x86)\Android\android-sdk\platform-toolsadb install faceprevie w-20120218.apk 75 KB/s (3814528 bytes in 49.143s) pkg: /data/local/tmp/facepreview-20120218.apk Failure [INSTALL_FAILED_ALREADY_EXISTS] the author of this app was able to run it on his comp. his eaact words

[android-developers] Re: facepreview20120218.apk does not install with adb

2012-03-17 Thread karan hans
also i dont have an android device and am trying to run the application on emulator On Saturday, March 17, 2012 9:11:56 PM UTC+5:30, karan hans wrote: C:\Program Files (x86)\Android\android-sdk\platform-toolsadb install faceprevie w-20120218.apk 75 KB/s (3814528 bytes in 49.143s

[android-developers] Re: facepreview20120218.apk does not install with adb

2012-03-17 Thread karan hans
[INSTALL_PARSE_FAILED_NO_CERTIFICATES] what is this signed unsigned business On Saturday, March 17, 2012 9:11:56 PM UTC+5:30, karan hans wrote: C:\Program Files (x86)\Android\android-sdk\platform-toolsadb install faceprevie w-20120218.apk 75 KB/s (3814528 bytes in 49.143s) pkg: /data/local/tmp

Re: [android-developers] facepreview20120218.apk does not install with adb

2012-03-18 Thread karan hans
, March 17, 2012 9:23:24 PM UTC+5:30, Kostya Vasilyev wrote: adb install -r filename 17.03.2012 19:50 пользователь Ralph Bergmann | the4thFloor.eu ra...@the4thfloor.eu написал: Am 17.03.12 16:41, schrieb karan hans: Failure [INSTALL_FAILED_ALREADY_EXISTS

[android-developers] how to use older adb to install .apk

2012-03-19 Thread karan hans
hi , iam trying to use facepreview-20120218.apk to run on the android emulator. ive had some success uninstalling and installing the app. however the installed app uses the 4.0.3 version of api while i need 2.2.how should i work it out.i couldnt get anything on google. i used the following cmd

Re: [android-developers] how to use older adb to install .apk

2012-03-19 Thread karan hans
infact the app runs on 2.2 he has already said that you should use 2.2 On Monday, March 19, 2012 3:43:20 PM UTC+5:30, Mark Murphy (a Commons Guy) wrote: Ask the developer of the APK to add support for Android 2.2. On Mon, Mar 19, 2012 at 6:03 AM, karan hans karanh...@gmail.com wrote: hi

[android-developers] eclipse can't connect the debugger

2012-04-03 Thread karan hans
hi, iam a newbie so please help me out. I'am running the eclipse in debuggable mode. i have entered the debuggable mode in AndroidManifest.xml as true. However eclipse hangs while running in debuggable mode. i get the following message in the console window. [2012-04-03 15:10:43 -

[android-developers] samuel could we get facepreview20120218.zip

2012-04-26 Thread karan hans
-- 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, visit

[android-developers] sample android app doesnt run in eclipse

2012-01-08 Thread karan hans
I'am trying to run a sample app snake the log is as follows [2012-01-08 21:18:08 - Snake] -- [2012-01-08 21:18:08 - Snake] Android Launch! [2012-01-08 21:18:08 - Snake] adb is running normally. [2012-01-08 21:18:08 - Snake] Performing com.example.android.snake.Snake

[android-developers] sample android app wont run on eclipse

2012-01-08 Thread karan hans
wheb i run helloworld app this is what i get [2012-01-08 17:06:11 - HelloWorld] -- [2012-01-08 17:06:11 - HelloWorld] Android Launch! [2012-01-08 17:06:11 - HelloWorld] adb is running normally. [2012-01-08 17:06:11 - HelloWorld] Performing

[android-developers] camera doesnt work

2012-06-24 Thread karan hans
hi, when i try to open the camera in the emulator( api level 4,7,8,15). it worked once when i started working with eclipse. actually iam using a face detection app for which the camera is necessary please help regards Karan -- You received this message because you are subscribed

[android-developers] Re: camera doesnt work

2012-06-24 Thread karan hans
the camera on top of my laptop screen/lid blinks with a blue light.however sometimes it doesnt. but in any case the camera view doesnt open up in emulator. i wonder what the problem could be. On Sunday, June 24, 2012 3:35:27 PM UTC+5:30, karan hans wrote: hi, when i try to open the camera

[android-developers] Re: camera doesnt work

2012-06-24 Thread karan hans
otherwise the camera works fine with skype On Sunday, June 24, 2012 4:28:33 PM UTC+5:30, karan hans wrote: actually iam working on windows 7 based system. i dont have an android device. so like if and when i start the avd and click on the camera button it just gives me a chequered background

[android-developers] How to remove class file editor in the debug perspective in eclipse indigo

2013-04-16 Thread karan hans
Hi, Could you please have a look at http://stackoverflow.com/questions/16033382/how-to-remove-class-file-editor-in-the-debug-perspective-in-eclipse-indigo -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Salesforce Architects - Miami - FL- 1yr+

2019-07-19 Thread Sheeba Karan
Best architects in chennai are more preferrable! On Thursday, August 10, 2017 at 3:27:08 AM UTC+5:30, Raghu wrote: > > *Hi,* > > > > We are in need of Sales force architects for long term projects in Miami. > > This is a phone and Skype to hire. Candidates in

[android-developers] Re: IMMEDIATE HIRE Phone than F2F Interview:Java Developers and Architects|Boston, MA - OR - Minneapolis, MN

2019-07-19 Thread Sheeba Karan
Best architects in chennai are more preferrable On Wednesday, September 28, 2016 at 8:13:48 PM UTC+5:30, Neha Kumari wrote: > > *Hello,* > > *GREETINGS !!* > > *This is Neha from Apetan consulting,* > > *Please find the below job description and send me

[android-developers] Re: Sr Service now Developer

2019-07-19 Thread Sheeba Karan
Consulting chennai architects is much better On Friday, July 19, 2019 at 2:54:38 AM UTC+5:30, Abel wrote: > > Hello Partners > > > Greetings From United Software group > > We have a urgent requirement for you and the details are as follows.. > >