[android-developers] How to capture/log Android phone reboot cause

2014-06-10 Thread Jitesh dedhiya
Hi All, While developing my android custom ROM, I need to know that - is there a way to log or capture the cause of android reboot, whether user manually powered off / rebooted the devices or wether system_server got restarted by adb kill or it was watchdog who restarted the device. Help

[android-developers] What is KeyguardSelectorView.java do, in com.android.internal.policy.impl.keyguard ?

2013-06-19 Thread Jitesh dedhiya
Any body know what is the role of KeyguardSelectorView ? Is it related to lock screen, a UI which gets scroll when we the pone is locked ? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Using a Handler to create a timer

2012-04-11 Thread Jitesh dedhiya
didn't get your language... On Wed, Apr 11, 2012 at 2:37 PM, Rahul Vijay rahul.vija...@gmail.comwrote: Hi, android developer I am facing a new problem. I am create a handler using a thread thread.start method to start a thread,but i am not develop a timer. Suppose given time is 45 mintus,

Re: [android-developers] Re: Starting an app upon device startup

2012-04-11 Thread Jitesh dedhiya
agreed with @treking..What difference does it make? On Wed, Apr 11, 2012 at 5:21 PM, Thomas tbirchm...@usa.net wrote: I had those problems recently(detecting boot and slidelock inhibiting/bypass). The app was for a kiosk-like project in a museum. Detecting power-on was also a consideration.

Re: [android-developers] Re: [android-discuss] Re: Android Life cycle issue

2012-04-11 Thread Jitesh dedhiya
try using this FLAG_ACTIVITY_REORDER_TO_FRONThttp://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONTIf set in an Intent passed to

Re: [android-developers] Re: I want to go on my activity class from broadcastreceiver

2011-12-29 Thread Jitesh dedhiya
*The error explains as*:- Whenever our activity is in background and comes to foreground, called by a service or any broadcasts, at that time we don't have any context for that activity thus we have to specify FLAG_ACTIVITY_NEW_TASK. On Thu, Dec 29, 2011 at 11:15 AM, surabhi jain

Re: [android-developers] Re: HTTPS in Android

2011-08-10 Thread Jitesh dedhiya
Which android sdk version are you using? On Mon, Aug 8, 2011 at 5:15 PM, perumal316 perumal...@gmail.com wrote: Hi All, Below is my code snippet: File file = new File(filepath); HttpClient client = new DefaultHttpClient();

[android-developers] Does service gets restarted automatically after an application is manually force closed from settings screen.

2011-06-30 Thread Jitesh dedhiya
I am testing one scenario where i have to test whether the application service gets restarted after an application is manually force closed from settings screen. When i force close the app in logs it shows:- 06-30 11:26:30.283: WARN/ActivityManager(116): Scheduling restart of crashed service

Re: [android-developers] Strange device?

2011-06-19 Thread Jitesh dedhiya
Yeah i think its not released yet but this kind of phone may be this one http://worldofphones.net/?p=4487 On Mon, Jun 20, 2011 at 4:26 AM, Zsolt Vasvari zvasv...@gmail.com wrote: As part of my app, if I notice a screen size/DPI combo I haven't tested on, I pop-up a dialog and ask the user to

Re: [android-developers] xml parser generator

2011-05-24 Thread Jitesh dedhiya
http://www.androidpeople.com/android-xml-parsing-tutorial-using-saxparser On Tue, May 24, 2011 at 3:30 PM, Sudha sudha...@gmail.com wrote: is there any android specific xml generator ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Getting contacts with phone number only

2011-05-24 Thread Jitesh dedhiya
http://www.higherpass.com/Android/Tutorials/Working-With-Android-Contacts/2/ On Tue, May 24, 2011 at 5:01 PM, Abalufaske abalufa...@gmail.com wrote: Cursor Contactos = getContentResolver().query(RawContactsEntity.CONTENT_URI, new String[]{

Re: [android-developers] Re: Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-05-12 Thread Jitesh dedhiya
@Moose the link you posted throws Error 404 File not found On Thu, Apr 21, 2011 at 1:04 AM, Moose coatedmo...@gmail.com wrote: In all seriousness though, check http://developer.android.com/resources/samples/Renderscript/Balls/index.html -- You received this message because you are

[android-developers] How to Override progress bar message i.e.. 0/100

