Re: [android-beginners] Re: problems with emulator

2010-01-19 Thread honey malhotra
Hi, I think thr is some problem at the time of configuration. If you are trying to run the emulator from eclipse then try to check the logcat when the emulator crashes. It will give you some more details. If you are starting from console in that case can you tell me the exact error which you on

[android-beginners] Re: read phone's number?

2009-10-08 Thread honey malhotra
Hi, Code snippets to get phone details and permission required to set code snippets Cursor c = getContentResolver().query(People.CONTENT_URI, null, null, null, null); startManagingCursor(c); String[] phonenames = new String[]{People.NAME}; Strin