[android-developers] Re: Buying a phone for testing

2010-03-14 Thread ik
With ADP1 it is possible : http://android-tricks.blogspot.com/2009/01/using-adp1-without-sim-card.html (I did it on mine and never put a simcard in it.) On others I don't know. ik On 12 mar, 22:49, Badasshat wrote: > Hi, > > I'm considering buying a lower end phone for

[android-developers] Re: Multi-device control with ADB

2010-03-07 Thread ik
What is the answer of command adb devices ? ik -- 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-

[android-developers] Re: Programmatically Create/Destroy AppWidgets

2010-03-07 Thread ik
Here is an example to create a button : [code] public class Main extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); LinearLayout layout = new LinearLayout(

[android-developers] Re: uri for viewing or editing calendar events

2010-03-06 Thread ik
Have a look here : http://jimblackler.net/blog/?p=151 it explains how to use content://calendar/ ik On 5 mar, 10:22, arnoldl wrote: > hello ... > > is there a way to view or edit a calendar event with a uri. > like content://contacts/people/3 works to view/edit a contact > &