2011-05-10 Thread Jitesh dedhiya
How to Override progress bar message i.e..* 0/100* to say *0 remaining out of 100* -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- 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] Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-04-20 Thread Jitesh dedhiya
Can we have auto bouncing balls(say 3 to 5 balls bouncing automatically with medium pace moving here and there in the given rectangle area or screen) in android. If yes, then what will be needed to start with it. Target device : 2.2 Thanks in advance. -- --Jitesh .V. Dedhiya--- Don't Learn To

Re: [android-developers] Re: Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-04-20 Thread Jitesh dedhiya
any suggestions guys... On Wed, Apr 20, 2011 at 2:57 PM, Zsolt Vasvari zvasv...@gmail.com wrote: No, Android supports up to 2 balls only. It's a male dominated platform... On Apr 20, 4:46 pm, Jitesh dedhiya jitesh.dedh...@gmail.com wrote: Can we have auto bouncing balls(say 3 to 5

Re: [android-developers] how to set text color in array adapter in android

2011-04-20 Thread Jitesh dedhiya
Have a custom checked lits item layout On Wed, Apr 20, 2011 at 11:23 PM, Siva Kannabiran sivasanka...@gmail.comwrote: in my app i have created a list view and added some text in the list. In my coding part the text are been added as an array adapter to have a check box. In the layout i have

[android-developers] Is it possible to add header to TabHost in android ?

2011-04-19 Thread Jitesh dedhiya
Is it possible to add header to TabHost in android ? -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- 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] android app market link is broken on HTC EVO(Sprint)

2011-04-15 Thread Jitesh dedhiya
Can any one point me how to reinstall android market app plz.. -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- 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] Re: android app market link is broken on HTC EVO(Sprint)

2011-04-15 Thread Jitesh dedhiya
It gives me this Toast notification: *the linked program is no longer installed* On Fri, Apr 15, 2011 at 5:56 PM, Jitesh dedhiya jitesh.dedh...@gmail.comwrote: Can any one point me how to reinstall android market app plz.. -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn

Re: [android-developers] android app market link is broken on HTC EVO(Sprint)

2011-04-15 Thread Jitesh dedhiya
thanks treking for the advice factory reset worked On Fri, Apr 15, 2011 at 6:33 PM, TreKing treking...@gmail.com wrote: On Fri, Apr 15, 2011 at 7:26 AM, Jitesh dedhiya jitesh.dedh...@gmail.comwrote: Can any one point me how to reinstall android market app plz.. U can't.. It gives me

[android-developers] Is http://developer.android.com down...?

2011-04-14 Thread Jitesh dedhiya
-- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- 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

Re: [android-developers] Can any point me which widget is this?

2011-04-12 Thread Jitesh dedhiya
Here what i found.. http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/ On Tue, Apr 12, 2011 at 6:54 PM, TreKing treking...@gmail.com wrote: On Tue, Apr 12, 2011 at 8:19 AM, Jitesh dedhiya jitesh.dedh...@gmail.comwrote: Whats the name of the widget? PopupWindow, I

Re: [android-developers] Is it possible to get Android Froyo 2.2 for xperia x8?

2011-02-22 Thread Jitesh dedhiya
XperiaTM X8 will either launch on Android 1.6 with a subsequent upgrade to Android 2.1 a few weeks later or will launch on Android 2.1. The final decision will be taken on a market-by-market basis. For more info:

Re: [android-developers] text hiding in text view

2011-02-22 Thread Jitesh dedhiya
Don't use predefined instead use layout_width=fill_parent, maxLines=1 and use elipsize ellipsize :- If set, causes words that are longer than the view is wide to be ellipsized instead of broken in the middle. have a look at TextView xml attributes

Re: [android-developers] [Starting] Help

2011-02-22 Thread Jitesh dedhiya
This is the link http://developer.android.com that most android developers use. Hope that helps you On Sat, Feb 19, 2011 at 1:16 AM, Jorge Luis jorgelferr...@gmail.com wrote: Afternoon ya'll... I'm starting at Android Development, is there any documentation that could help me in this? I'd

Re: [android-developers] Getting Bitmap from a canvas

