[android-beginners] Re: How to start android emulator in a different port

2009-08-24 Thread guptha
On Aug 24, 8:51 pm, Jose Ayerdis wrote: > This works on my computer: > > ./emulator -port 4747 -avd MyPhone > > Can u tell if you get a error message or something, i supose on eclipse you > must change it on preference > > 2009/8/24 guptha > > > > > h

[android-beginners] How to start android emulator in a different port

2009-08-24 Thread guptha
hi, I am beginner in Android ,how to start the emulator in a different port using eclipse Run Configuration Under 'Additional Emulator Command Line Options ' I tried with different options and failed emulator -port 5556 port 5556 emulator -5556 and so on ,but nothing worked out for me .I could a

[android-beginners] Question in Notepad tutorial

2009-03-20 Thread guptha
hi group, In Notepadv1,under the class NotesDbAdapter ,we find methods "open() and close() .how these methods are get called and when and how the inner class members are called With my basic java knowledge i can only understand that from Notepadv1.java ,NotesDbAdapter's createNote method is cal

[android-beginners] Question about onSensorChanged Listener

2009-03-16 Thread guptha
I use OpenIntents to Listen for orientation change .Everything works fine .but i have few doubts 1. I suppose onSensorChanged is called whenever there is a change in orientation but contrary to my thought this method is kept calling even there is no change in orientation . Yaw ,Roll and Pitch i

[android-beginners] i would not launch the application

2009-02-18 Thread guptha
hi group, when i try to launch the application I'm getting a error message like [2009-02-18 16:29:31 - hello] Android Launch! [2009-02-18 16:29:31 - hello] adb is running normally. [2009-02-18 16:29:31 - hello] Could not find hello.apk! Please help me to rectify my problem --~--~-~-