[android-developers] hyper terminal to be opened using python

2012-03-04 Thread Bharath kumar Thota
Hi, As I to run at commands on phone using the hyper-terminal which should accept the commands from python.Is it possible to open the hyper terminal using python.Please give me some idea. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

Re: [android-developers] Contact Number

2012-01-24 Thread Bharath kumar Thota
y that the activityResult are returned from the > contact picker and the result code is ok. > > Hope this helps > /Yaron > > > > On 01/24/2012 11:31 AM, Bharath kumar Thota wrote: > >> Hi, I am a newbie to android and while developing i got stuck up at a >> poi

[android-developers] Contact Number

2012-01-24 Thread Bharath kumar Thota
Hi, I am a newbie to android and while developing i got stuck up at a point and there by i could not move further.Please some one help me to solve my problem. My problem is as follows.. I wanna get the phone number of a particular contact into the edit text i.e., When i select a contact from the c

[android-developers] Retriving the Contact number and name to the Edit text

2011-12-28 Thread Bharath kumar Thota
Hii, I am trying to get the contact number from the list of contacts and send that particular contact to the edit text field.Can any one please help me in this regard.Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: ListView set default checked state

2009-02-11 Thread bharath kumar
I am also facing the same problem Steve can u please tell us how u resolve the problem..as u said in ur previous post. Its urgent... Regards Bharat. On Fri, Nov 21, 2008 at 10:11 AM, songs wrote: > > I ended up fixing this by moving my initialization loop from onCreate > to onResume and

[android-developers] Re: How to track the selected item in spinner control

2008-12-09 Thread bharath kumar
See AdapterView.OnItemSelectedListener and override onItemSelected method On Mon, Dec 8, 2008 at 2:03 PM, selva <[EMAIL PROTECTED]> wrote: > > Hi, > > Which event i need to listen to track the selected or selection change > event in a spinner control. > > > > > > --~--~-~--~~---

[android-developers] Problem with the sqlite database

2008-11-26 Thread bharath kumar
Hi AndroidDev, Please let me know whether i can use SQLiteDatabase.openDatabase(getDatabasePath(EVENT_DATA).toString(), null,SQLiteDatabase.OPEN_READONLY ); to get the reference to the database Is this is the correct way to get reference to database? Please help guys its urgent...

[android-developers] Problem with the sqlite database

2008-11-26 Thread bharath kumar
Hi AndroidDev, 11-24 19:27:38.287: ERROR/Database(5891): Leak found 11-24 19:27:38.287: ERROR/Database(5891): java.lang.IllegalStateException: /data/data/com.vista.examples.List/databases/ev_data SQLiteDatabase created and never closed i got the above error .how to resolve the problem.? Also ,ple

[android-developers] Invoking android application automatically

2008-09-23 Thread bharath kumar
Hi Developers, Could somebody help me on how to invoke the android application automatically!!! i have found "Push Registry" for invoking the application automatically in J2ME <[EMAIL PROTECTED]> . What abt in Android? Is is this possible in android? Regards Kumar. --~--~-~--~