[android-beginners] Re: Emulator Problem

2008-05-06 Thread Digit
the emulator's boot sequence is pretty long, especially if you have a < 2 GHz CPU. it can take up to 5 minutes on a 1 GHz Pentium III, about 40 seconds on 2.16 GHz CoreDuo CPU (though cache size and memory speed are also important factors). it might be that the emulator is just starting up, taking

[android-beginners] Emulator Problem

2008-05-06 Thread Yatish
Hi, I am facing problem while lunching emulator . When i run my project emulator was start but appliction is not shown only the red point is moving all the time on emoulator screen . I reinstall all the thing but the problem is as it is . please give me solution . thanx. --~--~-

[android-beginners] Re: About "setting account for GTalk "

2008-05-06 Thread cbraun75
How do you solve it? Thanxx for answering! Cu Christian On 2 Mai, 14:28, "Analdin Judy" <[EMAIL PROTECTED]> wrote: > I solved the problem > > Thanks > judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Be

[android-beginners] Re: error with getTextContent()

2008-05-06 Thread mmurphy
> I'm trying to parse some XML. I have code something like this: > > Element fstNmElmnt = (Element) fstNmElmntLst.item(0); > String phone = > fstNmElmnt.getTextContent(); > > I also import org.w3c.dom.Element;. But the compiler is complaining > that the metho

[android-beginners] error with getTextContent()

2008-05-06 Thread scimitar
Hi , I'm trying to parse some XML. I have code something like this: Element fstNmElmnt = (Element) fstNmElmntLst.item(0); String phone = fstNmElmnt.getTextContent(); I also import org.w3c.dom.Element;. But the compiler is complaining that the method getT

[android-beginners] Re: Hi,I have a problem using android http connection demo

2008-05-06 Thread vol
This is rather strange. You only get the error message when you set a break point? I'm not sure I understand what you mean. resbonus(USOON.net) wrote: > Hi ,everyone.I am using http connection demo,the following is the > code.In the eclipse debugging mode, I can't get the error > message.Eclipse

[android-beginners] Re: Mock Location Provider

2008-05-06 Thread scorpio
Hi, Now, the mock location provider is running without exception, but the latitude and longitude are shown as 0 Location[mProvider=test1,mTime=1210074935586,mLatitude=0.0,mLongitude=0.0,mHasAltitude=false,mAltitude=0.0,mHasBearing=false,mBearing=0.0,mHasSpeed=false,mSpeed=0.0,mExtras=null] i cr

[android-beginners] Re: weird behavior in ContentResolver().insert()

2008-05-06 Thread sacoskun
Hello scimitar, People.NUMBER is in android.provider.Contacts.PhonesColumns, not in String android.provider.Contacts.PeopleColumns. Therefore you need to insert the people table first with the name and get its _id from the insert method's returned URI. Uri myUri = getContentResolver().insert(Peo

[android-beginners] null uri in getContentResolver().insert()

2008-05-06 Thread scimitar
Hi, I'm always getting null as the return uri for getContentResolver().insert(). Why is this? ContentValues mv = new ContentValues(); mv.put(People.NAME, "foo"); mv.put(People.NUMBER, "54547"); Uri u = getContentResolver().insert(People.CONTENT_URI, mv); thanks,

[android-beginners] weird behavior in ContentResolver().insert()

2008-05-06 Thread scimitar
Hi, I'm trying to add a contact to the phone contact list, but apparaently ContentResolver().insert() is not adding it. (The cursor's count() method gives the same result). My code is sth like this: Cursor c = getContentResolver().query( People.CONTENT_URI, null, null, nu

[android-beginners] Hi,I have a problem using android http connection demo

2008-05-06 Thread resbonus(USOON.net)
Hi ,everyone.I am using http connection demo,the following is the code.In the eclipse debugging mode, I can't get the error message.Eclipse recommended me like this Evaluations must contain either an expression or a block of well- formed statements when the break point is set at line 80.The ecli

[android-beginners] Re: findViewById() function return null

2008-05-06 Thread tagore
Yes, you are right. I have changed the id="@+id... to android:id="@ +id. It works. Thank you! On 5月6日, 下午1时47分, "Dan U." <[EMAIL PROTECTED]> wrote: > > What is timestamp of this xml file? How does it work with the app? > > I think the reason it was suggested was to convince the thing to > recompi