2011-02-22 Thread Jitesh dedhiya
Have you tried API DEMOS in android...not so..Hope it works for you http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List14.html On Thu, Feb 17, 2011 at 7:00 PM, alok kumar alokri...@gmail.com wrote: I am trying to create a bitmap using a canvas. I

Re: [android-developers] Re: Anchor tag not working in dialog

2011-02-22 Thread Jitesh dedhiya
I think you should use Linkify to get it work. http://developer.android.com/reference/android/text/util/Linkify.html On Thu, Feb 17, 2011 at 11:57 PM, rich friedel rich.frie...@gmail.comwrote: Just to update... I removed the internet permission before publishing the app to the marketplace.

Re: [android-developers] LIST

2011-02-22 Thread Jitesh dedhiya
You will be needing an ExapndebleListview http://developer.android.com/reference/android/widget/ExpandableListView.html http://developer.android.com/reference/android/widget/ExpandableListView.htmlRad the above link thourghly b'coz you will be needing an intent to start an activity for car model

[android-developers] HTTPS response code returns -1

2011-02-22 Thread Jitesh dedhiya
Hi, I have two https requests which gets fired one after the other. whenever my first https request is fired it returns me th 200 response code. But as soon as second request is fired it returns me -1 response code within a fraction of milliseconds. Android version- 2.2 any idea guys..?

[android-developers] Multiple Sliding Drawers in a ListView

2011-02-16 Thread Jitesh dedhiya
i have a sliding drawer for each ListView 'item' as an overlay on top of each list item. Let's say i have 20 items in a list and when i click on a drawer handle (opens left to right) for that particular item, the content container of the sliding drawer will slide out as an overlay on top of that

[android-developers] Re: Multiple Sliding Drawers in a ListView

2011-02-16 Thread Jitesh dedhiya
any suggestions so far..? On Thu, Feb 17, 2011 at 9:14 AM, Jitesh dedhiya jitesh.dedh...@gmail.comwrote: i have a sliding drawer for each ListView 'item' as an overlay on top of each list item. Let's say i have 20 items in a list and when i click on a drawer handle (opens left to right

Re: [android-developers] Carousel View Animation..?

2011-01-11 Thread Jitesh dedhiya
May this link will help you..you just need to calculate the TranslateAnimation(0, 100, 0, 200); http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawables.html TranslateAnimation very important

Re: [android-developers] Exchanging data between apps

2011-01-11 Thread Jitesh dedhiya
Content providers may be the one approach http://developer.android.com/reference/android/content/ContentProvider.html On Tue, Jan 11, 2011 at 6:49 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: Hi, I got app A and B. Now I need app A to be able to ask app B to build some content

[android-developers] Animating GridView is possible?

2011-01-03 Thread Jitesh dedhiya
Hello all, I have a grid view ( http://developer.android.com/resources/tutorials/views/hello-gridview.html). Can i animate these images, like moving up,down,left right. Think those images are balls and i want to animate those balls. Thank you all. -- --Jitesh .V. Dedhiya--- Don't

[android-developers] What is the meaning of AdapterView? '?' question mark

2011-01-01 Thread Jitesh dedhiya
public void onItemClick(AdapterView? arg0, View arg1, int arg2, long arg3) { // TODO Auto-generated method stub } What is the meaning of AdapterView? '?' question mark here..i am a newbee plz help..Thank you! -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- You received

Re: [android-developers] What is the meaning of AdapterView? '?' question mark

2011-01-01 Thread Jitesh dedhiya
means that arg0 can be an AdapterView *invoked* for any class type as a parameter. http://download.oracle.com/javase/tutorial/java/generics/wildcards.html -- Kostya 01.01.2011 14:47, Jitesh dedhiya пишет: public void onItemClick(AdapterView? arg0, View arg1, int arg2, long arg3) { // TODO

[android-developers] Fwd: OpenGL for android best ebooks?

2010-12-16 Thread Jitesh dedhiya
can anyone plz suggest me the opengl eBook for android plz. --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Available databases for Android

2010-12-15 Thread Jitesh dedhiya
If you want you can go for NO-SQL/Schema free db like CouchDB (couchone). http://couchdb.org For more info on couchdb just google it!!! -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- You received this message because you are subscribed to the Google Groups Android

[android-developers] OpenGL for android best ebooks?

2010-12-15 Thread Jitesh dedhiya
can anyone plz suggest me the opengl eBook for android plz. -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to